IndieWeb post types

This content type is full of IndieWeb post types, which are all content types which allow me to take greater ownership of my own data. These are likely unrelated to my blog posts. You can find a better breakdown by actual post kind below:

 Reply

Nice! This is one I've ended up needing to do a few times too

 Listen

Listened to Bekah Hawrot Weigel by Coffee and Open Source
Post details
Bekah graduated from the Flatiron School Software Engineering program in May of 2019 and since then has spent time as a frontend developer, started the Virtual Coffee developer community, spent time in DevRel and has continued to mom her four kids. She currently co-hosts the Virtual Coffee podcast, tries to work on her postpartum wellness OSS project, and lifts heavy things in her free time. You can follow Bekah on Social Media https://twitter.com/BekahHW https://bekahhw.github.io/ https://www.linkedin.com/in/bekah-hawrot-weigel https://github.com/BekahHW https://www.youtube.com/@bekahhw Also check out these links from Bekah https://virtualcoffee.io/ PLEASE SUBSCRIBE TO THE PODCAST - Spotify: http://isaacl.dev/podcast-spotify - Apple Podcasts: http://isaacl.dev/podcast-apple - Google Podcasts: http://isaacl.dev/podcast-google - RSS: http://isaacl.dev/podcast-rss You can check out more episodes of Coffee and Open Source on https://www.coffeeandopensource.com/โ€‹โ€‹ Coffee and Open Source is hosted by Isaac Levin (https://twitter.com/isaacrlevin)

 Repost

Reposted Charlie Oโ€™Hara (@awfulwoman@indieweb.social)
Post details
Im in the UK later this week, talking at @oggcamp@mastodon.social! Itโ€™ll be a tasty intro to home automation and how to successfully irritate your loved ones with it. Oggcamp is the bestest free software conference there is, mainly because itโ€™s in The North and filled with Northeners. More conferences that arenโ€™t in London pls. #oggCamp #OggCamp2024 #HomeAutomation

 Repost

Reposted Terence Eden (@_edent_) on Threads
Post details
Them: Someone ought to do something! Me: You're someone! What are you going to do? Them: โ‚™โ‚’. โ‚™โ‚’โ‚œ โ‚—แตขโ‚–โ‚‘ โ‚œโ‚•โ‚โ‚œ. (Yes yes, structural inequality. Limited powers and knowledge. Access to tools. Etc.)

 Like

Liked Terence Eden (@Edent@mastodon.social)
Post details
Do you find yourself exaggerating your emotional responses when you know you're being watched? Would you like your phone's selfie-camera to record your face when you receive a message so it can automatically reply ๐Ÿ˜„, ๐Ÿ˜ข, or ๐Ÿ˜ฏ? Blog post: https://shkspr.mobi/blog/2020/10/performative-emotions/

 Reply

Ohh gotcha I see what you mean - so it's actually that the map isn't initialised (still one of the annoying things Go does, you have to make(map) to initialise it), the key being unused just stops us compiling.

I do agree it'd be useful to have a way to catch uninitialised maps earlier!