Reworked the landing page text on my horror fiction site a bit. I still need to pretty up the header, but I think I'm moving in the right direction.
#geminiprotocol - gemini://ferenbrooke.com/index.gmi
#indieweb - https://ferenbrooke.com/index.html
#horror #horrorlit #weirdfiction #webfiction #shortstory
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://mastodon.social/tags/indieweb",
"photo": null
},
"url": "https://mastodonapp.uk/@afb/116167579152035661",
"content": {
"html": "<p>Reworked the landing page text on my horror fiction site a bit. I still need to pretty up the header, but I think I'm moving in the right direction.</p><p><a href=\"https://mastodonapp.uk/tags/geminiprotocol\">#<span>geminiprotocol</span></a> - <a href=\"https://mastodonapp.uk/@afb/116167579152035661\"><span></span><span>gemini://ferenbrooke.com/index</span><span>.gmi</span></a></p><p><a href=\"https://mastodonapp.uk/tags/indieweb\">#<span>indieweb</span></a> - <a href=\"https://ferenbrooke.com/index.html\"><span>https://</span><span>ferenbrooke.com/index.html</span><span></span></a></p><p><a href=\"https://mastodonapp.uk/tags/horror\">#<span>horror</span></a> <a href=\"https://mastodonapp.uk/tags/horrorlit\">#<span>horrorlit</span></a> <a href=\"https://mastodonapp.uk/tags/weirdfiction\">#<span>weirdfiction</span></a> <a href=\"https://mastodonapp.uk/tags/webfiction\">#<span>webfiction</span></a> <a href=\"https://mastodonapp.uk/tags/shortstory\">#<span>shortstory</span></a></p>",
"text": "Reworked the landing page text on my horror fiction site a bit. I still need to pretty up the header, but I think I'm moving in the right direction.\n\n#geminiprotocol - gemini://ferenbrooke.com/index.gmi\n\n#indieweb - https://ferenbrooke.com/index.html\n\n#horror #horrorlit #weirdfiction #webfiction #shortstory"
},
"published": "2026-03-03T22:23:06+00:00",
"post-type": "note",
"_id": "47525252",
"_source": "8007",
"_is_read": false
}
I might like sending packages more than I like receiving them.
I collect empty boxes, and I get really excited when I need to ship something and oh-boy-oh-boy I have just the perfect box for it! A lot of what I ship are cassette tapes, because I like doing 4-track collaborations over the mail.
But I'm also not immune to buying stuff online, like used books or musical gear, and I like to keep track of the packages as they make their way to their final destination.
Over the years I've tried a few different apps to consolidate all the tracking numbers I had, but I never found something I liked. To be honest I don't even remember what the major issues were — some apps had ads, other apps required signing up. I would always end up uninstalling the apps and just bookmarking the USPS/Fedex/DHL pages and checking them manually from time to time.
But these days I have blog! And my blog has the ability to interact with other websites when I make a post (for WebMentions) and also send me notifications (using the Notification API).
So I decided to create a new post kind on my blog: a package. The package post takes a tracking number, an optional carrier, and and optional description. When I create the entry, my site-sender service will make a request to EasyPost and create a new Tracker object there. Updates are then automatically sent to a webhook on my site: every time the status of the package changes the entry is updated, and I get a notification on my phone (since my blog is a PWA).
I'm also using OpenCage to geocode the locations into latitude/longitude pairs, so I can plot the package on a map, as you can see in this example and in the screenshot attached to this post.
The APIs are not free, but they're also not expensive. EasyPost charges $0.02 per Tracker, and OpenCage offers 10,000 requests for $25.
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://mastodon.social/tags/indieweb",
"photo": null
},
"url": "https://robida.net/entries/2026/03/03/tracking-packages",
"content": {
"html": "<p>I might like sending packages more than I like receiving them.</p><p>I collect empty boxes, and I get really excited when I need to ship something <em>and oh-boy-oh-boy I have just the perfect box for it!</em> A lot of what I ship are cassette tapes, because <a href=\"https://robida.net/entries/2026/03/02/and-just-like-that-fawm-2026-is-over\">I like doing 4-track collaborations over the mail</a>.</p><p>But I'm also not immune to buying stuff online, like used books or musical gear, and I like to keep track of the packages as they make their way to their final destination.</p><p>Over the years I've tried a few different apps to consolidate all the tracking numbers I had, but I never found something I liked. To be honest I don't even remember what the major issues were \u2014 some apps had ads, other apps required signing up. I would always end up uninstalling the apps and just bookmarking the USPS/Fedex/DHL pages and checking them manually from time to time.</p><p>But these days I have blog! And my blog has the ability to interact with other websites when I make a post (for <a href=\"https://indieweb.org/Webmention\">WebMentions</a>) and also send me notifications (using the <a href=\"https://developer.mozilla.org/en-US/docs/Web/API/Notifications_API\">Notification API</a>).</p><p>So I decided to create a new <a href=\"https://indieweb.org/posts#Kinds_of_Posts\">post kind</a> on my blog: a <strong>package</strong>. The package post takes a tracking number, an optional carrier, and and optional description. When I create the entry, my <code>site-sender</code> service will make a request to <a href=\"https://docs.easypost.com/guides/tracking-guide\">EasyPost</a> and create a new <code>Tracker</code> object there. Updates are then automatically sent to a webhook on my site: every time the status of the package changes the entry is updated, and I get a notification on my phone (since my blog is a <a href=\"https://developer.mozilla.org/en-US/docs/Web/Progressive_web_apps/Guides/What_is_a_progressive_web_app\">PWA</a>).</p><p>I'm also using <a href=\"https://opencagedata.com/\">OpenCage</a> to geocode the locations into latitude/longitude pairs, so I can plot the package on a map, as you can see in <a href=\"https://robida.net/entries/2026/03/03/package-2\">this example</a> and in the screenshot attached to this post.</p><p>The APIs are not free, but they're also not expensive. EasyPost charges <a href=\"https://www.easypost.com/pricing/\">$0.02</a> per <code>Tracker</code>, and OpenCage offers <a href=\"https://opencagedata.com/pricing#geocoding-onetime\">10,000 requests for $25</a>. </p>",
"text": "I might like sending packages more than I like receiving them.\n\nI collect empty boxes, and I get really excited when I need to ship something and oh-boy-oh-boy I have just the perfect box for it! A lot of what I ship are cassette tapes, because I like doing 4-track collaborations over the mail.\n\nBut I'm also not immune to buying stuff online, like used books or musical gear, and I like to keep track of the packages as they make their way to their final destination.\n\nOver the years I've tried a few different apps to consolidate all the tracking numbers I had, but I never found something I liked. To be honest I don't even remember what the major issues were \u2014 some apps had ads, other apps required signing up. I would always end up uninstalling the apps and just bookmarking the USPS/Fedex/DHL pages and checking them manually from time to time.\n\nBut these days I have blog! And my blog has the ability to interact with other websites when I make a post (for WebMentions) and also send me notifications (using the Notification API).\n\nSo I decided to create a new post kind on my blog: a package. The package post takes a tracking number, an optional carrier, and and optional description. When I create the entry, my site-sender service will make a request to EasyPost and create a new Tracker object there. Updates are then automatically sent to a webhook on my site: every time the status of the package changes the entry is updated, and I get a notification on my phone (since my blog is a PWA).\n\nI'm also using OpenCage to geocode the locations into latitude/longitude pairs, so I can plot the package on a map, as you can see in this example and in the screenshot attached to this post.\n\nThe APIs are not free, but they're also not expensive. EasyPost charges $0.02 per Tracker, and OpenCage offers 10,000 requests for $25."
},
"published": "2026-03-03T21:25:33+00:00",
"photo": [
"https://files.mastodon.social/cache/media_attachments/files/116/167/353/793/712/697/original/2a626a429455f1b1.png"
],
"post-type": "photo",
"_id": "47524800",
"_source": "8007",
"_is_read": false
}
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://mastodon.social/tags/indieweb",
"photo": null
},
"url": "https://mementomori.social/@david_bardos/116167187927822297",
"content": {
"html": "<p>I had a weird dream. It was about <a href=\"https://mementomori.social/tags/RobotFramework\">#<span>RobotFramework</span></a> and <a href=\"https://mementomori.social/tags/Trump\">#<span>Trump</span></a>. I laughed so hard when I woke up. \ud83d\ude02</p><p>\ud83c\udf10 <a href=\"https://blog.gridranger.dev/i-dream-of/\"><span>https://</span><span>blog.gridranger.dev/i-dream-of/</span><span></span></a></p><p><a href=\"https://mementomori.social/tags/blog\">#<span>blog</span></a> <a href=\"https://mementomori.social/tags/post\">#<span>post</span></a> <a href=\"https://mementomori.social/tags/indieweb\">#<span>indieweb</span></a> <a href=\"https://mementomori.social/tags/python\">#<span>python</span></a></p>",
"text": "I had a weird dream. It was about #RobotFramework and #Trump. I laughed so hard when I woke up. \ud83d\ude02\n\n\ud83c\udf10 https://blog.gridranger.dev/i-dream-of/\n\n#blog #post #indieweb #python"
},
"published": "2026-03-03T20:43:36+00:00",
"post-type": "note",
"_id": "47524474",
"_source": "8007",
"_is_read": false
}
I like this idea and will probably implement some of them...
"Slash pages are common pages you can add to your website."
https://slashpages.net/
#web #indieWeb
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://mastodon.social/tags/indieweb",
"photo": null
},
"url": "https://mastodon.social/@rasterweb/116166978140152738",
"content": {
"html": "<p>I like this idea and will probably implement some of them...</p><p>\"Slash pages are common pages you can add to your website.\"</p><p><a href=\"https://slashpages.net/\"><span>https://</span><span>slashpages.net/</span><span></span></a></p><p><a href=\"https://mastodon.social/tags/web\">#<span>web</span></a> <a href=\"https://mastodon.social/tags/indieWeb\">#<span>indieWeb</span></a></p>",
"text": "I like this idea and will probably implement some of them...\n\n\"Slash pages are common pages you can add to your website.\"\n\nhttps://slashpages.net/\n\n#web #indieWeb"
},
"published": "2026-03-03T19:50:15+00:00",
"post-type": "note",
"_id": "47523983",
"_source": "8007",
"_is_read": false
}
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://mastodon.social/tags/indieweb",
"photo": null
},
"url": "https://mastodon.social/@NathanMurdock/116166800315431939",
"content": {
"html": "<p>Saat ini lebih kotor dari Gestapo, bisa Polisi Toronto menyegarkan citra mereka dengan merekrut Mascot baru yang sensasional? <a href=\"https://jungyulkim.com/free-press/id/articles/demokrasi-kanada-beresiko-sementara-toronto-memerintah-mob.html\"><span>https://</span><span>jungyulkim.com/free-press/id/a</span><span>rticles/demokrasi-kanada-beresiko-sementara-toronto-memerintah-mob.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": "Saat ini lebih kotor dari Gestapo, bisa Polisi Toronto menyegarkan citra mereka dengan merekrut Mascot baru yang sensasional? https://jungyulkim.com/free-press/id/articles/demokrasi-kanada-beresiko-sementara-toronto-memerintah-mob.html #News #Art #Canada #NewYork #Toronto #Mob #Crime #Indieweb #Headlines"
},
"published": "2026-03-03T19:05:02+00:00",
"post-type": "note",
"_id": "47523619",
"_source": "8007",
"_is_read": false
}
Done it: full in-order watch-through of the entire TNG television series. Damn, it's still good. Just could have done without Wesley Crusher. Best episode is Ship in a Bottle ;)
https://khleedril.org/blog/2026-03-03--tng-watch-through.html
#tng #allstartrek #indieweb #blog #startrektng
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://mastodon.social/tags/indieweb",
"photo": null
},
"url": "https://cyberplace.social/@khleedril/116166312969318923",
"content": {
"html": "<p>Done it: full in-order watch-through of the entire TNG television series. Damn, it's still good. Just could have done without Wesley Crusher. Best episode is Ship in a Bottle ;)</p><p><a href=\"https://khleedril.org/blog/2026-03-03--tng-watch-through.html\"><span>https://</span><span>khleedril.org/blog/2026-03-03-</span><span>-tng-watch-through.html</span></a></p><p><a href=\"https://cyberplace.social/tags/tng\">#<span>tng</span></a> <a href=\"https://cyberplace.social/tags/allstartrek\">#<span>allstartrek</span></a> <a href=\"https://cyberplace.social/tags/indieweb\">#<span>indieweb</span></a> <a href=\"https://cyberplace.social/tags/blog\">#<span>blog</span></a> <a href=\"https://cyberplace.social/tags/startrektng\">#<span>startrektng</span></a></p>",
"text": "Done it: full in-order watch-through of the entire TNG television series. Damn, it's still good. Just could have done without Wesley Crusher. Best episode is Ship in a Bottle ;)\n\nhttps://khleedril.org/blog/2026-03-03--tng-watch-through.html\n\n#tng #allstartrek #indieweb #blog #startrektng"
},
"published": "2026-03-03T17:01:05+00:00",
"post-type": "note",
"_id": "47522240",
"_source": "8007",
"_is_read": false
}
🤘New blerg pohst - In which I talk about how being diagnosed with melanoma might have saved me and other mental health stuff.
https://pixel-dirt.com/2026/gratitude/
#blog #indieweb #smallweb #personalwebsite
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://mastodon.social/tags/indieweb",
"photo": null
},
"url": "https://social.lol/@nannnsss/116166225328369638",
"content": {
"html": "<p>\ud83e\udd18New blerg pohst - In which I talk about how being diagnosed with melanoma might have saved me and other mental health stuff.</p><p><a href=\"https://pixel-dirt.com/2026/gratitude/\"><span>https://</span><span>pixel-dirt.com/2026/gratitude/</span><span></span></a></p><p><a href=\"https://social.lol/tags/blog\">#<span>blog</span></a> <a href=\"https://social.lol/tags/indieweb\">#<span>indieweb</span></a> <a href=\"https://social.lol/tags/smallweb\">#<span>smallweb</span></a> <a href=\"https://social.lol/tags/personalwebsite\">#<span>personalwebsite</span></a></p>",
"text": "\ud83e\udd18New blerg pohst - In which I talk about how being diagnosed with melanoma might have saved me and other mental health stuff.\n\nhttps://pixel-dirt.com/2026/gratitude/\n\n#blog #indieweb #smallweb #personalwebsite"
},
"published": "2026-03-03T16:38:48+00:00",
"post-type": "note",
"_id": "47522029",
"_source": "8007",
"_is_read": false
}
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://mastodon.social/tags/indieweb",
"photo": null
},
"url": "https://robida.net/entries/2026/03/03/b4fa2ec7",
"content": {
"html": "RSVP maybe to <a href=\"https://events.indieweb.org/2026/03/homebrew-website-club-pacific-UQxq4XD0usxU\">https://events.indieweb.org/2026/03/homebrew-website-club-pacific-UQxq4XD0usxU</a>",
"text": "RSVP maybe to https://events.indieweb.org/2026/03/homebrew-website-club-pacific-UQxq4XD0usxU"
},
"published": "2026-03-03T16:37:11+00:00",
"post-type": "note",
"_id": "47522030",
"_source": "8007",
"_is_read": false
}
Just added AI transparency metadata to my Micropub MCP client. Every post can now carry disclosure fields for how AI was involved in creating it:
ai_text_level: 0 (None) → 3 (AI-generated, human reviewed)
ai_code_level: 0 (Human-written) → 2 (Primarily AI-generated)
ai_tools: which tools were used (e.g. Claude, Copilot)
ai_description: free-text usage note
These fields flow through Micropub as mf2 properties and are stored alongside the post. The idea is simple: be transparent about AI involvement in your content, at the post level.
🔗 https://rmendes.net/notes/2026/03/03/8a851
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://mastodon.social/tags/indieweb",
"photo": null
},
"url": "https://rmendes.net/notes/2026/03/03/8a851",
"content": {
"html": "<p>Just added AI transparency metadata to my <a href=\"https://github.com/rmdes/micropub-mcp\">Micropub MCP client</a>. Every post can now carry disclosure fields for how AI was involved in creating it:</p><br /><ul><li><br /></li><li><code>ai_text_level</code>: 0 (None) \u2192 3 (AI-generated, human reviewed)<br /></li><li><code>ai_code_level</code>: 0 (Human-written) \u2192 2 (Primarily AI-generated)<br /></li><li><code>ai_tools</code>: which tools were used (e.g. Claude, Copilot)<br /></li><li><code>ai_description</code>: free-text usage note<br /></li></ul><br /><p>These fields flow through Micropub as mf2 properties and are stored alongside the post. The idea is simple: be transparent about AI involvement in your content, at the post level.</p><p>\ud83d\udd17 <a href=\"https://rmendes.net/notes/2026/03/03/8a851\">https://rmendes.net/notes/2026/03/03/8a851</a></p>",
"text": "Just added AI transparency metadata to my Micropub MCP client. Every post can now carry disclosure fields for how AI was involved in creating it:\n\nai_text_level: 0 (None) \u2192 3 (AI-generated, human reviewed)\nai_code_level: 0 (Human-written) \u2192 2 (Primarily AI-generated)\nai_tools: which tools were used (e.g. Claude, Copilot)\nai_description: free-text usage note\n\nThese fields flow through Micropub as mf2 properties and are stored alongside the post. The idea is simple: be transparent about AI involvement in your content, at the post level.\n\n\ud83d\udd17 https://rmendes.net/notes/2026/03/03/8a851"
},
"published": "2026-03-03T16:35:40+00:00",
"post-type": "note",
"_id": "47522031",
"_source": "8007",
"_is_read": false
}
Good news for full-text RSS fans! I *think* I've managed to come up with an incredibly nerdy, but human-friendly solution that'll mitigate my fears about my RSS feed possibly being scraped for shitty purposes... I'm going to test it out over the next few days and see if the major LLMs can figure out how to access it. If all goes well, I'll be posting some instructions soon.
#indieweb
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://mastodon.social/tags/indieweb",
"photo": null
},
"url": "https://mastodon.social/@st3phvee/116165750349596209",
"content": {
"html": "<p>Good news for full-text RSS fans! I *think* I've managed to come up with an incredibly nerdy, but human-friendly solution that'll mitigate my fears about my RSS feed possibly being scraped for shitty purposes... I'm going to test it out over the next few days and see if the major LLMs can figure out how to access it. If all goes well, I'll be posting some instructions soon.</p><p><a href=\"https://mastodon.social/tags/indieweb\">#<span>indieweb</span></a></p>",
"text": "Good news for full-text RSS fans! I *think* I've managed to come up with an incredibly nerdy, but human-friendly solution that'll mitigate my fears about my RSS feed possibly being scraped for shitty purposes... I'm going to test it out over the next few days and see if the major LLMs can figure out how to access it. If all goes well, I'll be posting some instructions soon.\n\n#indieweb"
},
"published": "2026-03-03T14:38:00+00:00",
"post-type": "note",
"_id": "47520612",
"_source": "8007",
"_is_read": false
}
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://mastodon.social/tags/indieweb",
"photo": null
},
"url": "https://ursal.zone/@gmgall/116165566920551284",
"content": {
"html": "<p>Microslop: <a href=\"https://gmgall.net/blog/microslop/\"><span>https://</span><span>gmgall.net/blog/microslop/</span><span></span></a></p><p><a href=\"https://ursal.zone/tags/blog\">#<span>blog</span></a> <a href=\"https://ursal.zone/tags/SmallWeb\">#<span>SmallWeb</span></a> <a href=\"https://ursal.zone/tags/IndieWeb\">#<span>IndieWeb</span></a> <a href=\"https://ursal.zone/tags/Microsoft\">#<span>Microsoft</span></a> <a href=\"https://ursal.zone/tags/Microslop\">#<span>Microslop</span></a></p>",
"text": "Microslop: https://gmgall.net/blog/microslop/\n\n#blog #SmallWeb #IndieWeb #Microsoft #Microslop"
},
"published": "2026-03-03T13:51:21+00:00",
"post-type": "note",
"_id": "47520119",
"_source": "8007",
"_is_read": false
}
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://mastodon.social/tags/indieweb",
"photo": null
},
"url": "https://infosec.exchange/@michaelharley/116165365962332498",
"content": {
"html": "<p>Hey folks, I created a slash page for my smart home setup! Check it out if that's your jam.</p><p><a href=\"https://michaelharley.net/posts/2026/03/03/my-smart-home-setup-2026/\"><span>https://</span><span>michaelharley.net/posts/2026/0</span><span>3/03/my-smart-home-setup-2026/</span></a></p><p><a href=\"https://infosec.exchange/tags/HomeAssistant\">#<span>HomeAssistant</span></a> <a href=\"https://infosec.exchange/tags/SmartHome\">#<span>SmartHome</span></a> <a href=\"https://infosec.exchange/tags/IndieWeb\">#<span>IndieWeb</span></a> <a href=\"https://infosec.exchange/tags/BlogPost\">#<span>BlogPost</span></a></p>",
"text": "Hey folks, I created a slash page for my smart home setup! Check it out if that's your jam.\n\nhttps://michaelharley.net/posts/2026/03/03/my-smart-home-setup-2026/\n\n#HomeAssistant #SmartHome #IndieWeb #BlogPost"
},
"published": "2026-03-03T13:00:15+00:00",
"post-type": "note",
"_id": "47519621",
"_source": "8007",
"_is_read": false
}
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://mastodon.social/tags/indieweb",
"photo": null
},
"url": "https://mastodon.social/@here_is_wmbk/116165027185777301",
"content": {
"html": "<p>\u2728\u535a\u5ba2\u63a8\u9001\uff1a \u5982\u4f55\u4f7f\u7528 Rclone \u4e0b\u8f7d Google Drive \u5206\u4eab\u94fe\u63a5\u5185\u7684\u6587\u4ef6 \u6765\u81ea <a href=\"https://wuminboke.site/uncategorized/rclone-download-google-drive-shared-link/\"><span>https://</span><span>wuminboke.site/uncategorized/r</span><span>clone-download-google-drive-shared-link/</span></a> <a href=\"https://mastodon.social/tags/blog\">#<span>blog</span></a> <a href=\"https://mastodon.social/tags/blogging\">#<span>blogging</span></a> <a href=\"https://mastodon.social/tags/indieweb\">#<span>indieweb</span></a></p>",
"text": "\u2728\u535a\u5ba2\u63a8\u9001\uff1a \u5982\u4f55\u4f7f\u7528 Rclone \u4e0b\u8f7d Google Drive \u5206\u4eab\u94fe\u63a5\u5185\u7684\u6587\u4ef6 \u6765\u81ea https://wuminboke.site/uncategorized/rclone-download-google-drive-shared-link/ #blog #blogging #indieweb"
},
"published": "2026-03-03T11:34:06+00:00",
"post-type": "note",
"_id": "47519063",
"_source": "8007",
"_is_read": false
}
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://mastodon.social/tags/indieweb",
"photo": null
},
"url": "https://mastodon.social/@here_is_wmbk/116165027114246044",
"content": {
"html": "<p>\u2728Blog Notify: How to use Rclone to download files in Google Drive shared links from <a href=\"https://translate.google.com/translate?hl=en&sl=zh-cn&u=https://wuminboke.site/uncategorized/rclone-download-google-drive-shared-link/\"><span>https://</span><span>translate.google.com/translate</span><span>?hl=en&sl=zh-cn&u=https://wuminboke.site/uncategorized/rclone-download-google-drive-shared-link/</span></a> <a href=\"https://mastodon.social/tags/blog\">#<span>blog</span></a> <a href=\"https://mastodon.social/tags/blogging\">#<span>blogging</span></a> <a href=\"https://mastodon.social/tags/indieweb\">#<span>indieweb</span></a></p>",
"text": "\u2728Blog Notify: How to use Rclone to download files in Google Drive shared links from https://translate.google.com/translate?hl=en&sl=zh-cn&u=https://wuminboke.site/uncategorized/rclone-download-google-drive-shared-link/ #blog #blogging #indieweb"
},
"published": "2026-03-03T11:34:05+00:00",
"post-type": "note",
"_id": "47519064",
"_source": "8007",
"_is_read": false
}
{
"type": "entry",
"author": {
"name": "capjamesg",
"url": "https://indiewebforum.eu/",
"photo": null
},
"url": "https://indiewebforum.eu/d/63-hwc-edinburgh-tuesday-31st-march/1",
"published": "2026-03-03T08:18:27+00:00",
"content": {
"html": "<p>Our next HWC Edinburgh will be on Tuesday, 31st March. Same time, same place!\n\nI have created an event page here: https://events.indieweb.org/2026/03/homebrew-website-club-edinburgh-PqEti796IzaX\n\nFeel free to bring along anyone you think would be interested in the event!\n\nI have updated this month's events page description with more direction to the Costa Coffee we meet in. We have had a\u2026</p>",
"text": "Our next HWC Edinburgh will be on Tuesday, 31st March. Same time, same place!\n\nI have created an event page here: https://events.indieweb.org/2026/03/homebrew-website-club-edinburgh-PqEti796IzaX\n\nFeel free to bring along anyone you think would be interested in the event!\n\nI have updated this month's events page description with more direction to the Costa Coffee we meet in. We have had a\u2026"
},
"name": "HWC Edinburgh - Tuesday 31st March",
"post-type": "article",
"_id": "47517676",
"_source": "8946",
"_is_read": false
}
Today I Donated To the Fediverse
Once again, the Internet is under attack, but this time its enemies are back with a vengeance and with more fury than the corporate and government threats of the 90s and early 2000s. The elitist, billionaire Elon Musk bought Twitter, the rogue states of US and Isr*l bought TikTok
https://inkwell.social/eve/today-i-donated-to-the-fediverse-40355
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://mastodon.social/tags/indieweb",
"photo": null
},
"url": "https://inkwell.social/eve/today-i-donated-to-the-fediverse-40355",
"content": {
"html": "<p><strong>Today I Donated To the Fediverse</strong></p><br /><br />\nOnce again, the Internet is under attack, but this time its enemies are back with a vengeance and with more fury than the corporate and government threats of the 90s and early 2000s. The elitist, billionaire Elon Musk bought Twitter, the rogue states of US and Isr*l bought TikTok<br /><br /><p><a href=\"https://inkwell.social/eve/today-i-donated-to-the-fediverse-40355\"><span>https://</span><span>inkwell.social/eve/today-i-don</span><span>ated-to-the-fediverse-40355</span></a></p>",
"text": "Today I Donated To the Fediverse\n\n\nOnce again, the Internet is under attack, but this time its enemies are back with a vengeance and with more fury than the corporate and government threats of the 90s and early 2000s. The elitist, billionaire Elon Musk bought Twitter, the rogue states of US and Isr*l bought TikTok\n\nhttps://inkwell.social/eve/today-i-donated-to-the-fediverse-40355"
},
"published": "2026-03-03T07:42:22+00:00",
"post-type": "note",
"_id": "47517419",
"_source": "8007",
"_is_read": false
}
Today I Donated To the Fediverse
Once again, the Internet is under attack, but this time its enemies are back with a vengeance and with more fury than the corporate and government threats of the 90s and early 2000s. The elitist, billionaire Elon Musk bought Twitter, the rogue states of US and Isr*l bought TikTok
https://inkwell.social/eve/today-i-donated-to-the-fediverse-40339
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://mastodon.social/tags/indieweb",
"photo": null
},
"url": "https://inkwell.social/eve/today-i-donated-to-the-fediverse-40339",
"content": {
"html": "<p><strong>Today I Donated To the Fediverse</strong></p><br /><br />\nOnce again, the Internet is under attack, but this time its enemies are back with a vengeance and with more fury than the corporate and government threats of the 90s and early 2000s. The elitist, billionaire Elon Musk bought Twitter, the rogue states of US and Isr*l bought TikTok<br /><br /><p><a href=\"https://inkwell.social/eve/today-i-donated-to-the-fediverse-40339\"><span>https://</span><span>inkwell.social/eve/today-i-don</span><span>ated-to-the-fediverse-40339</span></a></p>",
"text": "Today I Donated To the Fediverse\n\n\nOnce again, the Internet is under attack, but this time its enemies are back with a vengeance and with more fury than the corporate and government threats of the 90s and early 2000s. The elitist, billionaire Elon Musk bought Twitter, the rogue states of US and Isr*l bought TikTok\n\nhttps://inkwell.social/eve/today-i-donated-to-the-fediverse-40339"
},
"published": "2026-03-03T07:42:18+00:00",
"post-type": "note",
"_id": "47517420",
"_source": "8007",
"_is_read": false
}
https://share.joinmastodon.org is a tool that allows you to put a "Share to Mastodon" button on your website.
#ssg #blogging #indieweb
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://mastodon.social/tags/indieweb",
"photo": null
},
"url": "https://toot.wales/@mort8088/116164099993737945",
"content": {
"html": "<p><a href=\"https://share.joinmastodon.org\"><span>https://</span><span>share.joinmastodon.org</span><span></span></a> is a tool that allows you to put a \"Share to Mastodon\" button on your website.</p><p><a href=\"https://toot.wales/tags/ssg\">#<span>ssg</span></a> <a href=\"https://toot.wales/tags/blogging\">#<span>blogging</span></a> <a href=\"https://toot.wales/tags/indieweb\">#<span>indieweb</span></a></p>",
"text": "https://share.joinmastodon.org is a tool that allows you to put a \"Share to Mastodon\" button on your website.\n\n#ssg #blogging #indieweb"
},
"published": "2026-03-03T07:38:18+00:00",
"post-type": "note",
"_id": "47517421",
"_source": "8007",
"_is_read": false
}
Today I Donated To the Fediverse
Once again, the Internet is under attack, but this time its enemies are back with a vengeance and with more fury than the corporate and government threats of the 90s and early 2000s. The elitist, billionaire Elon Musk bought Twitter, the rogue states of US and Isr*l bought TikTok, and now the drug addicts Peter Thiel, Alex Karp, and Larry Ellison are buying up internet security real estate to convert it into a global surveillance network running on AI technology using Palantir and Oracle […]
https://evecodes.com/today-i-donated-to-the-fediverse/
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://mastodon.social/tags/indieweb",
"photo": null
},
"url": "https://evecodes.com/today-i-donated-to-the-fediverse/",
"content": {
"html": "<p><strong>Today I Donated To the Fediverse</strong></p><br /><br />\nOnce again, the Internet is under attack, but this time its enemies are back with a vengeance and with more fury than the corporate and government threats of the 90s and early 2000s. The elitist, billionaire Elon Musk bought Twitter, the rogue states of US and Isr*l bought TikTok, and now the drug addicts Peter Thiel, Alex Karp, and Larry Ellison are buying up internet security real estate to convert it into a global surveillance network running on AI technology using Palantir and Oracle [\u2026]<br /><br /><p><a href=\"https://evecodes.com/today-i-donated-to-the-fediverse/\"><span>https://</span><span>evecodes.com/today-i-donated-t</span><span>o-the-fediverse/</span></a></p>",
"text": "Today I Donated To the Fediverse\n\n\nOnce again, the Internet is under attack, but this time its enemies are back with a vengeance and with more fury than the corporate and government threats of the 90s and early 2000s. The elitist, billionaire Elon Musk bought Twitter, the rogue states of US and Isr*l bought TikTok, and now the drug addicts Peter Thiel, Alex Karp, and Larry Ellison are buying up internet security real estate to convert it into a global surveillance network running on AI technology using Palantir and Oracle [\u2026]\n\nhttps://evecodes.com/today-i-donated-to-the-fediverse/"
},
"published": "2026-03-03T07:26:27+00:00",
"photo": [
"https://files.mastodon.social/cache/media_attachments/files/116/164/055/257/236/608/original/065ace34ad140de3.webp"
],
"post-type": "photo",
"_id": "47517305",
"_source": "8007",
"_is_read": false
}
Today I Donated To the Fediverse
Once again, the Internet is under attack, but this time its enemies are back with a vengeance and with more fury than the corporate and government threats of the 90s and early 2000s. The elitist, billionaire Elon Musk bought Twitter, the rogue states of US and Isr*l bought TikTok
https://inkwell.social/eve/today-i-donated-to-the-fediverse-37955
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://mastodon.social/tags/indieweb",
"photo": null
},
"url": "https://inkwell.social/eve/today-i-donated-to-the-fediverse-37955",
"content": {
"html": "<p><strong>Today I Donated To the Fediverse</strong></p><br /><br />\nOnce again, the Internet is under attack, but this time its enemies are back with a vengeance and with more fury than the corporate and government threats of the 90s and early 2000s. The elitist, billionaire Elon Musk bought Twitter, the rogue states of US and Isr*l bought TikTok<br /><br /><p><a href=\"https://inkwell.social/eve/today-i-donated-to-the-fediverse-37955\"><span>https://</span><span>inkwell.social/eve/today-i-don</span><span>ated-to-the-fediverse-37955</span></a></p>",
"text": "Today I Donated To the Fediverse\n\n\nOnce again, the Internet is under attack, but this time its enemies are back with a vengeance and with more fury than the corporate and government threats of the 90s and early 2000s. The elitist, billionaire Elon Musk bought Twitter, the rogue states of US and Isr*l bought TikTok\n\nhttps://inkwell.social/eve/today-i-donated-to-the-fediverse-37955"
},
"published": "2026-03-03T07:26:29+00:00",
"post-type": "note",
"_id": "47517306",
"_source": "8007",
"_is_read": false
}