#indieweb 2022-02-05

2022-02-05 UTC
[schmarty], mdemo, darkkirb, Seirdy, Seirdy0, lanodan, jacky, mossymaker[d], seekr, rvalue, Kongpc, tetov-irc, nertzy, marksuth[d], Moosadee, boxframes and [fluffy] joined the channel
#
kinduff
Hello 👋 very happy to share that I've finally integrated webmentions into my Jekyll site. I'm missing a couple of pieces to, for example, rebuild when a webmention comes, but it's okay for now.
#
kinduff
I'm doing a all static approach, meaning that instead of fetching webmentions all the time, I:
#
kinduff
- Created a backfill job to convert webmentions into something I can print (example file shorturl.at/uxL27)
#
kinduff
- Created a backfill to find a fetch Hackernews comments and transform them into webmentions, meaning, using the API to fetch and transform into a brid.gy like response, then webmention.io can pick it up
#
kinduff
- Same for Github issue comments, since I was using Utterances and wanted to recover those.
#
kinduff
The missing parts are some automations, and some UI tweaks to show the user that they can comment using commentpara.de or similar (might build my own).
#
kinduff
I'm planning to write a blog post about this, so hang tight!
#
kinduff
Finally, the result! Here's a post with a lot of mentions, they come from Brid.gy (Twitter, Reddit), but also Hackernews and Github https://kinduff.com/2022/01/04/the-weight-of-the-clipboard/
#
jacky
kinduff++ nice work!
#
Loqi
kinduff has 2 karma over the last year
#
jacky
really like how your comments show up on your site too :)
#
aaronpk
the design is nice!
#
kinduff
thank you very much!
#
kinduff
did some magic to show a unique color per author in the comments https://github.com/kinduff/kinduff/blob/master/_plugins/hash_color_filter.rb
#
jacky
little things like that are always cool
#
capjamesg[d]
Amazing work!
#
kinduff
🎉 thank you!
#
capjamesg[d]
kinduff++
#
Loqi
kinduff has 3 karma over the last year
jacky, _inky, KartikPrabhu, kloenk, n8chz, alex_ and alex11 joined the channel
#
jacky
which also led me to https://podcastindex.org/
#
jacky
so much stuff in the space of audio
#
jacky
(kinda makes me wonder if people gave up on text but I'm reading this so lol)
#
jacky
it looks like it's both an index for podcasts -and- a means of finding apps/services to listen to them
#
kinduff
Just finished my N8N integration with Webmention.io to receive new webmentions using the webhook and transforming it into the format I need to be displayed in my Jekyll blog. The deploy is automatic when something new is pushed.
#
kinduff
This a very similar workflow I use for my Guest book :D
#
kinduff
the IF block there is to verify if the signature is valid
#
kinduff
woops, I thought I was on the dev channel, sorry
tetov-irc and [snarfed] joined the channel
#
[snarfed]
wow kinduff++ awesome!
#
[snarfed]
we sadly have too few backfeed implementations besides Bridgy. awesome to see another!