i've been doing web programming for over 30 years and this is a wild one.
big thanks to @kickingk for doing all of the research to figure out this problem. i absolutely would have not figured it out myself.
kiki had a problem where it was generating correct rss feeds for everyone in north america, and everyone outside of north america had non-compliant rss feeds. the exact same code on every machine, but *only* the machines in geographical europe barfed out broken rss output. rss feeds were 100% valid in north america, and borked elsewhere. what the hell?
the rss errors in europe:
pubDate must be an RFC-822 date-time: Sun, 10 Aug 2025 08:00:00 BST
valid rss date in north america:
Mon, 16 Feb 2026 11:00:00 MST
do you see it? i don't see it either.
that looks like a perfectly cromulent rss pubdate to me. it satisfies every single date formatting requirement that i could find, and uses PHP's own datetime() function to generate it.
as it turns out, the rss 2.0 spec relies upon an RFC specification from the 1977 ARPANET: "RFC822: Standard for ARPA Internet Text Messages"
yes. i just had to write a patch for a 50 year old RFC ..... "feature".
if you're a kiki instance sysop, you can update your instance by downloading v1.1.7. and if you're wondering what kiki is - you can find out here:
https://tomotama.itch.io/kiki
danny van kooten does a great job of explaining what the underlying problem with RSS/RFC822 is here:
https://www.dannyvankooten.com/blog/2023/rfc822-and-cet/
#kiki #webdev #rss #programming #smallWeb #indieWeb
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://mastodon.social/tags/indieweb",
"photo": null
},
"url": "https://mastodon.tomodori.net/@vga256/116081444108656479",
"content": {
"html": "<p>i've been doing web programming for over 30 years and this is a wild one.</p><p>big thanks to <span class=\"h-card\"><a class=\"u-url\" href=\"https://social.lol/@kickingk\">@<span>kickingk</span></a></span> for doing all of the research to figure out this problem. i absolutely would have not figured it out myself.</p><p>kiki had a problem where it was generating correct rss feeds for everyone in north america, and everyone outside of north america had non-compliant rss feeds. the exact same code on every machine, but *only* the machines in geographical europe barfed out broken rss output. rss feeds were 100% valid in north america, and borked elsewhere. what the hell?</p><p>the rss errors in europe:<br />pubDate must be an RFC-822 date-time: Sun, 10 Aug 2025 08:00:00 BST</p><p>valid rss date in north america:<br />Mon, 16 Feb 2026 11:00:00 MST</p><p>do you see it? i don't see it either.</p><p>that looks like a perfectly cromulent rss pubdate to me. it satisfies every single date formatting requirement that i could find, and uses PHP's own datetime() function to generate it.</p><p>as it turns out, the rss 2.0 spec relies upon an RFC specification from the 1977 ARPANET: \"RFC822: Standard for ARPA Internet Text Messages\"</p><p>yes. i just had to write a patch for a 50 year old RFC ..... \"feature\".</p><p>if you're a kiki instance sysop, you can update your instance by downloading v1.1.7. and if you're wondering what kiki is - you can find out here:<br /><a href=\"https://tomotama.itch.io/kiki\"><span>https://</span><span>tomotama.itch.io/kiki</span><span></span></a></p><p>danny van kooten does a great job of explaining what the underlying problem with RSS/RFC822 is here:<br /><a href=\"https://www.dannyvankooten.com/blog/2023/rfc822-and-cet/\"><span>https://www.</span><span>dannyvankooten.com/blog/2023/r</span><span>fc822-and-cet/</span></a></p><p><a href=\"https://mastodon.tomodori.net/tags/kiki\">#<span>kiki</span></a> <a href=\"https://mastodon.tomodori.net/tags/webdev\">#<span>webdev</span></a> <a href=\"https://mastodon.tomodori.net/tags/rss\">#<span>rss</span></a> <a href=\"https://mastodon.tomodori.net/tags/programming\">#<span>programming</span></a> <a href=\"https://mastodon.tomodori.net/tags/smallWeb\">#<span>smallWeb</span></a> <a href=\"https://mastodon.tomodori.net/tags/indieWeb\">#<span>indieWeb</span></a></p>\n<a class=\"u-mention\" href=\"https://social.lol/@kickingk\"></a>",
"text": "i've been doing web programming for over 30 years and this is a wild one.\n\nbig thanks to @kickingk for doing all of the research to figure out this problem. i absolutely would have not figured it out myself.\n\nkiki had a problem where it was generating correct rss feeds for everyone in north america, and everyone outside of north america had non-compliant rss feeds. the exact same code on every machine, but *only* the machines in geographical europe barfed out broken rss output. rss feeds were 100% valid in north america, and borked elsewhere. what the hell?\n\nthe rss errors in europe:\npubDate must be an RFC-822 date-time: Sun, 10 Aug 2025 08:00:00 BST\n\nvalid rss date in north america:\nMon, 16 Feb 2026 11:00:00 MST\n\ndo you see it? i don't see it either.\n\nthat looks like a perfectly cromulent rss pubdate to me. it satisfies every single date formatting requirement that i could find, and uses PHP's own datetime() function to generate it.\n\nas it turns out, the rss 2.0 spec relies upon an RFC specification from the 1977 ARPANET: \"RFC822: Standard for ARPA Internet Text Messages\"\n\nyes. i just had to write a patch for a 50 year old RFC ..... \"feature\".\n\nif you're a kiki instance sysop, you can update your instance by downloading v1.1.7. and if you're wondering what kiki is - you can find out here:\nhttps://tomotama.itch.io/kiki\n\ndanny van kooten does a great job of explaining what the underlying problem with RSS/RFC822 is here:\nhttps://www.dannyvankooten.com/blog/2023/rfc822-and-cet/\n\n#kiki #webdev #rss #programming #smallWeb #indieWeb"
},
"published": "2026-02-16T17:17:49+00:00",
"post-type": "note",
"_id": "47373418",
"_source": "8007",
"_is_read": false
}
I find that people who oppose the use of LLMs in writing often take an elitist stance. For many non-native English speakers, LLMs are empowering—they help express ideas without embarrassment or the need for assistance. We did not choose English as a global language; it was imposed on many of us. So don’t tell me I can’t use LLMs to edit my writing—before you do, try writing in another language, like Hindi. I challenge you!
#llm #chatgpt #writing #blogging #indieweb
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://mastodon.social/tags/indieweb",
"photo": null
},
"url": "https://fosstodon.org/@rohitfarmer/116080865613703915",
"content": {
"html": "<p>I find that people who oppose the use of LLMs in writing often take an elitist stance. For many non-native English speakers, LLMs are empowering\u2014they help express ideas without embarrassment or the need for assistance. We did not choose English as a global language; it was imposed on many of us. So don\u2019t tell me I can\u2019t use LLMs to edit my writing\u2014before you do, try writing in another language, like Hindi. I challenge you!</p><p><a href=\"https://fosstodon.org/tags/llm\">#<span>llm</span></a> <a href=\"https://fosstodon.org/tags/chatgpt\">#<span>chatgpt</span></a> <a href=\"https://fosstodon.org/tags/writing\">#<span>writing</span></a> <a href=\"https://fosstodon.org/tags/blogging\">#<span>blogging</span></a> <a href=\"https://fosstodon.org/tags/indieweb\">#<span>indieweb</span></a></p>",
"text": "I find that people who oppose the use of LLMs in writing often take an elitist stance. For many non-native English speakers, LLMs are empowering\u2014they help express ideas without embarrassment or the need for assistance. We did not choose English as a global language; it was imposed on many of us. So don\u2019t tell me I can\u2019t use LLMs to edit my writing\u2014before you do, try writing in another language, like Hindi. I challenge you!\n\n#llm #chatgpt #writing #blogging #indieweb"
},
"published": "2026-02-16T14:50:42+00:00",
"post-type": "note",
"_id": "47372340",
"_source": "8007",
"_is_read": false
}
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://mastodon.social/tags/indieweb",
"photo": null
},
"url": "https://hachyderm.io/@CrowderSoup/116080681110216456",
"content": {
"html": "<p>Happy Monday <a href=\"https://hachyderm.io/tags/IndieWeb\">#<span>IndieWeb</span></a>!</p>",
"text": "Happy Monday #IndieWeb!"
},
"published": "2026-02-16T14:03:47+00:00",
"post-type": "note",
"_id": "47371843",
"_source": "8007",
"_is_read": false
}
Strategic break.
The corporate world's on hold for the holiday. We're using the quiet to reset things.
shaolindataservices.com is up—a private, tracker-free spot for diagnostic info. The "Actual Goals" plan is next. No fluff, just getting things done.
The quiet ends Wednesday.
#ActualGoals #SovereignTech #DataStrategy #FractionalCDS #IndieWeb
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://mastodon.social/tags/indieweb",
"photo": null
},
"url": "https://mastodon.social/@drmorrisj/116080608034932451",
"content": {
"html": "<p>Strategic break.</p><p>The corporate world's on hold for the holiday. We're using the quiet to reset things.</p><p>shaolindataservices.com is up\u2014a private, tracker-free spot for diagnostic info. The \"Actual Goals\" plan is next. No fluff, just getting things done.</p><p>The quiet ends Wednesday.</p><p>\u200b<a href=\"https://mastodon.social/tags/ActualGoals\">#<span>ActualGoals</span></a> <a href=\"https://mastodon.social/tags/SovereignTech\">#<span>SovereignTech</span></a> <a href=\"https://mastodon.social/tags/DataStrategy\">#<span>DataStrategy</span></a> <a href=\"https://mastodon.social/tags/FractionalCDS\">#<span>FractionalCDS</span></a> <a href=\"https://mastodon.social/tags/IndieWeb\">#<span>IndieWeb</span></a></p>",
"text": "Strategic break.\n\nThe corporate world's on hold for the holiday. We're using the quiet to reset things.\n\nshaolindataservices.com is up\u2014a private, tracker-free spot for diagnostic info. The \"Actual Goals\" plan is next. No fluff, just getting things done.\n\nThe quiet ends Wednesday.\n\n\u200b#ActualGoals #SovereignTech #DataStrategy #FractionalCDS #IndieWeb"
},
"published": "2026-02-16T13:45:12+00:00",
"post-type": "note",
"_id": "47371844",
"_source": "8007",
"_is_read": false
}
If you are currently blogging I have two things to say to you.
1. Thank you! Keep it up!
2. Let me know the address of your blog!
#blogging #blogs #indieweb
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://mastodon.social/tags/indieweb",
"photo": null
},
"url": "https://mastodon.social/@rasterweb/116079793324831696",
"content": {
"html": "<p>If you are currently blogging I have two things to say to you.</p><p>1. Thank you! Keep it up!</p><p>2. Let me know the address of your blog! </p><p><a href=\"https://mastodon.social/tags/blogging\">#<span>blogging</span></a> <a href=\"https://mastodon.social/tags/blogs\">#<span>blogs</span></a> <a href=\"https://mastodon.social/tags/indieweb\">#<span>indieweb</span></a></p>",
"text": "If you are currently blogging I have two things to say to you.\n\n1. Thank you! Keep it up!\n\n2. Let me know the address of your blog! \n\n#blogging #blogs #indieweb"
},
"published": "2026-02-16T10:18:00+00:00",
"post-type": "note",
"_id": "47370059",
"_source": "8007",
"_is_read": false
}
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://mastodon.social/tags/indieweb",
"photo": null
},
"url": "https://mastodon.social/@NathanMurdock/116078090797024267",
"content": {
"html": "<p>\u041a\u0430\u043d\u0430\u0434\u0441\u043a\u0438\u0442\u0435 \u043f\u043e\u043b\u0438\u0442\u0438\u0446\u0438 \u043f\u0440\u043e\u0434\u044a\u043b\u0436\u0430\u0432\u0430\u0442 \u0434\u0430 \u0441\u0435 \u043f\u0440\u0435\u0441\u0442\u0440\u0443\u0432\u0430\u0442, \u0447\u0435 \u043d\u0435 \u0433\u0438 \u0438\u0437\u043d\u0443\u0434\u0432\u0430\u0442. \u0429\u0435 \u043f\u043e\u043c\u043e\u0433\u043d\u0435 \u043b\u0438 \u0442\u043e\u0437\u0438 \u043d\u0430\u0439-\u043d\u043e\u0432 \u0441\u043b\u0443\u0436\u0438\u0442\u0435\u043b \u043d\u0430 \u043f\u043e\u043b\u0438\u0446\u0438\u044f\u0442\u0430 \u0432 \u0422\u043e\u0440\u043e\u043d\u0442\u043e \u0434\u0430 \u0438\u0437\u043c\u0430\u043c\u0438 \u041a\u0430\u043d\u0430\u0434\u0430? <a href=\"https://jungyulkim.com/free-press/bg/articles/%D0%BA%D0%B0%D0%BD%D0%B0%D0%B4%D1%81%D0%BA%D0%B8%D1%82%D0%B5-%D0%BF%D0%BE%D0%BB%D0%B8%D1%82%D0%B8%D1%86%D0%B8-%D1%81%D0%B2%D0%B8%D0%B2%D0%B0%D1%82-%D1%80%D0%B0%D0%BC%D0%B5%D0%BD%D0%B5,-%D1%82%D1%8A%D0%B9-%D0%BA%D0%B0%D1%82%D0%BE-%D0%BA%D0%BE%D1%80%D1%83%D0%BF%D1%86%D0%B8%D1%8F%D1%82%D0%B0-%D0%B7%D0%B0%D0%B4%D1%8A%D1%80%D0%B6%D0%B0-%D1%81%D1%82%D0%BE%D0%BB%D0%B8%D1%86%D0%B0%D1%82%D0%B0-%D0%BE%D0%BD%D1%82%D0%B0%D1%80%D0%B8%D0%BE%D1%81.html\"><span>https://</span><span>jungyulkim.com/free-press/bg/a</span><span>rticles/\u043a\u0430\u043d\u0430\u0434\u0441\u043a\u0438\u0442\u0435-\u043f\u043e\u043b\u0438\u0442\u0438\u0446\u0438-\u0441\u0432\u0438\u0432\u0430\u0442-\u0440\u0430\u043c\u0435\u043d\u0435,-\u0442\u044a\u0439-\u043a\u0430\u0442\u043e-\u043a\u043e\u0440\u0443\u043f\u0446\u0438\u044f\u0442\u0430-\u0437\u0430\u0434\u044a\u0440\u0436\u0430-\u0441\u0442\u043e\u043b\u0438\u0446\u0430\u0442\u0430-\u043e\u043d\u0442\u0430\u0440\u0438\u043e\u0441.html</span></a> <a href=\"https://mastodon.social/tags/News\">#<span>News</span></a> <a href=\"https://mastodon.social/tags/Art\">#<span>Art</span></a> <a href=\"https://mastodon.social/tags/Canada\">#<span>Canada</span></a> <a href=\"https://mastodon.social/tags/NewYork\">#<span>NewYork</span></a> <a href=\"https://mastodon.social/tags/Toronto\">#<span>Toronto</span></a> <a href=\"https://mastodon.social/tags/Mafia\">#<span>Mafia</span></a> <a href=\"https://mastodon.social/tags/Crime\">#<span>Crime</span></a> <a href=\"https://mastodon.social/tags/Indieweb\">#<span>Indieweb</span></a> <a href=\"https://mastodon.social/tags/Headlines\">#<span>Headlines</span></a></p>",
"text": "\u041a\u0430\u043d\u0430\u0434\u0441\u043a\u0438\u0442\u0435 \u043f\u043e\u043b\u0438\u0442\u0438\u0446\u0438 \u043f\u0440\u043e\u0434\u044a\u043b\u0436\u0430\u0432\u0430\u0442 \u0434\u0430 \u0441\u0435 \u043f\u0440\u0435\u0441\u0442\u0440\u0443\u0432\u0430\u0442, \u0447\u0435 \u043d\u0435 \u0433\u0438 \u0438\u0437\u043d\u0443\u0434\u0432\u0430\u0442. \u0429\u0435 \u043f\u043e\u043c\u043e\u0433\u043d\u0435 \u043b\u0438 \u0442\u043e\u0437\u0438 \u043d\u0430\u0439-\u043d\u043e\u0432 \u0441\u043b\u0443\u0436\u0438\u0442\u0435\u043b \u043d\u0430 \u043f\u043e\u043b\u0438\u0446\u0438\u044f\u0442\u0430 \u0432 \u0422\u043e\u0440\u043e\u043d\u0442\u043e \u0434\u0430 \u0438\u0437\u043c\u0430\u043c\u0438 \u041a\u0430\u043d\u0430\u0434\u0430? https://jungyulkim.com/free-press/bg/articles/\u043a\u0430\u043d\u0430\u0434\u0441\u043a\u0438\u0442\u0435-\u043f\u043e\u043b\u0438\u0442\u0438\u0446\u0438-\u0441\u0432\u0438\u0432\u0430\u0442-\u0440\u0430\u043c\u0435\u043d\u0435,-\u0442\u044a\u0439-\u043a\u0430\u0442\u043e-\u043a\u043e\u0440\u0443\u043f\u0446\u0438\u044f\u0442\u0430-\u0437\u0430\u0434\u044a\u0440\u0436\u0430-\u0441\u0442\u043e\u043b\u0438\u0446\u0430\u0442\u0430-\u043e\u043d\u0442\u0430\u0440\u0438\u043e\u0441.html #News #Art #Canada #NewYork #Toronto #Mafia #Crime #Indieweb #Headlines"
},
"published": "2026-02-16T03:05:02+00:00",
"post-type": "note",
"_id": "47367770",
"_source": "8007",
"_is_read": false
}
I'm remaking my website from the ground up. #SmallWeb #IndieWeb
https://briantransplant.com/
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://mastodon.social/tags/indieweb",
"photo": null
},
"url": "https://skastodon.com/@BrianTransplant/116077750833938961",
"content": {
"html": "<p>I'm remaking my website from the ground up. <a href=\"https://skastodon.com/tags/SmallWeb\">#<span>SmallWeb</span></a> <a href=\"https://skastodon.com/tags/IndieWeb\">#<span>IndieWeb</span></a> </p><p><a href=\"https://briantransplant.com/\"><span>https://</span><span>briantransplant.com/</span><span></span></a></p>",
"text": "I'm remaking my website from the ground up. #SmallWeb #IndieWeb \n\nhttps://briantransplant.com/"
},
"published": "2026-02-16T01:38:34+00:00",
"post-type": "note",
"_id": "47367244",
"_source": "8007",
"_is_read": false
}
In this latest site update, I discuss recent changes to my website such as a new comment form to the website, the re-introduction of posts, and my intentions to blog more frequently about more than just design and artwork.
https://futurehorizondesign.net.au/posts/2026-02-15-Posts-Reorganised-and-Rejoining-the-Indieweb.html
#indieweb #blog #blogging #smallweb #rss #webdev
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://mastodon.social/tags/indieweb",
"photo": null
},
"url": "https://indieweb.social/@travisj/116077526068266539",
"content": {
"html": "<p>In this latest site update, I discuss recent changes to my website such as a new comment form to the website, the re-introduction of posts, and my intentions to blog more frequently about more than just design and artwork.</p><p><a href=\"https://futurehorizondesign.net.au/posts/2026-02-15-Posts-Reorganised-and-Rejoining-the-Indieweb.html\"><span>https://</span><span>futurehorizondesign.net.au/pos</span><span>ts/2026-02-15-Posts-Reorganised-and-Rejoining-the-Indieweb.html</span></a></p><p><a href=\"https://indieweb.social/tags/indieweb\">#<span>indieweb</span></a> <a href=\"https://indieweb.social/tags/blog\">#<span>blog</span></a> <a href=\"https://indieweb.social/tags/blogging\">#<span>blogging</span></a> <a href=\"https://indieweb.social/tags/smallweb\">#<span>smallweb</span></a> <a href=\"https://indieweb.social/tags/rss\">#<span>rss</span></a> <a href=\"https://indieweb.social/tags/webdev\">#<span>webdev</span></a></p>",
"text": "In this latest site update, I discuss recent changes to my website such as a new comment form to the website, the re-introduction of posts, and my intentions to blog more frequently about more than just design and artwork.\n\nhttps://futurehorizondesign.net.au/posts/2026-02-15-Posts-Reorganised-and-Rejoining-the-Indieweb.html\n\n#indieweb #blog #blogging #smallweb #rss #webdev"
},
"published": "2026-02-16T00:41:25+00:00",
"post-type": "note",
"_id": "47367065",
"_source": "8007",
"_is_read": false
}
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://mastodon.social/tags/indieweb",
"photo": null
},
"url": "https://mastodon.social/@NathanMurdock/116077147086068294",
"content": {
"html": "<p>\u0412 \u043c\u043e\u043c\u0435\u043d\u0442\u0430 \u043f\u043e-\u043c\u0440\u044a\u0441\u0435\u043d \u043e\u0442 \u0413\u0435\u0441\u0442\u0430\u043f\u043e, \u043c\u043e\u0436\u0435 \u043b\u0438 \u043f\u043e\u043b\u0438\u0446\u0438\u044f\u0442\u0430 \u0432 \u0422\u043e\u0440\u043e\u043d\u0442\u043e \u0434\u0430 \u043e\u0441\u0432\u0435\u0436\u0438 \u0438\u043c\u0438\u0434\u0436\u0430 \u0441\u0438 \u0441 \u0432\u0435\u0440\u0431\u0443\u0432\u0430\u043d\u0435\u0442\u043e \u043d\u0430 \u043d\u043e\u0432 \u0442\u0430\u043b\u0438\u0441\u043c\u0430\u043d? <a href=\"https://jungyulkim.com/free-press/bg/articles/%D0%BA%D0%B0%D0%BD%D0%B0%D0%B4%D1%81%D0%BA%D0%B0%D1%82%D0%B0-%D0%B4%D0%B5%D0%BC%D0%BE%D0%BA%D1%80%D0%B0%D1%86%D0%B8%D1%8F-%D0%B5-%D0%B8%D0%B7%D0%BB%D0%BE%D0%B6%D0%B5%D0%BD%D0%B0-%D0%BD%D0%B0-%D1%80%D0%B8%D1%81%D0%BA,-%D0%B4%D0%BE%D0%BA%D0%B0%D1%82%D0%BE-%D1%82%D1%8A%D0%BB%D0%BF%D0%B8%D1%82%D0%B5-%D0%BD%D0%B0-%D1%82%D0%BE%D1%80%D0%BE%D0%BD%D1%82%D0%BE-%D1%83%D0%BF%D1%80%D0%B0%D0%B2%D0%BB%D1%8F%D0%B2%D0%B0%D1%82.html\"><span>https://</span><span>jungyulkim.com/free-press/bg/a</span><span>rticles/\u043a\u0430\u043d\u0430\u0434\u0441\u043a\u0430\u0442\u0430-\u0434\u0435\u043c\u043e\u043a\u0440\u0430\u0446\u0438\u044f-\u0435-\u0438\u0437\u043b\u043e\u0436\u0435\u043d\u0430-\u043d\u0430-\u0440\u0438\u0441\u043a,-\u0434\u043e\u043a\u0430\u0442\u043e-\u0442\u044a\u043b\u043f\u0438\u0442\u0435-\u043d\u0430-\u0442\u043e\u0440\u043e\u043d\u0442\u043e-\u0443\u043f\u0440\u0430\u0432\u043b\u044f\u0432\u0430\u0442.html</span></a> <a href=\"https://mastodon.social/tags/News\">#<span>News</span></a> <a href=\"https://mastodon.social/tags/Art\">#<span>Art</span></a> <a href=\"https://mastodon.social/tags/Canada\">#<span>Canada</span></a> <a href=\"https://mastodon.social/tags/NewYork\">#<span>NewYork</span></a> <a href=\"https://mastodon.social/tags/Toronto\">#<span>Toronto</span></a> <a href=\"https://mastodon.social/tags/Mob\">#<span>Mob</span></a> <a href=\"https://mastodon.social/tags/Crime\">#<span>Crime</span></a> <a href=\"https://mastodon.social/tags/Indieweb\">#<span>Indieweb</span></a> <a href=\"https://mastodon.social/tags/Headlines\">#<span>Headlines</span></a></p>",
"text": "\u0412 \u043c\u043e\u043c\u0435\u043d\u0442\u0430 \u043f\u043e-\u043c\u0440\u044a\u0441\u0435\u043d \u043e\u0442 \u0413\u0435\u0441\u0442\u0430\u043f\u043e, \u043c\u043e\u0436\u0435 \u043b\u0438 \u043f\u043e\u043b\u0438\u0446\u0438\u044f\u0442\u0430 \u0432 \u0422\u043e\u0440\u043e\u043d\u0442\u043e \u0434\u0430 \u043e\u0441\u0432\u0435\u0436\u0438 \u0438\u043c\u0438\u0434\u0436\u0430 \u0441\u0438 \u0441 \u0432\u0435\u0440\u0431\u0443\u0432\u0430\u043d\u0435\u0442\u043e \u043d\u0430 \u043d\u043e\u0432 \u0442\u0430\u043b\u0438\u0441\u043c\u0430\u043d? https://jungyulkim.com/free-press/bg/articles/\u043a\u0430\u043d\u0430\u0434\u0441\u043a\u0430\u0442\u0430-\u0434\u0435\u043c\u043e\u043a\u0440\u0430\u0446\u0438\u044f-\u0435-\u0438\u0437\u043b\u043e\u0436\u0435\u043d\u0430-\u043d\u0430-\u0440\u0438\u0441\u043a,-\u0434\u043e\u043a\u0430\u0442\u043e-\u0442\u044a\u043b\u043f\u0438\u0442\u0435-\u043d\u0430-\u0442\u043e\u0440\u043e\u043d\u0442\u043e-\u0443\u043f\u0440\u0430\u0432\u043b\u044f\u0432\u0430\u0442.html #News #Art #Canada #NewYork #Toronto #Mob #Crime #Indieweb #Headlines"
},
"published": "2026-02-15T23:05:02+00:00",
"post-type": "note",
"_id": "47366528",
"_source": "8007",
"_is_read": false
}
We've launched! Our first #plugin Lunatic Pump Fast, which you can buy at on KVR https://www.kvraudio.com/marketplace/lunatic-pump-fast-by-lunatic-phase
It's a gain modulator to get that pumping "sidechained" effect without needing to sidechain!
It's our launch sale until the end of February, and you can get an extra discount there with the code InPhaseMasto
You can get more details on our human written, statically generated, #IndieWeb lunaticphase.com
#MusicProduction
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://mastodon.social/tags/indieweb",
"photo": null
},
"url": "https://mastodon.social/@lunaticphase/116076910176300136",
"content": {
"html": "<p>We've launched! Our first <a href=\"https://mastodon.social/tags/plugin\">#<span>plugin</span></a> Lunatic Pump Fast, which you can buy at on KVR <a href=\"https://www.kvraudio.com/marketplace/lunatic-pump-fast-by-lunatic-phase\"><span>https://www.</span><span>kvraudio.com/marketplace/lunat</span><span>ic-pump-fast-by-lunatic-phase</span></a></p><p>It's a gain modulator to get that pumping \"sidechained\" effect without needing to sidechain!</p><p>It's our launch sale until the end of February, and you can get an extra discount there with the code InPhaseMasto</p><p>You can get more details on our human written, statically generated, <a href=\"https://mastodon.social/tags/IndieWeb\">#<span>IndieWeb</span></a> lunaticphase.com</p><p><a href=\"https://mastodon.social/tags/MusicProduction\">#<span>MusicProduction</span></a></p>",
"text": "We've launched! Our first #plugin Lunatic Pump Fast, which you can buy at on KVR https://www.kvraudio.com/marketplace/lunatic-pump-fast-by-lunatic-phase\n\nIt's a gain modulator to get that pumping \"sidechained\" effect without needing to sidechain!\n\nIt's our launch sale until the end of February, and you can get an extra discount there with the code InPhaseMasto\n\nYou can get more details on our human written, statically generated, #IndieWeb lunaticphase.com\n\n#MusicProduction"
},
"published": "2026-02-15T22:04:47+00:00",
"post-type": "note",
"_id": "47366170",
"_source": "8007",
"_is_read": false
}
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://mastodon.social/tags/indieweb",
"photo": null
},
"url": "https://blorbo.social/@manipulatedstars/116076791792985960",
"content": {
"html": "<p>New post on chronosaur.us - weeknotes - 2026/02/15 <a href=\"https://chronosaur.us/weeknotes-20260215/\"><span>https://</span><span>chronosaur.us/weeknotes-202602</span><span>15/</span></a><br /><a href=\"https://blorbo.social/tags/blog\">#<span>blog</span></a> <a href=\"https://blorbo.social/tags/blogging\">#<span>blogging</span></a> <a href=\"https://blorbo.social/tags/indieweb\">#<span>indieweb</span></a> <a href=\"https://blorbo.social/tags/smallweb\">#<span>smallweb</span></a></p>",
"text": "New post on chronosaur.us - weeknotes - 2026/02/15 https://chronosaur.us/weeknotes-20260215/\n#blog #blogging #indieweb #smallweb"
},
"published": "2026-02-15T21:34:41+00:00",
"post-type": "note",
"_id": "47365991",
"_source": "8007",
"_is_read": false
}
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://mastodon.social/tags/indieweb",
"photo": null
},
"url": "https://mastodonapp.uk/@afb/116076773969795910",
"content": {
"html": "<p>Updated my /now page</p><p><a href=\"https://mastodonapp.uk/tags/indieweb\">#<span>indieweb</span></a> <a href=\"https://mastodonapp.uk/tags/SmallWeb\">#<span>SmallWeb</span></a> </p><p><a href=\"https://antonyfb.com/now.html\"><span>https://</span><span>antonyfb.com/now.html</span><span></span></a></p>",
"text": "Updated my /now page\n\n#indieweb #SmallWeb \n\nhttps://antonyfb.com/now.html"
},
"published": "2026-02-15T21:30:09+00:00",
"post-type": "note",
"_id": "47365992",
"_source": "8007",
"_is_read": false
}
I wish I could double-boost this blog post, it is absolutely spot-on. The #indieweb is a nation of positive thinkers, and is great for that.
[Ignore the naïve bit about blocking AI bot IP addresses; that's a losing game.]
https://islandinthenet.com/the-indie-web-is-not-defined-by-its-enemies/
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://mastodon.social/tags/indieweb",
"photo": null
},
"url": "https://cyberplace.social/@khleedril/116076608258072456",
"content": {
"html": "<p>I wish I could double-boost this blog post, it is absolutely spot-on. The <a href=\"https://cyberplace.social/tags/indieweb\">#<span>indieweb</span></a> is a nation of positive thinkers, and is great for that.</p><p>[Ignore the na\u00efve bit about blocking AI bot IP addresses; that's a losing game.]</p><p><a href=\"https://islandinthenet.com/the-indie-web-is-not-defined-by-its-enemies/\"><span>https://</span><span>islandinthenet.com/the-indie-w</span><span>eb-is-not-defined-by-its-enemies/</span></a></p>",
"text": "I wish I could double-boost this blog post, it is absolutely spot-on. The #indieweb is a nation of positive thinkers, and is great for that.\n\n[Ignore the na\u00efve bit about blocking AI bot IP addresses; that's a losing game.]\n\nhttps://islandinthenet.com/the-indie-web-is-not-defined-by-its-enemies/"
},
"published": "2026-02-15T20:48:00+00:00",
"post-type": "note",
"_id": "47365703",
"_source": "8007",
"_is_read": false
}
I really like personal homepages and have quite a list of them bookmarked. I'll post one every week unless I fall behind this schedule. 😉 So here's Cool Personal Homepages #CPHP Vol. 61: "All-Purpose Mat" https://allpurposem.at/
#SmallWeb #indieweb #homepage #blog #screenshot #programming
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://mastodon.social/tags/indieweb",
"photo": null
},
"url": "https://mastodon.online/@jlsksr/116076591671495092",
"content": {
"html": "<p>I really like personal homepages and have quite a list of them bookmarked. I'll post one every week unless I fall behind this schedule. \ud83d\ude09 So here's Cool Personal Homepages <a href=\"https://mastodon.online/tags/CPHP\">#<span>CPHP</span></a> Vol. 61: \"All-Purpose Mat\" <a href=\"https://allpurposem.at/\"><span>https://</span><span>allpurposem.at/</span><span></span></a></p><p><a href=\"https://mastodon.online/tags/SmallWeb\">#<span>SmallWeb</span></a> <a href=\"https://mastodon.online/tags/indieweb\">#<span>indieweb</span></a> <a href=\"https://mastodon.online/tags/homepage\">#<span>homepage</span></a> <a href=\"https://mastodon.online/tags/blog\">#<span>blog</span></a> <a href=\"https://mastodon.online/tags/screenshot\">#<span>screenshot</span></a> <a href=\"https://mastodon.online/tags/programming\">#<span>programming</span></a></p>",
"text": "I really like personal homepages and have quite a list of them bookmarked. I'll post one every week unless I fall behind this schedule. \ud83d\ude09 So here's Cool Personal Homepages #CPHP Vol. 61: \"All-Purpose Mat\" https://allpurposem.at/\n\n#SmallWeb #indieweb #homepage #blog #screenshot #programming"
},
"published": "2026-02-15T20:43:47+00:00",
"photo": [
"https://files.mastodon.social/cache/media_attachments/files/116/076/591/736/484/320/original/7023bc6ea643af05.png"
],
"post-type": "photo",
"_id": "47365662",
"_source": "8007",
"_is_read": false
}
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://mastodon.social/tags/indieweb",
"photo": null
},
"url": "https://mas.to/@frontenddogma/116076401040508852",
"content": {
"html": "<p>The Indie Web Is Not Defined by Its Enemies, by <span class=\"h-card\"><a class=\"u-url\" href=\"https://islandinthenet.com/author/khurtwilliams/\">@<span>khurtwilliams</span></a></span>:</p><p><a href=\"https://islandinthenet.com/the-indie-web-is-not-defined-by-its-enemies/\"><span>https://</span><span>islandinthenet.com/the-indie-w</span><span>eb-is-not-defined-by-its-enemies/</span></a></p><p><a href=\"https://mas.to/tags/indieweb\">#<span>indieweb</span></a> <a href=\"https://mas.to/tags/ai\">#<span>ai</span></a></p>\n<a class=\"u-mention\" href=\"https://islandinthenet.com/author/khurtwilliams/\"></a>",
"text": "The Indie Web Is Not Defined by Its Enemies, by @khurtwilliams:\n\nhttps://islandinthenet.com/the-indie-web-is-not-defined-by-its-enemies/\n\n#indieweb #ai"
},
"published": "2026-02-15T19:55:18+00:00",
"post-type": "note",
"_id": "47365349",
"_source": "8007",
"_is_read": false
}
🔗 https://stephvee.ca/blog/updates/my-rss-feed-is-now-excerpt-only/
After thinking more about the worsening data theft /scraping problem, I've decided to strip my RSS feed of full-text content.
I did not make this decision lightly, and am frankly incredibly annoyed about it. We shouldn't have to worry about this sort of stuff...
#indieweb #rss #data #fuckai
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://mastodon.social/tags/indieweb",
"photo": null
},
"url": "https://mastodon.social/@st3phvee/116076231786477578",
"content": {
"html": "<p>\ud83d\udd17 <a href=\"https://stephvee.ca/blog/updates/my-rss-feed-is-now-excerpt-only/\"><span>https://</span><span>stephvee.ca/blog/updates/my-rs</span><span>s-feed-is-now-excerpt-only/</span></a></p><p>After thinking more about the worsening data theft /scraping problem, I've decided to strip my RSS feed of full-text content. <img alt=\":welp:\" height=\"16\" src=\"https://files.mastodon.social/custom_emojis/images/000/046/994/original/welp.png\" title=\":welp:\" width=\"16\" /> I did not make this decision lightly, and am frankly incredibly annoyed about it. We shouldn't have to worry about this sort of stuff...</p><p><a href=\"https://mastodon.social/tags/indieweb\">#<span>indieweb</span></a> <a href=\"https://mastodon.social/tags/rss\">#<span>rss</span></a> <a href=\"https://mastodon.social/tags/data\">#<span>data</span></a> <a href=\"https://mastodon.social/tags/fuckai\">#<span>fuckai</span></a></p>",
"text": "\ud83d\udd17 https://stephvee.ca/blog/updates/my-rss-feed-is-now-excerpt-only/\n\nAfter thinking more about the worsening data theft /scraping problem, I've decided to strip my RSS feed of full-text content. I did not make this decision lightly, and am frankly incredibly annoyed about it. We shouldn't have to worry about this sort of stuff...\n\n#indieweb #rss #data #fuckai"
},
"published": "2026-02-15T19:12:16+00:00",
"post-type": "note",
"_id": "47365077",
"_source": "8007",
"_is_read": false
}
Kagi Small Web now has categories! Browse and discover amazing blogs, personal sites, and hidden gems in the topics you care about most:
https://kagi.com/smallweb
#Kagi #SmallWeb #Blogs #Indieweb
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://mastodon.social/tags/indieweb",
"photo": null
},
"url": "https://mastodon.social/@kagihq/116076016614651176",
"content": {
"html": "<p>Kagi Small Web now has categories! Browse and discover amazing blogs, personal sites, and hidden gems in the topics you care about most:</p><p><a href=\"https://kagi.com/smallweb\"><span>https://</span><span>kagi.com/smallweb</span><span></span></a></p><p><a href=\"https://mastodon.social/tags/Kagi\">#<span>Kagi</span></a> <a href=\"https://mastodon.social/tags/SmallWeb\">#<span>SmallWeb</span></a> <a href=\"https://mastodon.social/tags/Blogs\">#<span>Blogs</span></a> <a href=\"https://mastodon.social/tags/Indieweb\">#<span>Indieweb</span></a></p>",
"text": "Kagi Small Web now has categories! Browse and discover amazing blogs, personal sites, and hidden gems in the topics you care about most:\n\nhttps://kagi.com/smallweb\n\n#Kagi #SmallWeb #Blogs #Indieweb"
},
"published": "2026-02-15T18:17:32+00:00",
"photo": [
"https://files.mastodon.social/media_attachments/files/116/076/005/493/040/592/original/8663d4e41978e908.png"
],
"post-type": "photo",
"_id": "47364667",
"_source": "8007",
"_is_read": false
}
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://mastodon.social/tags/indieweb",
"photo": null
},
"url": "https://mastodon.social/@eARCwelder/116075931965322099",
"content": {
"html": "<p>I ended up writing a <a href=\"https://mastodon.social/tags/blog\">#<span>blog</span></a> about this <a href=\"https://mastodon.social/tags/indieWeb\">#<span>indieWeb</span></a> <a href=\"https://www.content-lab.agency/2026/02/15/the-usa-has-never-borrowed.html\"><span>https://www.</span><span>content-lab.agency/2026/02/15/</span><span>the-usa-has-never-borrowed.html</span></a></p>",
"text": "I ended up writing a #blog about this #indieWeb https://www.content-lab.agency/2026/02/15/the-usa-has-never-borrowed.html"
},
"published": "2026-02-15T17:56:01+00:00",
"post-type": "note",
"_id": "47364526",
"_source": "8007",
"_is_read": false
}
@michaelharley “official” ends up being “most folks agree on what the slash ought to be” —for “/about” it is obvious—for books: book reads, personal library, book wish lists, book likes: the intent varies! https://indieweb.org/personal_library #indieweb
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://mastodon.social/tags/indieweb",
"photo": null
},
"url": "https://xoxo.zone/@artlung/116075823347413119",
"content": {
"html": "<p><span class=\"h-card\"><a class=\"u-url\" href=\"https://infosec.exchange/@michaelharley\">@<span>michaelharley</span></a></span> \u201cofficial\u201d ends up being \u201cmost folks agree on what the slash ought to be\u201d \u2014for \u201c/about\u201d it is obvious\u2014for books: book reads, personal library, book wish lists, book likes: the intent varies! <a href=\"https://indieweb.org/personal_library\"><span>https://</span><span>indieweb.org/personal_library</span><span></span></a> <a href=\"https://xoxo.zone/tags/indieweb\">#<span>indieweb</span></a></p>\n<a class=\"u-mention\" href=\"https://infosec.exchange/@michaelharley\"></a>",
"text": "@michaelharley \u201cofficial\u201d ends up being \u201cmost folks agree on what the slash ought to be\u201d \u2014for \u201c/about\u201d it is obvious\u2014for books: book reads, personal library, book wish lists, book likes: the intent varies! https://indieweb.org/personal_library #indieweb"
},
"published": "2026-02-15T17:28:23+00:00",
"post-type": "note",
"_id": "47364274",
"_source": "8007",
"_is_read": false
}
Exploring WebMention sources
Today, I took some time out of processing the loss of my dad to do some nerdy tech stuff with OpenMentions and WebMention sources.
I was interested in which sites sent the most mentions to the openmentions.com endpoints.
This is not especially important, but it could indicate who the most active and interested people are. For a writer, knowing you have people who are pleased to hear from you is pretty important, so I figure this might be an important tool for Author Buzz UK further down the line.
For OpenMentions this is a step towards a sort of thing Technorati used to be (for blogs). For now, I am avoiding the question of mentions to topic-specific sites outside of the OpenMentions blog. That’s a bigger question for another time.
As OpenMentions uses WordPress, step one was just getting an SQL query that gives back an ordered list of mention comments per domain name.
The first hurdle to overcome was to get just the domain names when that data is not stored. Fortunately, source URL is stored and with some substring magic, I was able to get the domains from it. My pride would love me to say I figured it all out on my own.
I did not.
I looked up the answer and found it on StackOverflow.
Next, I had to filter out a few things. Mostly things that mask origin by way of helping, or were a thing that Elon Musk owns, and I didn’t want any data for.
That took a bit of trial and error as I figured out what data I wanted to filter.
Sorry brid.gy, you were not good for this dataset, but you were a great proxy for filtering Bluesky content. So I am grateful for that.
My first version pulled from the comments table only, but the source of the mention did not always get recorded. So I “left joined” the comment meta and looked up the domain there.
The result was a gloriously hacky SQL command.
You can see the SQL here: https://gist.github.com/lordmatt/31f4f0b508b2dcf353c36ab23f907eea
The top 10 domain mentions sources from OpenMentions
- lordmatt.co.uk
- node.lordmatt.co.uk
- openmentions.tumblr.com
- replying.isbrill.com
- matrixdreams.com
- muse.authorbuzz.co.uk
- tory-government.ispants.com
- elons-twitter.ispants.com
- doctorwho.isbrill.com
- openmentions.com
No big surprises here. The biggest users are all things that I am involved with and could push the idea to most readily.
What’s next?
The next thing to do will be to use this data to generate some pages of interesting domain data. I’m not entirely sure what data I want to show or how I want to store it. That’s all yet to come.
What would you do with a list of websites with authors who like to respond to your stuff?
#IndieWeb #MySQL #Webmention #WordPress
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://mastodon.social/tags/indieweb",
"photo": null
},
"url": "https://lordmatt.co.uk/matts-stuff/projects-and-ideas/making-stuff/code-projects/exploring-webmention-sources/",
"content": {
"html": "<p><strong>Exploring WebMention sources</strong></p><br /><br /><p>Today, I took some time out of processing the loss of my dad to do some nerdy tech stuff with <a href=\"https://openmentions.com/\">OpenMentions</a> and WebMention sources.</p><p>I was interested in which sites sent the most mentions to the openmentions.com endpoints.</p><p>This is not especially important, but it could indicate who the most active and interested people are. For a writer, knowing you have people who are pleased to hear from you is pretty important, so I figure this might be an important tool for Author Buzz UK further down the line.</p><p>For OpenMentions this is a step towards a sort of thing Technorati used to be (for blogs). For now, I am avoiding the question of mentions to topic-specific sites outside of the OpenMentions blog. That\u2019s a bigger question for another time.</p><p>As OpenMentions uses WordPress, step one was just getting an SQL query that gives back an ordered list of mention comments per domain name.</p><p>The first hurdle to overcome was to get just the domain names when that data is not stored. Fortunately, source URL is stored and with some substring magic, I was able to get the domains from it. My pride would love me to say I figured it all out on my own. </p><p>I did not.</p><p>I looked up the answer and <a href=\"https://stackoverflow.com/questions/9280336/mysql-query-to-extract-domains-from-urls\">found it on StackOverflow</a>.</p><p>Next, I had to filter out a few things. Mostly things that mask origin by way of helping, or were a thing that Elon Musk owns, and I didn\u2019t want any data for.</p><p>That took a bit of trial and error as I figured out what data I wanted to filter. </p><p>Sorry brid.gy, you were not good for this dataset, but you were a great proxy for filtering Bluesky content. So I am grateful for that.</p><p>My first version pulled from the comments table only, but the source of the mention did not always get recorded. So I \u201cleft joined\u201d the comment meta and looked up the domain there.</p><p>The result was a gloriously hacky SQL command.</p><p>You can see the SQL here: <a href=\"https://gist.github.com/lordmatt/31f4f0b508b2dcf353c36ab23f907eea\">https://gist.github.com/lordmatt/31f4f0b508b2dcf353c36ab23f907eea</a></p><p><strong>The top 10 domain mentions sources from OpenMentions</strong></p><ul><li>lordmatt.co.uk</li><li>node.lordmatt.co.uk</li><li>openmentions.tumblr.com</li><li>replying.isbrill.com</li><li>matrixdreams.com</li><li>muse.authorbuzz.co.uk</li><li>tory-government.ispants.com</li><li>elons-twitter.ispants.com</li><li>doctorwho.isbrill.com</li><li>openmentions.com</li></ul><p>No big surprises here. The biggest users are all things that I am involved with and could push the idea to most readily.</p><p><strong>What\u2019s next?</strong></p><p>The next thing to do will be to use this data to generate some pages of interesting domain data. I\u2019m not entirely sure what data I want to show or how I want to store it. That\u2019s all yet to come.</p><p>What would you do with a list of websites with authors who like to respond to your stuff?</p><br /><br /><a class=\"u-tag u-category\" href=\"https://lordmatt.co.uk/tag/indieweb/\">#IndieWeb</a> <a class=\"u-tag u-category\" href=\"https://lordmatt.co.uk/tag/mysql/\">#MySQL</a> <a class=\"u-tag u-category\" href=\"https://lordmatt.co.uk/tag/webmention/\">#Webmention</a> <a class=\"u-tag u-category\" href=\"https://lordmatt.co.uk/tag/wordpress/\">#WordPress</a>",
"text": "Exploring WebMention sources\n\nToday, I took some time out of processing the loss of my dad to do some nerdy tech stuff with OpenMentions and WebMention sources.\n\nI was interested in which sites sent the most mentions to the openmentions.com endpoints.\n\nThis is not especially important, but it could indicate who the most active and interested people are. For a writer, knowing you have people who are pleased to hear from you is pretty important, so I figure this might be an important tool for Author Buzz UK further down the line.\n\nFor OpenMentions this is a step towards a sort of thing Technorati used to be (for blogs). For now, I am avoiding the question of mentions to topic-specific sites outside of the OpenMentions blog. That\u2019s a bigger question for another time.\n\nAs OpenMentions uses WordPress, step one was just getting an SQL query that gives back an ordered list of mention comments per domain name.\n\nThe first hurdle to overcome was to get just the domain names when that data is not stored. Fortunately, source URL is stored and with some substring magic, I was able to get the domains from it. My pride would love me to say I figured it all out on my own. \n\nI did not.\n\nI looked up the answer and found it on StackOverflow.\n\nNext, I had to filter out a few things. Mostly things that mask origin by way of helping, or were a thing that Elon Musk owns, and I didn\u2019t want any data for.\n\nThat took a bit of trial and error as I figured out what data I wanted to filter. \n\nSorry brid.gy, you were not good for this dataset, but you were a great proxy for filtering Bluesky content. So I am grateful for that.\n\nMy first version pulled from the comments table only, but the source of the mention did not always get recorded. So I \u201cleft joined\u201d the comment meta and looked up the domain there.\n\nThe result was a gloriously hacky SQL command.\n\nYou can see the SQL here: https://gist.github.com/lordmatt/31f4f0b508b2dcf353c36ab23f907eea\n\nThe top 10 domain mentions sources from OpenMentionslordmatt.co.uknode.lordmatt.co.ukopenmentions.tumblr.comreplying.isbrill.commatrixdreams.commuse.authorbuzz.co.uktory-government.ispants.comelons-twitter.ispants.comdoctorwho.isbrill.comopenmentions.comNo big surprises here. The biggest users are all things that I am involved with and could push the idea to most readily.\n\nWhat\u2019s next?\n\nThe next thing to do will be to use this data to generate some pages of interesting domain data. I\u2019m not entirely sure what data I want to show or how I want to store it. That\u2019s all yet to come.\n\nWhat would you do with a list of websites with authors who like to respond to your stuff?\n\n#IndieWeb #MySQL #Webmention #WordPress"
},
"published": "2026-02-15T17:03:16+00:00",
"photo": [
"https://files.mastodon.social/cache/media_attachments/files/116/075/735/262/293/753/original/67c843ed3cbad675.png"
],
"post-type": "photo",
"_id": "47364158",
"_source": "8007",
"_is_read": false
}