feat/podcast
Dozens B. McCuzzins 2022-03-12 10:06:34 -07:00
parent 132cfc6150
commit 5d747b686d
14 changed files with 278 additions and 25 deletions

View File

@ -9,7 +9,9 @@ href="$baseurl/rss.xml"
img_url="$baseurl/assets/img/logo.png"
outfile="dist/rss.xml"
echo "<rss version=\"2.0\"><channel><title>$title</title>" > $outfile
echo "<?xml version=\"1.0\" encoding=\"utf-8\"?>" > $outfile
echo "<rss version=\"2.0\"><channel><title>$title</title>" >> $outfile
echo "<link>$link</link><description>$description</description>" >> $outfile
echo "<atom:link rel=\"self\" type=\"application/rss+xml\" href=\"$href\"/>" >> $outfile
echo "<image>" >> $outfile
@ -18,9 +20,10 @@ echo " <title>$title</title>" >> $outfile
echo " <link>$link</link>" >> $outfile
echo "</image>" >> $outfile
echo "<generator>pandoc and stuff</generator>" >> $outfile
echo "<lastBuildDate>$(date)</lastBuildDate>" >> $outfile
echo "<lastBuildDate>$(gdate -R)</lastBuildDate>" >> $outfile
echo "<atom:link href=\"$href\" rel=\"self\" type=\"application/rss+xml\"/>" >> $outfile
echo "<author>$author</author>" >> $outfile
echo "<webMaster>$email (dozens)</webMaster>" >> $outfile
echo "<managingEditor>$email (dozens)</managingEditor>" >> $outfile
echo "<copyright>$author</copyright>" >> $outfile
echo "<language>en</language>" >> $outfile
echo "<itunes:author>$author</itunes:author>" >> $outfile

View File

@ -3,11 +3,11 @@ title: episode 1
season: 1
episode: 1
subtitle: a shiny new podcast! with acdw
date: 2022-03-03
date: Thu, 24 Feb 2022 12:12:12 -0700
toc-title: Contents
file: 'https://archive.org/download/tilderwhirl-S01E01/tilderwhirl-S01E01.mp3'
img_url: https://tilde.town/~dozens/podcast/assets/img/logo.png
duration: '4727.144490'
duration: '4727'
length: '62456102'
summary: tilde whirl with dozens and acdw
explict: 'yes'

View File

@ -0,0 +1,49 @@
---
title: episode 2
season: 1
episode: 2
subtitle: a special conversation with m455
date: Thu, 12 Mar 2022 12:12:12 -0700
toc-title: Contents
file: 'https://archive.org/download/tilderwhirl-S01E01/tildewhirl-S01E02.mp3'
img_url: https://tilde.town/~dozens/podcast/assets/img/logo.png
duration: '4802'
length: '68307849'
summary: tilde whirl with dozens and m455
explict: 'yes'
---
## notes
Hey there, pull up a chair, have a seat by the fire, pour a nice tall glass of milk, and listen to dozens and m455 talk about tildistan.
We talk aboot tildes (obviously), inclusivity, starting more projects than you finish, linguistics, and more!
Segments include Science Fun Fact Corner, Poetry Corner, and Magic and Divination.
## links
- [m455.casa](https://m455.casa/)
- [sofa](http://tilde.town/~dozens/sofa/)
- [squiggle.city](https://squiggle.city/)
- [trash.town](https://trash.town/)
- [cosmic.voyage](https://cosmic.voyage/)
- [sdf.org](http://sdf.org/)
- [dinosaur comics](https://qwantz.com/)
- [dudes we did not go through the hassle...](https://laserdisc.party/@carithlee/107853224591829561)
- [Hanif Abdurraqib](https://en.wikipedia.org/wiki/Hanif_Abdurraqib)
- [plushgoolash](https://freemusicarchive.org/music/Plushgoolash/Chin25_Soup_Tennis)
- [ask the stars](https://www.bastionland.com/2020/12/ask-stars-minimal-solo-rpg.html)
lisps:
- [chicken](https://www.call-cc.org/)
- [lumo](https://github.com/anmonteiro/lumo)
- [hy](https://docs.hylang.org/en/alpha/)
- [racket](https://racket-lang.org/)
- [fennel](https://fennel-lang.org/)
## sources
sounds and stuff used in this episode:

View File

@ -4,7 +4,6 @@
<meta charset="utf-8" />
<meta name="generator" content="pandoc" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
<meta name="dcterms.date" content="2022-03-03" />
<title>episode 1</title>
<style>
code{white-space: pre-wrap;}
@ -31,10 +30,11 @@
<header id="title-block-header">
<h1 class="title">episode 1</h1>
<p class="subtitle">a shiny new podcast! with acdw</p>
<p class="date">2022-03-03</p>
<p class="date">Thu, 24 Feb 2022 12:12:12 -0700</p>
</header>
<h2>Listen now</h2>
<audio controls src="https://archive.org/download/tilderwhirl-S01E01/tilderwhirl-S01E01.mp3"></audio>
<p><a href="https://archive.org/download/tilderwhirl-S01E01/tilderwhirl-S01E01.mp3" download>download</a></p>
<nav id="TOC" role="doc-toc">
<h2 id="toc-title">Contents</h2>
<ul>

View File

@ -0,0 +1,75 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
<head>
<meta charset="utf-8" />
<meta name="generator" content="pandoc" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
<title>episode 2</title>
<style>
code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;}
span.underline{text-decoration: underline;}
div.column{display: inline-block; vertical-align: top; width: 50%;}
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
ul.task-list{list-style: none;}
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
</style>
<link rel="stylesheet" href="assets/styles/main.css" />
<!--[if lt IE 9]>
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script>
<![endif]-->
</head>
<body>
<nav>
<p>
<a href="index.html">home</a>
| <a href="about.html">about</a>
| <a href="contact.html">contact</a>
</p>
</nav>
<header id="title-block-header">
<h1 class="title">episode 2</h1>
<p class="subtitle">a special conversation with m455</p>
<p class="date">Thu, 12 Mar 2022 12:12:12 -0700</p>
</header>
<h2>Listen now</h2>
<audio controls src="https://archive.org/download/tilderwhirl-S01E01/tildewhirl-S01E02.mp3"></audio>
<p><a href="https://archive.org/download/tilderwhirl-S01E01/tildewhirl-S01E02.mp3" download>download</a></p>
<nav id="TOC" role="doc-toc">
<h2 id="toc-title">Contents</h2>
<ul>
<li><a href="#notes">notes</a></li>
<li><a href="#links">links</a></li>
<li><a href="#sources">sources</a></li>
</ul>
</nav>
<h2 id="notes">notes</h2>
<p>Hey there, pull up a chair, have a seat by the fire, pour a nice tall glass of milk, and listen to dozens and m455 talk about tildistan.</p>
<p>We talk aboot tildes (obviously), inclusivity, starting more projects than you finish, linguistics, and more!</p>
<p>Segments include Science Fun Fact Corner, Poetry Corner, and Magic and Divination.</p>
<h2 id="links">links</h2>
<ul>
<li><a href="https://m455.casa/">m455.casa</a></li>
<li><a href="http://tilde.town/~dozens/sofa/">sofa</a></li>
<li><a href="https://squiggle.city/">squiggle.city</a></li>
<li><a href="https://trash.town/">trash.town</a></li>
<li><a href="https://cosmic.voyage/">cosmic.voyage</a></li>
<li><a href="http://sdf.org/">sdf.org</a></li>
<li><a href="https://qwantz.com/">dinosaur comics</a></li>
<li><a href="https://laserdisc.party/@carithlee/107853224591829561">dudes we did not go through the hassle…</a></li>
<li><a href="https://en.wikipedia.org/wiki/Hanif_Abdurraqib">Hanif Abdurraqib</a></li>
<li><a href="https://freemusicarchive.org/music/Plushgoolash/Chin25_Soup_Tennis">plushgoolash</a></li>
<li><a href="https://www.bastionland.com/2020/12/ask-stars-minimal-solo-rpg.html">ask the stars</a></li>
</ul>
<p>lisps:</p>
<ul>
<li><a href="https://www.call-cc.org/">chicken</a></li>
<li><a href="https://github.com/anmonteiro/lumo">lumo</a></li>
<li><a href="https://docs.hylang.org/en/alpha/">hy</a></li>
<li><a href="https://racket-lang.org/">racket</a></li>
<li><a href="https://fennel-lang.org/">fennel</a></li>
</ul>
<h2 id="sources">sources</h2>
<p>sounds and stuff used in this episode:</p>
</body>
</html>

25
dist/about.html vendored
View File

@ -35,20 +35,35 @@
<h2 id="toc-title">Contents</h2>
<ul>
<li><a href="#about">about</a></li>
<li><a href="#when">when</a></li>
<li><a href="#me">me</a></li>
<li><a href="#sources">sources</a></li>
</ul>
</nav>
<h2 id="about">about</h2>
<p>What is this? Honestly its whatever you want it to be, dreamchild</p>
<p>No, seriously, this is a podcast about the <em>tildeverse</em>. No, not <a href="https://tildeverse.org/">that one</a>, I mean the broader, more general tidle multiverse. The collective of tildes and pubnixen, and the fediverse, and gemini and gopher and the small internet, and all of the creative art and code and beauty that its tildizens create.</p>
<p>So come on, <em>give it a whirl!</em></p>
<p>Welcome to the Tilde Whirl Tildeverse podcast!</p>
<p>A <em>tilde</em> is computer meant for sharing. Users create accounts and use shared resources for communicating and collaborating on stuff.</p>
<p>The <em>tildeverse</em> is a loose organization of said tildes, and also resources and services created for them.</p>
<p>And this is an interview / variety show podcast where I interview people from the tildeverse, interrupted now and then by special segments.</p>
<p>If you want to know more, youll have to give it a listen. So come on and <em>give it a whirl!</em></p>
<p>more about tildes:</p>
<ul>
<li><a href="https://medium.com/message/tilde-club-i-had-a-couple-drinks-and-woke-up-with-1-000-nerds-a8904f0a2ebf">i had a couple drinks and woke up with 1,000 nerds: the story of tilde.Club</a></li>
<li><a href="https://tilde.town/">tilde.town</a></li>
<li><a href="https://tildeverse.org/">tildeverse.org</a></li>
</ul>
<h2 id="when">when</h2>
<p>New episodes drop on the 12th and 24th of each month.</p>
<h2 id="me">me</h2>
<p>Hi, Im dozens! 👋</p>
<h2 id="sources">sources</h2>
<p>Sounds you hear on the show.</p>
<p>See individual episodes for more credits and sources.</p>
<ul>
<li>intro: “<a href="https://freemusicarchive.org/music/Plushgoolash/Chin25_Soup_Tennis/01-Punishment">punishment</a>” by Plushgoolash</li>
<li>outro: “<a href="https://freemusicarchive.org/music/Plushgoolash/Chin25_Soup_Tennis/03-Big-Gay-Water-Fight">big gay water fight</a>” by Plushgoolash</li>
<li>logo: <a href="https://commons.wikimedia.org/wiki/File:Avestafestivalen03.jpg">Funfair of Avestafestivalen</a>, <a href="https://www.fontspace.com/crafty-signs-font-f70130">Crafty signs</a></li>
<li><a href="https://freesound.org/people/djlprojects/sounds/419594/">Mystical Wind Chimes Transition FX</a> |</li>
<li><a href="https://freesound.org/people/djlprojects/sounds/419594/">Mystical Wind Chimes Transition FX</a></li>
<li>logo: <a href="https://commons.wikimedia.org/wiki/File:Avestafestivalen03.jpg">Funfair of Avestafestivalen</a> + <a href="https://www.fontspace.com/crafty-signs-font-f70130">Crafty signs</a></li>
</ul>
</body>
</html>

6
dist/index.html vendored
View File

@ -35,11 +35,15 @@
<p class="author">dozens</p>
</header>
<img src="assets/img/logo.png"/>
<p>
New episodes on the 12th and the 24th of each month.
</p>
<h2>
Episodes:
</h2>
<ul>
<li><a href="2022-03-03-episode-1-acdw.html">episode 1</a>: a shiny new podcast! with acdw — 2022-03-03</li>
<li><a href="2022-03-03-episode-2-m455.html">episode 2</a>: a special conversation with m455 — Thu, 12 Mar 2022 12:12:12 -0700</li>
<li><a href="2022-03-03-episode-1-acdw.html">episode 1</a>: a shiny new podcast! with acdw — Thu, 24 Feb 2022 12:12:12 -0700</li>
</ul>
</body>
</html>

55
dist/rss.xml vendored
View File

@ -1,3 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"><channel><title>Tilde Whirl Tildeverse Podcast</title>
<link>https://tilde.town/~dozens/podcast/index.html</link><description>the greatest tildeverse podcast in the world</description>
<atom:link rel="self" type="application/rss+xml" href="https://tilde.town/~dozens/podcast/rss.xml"/>
@ -7,9 +8,10 @@
<link>https://tilde.town/~dozens/podcast/index.html</link>
</image>
<generator>pandoc and stuff</generator>
<lastBuildDate>Fri Mar 4 15:32:30 MST 2022</lastBuildDate>
<lastBuildDate>Sat, 12 Mar 2022 10:04:51 -0700</lastBuildDate>
<atom:link href="https://tilde.town/~dozens/podcast/rss.xml" rel="self" type="application/rss+xml"/>
<author>dozens</author>
<webMaster>dozens@tilde.team (dozens)</webMaster>
<managingEditor>dozens@tilde.team (dozens)</managingEditor>
<copyright>dozens</copyright>
<language>en</language>
<itunes:author>dozens</itunes:author>
@ -23,10 +25,53 @@
<itunes:category text="Technology">
</itunes:category>
<itunes:image href="https://tilde.town/~dozens/podcast/assets/img/logo.png"/>
<item>
<title>episode 2</title>
<link>https://tilde.town/~dozens/podcast/2022-03-03-episode-2-m455.html</link>
<pubDate>Thu, 12 Mar 2022 12:12:12 -0700</pubDate>
<description><![CDATA[<h2 id="notes">notes</h2>
<p>Hey there, pull up a chair, have a seat by the fire, pour a nice tall glass of milk, and listen to dozens and m455 talk about tildistan.</p>
<p>We talk aboot tildes (obviously), inclusivity, starting more projects than you finish, linguistics, and more!</p>
<p>Segments include Science Fun Fact Corner, Poetry Corner, and Magic and Divination.</p>
<h2 id="links">links</h2>
<ul>
<li><a href="https://m455.casa/">m455.casa</a></li>
<li><a href="http://tilde.town/~dozens/sofa/">sofa</a></li>
<li><a href="https://squiggle.city/">squiggle.city</a></li>
<li><a href="https://trash.town/">trash.town</a></li>
<li><a href="https://cosmic.voyage/">cosmic.voyage</a></li>
<li><a href="http://sdf.org/">sdf.org</a></li>
<li><a href="https://qwantz.com/">dinosaur comics</a></li>
<li><a href="https://laserdisc.party/@carithlee/107853224591829561">dudes we did not go through the hassle…</a></li>
<li><a href="https://en.wikipedia.org/wiki/Hanif_Abdurraqib">Hanif Abdurraqib</a></li>
<li><a href="https://freemusicarchive.org/music/Plushgoolash/Chin25_Soup_Tennis">plushgoolash</a></li>
<li><a href="https://www.bastionland.com/2020/12/ask-stars-minimal-solo-rpg.html">ask the stars</a></li>
</ul>
<p>lisps:</p>
<ul>
<li><a href="https://www.call-cc.org/">chicken</a></li>
<li><a href="https://github.com/anmonteiro/lumo">lumo</a></li>
<li><a href="https://docs.hylang.org/en/alpha/">hy</a></li>
<li><a href="https://racket-lang.org/">racket</a></li>
<li><a href="https://fennel-lang.org/">fennel</a></li>
</ul>
<h2 id="sources">sources</h2>
<p>sounds and stuff used in this episode:</p>]]></description>
<guid isPermaLink="false">Thu, 12 Mar 2022 12:12:12 -0700</guid>
<dc:creator>dozens</dc:creator>
<enclosure url="https://archive.org/download/tilderwhirl-S01E01/tildewhirl-S01E02.mp3" length="68307849" type="audio/x-m4a"/>
<itunes:summary>tilde whirl with dozens and m455</itunes:summary>
<itunes:explicit>No</itunes:explicit>
<itunes:duration>4802</itunes:duration>
<itunes:image href="https://tilde.town/~dozens/podcast/assets/img/logo.png"/>
<itunes:season>1</itunes:season>
<itunes:episode>2</itunes:episode>
<itunes:episodeType>full</itunes:episodeType>
</item>
<item>
<title>episode 1</title>
<link>https://tilde.town/~dozens/podcast/2022-03-03-episode-1-acdw.html</link>
<pubDate>2022-03-03</pubDate>
<pubDate>Thu, 24 Feb 2022 12:12:12 -0700</pubDate>
<description><![CDATA[<h2 id="notes">notes</h2>
<p>Hola, Wikipedia!</p>
<p>I started a new podcast! Isnt that just really special?</p>
@ -47,12 +92,12 @@
<h2 id="sources">sources</h2>
<p>sounds and stuff used in this episode:</p>
<p><a href="https://freesound.org/people/Ev-Dawg/sounds/337435/">cricket</a> | <a href="https://freesound.org/people/Jace/sounds/35291/">continuous static.wav</a> | <a href="https://archive.org/details/GlobalCommunityRadioChannelOneTechnicalDifficultiesMessage">technical difficulties</a> | <a href="https://freemusicarchive.org/music/Scott_Holmes/happy-background-music/Skip_In_my_Step_1428">Skip In my Step</a></p>]]></description>
<guid isPermaLink="false">2022-03-03</guid>
<guid isPermaLink="false">Thu, 24 Feb 2022 12:12:12 -0700</guid>
<dc:creator>dozens</dc:creator>
<enclosure url="https://archive.org/download/tilderwhirl-S01E01/tilderwhirl-S01E01.mp3" length="62456102" type="audio/x-m4a"/>
<itunes:summary>tilde whirl with dozens and acdw</itunes:summary>
<itunes:explicit>No</itunes:explicit>
<itunes:duration>4727.144490</itunes:duration>
<itunes:duration>4727</itunes:duration>
<itunes:image href="https://tilde.town/~dozens/podcast/assets/img/logo.png"/>
<itunes:season>1</itunes:season>
<itunes:episode>1</itunes:episode>

View File

@ -1,3 +1,5 @@
<img src="assets/img/logo.png"/>
<p>New episodes on the 12th and the 24th of each month.</p>
<h2>Episodes:</h2>
- [episode 1](2022-03-03-episode-1-acdw.html): a shiny new podcast! with acdw --- 2022-03-03
- [episode 2](2022-03-03-episode-2-m455.html): a special conversation with m455 --- Thu, 12 Mar 2022 12:12:12 -0700
- [episode 1](2022-03-03-episode-1-acdw.html): a shiny new podcast! with acdw --- Thu, 24 Feb 2022 12:12:12 -0700

View File

@ -4,7 +4,7 @@ default:
# build
build:
make build
make -B build
# make fred say something
say phrase out:

View File

@ -6,17 +6,37 @@ toc-title: Contents
## about
What is this? Honestly it's whatever you want it to be, dreamchild
Welcome to the Tilde Whirl Tildeverse podcast!
No, seriously, this is a podcast about the *tildeverse*. No, not [that one](https://tildeverse.org/), I mean the broader, more general tidle multiverse. The collective of tildes and pubnixen, and the fediverse, and gemini and gopher and the small internet, and all of the creative art and code and beauty that its tildizens create.
A *tilde* is computer meant for sharing. Users create accounts and use shared resources for communicating and collaborating on stuff.
So come on, *give it a whirl!*
The *tildeverse* is a loose organization of said tildes, and also resources and services created for them.
And this is an interview / variety show podcast where I interview people from the tildeverse, interrupted now and then by special segments.
If you want to know more, you'll have to give it a listen. So come on and *give it a whirl!*
more about tildes:
- [i had a couple drinks and woke up with 1,000 nerds: the story of tilde.Club](https://medium.com/message/tilde-club-i-had-a-couple-drinks-and-woke-up-with-1-000-nerds-a8904f0a2ebf)
- [tilde.town](https://tilde.town/)
- [tildeverse.org](https://tildeverse.org/)
## when
New episodes drop on the 12th and 24th of each month.
## me
Hi, I'm dozens! 👋
## sources
Sounds you hear on the show.
See individual episodes for more credits and sources.
- intro: "[punishment](https://freemusicarchive.org/music/Plushgoolash/Chin25_Soup_Tennis/01-Punishment)" by Plushgoolash
- outro: "[big gay water fight](https://freemusicarchive.org/music/Plushgoolash/Chin25_Soup_Tennis/03-Big-Gay-Water-Fight)" by Plushgoolash
- logo: [Funfair of Avestafestivalen](https://commons.wikimedia.org/wiki/File:Avestafestivalen03.jpg), [Crafty signs](https://www.fontspace.com/crafty-signs-font-f70130)
- [Mystical Wind Chimes Transition FX](https://freesound.org/people/djlprojects/sounds/419594/) |
- [Mystical Wind Chimes Transition FX](https://freesound.org/people/djlprojects/sounds/419594/)
- logo: [Funfair of Avestafestivalen](https://commons.wikimedia.org/wiki/File:Avestafestivalen03.jpg) + [Crafty signs](https://www.fontspace.com/crafty-signs-font-f70130)

View File

@ -0,0 +1,38 @@
Hello, {{human}}!
Thank you so much for agreeing to be on the tilde whirl podcast! I think it's going to be a lot of fun.
We are scheduled to meet up on {{date}} at {{time}}.
I wanted to check in with you before then to go over a couple of things so that you feel prepared and ready.
Let me know if this all sounds good, or if you have any questions.
Talk soon!
<3,
dozens
== Best Practices ==
Pick a quiet, distraction free place where you can talk for about 60 minutes. (Some people have lots of success sitting down in their closet!)
Wear some headphones if you can. It prevents echo and feedback.
== Expectations ==
We'll talk about tildes, and your history and your experience with them. And also about your interests and hobbies, life in general, and whatever else comes up.
== Safety ==
It is important to me that you to feel safe and comfortable during our conversation.
If there is any topic that is off-limits for you or that you would rather not discuss, please let me know, and we'll stay away from that topic.
== Logistics ==
I'm still figuring out the best way to actually record these things. For this one, I'd like to meet on jitsi, because I think that's the easiest way to do it and the audio is pretty good.
https://meet.jit.si/dozens

View File

@ -54,6 +54,7 @@ $endif$
$if(file)$
<h2>Listen now</h2>
<audio controls src="$file$"></audio>
<p><a href="$file$" download>download</a></p>
$endif$
$if(toc)$
<nav id="$idprefix$TOC" role="doc-toc">

View File

@ -1,2 +1,3 @@
<img src="assets/img/logo.png"/>
<p>New episodes on the 12th and the 24th of each month.</p>
<h2>Episodes:</h2>