After a number of conversations back and forth over the last few months with @samkeeper I finally decided I would springboard off her previous writing and expand a bit on what RSS can do for you!
https://shadenexus.ca/blog/posts/2026-08-15-rss.html
#rss #indieweb
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://mastodon.social/tags/indieweb",
"photo": null
},
"url": "https://slime.global/@lunalapin/117102081027769661",
"content": {
"html": "<p>After a number of conversations back and forth over the last few months with <span class=\"h-card\"><a class=\"u-url\" href=\"https://slime.global/@samkeeper\">@<span>samkeeper</span></a></span> I finally decided I would springboard off her previous writing and expand a bit on what RSS can do for you! </p><p><a href=\"https://shadenexus.ca/blog/posts/2026-08-15-rss.html\"><span>https://</span><span>shadenexus.ca/blog/posts/2026-</span><span>08-15-rss.html</span></a></p><p><a href=\"https://slime.global/tags/rss\">#<span>rss</span></a> <a href=\"https://slime.global/tags/indieweb\">#<span>indieweb</span></a></p>",
"text": "After a number of conversations back and forth over the last few months with @samkeeper I finally decided I would springboard off her previous writing and expand a bit on what RSS can do for you! \n\nhttps://shadenexus.ca/blog/posts/2026-08-15-rss.html\n\n#rss #indieweb"
},
"published": "2026-08-15T23:19:13+00:00",
"post-type": "note",
"_id": "49251647",
"_source": "8007",
"_is_read": false
}
If you liked The Bookstore Battle, my feed URL is https://sightlessscribbles.com/feed.xml #RSS #IndieWeb
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://mastodon.social/tags/indieweb",
"photo": null
},
"url": "https://caneandable.social/@WeirdWriter/117101856081699836",
"content": {
"html": "<p>If you liked The Bookstore Battle, my feed URL is <a href=\"https://sightlessscribbles.com/feed.xml\"><span>https://</span><span>sightlessscribbles.com/feed.xml</span><span></span></a> <a href=\"https://caneandable.social/tags/RSS\">#<span>RSS</span></a> <a href=\"https://caneandable.social/tags/IndieWeb\">#<span>IndieWeb</span></a></p>",
"text": "If you liked The Bookstore Battle, my feed URL is https://sightlessscribbles.com/feed.xml #RSS #IndieWeb"
},
"published": "2026-08-15T22:22:00+00:00",
"post-type": "note",
"_id": "49251419",
"_source": "8007",
"_is_read": false
}
kids now have no idea how good OKC was when it was good.
gonna need to be someone who operates a little indieweb dating site for love of it alone, not for profit
{
"type": "entry",
"published": "2026-08-15T21:18:04.887Z",
"url": "https://bsky.app/profile/did:plc:dkcavtknfo4y6qwg6as5fow4/post/3mt5lwkn2ys2g",
"content": {
"text": "kids now have no idea how good OKC was when it was good.\n\ngonna need to be someone who operates a little indieweb dating site for love of it alone, not for profit"
},
"author": {
"type": "card",
"name": "werrrp.bsky.social",
"url": "https://bsky.app/profile/werrrp.bsky.social",
"photo": null
},
"post-type": "note",
"_id": "49250917",
"_source": "9305",
"_is_read": false
}
I think my #Indiekit fork might be one of the very few setups where this happens:
You post from Phanpy or Moshidon — regular Mastodon clients, no Micropub support at all.
My custom Fedify AP answers the Mastodon client API, turns that request into a Micropub post, writes it to my own site as Mark…
{
"type": "entry",
"published": "2026-08-15T20:41:13.426Z",
"url": "https://bsky.app/profile/did:plc:tk6bkjdozskzgb47umfelfpq/post/3mt5juno6t72z",
"content": {
"text": "I think my #Indiekit fork might be one of the very few setups where this happens:\n\nYou post from Phanpy or Moshidon \u2014 regular Mastodon clients, no Micropub support at all.\n\nMy custom Fedify AP answers the Mastodon client API, turns that request into a Micropub post, writes it to my own site as Mark\u2026"
},
"author": {
"type": "card",
"name": "rmendes.net",
"url": "https://bsky.app/profile/rmendes.net",
"photo": null
},
"post-type": "note",
"_id": "49250672",
"_source": "9305",
"_is_read": false
}
I think my #Indiekit fork might be one of the very few setups where this happens:
You post from Phanpy or Moshidon — regular Mastodon clients, no Micropub support at all.
My custom Fedify AP answers the Mastodon client API, turns that request into a Micropub post, writes it to my own site as Markdown, and then federates it as #ActivityPub.
My blog via that same plug-in answers the Mastodon API.
So Phanpy and Moshidon think they’re talking to a Mastodon server.
They’re not. They’re writing Micropub.
The flow is : Mastodon client → Mastodon-compatible API → Micropub → Markdown file on my own site → ActivityStreams 2.0 → delivered to followers.
Same for edits: editing from Phanpy issues a Micropub replace, then broadcasts an Update(Note).
Plenty of projects do “native post → AP representation” (WordPress, Micro.blog).
What I haven’t seen elsewhere is the extra hop: a non-Micropub client producing a Micropub post without knowing it.
It’s been a fun coding summer 🌞😎
🔗 https://rmendes.net/notes/2026/08/15/c23ae
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://mastodon.social/tags/indieweb",
"photo": null
},
"url": "https://rmendes.net/notes/2026/08/15/c23ae",
"content": {
"html": "<p>I think my #Indiekit fork might be one of the very few setups where this happens:</p>\n<p>You post from Phanpy or Moshidon \u2014 regular Mastodon clients, no Micropub support at all.</p>\n<p>My custom Fedify AP answers the Mastodon client API, turns that request into a Micropub post, writes it to my own site as Markdown, and then federates it as #ActivityPub.</p>\n<p>My blog via that same plug-in answers the Mastodon API.</p>\n<p>So Phanpy and Moshidon think they\u2019re talking to a Mastodon server.</p>\n<p>They\u2019re not. They\u2019re writing Micropub.</p>\n<p>The flow is : Mastodon client \u2192 Mastodon-compatible API \u2192 Micropub \u2192 Markdown file on my own site \u2192 ActivityStreams 2.0 \u2192 delivered to followers.</p>\n<p>Same for edits: editing from Phanpy issues a Micropub replace, then broadcasts an Update(Note).</p>\n<p>Plenty of projects do \u201cnative post \u2192 AP representation\u201d (WordPress, Micro.blog).</p>\n<p>What I haven\u2019t seen elsewhere is the extra hop: a non-Micropub client producing a Micropub post without knowing it.</p>\n<p>It\u2019s been a fun coding summer \ud83c\udf1e\ud83d\ude0e</p><p>\ud83d\udd17 <a href=\"https://rmendes.net/notes/2026/08/15/c23ae\">https://rmendes.net/notes/2026/08/15/c23ae</a></p>",
"text": "I think my #Indiekit fork might be one of the very few setups where this happens:\nYou post from Phanpy or Moshidon \u2014 regular Mastodon clients, no Micropub support at all.\nMy custom Fedify AP answers the Mastodon client API, turns that request into a Micropub post, writes it to my own site as Markdown, and then federates it as #ActivityPub.\nMy blog via that same plug-in answers the Mastodon API.\nSo Phanpy and Moshidon think they\u2019re talking to a Mastodon server.\nThey\u2019re not. They\u2019re writing Micropub.\nThe flow is : Mastodon client \u2192 Mastodon-compatible API \u2192 Micropub \u2192 Markdown file on my own site \u2192 ActivityStreams 2.0 \u2192 delivered to followers.\nSame for edits: editing from Phanpy issues a Micropub replace, then broadcasts an Update(Note).\nPlenty of projects do \u201cnative post \u2192 AP representation\u201d (WordPress, Micro.blog).\nWhat I haven\u2019t seen elsewhere is the extra hop: a non-Micropub client producing a Micropub post without knowing it.\nIt\u2019s been a fun coding summer \ud83c\udf1e\ud83d\ude0e\n\n\ud83d\udd17 https://rmendes.net/notes/2026/08/15/c23ae"
},
"published": "2026-08-15T20:40:20+00:00",
"post-type": "note",
"_id": "49250607",
"_source": "8007",
"_is_read": false
}
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://mastodon.social/tags/indieweb",
"photo": null
},
"url": "https://rmendes.net/notes/2026/08/15/test-post-from-omnibear-micropub-extension",
"content": {
"html": "<p>Test post from Omnibear #micropub extension</p><p>\ud83d\udd17 <a href=\"https://rmendes.net/notes/2026/08/15/test-post-from-omnibear-micropub-extension\">https://rmendes.net/notes/2026/08/15/test-post-from-omnibear-micropub-extension</a></p>",
"text": "Test post from Omnibear #micropub extension\n\n\ud83d\udd17 https://rmendes.net/notes/2026/08/15/test-post-from-omnibear-micropub-extension"
},
"published": "2026-08-15T12:54:39+00:00",
"post-type": "note",
"_id": "49250387",
"_source": "8007",
"_is_read": false
}
Test post from Omnibear #micropub extension
{
"type": "entry",
"published": "2026-08-15T19:58:05.762Z",
"url": "https://bsky.app/profile/did:plc:tk6bkjdozskzgb47umfelfpq/post/3mt5hhjuxha2v",
"content": {
"text": "Test post from Omnibear #micropub extension"
},
"author": {
"type": "card",
"name": "rmendes.net",
"url": "https://bsky.app/profile/rmendes.net",
"photo": null
},
"post-type": "note",
"_id": "49250285",
"_source": "9305",
"_is_read": false
}
Test post from Omnibear #micropub extension
{
"type": "entry",
"published": "2026-08-15T19:57:50.549Z",
"url": "https://bsky.app/profile/did:plc:tk6bkjdozskzgb47umfelfpq/post/3mt5hh3epeh2d",
"content": {
"text": "Test post from Omnibear #micropub extension"
},
"author": {
"type": "card",
"name": "rmendes.net",
"url": "https://bsky.app/profile/rmendes.net",
"photo": null
},
"post-type": "note",
"_id": "49250286",
"_source": "9305",
"_is_read": false
}
Improved Plume onboarding and fixed a few bugs #micropub
and just after publishing this new version, I found a new bug, there should be 1.5.1 very soon !!!
https://rmendes.net/notes/2026/08/15/21ba2
{
"type": "entry",
"published": "2026-08-15T19:57:15.300Z",
"url": "https://bsky.app/profile/did:plc:tk6bkjdozskzgb47umfelfpq/post/3mt5hfzqwv62z",
"content": {
"text": "Improved Plume onboarding and fixed a few bugs #micropub\nand just after publishing this new version, I found a new bug, there should be 1.5.1 very soon !!!\n\nhttps://rmendes.net/notes/2026/08/15/21ba2"
},
"author": {
"type": "card",
"name": "rmendes.net",
"url": "https://bsky.app/profile/rmendes.net",
"photo": null
},
"post-type": "note",
"_id": "49250287",
"_source": "9305",
"_is_read": false
}
Improved Plume onboarding and fixed a few bugs #micropub
and just after publishing this new version, I found a new bug, there should be 1.5.1 very soon !!!
https://rmendes.net/notes/2026/08/15/21ba2
{
"type": "entry",
"published": "2026-08-15T19:57:00.647Z",
"url": "https://bsky.app/profile/did:plc:tk6bkjdozskzgb47umfelfpq/post/3mt5hflrsmq25",
"content": {
"text": "Improved Plume onboarding and fixed a few bugs #micropub\nand just after publishing this new version, I found a new bug, there should be 1.5.1 very soon !!!\n\nhttps://rmendes.net/notes/2026/08/15/21ba2"
},
"author": {
"type": "card",
"name": "rmendes.net",
"url": "https://bsky.app/profile/rmendes.net",
"photo": null
},
"post-type": "note",
"_id": "49250288",
"_source": "9305",
"_is_read": false
}
Looking for #moots
💀 #Horror
🌐 #IndieWeb
👻 #Paranormal
👹 #Folklore & #UrbanLegends
📸 #Photography
🤘 #MetalHead
🎒 #Hiking & #Geocaching
🔍 #TrueCrime & #Mysteries
📹 #VideoProduction
✒️ Occasional #Blogger
🔫 #TargetShooting
🧠 #OCD #GAD
🏳️🌈 #LGBTQIA
www.Drennan.uk
YouTube.com/ThingsThatGoBump
#PromoSky
{
"type": "entry",
"published": "2026-08-15T17:17:51.932Z",
"url": "https://bsky.app/profile/did:plc:5h4udgpiko7ter3vqlxudzog/post/3mt56izeln22z",
"content": {
"text": "Looking for #moots\n\n\ud83d\udc80 #Horror\n\ud83c\udf10 #IndieWeb\n\ud83d\udc7b #Paranormal\n\ud83d\udc79 #Folklore & #UrbanLegends\n\ud83d\udcf8 #Photography\n\ud83e\udd18 #MetalHead\n\ud83c\udf92 #Hiking & #Geocaching\n\ud83d\udd0d #TrueCrime & #Mysteries\n\ud83d\udcf9 #VideoProduction\n\u2712\ufe0f Occasional #Blogger\n\ud83d\udd2b #TargetShooting\n\ud83e\udde0 #OCD #GAD\n\ud83c\udff3\ufe0f\u200d\ud83c\udf08 #LGBTQIA\n\nwww.Drennan.uk\nYouTube.com/ThingsThatGoBump\n\n#PromoSky",
"html": "Looking for #moots\n\n\ud83d\udc80 #Horror\n\ud83c\udf10 #IndieWeb\n\ud83d\udc7b #Paranormal\n\ud83d\udc79 #Folklore & #UrbanLegends\n\ud83d\udcf8 #Photography\n\ud83e\udd18 #MetalHead\n\ud83c\udf92 #Hiking & #Geocaching\n\ud83d\udd0d #TrueCrime & #Mysteries\n\ud83d\udcf9 #VideoProduction\n\u2712\ufe0f Occasional #Blogger\n\ud83d\udd2b #TargetShooting\n\ud83e\udde0 #OCD #GAD\n\ud83c\udff3\ufe0f\u200d\ud83c\udf08 #LGBTQIA\n\nwww.Drennan.uk\nYouTube.com/ThingsThatGoBump\n\n#PromoSky"
},
"author": {
"type": "card",
"name": "drennan.uk",
"url": "https://bsky.app/profile/drennan.uk",
"photo": null
},
"post-type": "note",
"_id": "49249140",
"_source": "9305",
"_is_read": false
}
{
"type": "entry",
"published": "2026-08-15T14:54:27.089218757+03:00",
"url": "https://fireburn.ru/posts/dHpyTXV",
"name": "Domain in peril",
"content": {
"text": "It looks like this domain is in peril.\nThe Russian government has made a law that you have to be identified via \u0413\u043e\u0441\u0443\u0441\u043b\u0443\u0433\u0438 to be able to manage a domain in the \".ru\" zone. Well, guess what, it's two weeks before the deadline, and I'm not up-to-date on this.\nI have a working \u0413\u043e\u0441\u0443\u0441\u043b\u0443\u0433\u0438 account. I could tie it to my registrar. There's just one hitch. The domain registrar still has my deadname on file and they don't seem to want to update it. And I can't bind my \u0413\u043e\u0441\u0443\u0441\u043b\u0443\u0433\u0438 to a domain which isn't registered \"in my name\" (meaning the data has to match).\nWell, partially this is on me, I guess, I should've been more proactive in managing my domain owner info. But can you blame a girl for only learning about all this around July? And it all worked just fine before, the registrar for whatever reason didn't even care that the passport on file was expired, like, five renewal terms ago.\nBut now the form that updates one's owner data is silently eating my documents with zero feedback and I feel like I'll have to message support (which I did) and wait for their reply.\nI guess the 14-year old me made a mistake when trusting my country with something so precious. And now I am paying the price for her lapse in judgement (but how could she have known?!)\nWhat do I stand to lose?\nThankfully, the domain's not gonna be cancelled, but if I don't manage to update all of the data and bind the \u0413\u043e\u0441\u0443\u0441\u043b\u0443\u0433\u0438 account in time, I may not able to renew it when winter comes. And this means I lose the domain in around 5 months. Let's try to enumerate what will be impacted:\nE-mail\nThankfully, my email is self-hosted. My archives are going to be fine. But the ability to receive email may be compromised as a result. And when some services don't allow changing your email address, because somebody had a bright idea of using email as primary key, that might be a problem.\nI'll need to compile a list of services I've ever registered on and see if any of them could accept an alternative email address.\nOh, and I'll have to put MX records on my other domain, probably. I think I could just route them to the same underlying mail server; Reverse-DNS could throw a spanner in the works, but surely one could work around that?\u2026 I'll need more research on this topic.\nBlog permalinks\nI've been linked around the web. I'm no celebrity, but I think there could be a few dozen permalinks on the Internet that will inevitably break if I have to move domains. Some of them are on publicly-editable websites, and I could update them; some of them are not and the website owners will have to put in the work.\nHopefully my website was crawled by the Web Archive? I'll need to test that~ I don't think I ever put on a robots.txt on the apex, so there should be nothing preventing archive.org from crawling my permalinks.\nIndieAuth\nThis domain is my IndieAuth identity. And while the website itself will be forever preserved (and could move to another domain if needed), I'm not sure how IndieAuth consumers might handle my me value changing.\nI planned to do roughly the following:\nMigrate my blog to another domain\nPut an IndieAuth shim onto this domain that redirects to the new location of my blog\nTry logging in around the web (mostly the IndieAuth wiki)\nSeeing if initiating the ceremony with https://fireburn.ru/ and ending it with me=\"https://vikanezrimaya.xyz/\" is gonna be handled correctly\nThe answer to the last bullet point: probably not. As far as I understand (and I've written two or three IndieAuth implementations from scratch, so I know a thing or two about the protocol), the domain is the root of identity, and a different me value is a different user entirely. This is how someone on a multi-identity website could log in with the root of their website and get to an identity selector that would allow them to choose the hat to wear for this sign-in. Every single persona is a different IndieAuth identity, because it's a different URL. And I don't know if any software would interpret something like a 301 redirect from a me value as a sign that it will need to be replaced \u2014 after all, somebody could be using me as the primary key (see the \"E-mail\" section above!).\nMemories\nWell, those will remain. As long as the archives have crawled my blog. As long as I live. But it's still gonna be sad to lose such a memento \u2014 a domain I owned almost since the day I gained a semblance of legal personhood in form of a passport and a bank card.\nI even messaged the support of my registrar back in the day, asking if one needed to be of age to register the domain. \"No\", they said, \"having a passport and a valid payment method are the only requirements\". It was a small window into the world for me \u2014 a place of my own.\nI don't want to lose it. \ud83d\ude2d\nAfterword\nIf anything happens. If this page disappears from the internet. Look for me at vikanezrimaya.xyz \u2014 I promise I'll try hard not to lose that one.\nI'll make sure this page is crawled by the Archive as soon as I post it, so this forever remains in history even if the domain were to be lost.",
"html": "<p>It looks like this domain is in peril.</p>\n<p>The Russian government has made a law that you have to be identified via \u0413\u043e\u0441\u0443\u0441\u043b\u0443\u0433\u0438 to be able to manage a domain in the \".ru\" zone. Well, guess what, it's two weeks before the deadline, and I'm not up-to-date on this.</p>\n<p>I have a working \u0413\u043e\u0441\u0443\u0441\u043b\u0443\u0433\u0438 account. I could tie it to my registrar. There's just one hitch. The domain registrar still has my deadname on file and they don't seem to want to update it. And I can't bind my \u0413\u043e\u0441\u0443\u0441\u043b\u0443\u0433\u0438 to a domain which isn't registered \"in my name\" (meaning the data has to match).</p>\n<p>Well, partially this is on me, I guess, I should've been more proactive in managing my domain owner info. But can you blame a girl for only learning about all this around July? And it all worked just fine before, the registrar for whatever reason didn't even care that the passport on file was <em>expired, like, five renewal terms ago</em>.</p>\n<p>But now the form that updates one's owner data is silently eating my documents with zero feedback and I feel like I'll have to message support (which I did) and wait for their reply.</p>\n<p>I guess the 14-year old me made a mistake when trusting my country with something so precious. And now I am paying the price for her lapse in judgement (but how could she have known?!)</p>\n<h2>What do I stand to lose?</h2>\n<p>Thankfully, the domain's not gonna be cancelled, but if I don't manage to update all of the data and bind the \u0413\u043e\u0441\u0443\u0441\u043b\u0443\u0433\u0438 account in time, I may not able to renew it when winter comes. And this means I lose the domain in around 5 months. Let's try to enumerate what will be impacted:</p>\n<h3>E-mail</h3>\n<p>Thankfully, my email is self-hosted. My archives are going to be fine. But the ability to <em>receive</em> email may be compromised as a result. And when some services don't allow changing your email address, because somebody had a bright idea of using email as primary key, that might be a problem.</p>\n<p>I'll need to compile a list of services I've ever registered on and see if any of them could accept an alternative email address.</p>\n<p>Oh, and I'll have to put MX records on my other domain, probably. I think I could just route them to the same underlying mail server; Reverse-DNS could throw a spanner in the works, but surely one could work around that?\u2026 I'll need more research on this topic.</p>\n<h3>Blog permalinks</h3>\n<p>I've been linked around the web. I'm no celebrity, but I think there could be a few dozen permalinks on the Internet that will inevitably break if I have to move domains. Some of them are on publicly-editable websites, and I could update them; some of them are <em>not</em> and the website owners will have to put in the work.</p>\n<p>Hopefully my website was crawled by the Web Archive? I'll need to test that~ I don't think I ever put on a <code>robots.txt</code> on the apex, so there should be nothing preventing archive.org from crawling my permalinks.</p>\n<h3>IndieAuth</h3>\n<p>This domain is my <a href=\"https://indieweb.org/IndieAuth\">IndieAuth</a> identity. And while the website itself will be forever preserved (and could move to another domain if needed), I'm not sure how IndieAuth consumers might handle my <code>me</code> value changing.</p>\n<p>I planned to do roughly the following:</p>\n<ul><li>Migrate my blog to another domain</li>\n<li>Put an IndieAuth shim onto this domain that redirects to the new location of my blog</li>\n<li>Try logging in around the web (mostly the IndieAuth wiki)</li>\n<li>Seeing if initiating the ceremony with <code>https://fireburn.ru/</code> and ending it with <code>me=\"https://vikanezrimaya.xyz/\"</code> is gonna be handled correctly</li>\n</ul><p>The answer to the last bullet point: <em>probably not</em>. As far as I understand (and I've written two or three IndieAuth implementations <em>from scratch</em>, so I know a thing or two about the protocol), the domain is the root of identity, and a different <code>me</code> value <em>is a different user entirely</em>. This is how someone on a multi-identity website could log in with the root of their website and get to an <em>identity selector</em> that would allow them to choose the hat to wear for this sign-in. Every single persona is a different IndieAuth identity, because it's a different URL. And I don't know if any software would interpret something like a 301 redirect from a <code>me</code> value as a sign that it will need to be replaced \u2014 after all, somebody could be using <code>me</code> as the primary key (see the \"E-mail\" section above!).</p>\n<h3>Memories</h3>\n<p>Well, those will remain. As long as the archives have crawled my blog. As long as I live. But it's still gonna be sad to lose such a memento \u2014 a domain I owned almost since the day I gained a semblance of legal personhood in form of a passport and a bank card.</p>\n<p>I even messaged the support of my registrar back in the day, asking if one needed to be of age to register the domain. \"No\", they said, \"having a passport and a valid payment method are the only requirements\". It was a small window into the world for me \u2014 a place of my own.</p>\n<p><em>I don't want to lose it.</em> \ud83d\ude2d</p>\n<h2>Afterword</h2>\n<p>If anything happens. If this page disappears from the internet. Look for me at <a href=\"https://vikanezrimaya.xyz\">vikanezrimaya.xyz</a> \u2014 I promise I'll try hard not to lose that one.</p>\n<p>I'll make sure this page is crawled by the Archive as soon as I post it, so this forever remains in history even if the domain were to be lost.</p>"
},
"author": {
"type": "card",
"name": "Vika",
"url": "https://fireburn.ru/",
"photo": "https://fireburn.ru/.kittybox/media/uploads/fe/ad/f8/76/e94e284444605135ad468b1563070dac3d2ad642c366b1e180f6eb65"
},
"post-type": "article",
"_id": "49249041",
"_source": "1371",
"_is_read": false
}
I’ve been updating the whole website to a new layout page by page!! This layout is a little better for viewing on mobile. I wanted it to be at least mildly navigable on mobile lol #indieweb
{
"type": "entry",
"published": "2026-08-15T16:11:35.613Z",
"url": "https://bsky.app/profile/did:plc:jkzhf3zklgkrz4tx3mtiuwdm/post/3mt52sjaxndd5",
"content": {
"text": "I\u2019ve been updating the whole website to a new layout page by page!! This layout is a little better for viewing on mobile. I wanted it to be at least mildly navigable on mobile lol #indieweb"
},
"author": {
"type": "card",
"name": "deyathemuniz.bsky.social",
"url": "https://bsky.app/profile/deyathemuniz.bsky.social",
"photo": null
},
"post-type": "note",
"_id": "49248747",
"_source": "9305",
"_is_read": false
}
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://mastodon.social/tags/indieweb",
"photo": null
},
"url": "https://toot.wales/@mort8088/117100305124374389",
"content": {
"html": "<p>Dave Henry Blog - 2026 Blaugust 04 - Bubbles and stuff</p><p><a href=\"https://toot.wales/tags/blaugust\">#<span>blaugust</span></a> <a href=\"https://toot.wales/tags/blaugust2026\">#<span>blaugust2026</span></a> <a href=\"https://toot.wales/tags/indieWeb\">#<span>indieWeb</span></a> </p><p><a href=\"https://davehenry.blog/2026/08/2026-blaugust-04-bubbles-and-stuff/\"><span>https://</span><span>davehenry.blog/2026/08/2026-bl</span><span>august-04-bubbles-and-stuff/</span></a></p>",
"text": "Dave Henry Blog - 2026 Blaugust 04 - Bubbles and stuff\n\n#blaugust #blaugust2026 #indieWeb \n\nhttps://davehenry.blog/2026/08/2026-blaugust-04-bubbles-and-stuff/"
},
"published": "2026-08-15T15:47:35+00:00",
"post-type": "note",
"_id": "49248562",
"_source": "8007",
"_is_read": false
}
The indieweb concept POSSE (Post on your Own Site Syndicate Elsewhere) comes to mind.
Also provide Atom/RSS feeds!
They let people follow updates on your website without needing an account or such. A lot of CMS and SSG software will generate them for you too.
{
"type": "entry",
"published": "2026-08-15T14:28:52.029Z",
"url": "https://bsky.app/profile/did:plc:cdsdfye47rh6coqkb6ffsya7/post/3mt4v2t7w5c2x",
"content": {
"text": "The indieweb concept POSSE (Post on your Own Site Syndicate Elsewhere) comes to mind.\n\nAlso provide Atom/RSS feeds!\nThey let people follow updates on your website without needing an account or such. A lot of CMS and SSG software will generate them for you too."
},
"author": {
"type": "card",
"name": "luna.at.lunareclipse.zone",
"url": "https://bsky.app/profile/luna.at.lunareclipse.zone",
"photo": null
},
"post-type": "note",
"_id": "49247899",
"_source": "9305",
"_is_read": false
}
There's a good reason why I rarely visit websites I follow via RSS, and, instead, choose to read in my RSS reader. While the rest of the #IndieWeb are today saying RSS readers are flawed because they strip out the amazing web design by default, I am here to protest and say, actually, every RSS app that does this is doing you and I a massive favor.
Your web design is certainly not worth putting up with if I dislike it the first time.
If I wanted to appreciate your web design, I wouldn't use an RSS reader.
My before morning tea snark.
Given this recent discourse, before long, the IndieWeb will turn around and say 'actually, ads are part of the human web!'
I need tea before I snark myself into an IRC chat room. :)
#RSS #WebDev
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://mastodon.social/tags/indieweb",
"photo": null
},
"url": "https://caneandable.social/@WeirdWriter/117099858030610576",
"content": {
"html": "<p>There's a good reason why I rarely visit websites I follow via RSS, and, instead, choose to read in my RSS reader. While the rest of the <a href=\"https://caneandable.social/tags/IndieWeb\">#<span>IndieWeb</span></a> are today saying RSS readers are flawed because they strip out the amazing web design by default, I am here to protest and say, actually, every RSS app that does this is doing you and I a massive favor.</p><p>Your web design is certainly not worth putting up with if I dislike it the first time.</p><p>If I wanted to appreciate your web design, I wouldn't use an RSS reader.</p><p>My before morning tea snark.</p><p>Given this recent discourse, before long, the IndieWeb will turn around and say 'actually, ads are part of the human web!'</p><p>I need tea before I snark myself into an IRC chat room. :)</p><p><a href=\"https://caneandable.social/tags/RSS\">#<span>RSS</span></a> <a href=\"https://caneandable.social/tags/WebDev\">#<span>WebDev</span></a></p>",
"text": "There's a good reason why I rarely visit websites I follow via RSS, and, instead, choose to read in my RSS reader. While the rest of the #IndieWeb are today saying RSS readers are flawed because they strip out the amazing web design by default, I am here to protest and say, actually, every RSS app that does this is doing you and I a massive favor.\n\nYour web design is certainly not worth putting up with if I dislike it the first time.\n\nIf I wanted to appreciate your web design, I wouldn't use an RSS reader.\n\nMy before morning tea snark.\n\nGiven this recent discourse, before long, the IndieWeb will turn around and say 'actually, ads are part of the human web!'\n\nI need tea before I snark myself into an IRC chat room. :)\n\n#RSS #WebDev"
},
"published": "2026-08-15T13:53:52+00:00",
"post-type": "note",
"_id": "49247623",
"_source": "8007",
"_is_read": false
}
How I share links on my blog
Someone emailed me about my link sharing workflow so I thought I'd just document it for everyone to see.
https://michaelharley.net/posts/2026/08/15/how-i-share-links-on-my-blog/
#Blogging #IndieWeb #Blaugust #Blaugust2026
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://mastodon.social/tags/indieweb",
"photo": null
},
"url": "https://infosec.exchange/@michaelharley/117099456958214172",
"content": {
"html": "<p>How I share links on my blog</p><p>Someone emailed me about my link sharing workflow so I thought I'd just document it for everyone to see.</p><p><a href=\"https://michaelharley.net/posts/2026/08/15/how-i-share-links-on-my-blog/\"><span>https://</span><span>michaelharley.net/posts/2026/0</span><span>8/15/how-i-share-links-on-my-blog/</span></a></p><p><a href=\"https://infosec.exchange/tags/Blogging\">#<span>Blogging</span></a> <a href=\"https://infosec.exchange/tags/IndieWeb\">#<span>IndieWeb</span></a> <a href=\"https://infosec.exchange/tags/Blaugust\">#<span>Blaugust</span></a> <a href=\"https://infosec.exchange/tags/Blaugust2026\">#<span>Blaugust2026</span></a></p>",
"text": "How I share links on my blog\n\nSomeone emailed me about my link sharing workflow so I thought I'd just document it for everyone to see.\n\nhttps://michaelharley.net/posts/2026/08/15/how-i-share-links-on-my-blog/\n\n#Blogging #IndieWeb #Blaugust #Blaugust2026"
},
"published": "2026-08-15T12:11:53+00:00",
"post-type": "note",
"_id": "49246800",
"_source": "8007",
"_is_read": false
}
How I share links on my blog
https://michaelharley.net/posts/2026/08/15/how-i-share-links-on-my-blog/
#Blogging #IndieWeb #Blaugust #Blaugust2026
{
"type": "entry",
"published": "2026-08-15T12:11:53.622Z",
"url": "https://bsky.app/profile/did:plc:xfdjeyobuvkrwjaqtcueyr5m/post/3mt4nfvkubj2h",
"content": {
"text": "How I share links on my blog\n\nhttps://michaelharley.net/posts/2026/08/15/how-i-share-links-on-my-blog/\n\n#Blogging #IndieWeb #Blaugust #Blaugust2026"
},
"author": {
"type": "card",
"name": "michaelharley.net",
"url": "https://bsky.app/profile/michaelharley.net",
"photo": null
},
"post-type": "note",
"_id": "49246730",
"_source": "9305",
"_is_read": false
}
Just moved away from clourflare tunnels to hosting my website back on 1984.hosting. I use Anubis to block ai scrappers and have setup a tor hidden service as a backup.
You can get to it at the normal domain: godfrey.online
And the Tor address: rengrm2kdmv3mwxkvizyupyo3bcol3fhe7dqzydttpgnom6c3yni43id.onion
NOTE: Floatplane and MeansTV RSS should still work and are excluded from Anubis.
#cloudflare #anubis #tor #indieweb
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://mastodon.social/tags/indieweb",
"photo": null
},
"url": "https://mastodon.online/@transquinnzel/117099004602573991",
"content": {
"html": "<p>Just moved away from clourflare tunnels to hosting my website back on 1984.hosting. I use Anubis to block ai scrappers and have setup a tor hidden service as a backup. </p><p>You can get to it at the normal domain: godfrey.online<br />And the Tor address: rengrm2kdmv3mwxkvizyupyo3bcol3fhe7dqzydttpgnom6c3yni43id.onion</p><p>NOTE: Floatplane and MeansTV RSS should still work and are excluded from Anubis. </p><p><a href=\"https://mastodon.online/tags/cloudflare\">#<span>cloudflare</span></a> <a href=\"https://mastodon.online/tags/anubis\">#<span>anubis</span></a> <a href=\"https://mastodon.online/tags/tor\">#<span>tor</span></a> <a href=\"https://mastodon.online/tags/indieweb\">#<span>indieweb</span></a></p>",
"text": "Just moved away from clourflare tunnels to hosting my website back on 1984.hosting. I use Anubis to block ai scrappers and have setup a tor hidden service as a backup. \n\nYou can get to it at the normal domain: godfrey.online\nAnd the Tor address: rengrm2kdmv3mwxkvizyupyo3bcol3fhe7dqzydttpgnom6c3yni43id.onion\n\nNOTE: Floatplane and MeansTV RSS should still work and are excluded from Anubis. \n\n#cloudflare #anubis #tor #indieweb"
},
"published": "2026-08-15T10:16:50+00:00",
"post-type": "note",
"_id": "49246011",
"_source": "8007",
"_is_read": false
}
Because it supposedly affects the exposure of an "influencer" if they have non-interacting and no activity followers (which Instagram constatly debunked but these "influencers" won't listen).
Keep posting, that's how #blogging and #SNS / #SocialMedia was. That's why I want #Webmention implemented.
{
"type": "entry",
"author": {
"name": "#webmention",
"url": "https://mastodon.social/tags/webmention",
"photo": null
},
"url": "https://fed.brid.gy/r/https://bsky.app/profile/did:plc:bpotnohnlgcj3fbmp7ugx4en/post/3mt4a2kqivc2m",
"content": {
"html": "<p>Because it supposedly affects the exposure of an \"influencer\" if they have non-interacting and no activity followers (which Instagram constatly debunked but these \"influencers\" won't listen).<br /><br />Keep posting, that's how <a href=\"https://bsky.app/search?q=%23blogging\">#blogging</a> and <a href=\"https://bsky.app/search?q=%23SNS\">#SNS</a> / <a href=\"https://bsky.app/search?q=%23SocialMedia\">#SocialMedia</a> was. That's why I want <a href=\"https://bsky.app/search?q=%23Webmention\">#Webmention</a> implemented.</p>",
"text": "Because it supposedly affects the exposure of an \"influencer\" if they have non-interacting and no activity followers (which Instagram constatly debunked but these \"influencers\" won't listen).\n\nKeep posting, that's how #blogging and #SNS / #SocialMedia was. That's why I want #Webmention implemented."
},
"published": "2026-08-15T08:12:50+00:00",
"post-type": "note",
"_id": "49245057",
"_source": "8007",
"_is_read": false
}