#dev 2019-11-01
2019-11-01 UTC
[qubyte] joined the channel
[KevinMarks] joined the channel
mblaney joined the channel
maxwell, gRegorLove and [jgmac1106] joined the channel
# When I got married, I thought I'd keep publishing under Arley McNeney and then just do everything else as Arley Cruthers. But now I teach as Arley Cruthers, and have gotten into academic writing where I have to state my university affiliation. Which last name to use? ( twitter.com/_/status/1190120444805840896)
gRegorLove, KartikPrabhu, cweiske, [Lewis_Cowles], krychu and [fluffy] joined the channel
[jeremycherfas], strugee, IWSlackGateway and [qubyte] joined the channel
[jgmac1106] joined the channel
[rem] joined the channel
[KevinMarks] joined the channel
# Idea for a VSCode extension: live microformat previewer. Extension parses the currently edited page and pulls out the microformat data in real time. That would be super useful right now. Does it already exist? I can't seem to find it anywhere if it does. ( twitter.com/_/status/1188937368197324802)
[LewisCowles] joined the channel
# Today's project: gonna finally see if I can wrestle webmentions to the ground. Never been able to get it working properly but I like the idea of rolling my own glitch webmentions server like this: https://qubyte.codes/blog/a-new-service-to-handle-webmention-dispatch-for-you ( twitter.com/_/status/1190253123295744000)
# Doing a test trying to go from Known ->@microdotblog->Twitter rather than just Known->Twitter and syndicating only one tag to microdotblog. ( twitter.com/_/status/1190247437342035969)
ketudb joined the channel
# ↩️ ha - I feel like that's webmentions in a nutshell... So close to the right idea but just too damn hard to get it working.... Will report back ( twitter.com/_/status/1190267014104977408)
KartikPrabhu joined the channel
# ↩️ Your mileage may vary. In the end I made a new one based around the code I mention in that blog post. It's much more picky about microformats though. https://glitch.com/edit/#!/lean-send-webmentions ( twitter.com/_/status/1190270288795189250)
# ↩️ @tomcritchlow That webmention server is how I discovered your tweet btw (via http://Brid.gy). ( twitter.com/_/status/1190270685328945153)
# ↩️ @tomcritchlow That webmention server is how I discovered your tweet btw (via http://Brid.gy). ( twitter.com/_/status/1190270685328945153)
# ↩️ Setting up Webmentions TL;DR:
- Enable h-card markup
- Add http://webmention.io support
- Write custom JS to display http://webmention.io API
- Sign up for http://Brid.gy for social webmentions
- Sign up for http://webmention.app ( twitter.com/_/status/1190275208495669248)
# ↩️ Setting up Webmentions TL;DR:
- Enable h-card markup
- Add http://webmention.io support
- Write custom JS to display http://webmention.io API
- Sign up for http://Brid.gy for social webmentions
- Sign up for http://webmention.app ( twitter.com/_/status/1190275208495669248)
# ↩️ (cont.)
- Set up IFTTT for RSS -> http://webmention.app to send webmentions
Fin? Maybe? I count 4 different web-apps necessary *and* two different code markups needed to get this all working correctly.
Webmentions is a failed system. ( twitter.com/_/status/1190275209900756992)
[frank] joined the channel
# ↩️ I was *just* about to come back around and thank you and Remy for building these servies for starters. So thank you!
Yes, this is a partial failure of static sites but it still just feels like an over-engineered solution. I know lots of bloggers and so few of them use webmention ( twitter.com/_/status/1190276452517847040)
# Disabled my crosspost to Twitter as I try to figure out how to add the microsub endpoint in Known. ( twitter.com/_/status/1190277022867771393)
# ↩️ @aaronpk Is it much easier for non-static sites? Is there a "webmentions in a box" WP plugin? ( twitter.com/_/status/1190277327047012352)
# ↩️ Yep! https://wordpress.org/plugins/webmention/
It's completely self-contained, no external services, and integrates with the native WordPress comments system. ( twitter.com/_/status/1190277552704589824)
# ↩️ Just to counter-balance the frustration - I want to give huge props to Remy for building http://webmention.app and Aaron for building http://webmention.io. Love the fact that there is a community building solutions here. ( twitter.com/_/status/1190277717662601217)
[KevinMarks] and [xavierroy] joined the channel
# ↩️ Ok! First webmention officially sent. Still had to post manually using http://webmention.app but hopefully will solve that shortly with a little RSS cron job ( twitter.com/_/status/1190282236127514634)
[Michael_Beckwit joined the channel
# Looking forward to the day when mentions of webmentions replaces mentions of pingback/trackback. #IndieWeb #WCUS ( twitter.com/_/status/1190291673298931713)
[tantek] and [snarfed] joined the channel
# Now waiting for the Fitbit API shutdown for my privacy… ( twitter.com/_/status/1190298087748562944)
# ↩️ thanks for the feedback! @aaronpk is right: static sites will generally struggle to do anything outside of their build step, ie anything not directly triggered by their author. webmentions are just one of many examples. ( twitter.com/_/status/1190303641921474561)
gRegorLove, gxt, KartikPrabhu, [LewisCowles], [chrisbergr] and [tantek] joined the channel
[Michael_Beckwit joined the channel
[KevinMarks], [dougbeal], [jgmac1106] and McLovinDiscord[m joined the channel
# ↩️ I'm exhausted. So much duct tape. But - finally the beginnings of webmentions appear across the site.... https://t.co/OuxargskaI ( twitter.com/_/status/1190369376912003072)
[snarfed] joined the channel
# @keithjgrant Hey - been setting up webmentions all day and your guide was the best guide I found. Thanks! https://keithjgrant.com/posts/2019/02/adding-webmention-support-to-a-static-site/ ( twitter.com/_/status/1190376302362202112)
# ↩️ At the bottom of every post there's a "webmention stuff" tab that you can expand that is totally experimental right now but will begin to populate *things*.... More to come next week. ( twitter.com/_/status/1190378487477092352)
KartikPrabhu and [KevinMarks] joined the channel
# ↩️ What did you end up doing for client-side JS rendering for webmentions? @fluffy has a great project https://github.com/PlaidWeb/webmention.js which I've found makes it super easy to use ( twitter.com/_/status/1190390542477283328)
# ↩️ @JamieTanna @fluffy I was adapting this https://keithjgrant.com/posts/2019/02/adding-webmention-support-to-a-static-site/ but that thing you linked to might be better! ( twitter.com/_/status/1190392869976195073)
krychu, KartikPrabhu, [tantek], wgirl_, [Michael_Beckwit, strugee and [grantcodes] joined the channel