From 5d747b686da5b6e5ce63851a5a8fa7b3d692dd1a Mon Sep 17 00:00:00 2001 From: "Christopher P. Brown" Date: Sat, 12 Mar 2022 10:06:34 -0700 Subject: [PATCH] e01e02 --- bin/build-podcast.sh | 9 ++-- content/2022-03-03-episode-1-acdw.md | 4 +- content/2022-03-03-episode-2-m455.md | 49 ++++++++++++++++++ dist/2022-03-03-episode-1-acdw.html | 4 +- dist/2022-03-03-episode-2-m455.html | 75 ++++++++++++++++++++++++++++ dist/about.html | 25 ++++++++-- dist/index.html | 6 ++- dist/rss.xml | 55 ++++++++++++++++++-- index.md | 4 +- justfile | 2 +- pages/about.md | 30 +++++++++-- templates/email.template | 38 ++++++++++++++ templates/episode.template | 1 + templates/index-before.html | 1 + 14 files changed, 278 insertions(+), 25 deletions(-) create mode 100644 content/2022-03-03-episode-2-m455.md create mode 100644 dist/2022-03-03-episode-2-m455.html create mode 100644 templates/email.template diff --git a/bin/build-podcast.sh b/bin/build-podcast.sh index 0d5d101..8c3c4d4 100755 --- a/bin/build-podcast.sh +++ b/bin/build-podcast.sh @@ -9,7 +9,9 @@ href="$baseurl/rss.xml" img_url="$baseurl/assets/img/logo.png" outfile="dist/rss.xml" -echo "$title" > $outfile + +echo "" > $outfile +echo "$title" >> $outfile echo "$link$description" >> $outfile echo "" >> $outfile echo "" >> $outfile @@ -18,9 +20,10 @@ echo " $title" >> $outfile echo " $link" >> $outfile echo "" >> $outfile echo "pandoc and stuff" >> $outfile -echo "$(date)" >> $outfile +echo "$(gdate -R)" >> $outfile echo "" >> $outfile -echo "$author" >> $outfile +echo "$email (dozens)" >> $outfile +echo "$email (dozens)" >> $outfile echo "$author" >> $outfile echo "en" >> $outfile echo "$author" >> $outfile diff --git a/content/2022-03-03-episode-1-acdw.md b/content/2022-03-03-episode-1-acdw.md index 2db6512..3b0505f 100644 --- a/content/2022-03-03-episode-1-acdw.md +++ b/content/2022-03-03-episode-1-acdw.md @@ -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' diff --git a/content/2022-03-03-episode-2-m455.md b/content/2022-03-03-episode-2-m455.md new file mode 100644 index 0000000..b6d9600 --- /dev/null +++ b/content/2022-03-03-episode-2-m455.md @@ -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: + diff --git a/dist/2022-03-03-episode-1-acdw.html b/dist/2022-03-03-episode-1-acdw.html index 49bce3d..387496c 100644 --- a/dist/2022-03-03-episode-1-acdw.html +++ b/dist/2022-03-03-episode-1-acdw.html @@ -4,7 +4,6 @@ - episode 1 + + + + + +
+

episode 2

+

a special conversation with m455

+

Thu, 12 Mar 2022 12:12:12 -0700

+
+

Listen now

+ +

download

+ +

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.

+ + +

lisps:

+ +

sources

+

sounds and stuff used in this episode:

+ + diff --git a/dist/about.html b/dist/about.html index 26e77c5..bd34350 100644 --- a/dist/about.html +++ b/dist/about.html @@ -35,20 +35,35 @@

Contents

about

-

What is this? Honestly it’s whatever you want it to be, dreamchild

-

No, seriously, this is a podcast about the tildeverse. No, not that one, 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.

-

So come on, give it a whirl!

+

Welcome to the Tilde Whirl Tildeverse podcast!

+

A tilde is computer meant for sharing. Users create accounts and use shared resources for communicating and collaborating on stuff.

+

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:

+ +

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.

diff --git a/dist/index.html b/dist/index.html index 22b51ae..a3b0ab9 100644 --- a/dist/index.html +++ b/dist/index.html @@ -35,11 +35,15 @@

dozens

+

+New episodes on the 12th and the 24th of each month. +

Episodes:

    -
  • episode 1: a shiny new podcast! with acdw — 2022-03-03
  • +
  • episode 2: a special conversation with m455 — Thu, 12 Mar 2022 12:12:12 -0700
  • +
  • episode 1: a shiny new podcast! with acdw — Thu, 24 Feb 2022 12:12:12 -0700
diff --git a/dist/rss.xml b/dist/rss.xml index bad5183..a2ec549 100644 --- a/dist/rss.xml +++ b/dist/rss.xml @@ -1,3 +1,4 @@ + Tilde Whirl Tildeverse Podcast https://tilde.town/~dozens/podcast/index.htmlthe greatest tildeverse podcast in the world @@ -7,9 +8,10 @@ https://tilde.town/~dozens/podcast/index.html pandoc and stuff -Fri Mar 4 15:32:30 MST 2022 +Sat, 12 Mar 2022 10:04:51 -0700 -dozens +dozens@tilde.team (dozens) +dozens@tilde.team (dozens) dozens en dozens @@ -23,10 +25,53 @@ + + episode 2 + https://tilde.town/~dozens/podcast/2022-03-03-episode-2-m455.html + Thu, 12 Mar 2022 12:12:12 -0700 + 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.

+ + +

lisps:

+ +

sources

+

sounds and stuff used in this episode:

]]>
+ Thu, 12 Mar 2022 12:12:12 -0700 + dozens + + tilde whirl with dozens and m455 + No + 4802 + + 1 + 2 + full +
episode 1 https://tilde.town/~dozens/podcast/2022-03-03-episode-1-acdw.html - 2022-03-03 + Thu, 24 Feb 2022 12:12:12 -0700 notes

Hola, Wikipedia!

I started a new podcast! Isn’t that just really special?

@@ -47,12 +92,12 @@

sources

sounds and stuff used in this episode:

cricket | continuous static.wav | technical difficulties | Skip In my Step

]]>
- 2022-03-03 + Thu, 24 Feb 2022 12:12:12 -0700 dozens tilde whirl with dozens and acdw No - 4727.144490 + 4727 1 1 diff --git a/index.md b/index.md index b9b0047..aa11134 100644 --- a/index.md +++ b/index.md @@ -1,3 +1,5 @@ +

New episodes on the 12th and the 24th of each month.

Episodes:

-- [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 diff --git a/justfile b/justfile index 3cf3a83..9484131 100644 --- a/justfile +++ b/justfile @@ -4,7 +4,7 @@ default: # build build: - make build + make -B build # make fred say something say phrase out: diff --git a/pages/about.md b/pages/about.md index 00087fc..1e4ef6c 100644 --- a/pages/about.md +++ b/pages/about.md @@ -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) diff --git a/templates/email.template b/templates/email.template new file mode 100644 index 0000000..11d9be4 --- /dev/null +++ b/templates/email.template @@ -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 diff --git a/templates/episode.template b/templates/episode.template index aa7a502..83d542b 100644 --- a/templates/episode.template +++ b/templates/episode.template @@ -54,6 +54,7 @@ $endif$ $if(file)$

Listen now

+

download

$endif$ $if(toc)$