RE: https://techhub.social/@chappio/116301200578073688
#halfquill update!
Email notifications are in. You'll now hear about it when someone adds to a story you're part of.
Also: this wraps up the first week of testing. Huge thanks to everyone who tried it out and shared their thoughts. Development continues, just at a calmer pace.
One last feedback form: https://tally.so/r/eqLGBe
#WritingCommunity #AmWriting #IndieWeb #Buildinpublic
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://mastodon.social/tags/indieweb",
"photo": null
},
"url": "https://techhub.social/@chappio/116307094064811340",
"content": {
"html": "<p>RE: <a href=\"https://techhub.social/@chappio/116301200578073688\"><span>https://</span><span>techhub.social/@chappio/116301</span><span>200578073688</span></a></p><p><a href=\"https://techhub.social/tags/halfquill\">#<span>halfquill</span></a> update!</p><p>Email notifications are in. You'll now hear about it when someone adds to a story you're part of.</p><p>Also: this wraps up the first week of testing. Huge thanks to everyone who tried it out and shared their thoughts. Development continues, just at a calmer pace.</p><p>One last feedback form: <a href=\"https://tally.so/r/eqLGBe\"><span>https://</span><span>tally.so/r/eqLGBe</span><span></span></a></p><p><a href=\"https://techhub.social/tags/WritingCommunity\">#<span>WritingCommunity</span></a> <a href=\"https://techhub.social/tags/AmWriting\">#<span>AmWriting</span></a> <a href=\"https://techhub.social/tags/IndieWeb\">#<span>IndieWeb</span></a> <a href=\"https://techhub.social/tags/Buildinpublic\">#<span>Buildinpublic</span></a></p>",
"text": "RE: https://techhub.social/@chappio/116301200578073688\n\n#halfquill update!\n\nEmail notifications are in. You'll now hear about it when someone adds to a story you're part of.\n\nAlso: this wraps up the first week of testing. Huge thanks to everyone who tried it out and shared their thoughts. Development continues, just at a calmer pace.\n\nOne last feedback form: https://tally.so/r/eqLGBe\n\n#WritingCommunity #AmWriting #IndieWeb #Buildinpublic"
},
"published": "2026-03-28T13:43:34+00:00",
"post-type": "note",
"_id": "47779478",
"_source": "8007",
"_is_read": false
}
I'm Jan — writer, painter, comic maker, musician.
Literary fiction in Swedish, everything else in English. I document the practice at jansandstorm.com
If you make things without agenda, we'll probably get along.
#Introduction #AmWriting #AmReading #MastoArt #MastoMusic #IndieComics #IndieWeb #guitar
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://mastodon.social/tags/indieweb",
"photo": null
},
"url": "https://mastodon.art/@jansandstorm/116306352857645080",
"content": {
"html": "<p>I'm Jan \u2014 writer, painter, comic maker, musician.</p><p>Literary fiction in Swedish, everything else in English. I document the practice at jansandstorm.com</p><p>If you make things without agenda, we'll probably get along.</p><p><a href=\"https://mastodon.art/tags/Introduction\">#<span>Introduction</span></a> <a href=\"https://mastodon.art/tags/AmWriting\">#<span>AmWriting</span></a> <a href=\"https://mastodon.art/tags/AmReading\">#<span>AmReading</span></a> <a href=\"https://mastodon.art/tags/MastoArt\">#<span>MastoArt</span></a> <a href=\"https://mastodon.art/tags/MastoMusic\">#<span>MastoMusic</span></a> <a href=\"https://mastodon.art/tags/IndieComics\">#<span>IndieComics</span></a> <a href=\"https://mastodon.art/tags/IndieWeb\">#<span>IndieWeb</span></a> <a href=\"https://mastodon.art/tags/guitar\">#<span>guitar</span></a></p>",
"text": "I'm Jan \u2014 writer, painter, comic maker, musician.\n\nLiterary fiction in Swedish, everything else in English. I document the practice at jansandstorm.com\n\nIf you make things without agenda, we'll probably get along.\n\n#Introduction #AmWriting #AmReading #MastoArt #MastoMusic #IndieComics #IndieWeb #guitar"
},
"published": "2026-03-28T10:35:04+00:00",
"post-type": "note",
"_id": "47777999",
"_source": "8007",
"_is_read": false
}
ok so here's a thought, re group chat design: combine irc with a wiki.
why?
- groups rot because bad actors don't get kicked early and often
- its not a harmless matter to kick someone because you're also robbing them of their own chatlogs
- which is only a problem because we expect everything to be logged serverside now
- which is a major selling point that allows long-term groups to thrive, so i can't just get rid of it
here's my proposed alternative:
- irc chat, client-side automatic logging. if you get kicked you keep your logs.
- if you're idle for more than, i dunno, 14 days, you get auto-kicked, to protect the privacy of others
- you can still receive dms, in case someone needs to ping you
- here's the big new feature that would be work to implement though: a bot command allowing you to post something and say, basically, "clip this", and it gets sent to a wiki page somewhere
- the wiki then acts as a replacement for pinned messages, info channels, and other "persistent" chat stuff
- if its not on the wiki and nobody logged it, it disappears, this is by design! Chats do not need to last forever!
has this been done before? I want to hear your thoughts!
#groupchattheory #indieweb
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://mastodon.social/tags/indieweb",
"photo": null
},
"url": "https://critters.gay/notes/akdbcrxa6gzt002c",
"content": {
"html": "<p><span>ok so here's a thought, re group chat design: combine irc with a wiki. <br /><br />why?<br />- groups rot because bad actors don't get kicked early and often<br />- its not a harmless matter to kick someone because you're also robbing them of their own chatlogs<br />- which is only a problem because we expect everything to be logged serverside now<br />- which is a major selling point that allows long-term groups to thrive, so i can't just get rid of it<br /><br />here's my proposed alternative:<br />- irc chat, client-side automatic logging. if you get kicked you keep your logs.<br />- if you're idle for more than, i dunno, 14 days, you get auto-kicked, to protect the privacy of others<br />- you can still receive dms, in case someone needs to ping you<br />- here's the big new feature that would be work to implement though: a bot command allowing you to post something and say, basically, \"clip this\", and it gets sent to a wiki page somewhere<br />- the wiki then acts as a replacement for pinned messages, info channels, and other \"persistent\" chat stuff<br />- if its not on the wiki and nobody logged it, it disappears, this is by design! Chats do not need to last forever!<br /><br />has this been done before? I want to hear your thoughts!<br /><br /></span><a href=\"https://critters.gay/tags/groupchattheory\">#groupchattheory</a> <a href=\"https://critters.gay/tags/indieweb\">#indieweb</a></p>",
"text": "ok so here's a thought, re group chat design: combine irc with a wiki. \n\nwhy?\n- groups rot because bad actors don't get kicked early and often\n- its not a harmless matter to kick someone because you're also robbing them of their own chatlogs\n- which is only a problem because we expect everything to be logged serverside now\n- which is a major selling point that allows long-term groups to thrive, so i can't just get rid of it\n\nhere's my proposed alternative:\n- irc chat, client-side automatic logging. if you get kicked you keep your logs.\n- if you're idle for more than, i dunno, 14 days, you get auto-kicked, to protect the privacy of others\n- you can still receive dms, in case someone needs to ping you\n- here's the big new feature that would be work to implement though: a bot command allowing you to post something and say, basically, \"clip this\", and it gets sent to a wiki page somewhere\n- the wiki then acts as a replacement for pinned messages, info channels, and other \"persistent\" chat stuff\n- if its not on the wiki and nobody logged it, it disappears, this is by design! Chats do not need to last forever!\n\nhas this been done before? I want to hear your thoughts!\n\n#groupchattheory #indieweb"
},
"published": "2026-03-28T03:06:59+00:00",
"post-type": "note",
"_id": "47775299",
"_source": "8007",
"_is_read": false
}
i just released version 1 of acmlmBoard 3 after about a month of intensive, unemployment-flavored passion.
i am going to deploy this to the production environment this weekend and bring some friends in to do some stress testing. it is a unique piece of forum software that has a raft of charming features you won't see anywhere else.
if any of y'all on here know me from that era, check out the changelist:
https://forge.mitch.science/mitcheffendi/acmlmboard-3/releases
#acmlm #acmlmboard #smallweb #indieweb
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://mastodon.social/tags/indieweb",
"photo": null
},
"url": "https://hoagie.cloud/@mitch/116304112859449419",
"content": {
"html": "<p>i just released version 1 of acmlmBoard 3 after about a month of intensive, unemployment-flavored passion. </p><p>i am going to deploy this to the production environment this weekend and bring some friends in to do some stress testing. it is a unique piece of forum software that has a raft of charming features you won't see anywhere else.</p><p>if any of y'all on here know me from that era, check out the changelist:</p><p><a href=\"https://forge.mitch.science/mitcheffendi/acmlmboard-3/releases\"><span>https://</span><span>forge.mitch.science/mitcheffen</span><span>di/acmlmboard-3/releases</span></a></p><p><a href=\"https://hoagie.cloud/tags/acmlm\">#<span>acmlm</span></a> <a href=\"https://hoagie.cloud/tags/acmlmboard\">#<span>acmlmboard</span></a> <a href=\"https://hoagie.cloud/tags/smallweb\">#<span>smallweb</span></a> <a href=\"https://hoagie.cloud/tags/indieweb\">#<span>indieweb</span></a></p>",
"text": "i just released version 1 of acmlmBoard 3 after about a month of intensive, unemployment-flavored passion. \n\ni am going to deploy this to the production environment this weekend and bring some friends in to do some stress testing. it is a unique piece of forum software that has a raft of charming features you won't see anywhere else.\n\nif any of y'all on here know me from that era, check out the changelist:\n\nhttps://forge.mitch.science/mitcheffendi/acmlmboard-3/releases\n\n#acmlm #acmlmboard #smallweb #indieweb"
},
"published": "2026-03-28T01:05:25+00:00",
"post-type": "note",
"_id": "47774828",
"_source": "8007",
"_is_read": false
}
Endgame for the Open Web - Anil Dash
"But ultimately what matters is power. It is precisely because technologies like LLMs have powers that the authoritarians have rushed to try to take them over and wield them as effectively as they can. I don't think that platforms owned and operated by those bad actors can be the tools that disrupt their agenda. I do think it might be possible that the creative communities that built the web in the first place could use their same innovative spirit to build what could be, for lack of a better ..."
https://www.anildash.com/2026/03/27/endgame-open-web/
#ai #indieweb #llms #openweb #web
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://mastodon.social/tags/indieweb",
"photo": null
},
"url": "https://gts.lmorchard.com/@links/statuses/01KMRNAE5ETBMYK3H7CAV9625Q",
"content": {
"html": "<p>Endgame for the Open Web - Anil Dash<br /><br />\"But ultimately what matters is power. It is precisely because technologies like LLMs have powers that the authoritarians have rushed to try to take them over and wield them as effectively as they can. I don't think that platforms owned and operated by those bad actors can be the tools that disrupt their agenda. I do think it might be possible that the creative communities that built the web in the first place could use their same innovative spirit to build what could be, for lack of a better ...\"<br /><br /><a href=\"https://www.anildash.com/2026/03/27/endgame-open-web/\">https://www.anildash.com/2026/03/27/endgame-open-web/</a><br /><br /><a href=\"https://gts.lmorchard.com/tags/ai\">#<span>ai</span></a> <a href=\"https://gts.lmorchard.com/tags/indieweb\">#<span>indieweb</span></a> <a href=\"https://gts.lmorchard.com/tags/llms\">#<span>llms</span></a> <a href=\"https://gts.lmorchard.com/tags/openweb\">#<span>openweb</span></a> <a href=\"https://gts.lmorchard.com/tags/web\">#<span>web</span></a><br /></p>",
"text": "Endgame for the Open Web - Anil Dash\n\n\"But ultimately what matters is power. It is precisely because technologies like LLMs have powers that the authoritarians have rushed to try to take them over and wield them as effectively as they can. I don't think that platforms owned and operated by those bad actors can be the tools that disrupt their agenda. I do think it might be possible that the creative communities that built the web in the first place could use their same innovative spirit to build what could be, for lack of a better ...\"\n\nhttps://www.anildash.com/2026/03/27/endgame-open-web/\n\n#ai #indieweb #llms #openweb #web"
},
"published": "2026-03-27T22:06:01+00:00",
"post-type": "note",
"_id": "47773802",
"_source": "8007",
"_is_read": false
}
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://mastodon.social/tags/indieweb",
"photo": null
},
"url": "https://mastodon.social/@NathanMurdock/116303403635300197",
"content": {
"html": "<p>\u039f\u03b9 \u039a\u03b1\u03bd\u03b1\u03b4\u03bf\u03af \u03c0\u03bf\u03bb\u03b9\u03c4\u03b9\u03ba\u03bf\u03af \u03b5\u03be\u03b1\u03ba\u03bf\u03bb\u03bf\u03c5\u03b8\u03bf\u03cd\u03bd \u03bd\u03b1 \u03c0\u03c1\u03bf\u03c3\u03c0\u03bf\u03b9\u03bf\u03cd\u03bd\u03c4\u03b1\u03b9 \u03cc\u03c4\u03b9 \u03b4\u03b5\u03bd \u03b5\u03ba\u03b2\u03b9\u03ac\u03b6\u03bf\u03bd\u03c4\u03b1\u03b9. \u0398\u03b1 \u03b2\u03bf\u03b7\u03b8\u03ae\u03c3\u03b5\u03b9 \u03b1\u03c5\u03c4\u03ae \u03b7 \u03bd\u03ad\u03b1 \u03b1\u03c3\u03c4\u03c5\u03bd\u03bf\u03bc\u03af\u03b1 \u03c4\u03bf\u03c5 \u03a4\u03bf\u03c1\u03cc\u03bd\u03c4\u03bf \u03bd\u03b1 \u03b5\u03be\u03b1\u03c0\u03b1\u03c4\u03ae\u03c3\u03b5\u03b9 \u03c4\u03bf\u03bd \u039a\u03b1\u03bd\u03b1\u03b4\u03ac? <a href=\"https://jungyulkim.com/free-press/el/articles/%CE%BF%CE%B9-%CE%BA%CE%B1%CE%BD%CE%B1%CE%B4%CE%B9%CE%B1%CE%BD%CE%BF%CE%AF-%CF%80%CE%BF%CE%BB%CE%B9%CF%84%CE%B9%CE%BA%CE%BF%CE%AF-%CF%83%CE%B7%CE%BA%CF%8E%CE%BD%CE%BF%CE%BD%CF%84%CE%B1%CE%B9-%CE%BA%CE%B1%CE%B8%CF%8E%CF%82-%CE%B7-%CE%B4%CE%B9%CE%B1%CF%86%CE%B8%CE%BF%CF%81%CE%AC-%CF%80%CE%B9%CE%AC%CE%BD%CE%B5%CE%B9-%CF%84%CE%B7%CE%BD-%CF%80%CF%81%CF%89%CF%84%CE%B5%CF%8D%CE%BF%CF%85%CF%83%CE%B1-%CE%BF%CE%BD%CF%84%CE%AC%CF%81%CE%B9%CE%BF%CF%82.html\"><span>https://</span><span>jungyulkim.com/free-press/el/a</span><span>rticles/\u03bf\u03b9-\u03ba\u03b1\u03bd\u03b1\u03b4\u03b9\u03b1\u03bd\u03bf\u03af-\u03c0\u03bf\u03bb\u03b9\u03c4\u03b9\u03ba\u03bf\u03af-\u03c3\u03b7\u03ba\u03ce\u03bd\u03bf\u03bd\u03c4\u03b1\u03b9-\u03ba\u03b1\u03b8\u03ce\u03c2-\u03b7-\u03b4\u03b9\u03b1\u03c6\u03b8\u03bf\u03c1\u03ac-\u03c0\u03b9\u03ac\u03bd\u03b5\u03b9-\u03c4\u03b7\u03bd-\u03c0\u03c1\u03c9\u03c4\u03b5\u03cd\u03bf\u03c5\u03c3\u03b1-\u03bf\u03bd\u03c4\u03ac\u03c1\u03b9\u03bf\u03c2.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": "\u039f\u03b9 \u039a\u03b1\u03bd\u03b1\u03b4\u03bf\u03af \u03c0\u03bf\u03bb\u03b9\u03c4\u03b9\u03ba\u03bf\u03af \u03b5\u03be\u03b1\u03ba\u03bf\u03bb\u03bf\u03c5\u03b8\u03bf\u03cd\u03bd \u03bd\u03b1 \u03c0\u03c1\u03bf\u03c3\u03c0\u03bf\u03b9\u03bf\u03cd\u03bd\u03c4\u03b1\u03b9 \u03cc\u03c4\u03b9 \u03b4\u03b5\u03bd \u03b5\u03ba\u03b2\u03b9\u03ac\u03b6\u03bf\u03bd\u03c4\u03b1\u03b9. \u0398\u03b1 \u03b2\u03bf\u03b7\u03b8\u03ae\u03c3\u03b5\u03b9 \u03b1\u03c5\u03c4\u03ae \u03b7 \u03bd\u03ad\u03b1 \u03b1\u03c3\u03c4\u03c5\u03bd\u03bf\u03bc\u03af\u03b1 \u03c4\u03bf\u03c5 \u03a4\u03bf\u03c1\u03cc\u03bd\u03c4\u03bf \u03bd\u03b1 \u03b5\u03be\u03b1\u03c0\u03b1\u03c4\u03ae\u03c3\u03b5\u03b9 \u03c4\u03bf\u03bd \u039a\u03b1\u03bd\u03b1\u03b4\u03ac? https://jungyulkim.com/free-press/el/articles/\u03bf\u03b9-\u03ba\u03b1\u03bd\u03b1\u03b4\u03b9\u03b1\u03bd\u03bf\u03af-\u03c0\u03bf\u03bb\u03b9\u03c4\u03b9\u03ba\u03bf\u03af-\u03c3\u03b7\u03ba\u03ce\u03bd\u03bf\u03bd\u03c4\u03b1\u03b9-\u03ba\u03b1\u03b8\u03ce\u03c2-\u03b7-\u03b4\u03b9\u03b1\u03c6\u03b8\u03bf\u03c1\u03ac-\u03c0\u03b9\u03ac\u03bd\u03b5\u03b9-\u03c4\u03b7\u03bd-\u03c0\u03c1\u03c9\u03c4\u03b5\u03cd\u03bf\u03c5\u03c3\u03b1-\u03bf\u03bd\u03c4\u03ac\u03c1\u03b9\u03bf\u03c2.html #News #Art #Canada #NewYork #Toronto #Mafia #Crime #Indieweb #Headlines"
},
"published": "2026-03-27T22:05:03+00:00",
"post-type": "note",
"_id": "47773803",
"_source": "8007",
"_is_read": false
}
Big update on my website:
- I added a whole bunch of new links, including a new section of links.
- I re-worked my Trek section.
- I updated some other pages.
- I exchanged almost all images by smaller or dithered (and smaller) versions.
#personalwebsite #personalWeb #smallWeb #indieWeb
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://mastodon.social/tags/indieweb",
"photo": null
},
"url": "https://ibe.social/notes/akcx6hccqz",
"content": {
"html": "<p>Big update on <a href=\"https://theresmiling.eu/\">my website</a><span>:<br />- I added a whole bunch of new links, including a new section of links.<br />- I re-worked my Trek section.<br />- I updated some other pages.<br />- I exchanged almost all images by smaller or dithered (and smaller) versions.<br /><br /></span><a href=\"https://ibe.social/tags/personalwebsite\">#personalwebsite</a> <a href=\"https://ibe.social/tags/personalWeb\">#personalWeb</a> <a href=\"https://ibe.social/tags/smallWeb\">#smallWeb</a> <a href=\"https://ibe.social/tags/indieWeb\">#indieWeb</a></p>",
"text": "Big update on my website:\n- I added a whole bunch of new links, including a new section of links.\n- I re-worked my Trek section.\n- I updated some other pages.\n- I exchanged almost all images by smaller or dithered (and smaller) versions.\n\n#personalwebsite #personalWeb #smallWeb #indieWeb"
},
"published": "2026-03-27T20:30:11+00:00",
"post-type": "note",
"_id": "47772797",
"_source": "8007",
"_is_read": false
}
Slowly getting started with my comic (and it's site *sigh*)
It also marks a month since i joined Neocities YIPPIE
#PowerTwined #WIP #IndieWeb #RuiiWIP #Sketches #ProcreateApp #Procreate
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://mastodon.social/tags/indieweb",
"photo": null
},
"url": "https://mastoart.social/@RuiiPlume/116302927943589820",
"content": {
"html": "<p>Slowly getting started with my comic (and it's site *sigh*)<br />It also marks a month since i joined Neocities YIPPIE</p><p><a href=\"https://mastoart.social/tags/PowerTwined\">#<span>PowerTwined</span></a> <a href=\"https://mastoart.social/tags/WIP\">#<span>WIP</span></a> <a href=\"https://mastoart.social/tags/IndieWeb\">#<span>IndieWeb</span></a> <a href=\"https://mastoart.social/tags/RuiiWIP\">#<span>RuiiWIP</span></a> <a href=\"https://mastoart.social/tags/Sketches\">#<span>Sketches</span></a> <a href=\"https://mastoart.social/tags/ProcreateApp\">#<span>ProcreateApp</span></a> <a href=\"https://mastoart.social/tags/Procreate\">#<span>Procreate</span></a></p>",
"text": "Slowly getting started with my comic (and it's site *sigh*)\nIt also marks a month since i joined Neocities YIPPIE\n\n#PowerTwined #WIP #IndieWeb #RuiiWIP #Sketches #ProcreateApp #Procreate"
},
"published": "2026-03-27T20:04:04+00:00",
"photo": [
"https://files.mastodon.social/cache/media_attachments/files/116/302/928/044/882/453/original/4e14ba70cfa1dcab.webp"
],
"post-type": "photo",
"_id": "47772672",
"_source": "8007",
"_is_read": false
}
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://mastodon.social/tags/indieweb",
"photo": null
},
"url": "https://mastodon.social/@lzon/116302463012150230",
"content": {
"html": "<p>Statistics Canada to replace Food & Gas with \"Huge TVs\" in inflation reporting</p><p><a href=\"https://lzon.ca/posts/series/duck/tv-inflation/\"><span>https://</span><span>lzon.ca/posts/series/duck/tv-i</span><span>nflation/</span></a></p><p><a href=\"https://mastodon.social/tags/indieweb\">#<span>indieweb</span></a> <a href=\"https://mastodon.social/tags/personalweb\">#<span>personalweb</span></a> <a href=\"https://mastodon.social/tags/news\">#<span>news</span></a> <a href=\"https://mastodon.social/tags/satire\">#<span>satire</span></a> <a href=\"https://mastodon.social/tags/technology\">#<span>technology</span></a> <a href=\"https://mastodon.social/tags/canada\">#<span>canada</span></a> <a href=\"https://mastodon.social/tags/inflation\">#<span>inflation</span></a></p>",
"text": "Statistics Canada to replace Food & Gas with \"Huge TVs\" in inflation reporting\n\nhttps://lzon.ca/posts/series/duck/tv-inflation/\n\n#indieweb #personalweb #news #satire #technology #canada #inflation"
},
"published": "2026-03-27T18:05:50+00:00",
"post-type": "note",
"_id": "47771686",
"_source": "8007",
"_is_read": false
}
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://mastodon.social/tags/indieweb",
"photo": null
},
"url": "https://mastodon.social/@NathanMurdock/116302459866073144",
"content": {
"html": "<p>\u0391\u03c5\u03c4\u03ae \u03c4\u03b7 \u03c3\u03c4\u03b9\u03b3\u03bc\u03ae \u03c0\u03b9\u03bf \u03b2\u03c1\u03ce\u03bc\u03b9\u03ba\u03b7 \u03b1\u03c0\u03cc \u03c4\u03b7\u03bd \u0393\u03ba\u03b5\u03c3\u03c4\u03ac\u03c0\u03bf, \u03bc\u03c0\u03bf\u03c1\u03b5\u03af \u03b7 \u03b1\u03c3\u03c4\u03c5\u03bd\u03bf\u03bc\u03af\u03b1 \u03c4\u03bf\u03c5 \u03a4\u03bf\u03c1\u03cc\u03bd\u03c4\u03bf \u03bd\u03b1 \u03b1\u03bd\u03b1\u03bd\u03b5\u03ce\u03c3\u03b5\u03b9 \u03c4\u03b7\u03bd \u03b5\u03b9\u03ba\u03cc\u03bd\u03b1 \u03c4\u03b7\u03c2 \u03bc\u03b5 \u03c4\u03b7 \u03c3\u03c4\u03c1\u03b1\u03c4\u03bf\u03bb\u03cc\u03b3\u03b7\u03c3\u03b7 \u03bc\u03b9\u03b1\u03c2 \u03c3\u03c5\u03b3\u03ba\u03bb\u03bf\u03bd\u03b9\u03c3\u03c4\u03b9\u03ba\u03ae\u03c2 \u03bd\u03ad\u03b1\u03c2 \u039c\u03b1\u03c3\u03ba\u03cc\u03c4? <a href=\"https://jungyulkim.com/free-press/el/articles/%CE%BA%CE%B1%CE%BD%CE%B1%CE%B4%CE%B9%CE%B1%CE%BD%CE%AE-%CE%B4%CE%B7%CE%BC%CE%BF%CE%BA%CF%81%CE%B1%CF%84%CE%AF%CE%B1-%CF%83%CE%B5-%CE%BA%CE%AF%CE%BD%CE%B4%CF%85%CE%BD%CE%BF-%CE%B5%CE%BD%CF%8E-%CE%BF%CE%B9-%CF%8C%CF%87%CE%BB%CE%BF%CE%B9-%CF%84%CE%BF%CF%85-%CF%84%CE%BF%CF%81%CF%8C%CE%BD%CF%84%CE%BF-%CE%BA%CF%85%CE%B2%CE%B5%CF%81%CE%BD%CE%BF%CF%8D%CE%BD.html\"><span>https://</span><span>jungyulkim.com/free-press/el/a</span><span>rticles/\u03ba\u03b1\u03bd\u03b1\u03b4\u03b9\u03b1\u03bd\u03ae-\u03b4\u03b7\u03bc\u03bf\u03ba\u03c1\u03b1\u03c4\u03af\u03b1-\u03c3\u03b5-\u03ba\u03af\u03bd\u03b4\u03c5\u03bd\u03bf-\u03b5\u03bd\u03ce-\u03bf\u03b9-\u03cc\u03c7\u03bb\u03bf\u03b9-\u03c4\u03bf\u03c5-\u03c4\u03bf\u03c1\u03cc\u03bd\u03c4\u03bf-\u03ba\u03c5\u03b2\u03b5\u03c1\u03bd\u03bf\u03cd\u03bd.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": "\u0391\u03c5\u03c4\u03ae \u03c4\u03b7 \u03c3\u03c4\u03b9\u03b3\u03bc\u03ae \u03c0\u03b9\u03bf \u03b2\u03c1\u03ce\u03bc\u03b9\u03ba\u03b7 \u03b1\u03c0\u03cc \u03c4\u03b7\u03bd \u0393\u03ba\u03b5\u03c3\u03c4\u03ac\u03c0\u03bf, \u03bc\u03c0\u03bf\u03c1\u03b5\u03af \u03b7 \u03b1\u03c3\u03c4\u03c5\u03bd\u03bf\u03bc\u03af\u03b1 \u03c4\u03bf\u03c5 \u03a4\u03bf\u03c1\u03cc\u03bd\u03c4\u03bf \u03bd\u03b1 \u03b1\u03bd\u03b1\u03bd\u03b5\u03ce\u03c3\u03b5\u03b9 \u03c4\u03b7\u03bd \u03b5\u03b9\u03ba\u03cc\u03bd\u03b1 \u03c4\u03b7\u03c2 \u03bc\u03b5 \u03c4\u03b7 \u03c3\u03c4\u03c1\u03b1\u03c4\u03bf\u03bb\u03cc\u03b3\u03b7\u03c3\u03b7 \u03bc\u03b9\u03b1\u03c2 \u03c3\u03c5\u03b3\u03ba\u03bb\u03bf\u03bd\u03b9\u03c3\u03c4\u03b9\u03ba\u03ae\u03c2 \u03bd\u03ad\u03b1\u03c2 \u039c\u03b1\u03c3\u03ba\u03cc\u03c4? https://jungyulkim.com/free-press/el/articles/\u03ba\u03b1\u03bd\u03b1\u03b4\u03b9\u03b1\u03bd\u03ae-\u03b4\u03b7\u03bc\u03bf\u03ba\u03c1\u03b1\u03c4\u03af\u03b1-\u03c3\u03b5-\u03ba\u03af\u03bd\u03b4\u03c5\u03bd\u03bf-\u03b5\u03bd\u03ce-\u03bf\u03b9-\u03cc\u03c7\u03bb\u03bf\u03b9-\u03c4\u03bf\u03c5-\u03c4\u03bf\u03c1\u03cc\u03bd\u03c4\u03bf-\u03ba\u03c5\u03b2\u03b5\u03c1\u03bd\u03bf\u03cd\u03bd.html #News #Art #Canada #NewYork #Toronto #Mob #Crime #Indieweb #Headlines"
},
"published": "2026-03-27T18:05:02+00:00",
"post-type": "note",
"_id": "47771607",
"_source": "8007",
"_is_read": false
}
I made my own webring: https://tar.dev/webring/join.php
I think webrings are an awesome way to connect an indie website to other people’s corners of the interwebs. It’s always fun to find a website I wouldn’t have found otherwise, just because the algorithm doesn’t know I would be interested in seeing it. So, wanting to make another chain of connections, I made this webring that you can join if you have a SFW website
#indieweb #webring #personalwebsite
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://mastodon.social/tags/indieweb",
"photo": null
},
"url": "https://mastodon.social/@tarandir/116302314502320442",
"content": {
"html": "<p>I made my own webring: <a href=\"https://tar.dev/webring/join.php\"><span>https://</span><span>tar.dev/webring/join.php</span><span></span></a></p><p>I think webrings are an awesome way to connect an indie website to other people\u2019s corners of the interwebs. It\u2019s always fun to find a website I wouldn\u2019t have found otherwise, just because the algorithm doesn\u2019t know I would be interested in seeing it. So, wanting to make another chain of connections, I made this webring that you can join if you have a SFW website</p><p><a href=\"https://mastodon.social/tags/indieweb\">#<span>indieweb</span></a> <a href=\"https://mastodon.social/tags/webring\">#<span>webring</span></a> <a href=\"https://mastodon.social/tags/personalwebsite\">#<span>personalwebsite</span></a></p>",
"text": "I made my own webring: https://tar.dev/webring/join.php\n\nI think webrings are an awesome way to connect an indie website to other people\u2019s corners of the interwebs. It\u2019s always fun to find a website I wouldn\u2019t have found otherwise, just because the algorithm doesn\u2019t know I would be interested in seeing it. So, wanting to make another chain of connections, I made this webring that you can join if you have a SFW website\n\n#indieweb #webring #personalwebsite"
},
"published": "2026-03-27T17:28:04+00:00",
"post-type": "note",
"_id": "47771342",
"_source": "8007",
"_is_read": false
}
Added this page to the online services section of my documentation website. It's a list of free (also ad-free) and mostly temporary file-sharing websites run by volunteers or small teams (it seems). Let me know if there are others that I should include in my list.
https://docs.rohitfarmer.com/online-services/file-sharing/
#foss #indieweb #filesharing #zensical
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://mastodon.social/tags/indieweb",
"photo": null
},
"url": "https://fosstodon.org/@rohitfarmer/116302262812908212",
"content": {
"html": "<p>Added this page to the online services section of my documentation website. It's a list of free (also ad-free) and mostly temporary file-sharing websites run by volunteers or small teams (it seems). Let me know if there are others that I should include in my list. </p><p><a href=\"https://docs.rohitfarmer.com/online-services/file-sharing/\"><span>https://</span><span>docs.rohitfarmer.com/online-se</span><span>rvices/file-sharing/</span></a> </p><p><a href=\"https://fosstodon.org/tags/foss\">#<span>foss</span></a> <a href=\"https://fosstodon.org/tags/indieweb\">#<span>indieweb</span></a> <a href=\"https://fosstodon.org/tags/filesharing\">#<span>filesharing</span></a> <a href=\"https://fosstodon.org/tags/zensical\">#<span>zensical</span></a></p>",
"text": "Added this page to the online services section of my documentation website. It's a list of free (also ad-free) and mostly temporary file-sharing websites run by volunteers or small teams (it seems). Let me know if there are others that I should include in my list. \n\nhttps://docs.rohitfarmer.com/online-services/file-sharing/ \n\n#foss #indieweb #filesharing #zensical"
},
"published": "2026-03-27T17:14:55+00:00",
"post-type": "note",
"_id": "47771217",
"_source": "8007",
"_is_read": false
}
I added a couple of new things to my #PersonalWebsite, an Upvote button inspired by @eclecticpassions and a "This week in other years" section featuring posts from years before made in the same calendar week (despite 500+ posts I still don't have enough for an "On This Day" kinda thing).
I'll write a quick post about these later :P
#Jekyll #Webdev #Blog #IndieWeb #SSG
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://mastodon.social/tags/indieweb",
"photo": null
},
"url": "https://fosstodon.org/@joel/116301561468734727",
"content": {
"html": "<p>I added a couple of new things to my <a href=\"https://fosstodon.org/tags/PersonalWebsite\">#<span>PersonalWebsite</span></a>, an Upvote button inspired by <span class=\"h-card\"><a class=\"u-url\" href=\"https://fosstodon.org/@eclecticpassions\">@<span>eclecticpassions</span></a></span> and a \"This week in other years\" section featuring posts from years before made in the same calendar week (despite 500+ posts I still don't have enough for an \"On This Day\" kinda thing).</p><p>I'll write a quick post about these later :P </p><p><a href=\"https://fosstodon.org/tags/Jekyll\">#<span>Jekyll</span></a> <a href=\"https://fosstodon.org/tags/Webdev\">#<span>Webdev</span></a> <a href=\"https://fosstodon.org/tags/Blog\">#<span>Blog</span></a> <a href=\"https://fosstodon.org/tags/IndieWeb\">#<span>IndieWeb</span></a> <a href=\"https://fosstodon.org/tags/SSG\">#<span>SSG</span></a></p>",
"text": "I added a couple of new things to my #PersonalWebsite, an Upvote button inspired by @eclecticpassions and a \"This week in other years\" section featuring posts from years before made in the same calendar week (despite 500+ posts I still don't have enough for an \"On This Day\" kinda thing).\n\nI'll write a quick post about these later :P \n\n#Jekyll #Webdev #Blog #IndieWeb #SSG"
},
"published": "2026-03-27T14:16:34+00:00",
"photo": [
"https://files.mastodon.social/cache/media_attachments/files/116/301/561/522/885/770/original/6d3646f751cd4fd0.png"
],
"post-type": "photo",
"_id": "47769641",
"_source": "8007",
"_is_read": false
}
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://mastodon.social/tags/indieweb",
"photo": null
},
"url": "https://mastodon.social/@NathanMurdock/116298685034775806",
"content": {
"html": "<p>Die kanadischen Politiker tun weiterhin so, als w\u00fcrden sie nicht erpresst. Wird diese neueste Toronto Police Recruit helfen, Kanada zu verwischen? <a href=\"https://jungyulkim.com/free-press/de/articles/kanadische-politiker-schrug-wie-korruption-nimmt-auf-ontarios-hauptstadt.html\"><span>https://</span><span>jungyulkim.com/free-press/de/a</span><span>rticles/kanadische-politiker-schrug-wie-korruption-nimmt-auf-ontarios-hauptstadt.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": "Die kanadischen Politiker tun weiterhin so, als w\u00fcrden sie nicht erpresst. Wird diese neueste Toronto Police Recruit helfen, Kanada zu verwischen? https://jungyulkim.com/free-press/de/articles/kanadische-politiker-schrug-wie-korruption-nimmt-auf-ontarios-hauptstadt.html #News #Art #Canada #NewYork #Toronto #Mafia #Crime #Indieweb #Headlines"
},
"published": "2026-03-27T02:05:03+00:00",
"post-type": "note",
"_id": "47764435",
"_source": "8007",
"_is_read": false
}
Getting steady blog traffic but barely any email subscribers?
This usually isn’t a traffic problem — it’s a conversion problem. Small things like weak CTAs, poor placement, or no clear incentive can make a big difference.
I put together a breakdown of the most common reasons and fixes:
https://www.panstag.com/2026/03/why-is-my-email-list-not-growing.html
#Blogging #EmailMarketing #IndieWeb
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://mastodon.social/tags/indieweb",
"photo": null
},
"url": "https://mastodon.social/@Panstag/116298506744335622",
"content": {
"html": "<p>Getting steady blog traffic but barely any email subscribers?</p><p>This usually isn\u2019t a traffic problem \u2014 it\u2019s a conversion problem. Small things like weak CTAs, poor placement, or no clear incentive can make a big difference.</p><p>I put together a breakdown of the most common reasons and fixes:<br /><a href=\"https://www.panstag.com/2026/03/why-is-my-email-list-not-growing.html\"><span>https://www.</span><span>panstag.com/2026/03/why-is-my-</span><span>email-list-not-growing.html</span></a></p><p><a href=\"https://mastodon.social/tags/Blogging\">#<span>Blogging</span></a> <a href=\"https://mastodon.social/tags/EmailMarketing\">#<span>EmailMarketing</span></a> <a href=\"https://mastodon.social/tags/IndieWeb\">#<span>IndieWeb</span></a></p>",
"text": "Getting steady blog traffic but barely any email subscribers?\n\nThis usually isn\u2019t a traffic problem \u2014 it\u2019s a conversion problem. Small things like weak CTAs, poor placement, or no clear incentive can make a big difference.\n\nI put together a breakdown of the most common reasons and fixes:\nhttps://www.panstag.com/2026/03/why-is-my-email-list-not-growing.html\n\n#Blogging #EmailMarketing #IndieWeb"
},
"published": "2026-03-27T01:19:42+00:00",
"photo": [
"https://files.mastodon.social/media_attachments/files/116/298/505/675/049/936/original/11f77a16b0d8f5a4.png"
],
"post-type": "photo",
"_id": "47764219",
"_source": "8007",
"_is_read": false
}
So... I'm currently working on an app I'm calling "speakEZ". It's a personal, kinda-discord replacement.
- invite-only chat
- built on Cloudflare Workers (free tier), KV, and Durable Objects
- async ed25519 passphrase auth (phrase never stored or seen outside of your brain)
- No accounts, no database
- WebSockets, markdown, image uploads
- WebRTC p2p voice channels
- tdd unit/e2e
#CloudflareWorkers #IndieWeb
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://mastodon.social/tags/indieweb",
"photo": null
},
"url": "https://4d2.social/@brine/116298359334113224",
"content": {
"html": "<p>So... I'm currently working on an app I'm calling \"speakEZ\". It's a personal, kinda-discord replacement. <br />- invite-only chat <br />- built on Cloudflare Workers (free tier), KV, and Durable Objects<br />- async ed25519 passphrase auth (phrase never stored or seen outside of your brain)<br />- No accounts, no database<br />- WebSockets, markdown, image uploads<br />- WebRTC p2p voice channels<br />- tdd unit/e2e </p><p><a href=\"https://4d2.social/tags/CloudflareWorkers\">#<span>CloudflareWorkers</span></a> <a href=\"https://4d2.social/tags/IndieWeb\">#<span>IndieWeb</span></a></p>",
"text": "So... I'm currently working on an app I'm calling \"speakEZ\". It's a personal, kinda-discord replacement. \n- invite-only chat \n- built on Cloudflare Workers (free tier), KV, and Durable Objects\n- async ed25519 passphrase auth (phrase never stored or seen outside of your brain)\n- No accounts, no database\n- WebSockets, markdown, image uploads\n- WebRTC p2p voice channels\n- tdd unit/e2e \n\n#CloudflareWorkers #IndieWeb"
},
"published": "2026-03-27T00:42:13+00:00",
"photo": [
"https://files.mastodon.social/cache/media_attachments/files/116/298/359/355/107/651/original/90d3563d9d35ce11.png"
],
"post-type": "photo",
"_id": "47764023",
"_source": "8007",
"_is_read": false
}
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://mastodon.social/tags/indieweb",
"photo": null
},
"url": "https://mastodon.social/@NathanMurdock/116297741267286868",
"content": {
"html": "<p>Derzeit schmutziger als die Gestapo, kann die Toronto Police ihr Bild mit der Rekrutierung einer sensationellen neuen Mascot aktualisieren? <a href=\"https://jungyulkim.com/free-press/de/articles/kanadische-demokratie-in-gefahr-w%C3%A4hrend-toronto-mobs-herrschaft.html\"><span>https://</span><span>jungyulkim.com/free-press/de/a</span><span>rticles/kanadische-demokratie-in-gefahr-w\u00e4hrend-toronto-mobs-herrschaft.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": "Derzeit schmutziger als die Gestapo, kann die Toronto Police ihr Bild mit der Rekrutierung einer sensationellen neuen Mascot aktualisieren? https://jungyulkim.com/free-press/de/articles/kanadische-demokratie-in-gefahr-w\u00e4hrend-toronto-mobs-herrschaft.html #News #Art #Canada #NewYork #Toronto #Mob #Crime #Indieweb #Headlines"
},
"published": "2026-03-26T22:05:02+00:00",
"post-type": "note",
"_id": "47762939",
"_source": "8007",
"_is_read": false
}
Publiqué "Sobre el recuerdo compartido"
Una reflexión sobre el acto de recordar junto con otras personas.
https://martinvukovic.com/posts/2026/03-26-recuerdo-compartido.html
#blog #indieweb #smallweb #smolweb #oldweb
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://mastodon.social/tags/indieweb",
"photo": null
},
"url": "https://rebel.ar/@martindehf/116297430793630839",
"content": {
"html": "<p>Publiqu\u00e9 \"Sobre el recuerdo compartido\"</p><p>Una reflexi\u00f3n sobre el acto de recordar junto con otras personas.</p><p><a href=\"https://martinvukovic.com/posts/2026/03-26-recuerdo-compartido.html\"><span>https://</span><span>martinvukovic.com/posts/2026/0</span><span>3-26-recuerdo-compartido.html</span></a></p><p><a href=\"https://rebel.ar/tags/blog\">#<span>blog</span></a> <a href=\"https://rebel.ar/tags/indieweb\">#<span>indieweb</span></a> <a href=\"https://rebel.ar/tags/smallweb\">#<span>smallweb</span></a> <a href=\"https://rebel.ar/tags/smolweb\">#<span>smolweb</span></a> <a href=\"https://rebel.ar/tags/oldweb\">#<span>oldweb</span></a></p>",
"text": "Publiqu\u00e9 \"Sobre el recuerdo compartido\"\n\nUna reflexi\u00f3n sobre el acto de recordar junto con otras personas.\n\nhttps://martinvukovic.com/posts/2026/03-26-recuerdo-compartido.html\n\n#blog #indieweb #smallweb #smolweb #oldweb"
},
"published": "2026-03-26T20:46:04+00:00",
"post-type": "note",
"_id": "47762203",
"_source": "8007",
"_is_read": false
}
Been working on a blog post idea about how the 'old', real more simple web is still around, usable, fuck the big corpo garbage web, and so on. Been seeing other great pieces on it, gathering ideas, wanna reference them, etc. Wanna collect all of them and say something intelligent about it but wow it's gonna take a while to collect it all and write it up 😂 But be assured, it's on its way eventually. Hopefully sooner than later. I want it to be almost like a brief, simple roadmap for the real web.
#ResearchPhase #SmallWeb #IndieWeb #blogging #writing
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://mastodon.social/tags/indieweb",
"photo": null
},
"url": "https://c.im/@jake4480/116297323432219352",
"content": {
"html": "<p>Been working on a blog post idea about how the 'old', real more simple web is still around, usable, fuck the big corpo garbage web, and so on. Been seeing other great pieces on it, gathering ideas, wanna reference them, etc. Wanna collect all of them and say something intelligent about it but wow it's gonna take a while to collect it all and write it up \ud83d\ude02 But be assured, it's on its way eventually. Hopefully sooner than later. I want it to be almost like a brief, simple roadmap for the real web. </p><p><a href=\"https://c.im/tags/ResearchPhase\">#<span>ResearchPhase</span></a> <a href=\"https://c.im/tags/SmallWeb\">#<span>SmallWeb</span></a> <a href=\"https://c.im/tags/IndieWeb\">#<span>IndieWeb</span></a> <a href=\"https://c.im/tags/blogging\">#<span>blogging</span></a> <a href=\"https://c.im/tags/writing\">#<span>writing</span></a></p>",
"text": "Been working on a blog post idea about how the 'old', real more simple web is still around, usable, fuck the big corpo garbage web, and so on. Been seeing other great pieces on it, gathering ideas, wanna reference them, etc. Wanna collect all of them and say something intelligent about it but wow it's gonna take a while to collect it all and write it up \ud83d\ude02 But be assured, it's on its way eventually. Hopefully sooner than later. I want it to be almost like a brief, simple roadmap for the real web. \n\n#ResearchPhase #SmallWeb #IndieWeb #blogging #writing"
},
"published": "2026-03-26T20:18:46+00:00",
"post-type": "note",
"_id": "47761939",
"_source": "8007",
"_is_read": false
}
Just read this great write-up from @jakemoreno@write.as about switching from Ultimate Guitar to cleaner chord chart sites. Totally relate to the campfire struggle 😂
https://write.as/jakemoreno/why-i-ditched-ultimate-guitar-after-5-years
#guitar #chords #music #acousticguitar #indieweb
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://mastodon.social/tags/indieweb",
"photo": null
},
"url": "https://mastodon.social/@sarahchenmusic/116297260718170981",
"content": {
"html": "<p>Just read this great write-up from @jakemoreno@write.as about switching from Ultimate Guitar to cleaner chord chart sites. Totally relate to the campfire struggle \ud83d\ude02</p><p><a href=\"https://write.as/jakemoreno/why-i-ditched-ultimate-guitar-after-5-years\"><span>https://</span><span>write.as/jakemoreno/why-i-ditc</span><span>hed-ultimate-guitar-after-5-years</span></a></p><p><a href=\"https://mastodon.social/tags/guitar\">#<span>guitar</span></a> <a href=\"https://mastodon.social/tags/chords\">#<span>chords</span></a> <a href=\"https://mastodon.social/tags/music\">#<span>music</span></a> <a href=\"https://mastodon.social/tags/acousticguitar\">#<span>acousticguitar</span></a> <a href=\"https://mastodon.social/tags/indieweb\">#<span>indieweb</span></a></p>",
"text": "Just read this great write-up from @jakemoreno@write.as about switching from Ultimate Guitar to cleaner chord chart sites. Totally relate to the campfire struggle \ud83d\ude02\n\nhttps://write.as/jakemoreno/why-i-ditched-ultimate-guitar-after-5-years\n\n#guitar #chords #music #acousticguitar #indieweb"
},
"published": "2026-03-26T20:02:49+00:00",
"post-type": "note",
"_id": "47761810",
"_source": "8007",
"_is_read": false
}