Skip to content

Instantly share code, notes, and snippets.

@rdela
Last active March 21, 2024 15:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rdela/e8facf1a8a31ea5223c42075cbaa9bb2 to your computer and use it in GitHub Desktop.
Save rdela/e8facf1a8a31ea5223c42075cbaa9bb2 to your computer and use it in GitHub Desktop.
2024-03-13 CloudCannon Twitch Chat

Static Chronicles 2024-03-13 Building an RSS reader in Eleventy

https://youtu.be/Pt5CWtEPmBM

with @zachleat@zachleat.com + @mikeneu@fosstodon.org from @cloudcannon@techhub.social

Follow on Twitch https://www.twitch.tv/cloudcannoncms

Subscribe on YouTube https://www.youtube.com/@cloudcannon

Chat log

(in which I clumsily praise @paulcuth, @robb@social.lol, and @bobmonsour@indieweb.social among others!)

Welcome to the chat room!

rickydelaveaga: Woooohooooo

rickydelaveaga: I like them alll!!!!

cthosian: O_O

rickydelaveaga: Static Chronicles is the shortest

rickydelaveaga: Static Site Fan Club is great too tho

cthosian: I can't escape this LLM hype 😭

rickydelaveaga: from Robb Knight https://rknight.me/links/rss-is-dead-lol/

rickydelaveaga: https://rss-is-dead.lol/

bob_monsour: The author is Paul Cuth. The OPML feature has been requested via Mastodon. @paulcuth

rickydelaveaga: Yeah here's Paul's announcement post paulcuth

rickydelaveaga: https://mastodon.social/@paulcuth/112020399228840502

bob_monsour: I love Inoreader

rickydelaveaga: Robb mentioned it in the Eleventy meetup talk about Echo Reader and posting everything w Eleventy thought I was linking to that haha https://social.lol/@robb/112073774069852365

bob_monsour: On Inoreader, I can set up a feed that monitors all the other feeds for keywords in the titles and content. That's how I find a lot of Eleventy content.

rickydelaveaga: Echo Feed haha have Reader on the brain

rickydelaveaga: Feedbin works with Reeder which is awesome

rickydelaveaga: https://www.reederapp.com/

rickydelaveaga: Also, Omnivore, which I am experimenting with, has RSS support now https://omnivore.app/home

rickydelaveaga: Shout out to the venerable and formidibale NetNewsWire https://netnewswire.com/

rickydelaveaga: RIP Greader

rickydelaveaga: Feedbin is here https://feedbin.com/

rickydelaveaga: used to be .me (i was cool when)

rickydelaveaga: switch kerfuffle

rickydelaveaga: toggle tussle

rickydelaveaga: https://ericwbailey.website/published/my-mastodon-strategy/

rickydelaveaga: no no that was my mistake

rickydelaveaga: https://echofeed.app/

rickydelaveaga: That is Robb's cross poster

rickydelaveaga: And Robb talked about it at Eleventy Meetup

rickydelaveaga: https://www.youtube.com/@THEEleventyMeetup

rickydelaveaga: https://www.youtube.com/watch?v=e_87IF7KGgo

rickydelaveaga: Mac app is nice

rickydelaveaga: Bionic Reading

rickydelaveaga: https://bionic-reading.com/

rickydelaveaga: That is what BR stands for haha

rickydelaveaga: bingo

rickydelaveaga: exactly

rickydelaveaga: if you scroll down on reeder site is says "A higher dimension of reading. With Bionic Reading you read texts with more focus, awareness, and sustainability. Read more about Bionic Reading at bionic-reading.com."

rickydelaveaga: yeah retention i think. it's hilarious that dyslexic is hard to spell

rickydelaveaga: this is a great idea

rickydelaveaga: even threads is supposed to open up an API soon

rickydelaveaga: THIS I FEEL SO SSEN

rickydelaveaga: SEEN

rickydelaveaga: hate that "stay in your lane" silencing

rickydelaveaga: https://9to5mac.com/2024/03/01/threads-api/

rickydelaveaga: "June"

rickydelaveaga: https://www.11ty.dev/firehose/

rickydelaveaga: shoutout to webcare-webshare i am integrating soon hopefully https://www.zachleat.com/web/webcare-webshare/

rickydelaveaga: Being able to Filter like the Firehose for individual feeds would be rad

rickydelaveaga: Like see Zach's Mastodon or YT posts only

rickydelaveaga: Yes the great fracturing

bob_monsour: Maybe I should add links to the author's RSS feeds

rickydelaveaga: https://11tybundle.dev

bob_monsour: It has a Firehose feed

rickydelaveaga: https://11tybundle.dev/firehose/

rickydelaveaga: featured posts

bob_monsour: It's more of a topic-centric feed

rickydelaveaga: popularity meter

rickydelaveaga: like GH stars

rickydelaveaga: i like bookmark being private and favorite/star being public

rickydelaveaga: but i dont use bookmarks on mastodon rly

bob_monsour: It's horrible

rickydelaveaga: Dave Winer does tons of stuff with OPML http://scripting.com/?tab=about

rickydelaveaga: haha so true abt netflix

rickydelaveaga: https://github.com/scripting?tab=repositories

rickydelaveaga: Dave says "These days my two main efforts are FeedLand and Drummer. Interop with other products is super important to me." https://feedland.com/

rickydelaveaga: https://drummer.land/

rickydelaveaga: definitely file under prior art

rickydelaveaga: Shoutout to LIAM

rickydelaveaga: Podcatchers do OPML export/import too https://support.pocketcasts.com/knowledge-base/opml-import/

rickydelaveaga: Gotta run to a meeting but will share these notes!

bob_monsour: Just saw this: https://quotebacks.net/

bob_monsour: Great stuff!

zachleat: Thanks y’all!

@rdela
Copy link
Author

rdela commented Mar 13, 2024

RegEx I use to clean up the copy pasted Discord chat…

(?# Space out copy-pasted discord chat)
(?# find )
^(.+)\n:\s?
(?# replace )
\n$1:\n

@rdela
Copy link
Author

rdela commented Mar 14, 2024

Recording is up on YouTube! https://youtu.be/Pt5CWtEPmBM

@rdela
Copy link
Author

rdela commented Mar 21, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment