events/2025-05-14-hwc-americas
Homebrew Website Club - Americas was an IndieWeb meetup on Zoom held on 2025-05-14.
- Archived from: https://etherpad.indieweb.org/2025-05-14-hwc-americas
Participants
David Shanske
Joe Crawford
- Template:mossymaker
Ross A. Baker
gRegor Morrill
benji
Reilly Spitzfaden
- Template:btrem
Notes
- Poker Face, John Mulaney
- Reilly's menus, from FrESH #027 -
Joe Crawford has not yet gotten to look at this but wants to
- https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/await
- Promises https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise
- btrem is working on a tool to create footnotes in 11ty and seeing how to create an 11ty plugin
example page with a footnote: https://btrem.com/2025/04-addtemplate (done with a simple function, not with the plugin, which at the moment does not work.) :(
- Reilly updated their h-card so their photo shows up on webmentions, e.g. the RSVP on this event: https://events.indieweb.org/2025/05/homebrew-website-club-americas-38aqOgHBPN0F
- Bridgy Classic: when publishing by Webmention trigger, the Bridgy response should include the permalink for the silo post, so post processing can pull in the link and show it as a syndication link "also appears on". The WordPress Syndication Links plugin has code built in that handles that, for reference: Syndication_Links
- https://artlung.com/likes/54dfcb3929bc2c77fa5df9e12c5731fc (example like)
- https://github.com/benjifs/benji/blob/main/wm/notes--1746080002.json
- Xray is parsing this as a feed for some reason? https://xray.p3k.io/parse?url=https%3A%2F%2Fartlung.com%2Flikes%2F54dfcb3929bc2c77fa5df9e12c5731fc&pretty=true
- Joe updated the output and the rel=canonical likes page and it's looking way better now: https://xray.p3k.io/parse?url=https%3A%2F%2Fartlung.com%2Flikes%2F280f4f1198ff6143013c26370fa427eb&pretty=true
- Thanks guys!
- bookmarking https://www.ellyloel.com/beyond-wcag-losing-spoons-online-tpgi/
- https://microformats.org/wiki/h-feed#Implied_h-feed
- https://cheerio.js.org/
- Rewriting relative URL to absolute
- https://stackoverflow.com/a/48837947 (PHP)
- https://awasu.com/kb/content/URL_Rewriting.php (XSLT)
- Post about relative/absolute URLs in RSS and Atom: https://www.jessesquires.com/blog/2021/06/06/rss-feeds-jekyll-and-absolute-versus-relative-urls/
gRegor Morrill: in PHP land, I use this small lib for normalizing URLs of various types: https://sabre.io/uri/
- And apparently it's based on this Node lib, which might be more helpful fof you, Reilly: https://nodejs.org/api/url.html
- and it's a composer module! nice. https://sabre.io/uri/install/
(async()=>{ const whatever = await import('thing') })()
- https://some-natalie.dev/blog/kodi-setup/
- https://reillyspitzfaden.com/digital-garden/notebook/tech-projects/kodi-streaming-box-raspberry-pi/