decided to hop on hjonk.me, looks like a pretty cool, nifty blogging platform, me really likey ability to edit your css to whatever you want, being able to put your fave music on your page, as well as this whole indieweb vibe and other things. obviously staying here as well, just trying new things
{
"type": "entry",
"published": "2026-08-04T11:16:52.783Z",
"url": "https://bsky.app/profile/did:plc:5vbfmdzc2uczaqyiedy263mz/post/3msav7fjnuk22",
"content": {
"text": "decided to hop on hjonk.me, looks like a pretty cool, nifty blogging platform, me really likey ability to edit your css to whatever you want, being able to put your fave music on your page, as well as this whole indieweb vibe and other things. obviously staying here as well, just trying new things"
},
"author": {
"type": "card",
"name": "thatfirey.uk",
"url": "https://bsky.app/profile/thatfirey.uk",
"photo": null
},
"post-type": "note",
"_id": "49128021",
"_source": "9305",
"_is_read": false
}
Plume
A browser extension to Post to your IndieWeb blog from any page β toolbar composer or right-click capture. Cross-browser, multi-account, no telemetry.
https://rmendes.net/notes/2026/08/04/9a2ae
{
"type": "entry",
"published": "2026-08-04T10:57:11.755Z",
"url": "https://bsky.app/profile/did:plc:tk6bkjdozskzgb47umfelfpq/post/3msau47baul26",
"content": {
"text": "Plume\nA browser extension to Post to your IndieWeb blog from any page \u2014 toolbar composer or right-click capture. Cross-browser, multi-account, no telemetry.\n\nhttps://rmendes.net/notes/2026/08/04/9a2ae"
},
"author": {
"type": "card",
"name": "rmendes.net",
"url": "https://bsky.app/profile/rmendes.net",
"photo": null
},
"post-type": "note",
"_id": "49128022",
"_source": "9305",
"_is_read": false
}
Plume
A browser extension to Post to your IndieWeb blog from any page β toolbar composer or right-click capture. Cross-browser, multi-account, no telemetry.
π https://rmendes.net/notes/2026/08/04/9a2ae
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://mastodon.social/tags/indieweb",
"photo": null
},
"url": "https://rmendes.net/notes/2026/08/04/9a2ae",
"content": {
"html": "<p><a href=\"https://rmdes.github.io/plume/\">Plume</a><br />\nA browser extension to Post to your IndieWeb blog from any page \u2014 toolbar composer or right-click capture. Cross-browser, multi-account, no telemetry.</p><p>\ud83d\udd17 <a href=\"https://rmendes.net/notes/2026/08/04/9a2ae\">https://rmendes.net/notes/2026/08/04/9a2ae</a></p>",
"text": "Plume\n\nA browser extension to Post to your IndieWeb blog from any page \u2014 toolbar composer or right-click capture. Cross-browser, multi-account, no telemetry.\n\n\ud83d\udd17 https://rmendes.net/notes/2026/08/04/9a2ae"
},
"published": "2026-08-04T10:56:26+00:00",
"post-type": "note",
"_id": "49128017",
"_source": "8007",
"_is_read": false
}
Hey #IndieWeb community, since #IndiePass is no longer under development, do you have a preferred Android Client to microsub/micropub? There are a lot of issues with my #IndieWemblate project so testing it out on a commonly used client would help a lot.
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://mastodon.social/tags/indieweb",
"photo": null
},
"url": "https://tech.lgbt/@codingotaku/117036666761017024",
"content": {
"html": "<p>Hey <a href=\"https://tech.lgbt/tags/IndieWeb\">#<span>IndieWeb</span></a> community, since <a href=\"https://tech.lgbt/tags/IndiePass\">#<span>IndiePass</span></a> is no longer under development, do you have a preferred Android Client to microsub/micropub? There are a lot of issues with my <a href=\"https://tech.lgbt/tags/IndieWemblate\">#<span>IndieWemblate</span></a> project so testing it out on a commonly used client would help a lot.</p>",
"text": "Hey #IndieWeb community, since #IndiePass is no longer under development, do you have a preferred Android Client to microsub/micropub? There are a lot of issues with my #IndieWemblate project so testing it out on a commonly used client would help a lot."
},
"published": "2026-08-04T10:03:30+00:00",
"post-type": "note",
"_id": "49127487",
"_source": "8007",
"_is_read": false
}
Yeah, I've got a page on my website with the concerts I've attended. Well, now I do. artlung.com/concerts/
Do you have one? #IndieWeb #SmallWeb
{
"type": "entry",
"published": "2026-08-04T06:14:14.130Z",
"url": "https://bsky.app/profile/did:plc:wgs7q4u4cifplpfpefir6nay/post/3msaeca3hek2o",
"content": {
"text": "Yeah, I've got a page on my website with the concerts I've attended. Well, now I do. artlung.com/concerts/\n\nDo you have one? #IndieWeb #SmallWeb"
},
"author": {
"type": "card",
"name": "artlung.com",
"url": "https://bsky.app/profile/artlung.com",
"photo": null
},
"post-type": "note",
"_id": "49125744",
"_source": "9305",
"_is_read": false
}
A markdown link to a YouTube video becomes a real player β not a hyperlink you have to click away to.
Paste it into a video block, and ./blog.sh extracts the video ID and builds the <iframe> server-side, pointing to youtube-nocookie.com. No tracking cookies until playback actually starts.
The CSP stays specific about it: frame-src allows exactly those two YouTube domains, nothing wildcarded.
#blogsh #Ruby #Markdown #CSP #IndieWeb
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://mastodon.social/tags/indieweb",
"photo": null
},
"url": "https://mastodon.social/@blogsh/117035856816526706",
"content": {
"html": "<p>A markdown link to a YouTube video becomes a real player \u2014 not a hyperlink you have to click away to.</p><p>Paste it into a video block, and ./blog.sh extracts the video ID and builds the <iframe> server-side, pointing to youtube-nocookie.com. No tracking cookies until playback actually starts.</p><p>The CSP stays specific about it: frame-src allows exactly those two YouTube domains, nothing wildcarded.</p><p><a href=\"https://mastodon.social/tags/blogsh\">#<span>blogsh</span></a> <a href=\"https://mastodon.social/tags/Ruby\">#<span>Ruby</span></a> <a href=\"https://mastodon.social/tags/Markdown\">#<span>Markdown</span></a> <a href=\"https://mastodon.social/tags/CSP\">#<span>CSP</span></a> <a href=\"https://mastodon.social/tags/IndieWeb\">#<span>IndieWeb</span></a></p>",
"text": "A markdown link to a YouTube video becomes a real player \u2014 not a hyperlink you have to click away to.\n\nPaste it into a video block, and ./blog.sh extracts the video ID and builds the <iframe> server-side, pointing to youtube-nocookie.com. No tracking cookies until playback actually starts.\n\nThe CSP stays specific about it: frame-src allows exactly those two YouTube domains, nothing wildcarded.\n\n#blogsh #Ruby #Markdown #CSP #IndieWeb"
},
"published": "2026-08-04T06:37:31+00:00",
"post-type": "note",
"_id": "49125736",
"_source": "8007",
"_is_read": false
}
Yeah, I've got a page on my website with the concerts I've attended. Well, now I do. https://artlung.com/concerts/
Do you have one? #IndieWeb #SmallWeb
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://mastodon.social/tags/indieweb",
"photo": null
},
"url": "https://xoxo.zone/@artlung/117035764629375112",
"content": {
"html": "<p>Yeah, I've got a page on my website with the concerts I've attended. Well, now I do. <a href=\"https://artlung.com/concerts/\"><span>https://</span><span>artlung.com/concerts/</span><span></span></a></p><p>Do you have one? <a href=\"https://xoxo.zone/tags/IndieWeb\">#<span>IndieWeb</span></a> <a href=\"https://xoxo.zone/tags/SmallWeb\">#<span>SmallWeb</span></a></p>",
"text": "Yeah, I've got a page on my website with the concerts I've attended. Well, now I do. https://artlung.com/concerts/\n\nDo you have one? #IndieWeb #SmallWeb"
},
"published": "2026-08-04T06:14:05+00:00",
"post-type": "note",
"_id": "49125737",
"_source": "8007",
"_is_read": false
}
After a crap ton of work, I managed to successfully migrate my Rain World webring to my subdomain!
fan.ninacti0n.art/rings/rw
#rainworld #slugcat #webring #indieweb
{
"type": "entry",
"published": "2026-08-04T04:18:12.125Z",
"url": "https://bsky.app/profile/did:plc:tsdb73z7lw3en65l3nial5t7/post/3msa5sqmpqs2e",
"content": {
"text": "After a crap ton of work, I managed to successfully migrate my Rain World webring to my subdomain!\n\nfan.ninacti0n.art/rings/rw\n\n#rainworld #slugcat #webring #indieweb"
},
"author": {
"type": "card",
"name": "ninacti0n.bsky.social",
"url": "https://bsky.app/profile/ninacti0n.bsky.social",
"photo": null
},
"post-type": "note",
"_id": "49125069",
"_source": "9305",
"_is_read": false
}
Neat idea about crowd sourcing human verification across the web using a JSON file
https://skye.fyi/2026/03/human
I might need to add one of these to my website too
#NoAI #indieweb
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://mastodon.social/tags/indieweb",
"photo": null
},
"url": "https://hachyderm.io/@abmurrow/117034472933611628",
"content": {
"html": "<p>Neat idea about crowd sourcing human verification across the web using a JSON file</p><p><a href=\"https://skye.fyi/2026/03/human\"><span>https://</span><span>skye.fyi/2026/03/human</span><span></span></a></p><p>I might need to add one of these to my website too</p><p><a href=\"https://hachyderm.io/tags/NoAI\">#<span>NoAI</span></a> <a href=\"https://hachyderm.io/tags/indieweb\">#<span>indieweb</span></a></p>",
"text": "Neat idea about crowd sourcing human verification across the web using a JSON file\n\nhttps://skye.fyi/2026/03/human\n\nI might need to add one of these to my website too\n\n#NoAI #indieweb"
},
"published": "2026-08-04T00:45:35+00:00",
"post-type": "note",
"_id": "49123978",
"_source": "8007",
"_is_read": false
}
New blog post! Been up for a little but time to post on here too :)
It's about how the fuck do you make OpenTabletDriver usable on Linux if you want to do digital painting https://crystalwobsite.gay/posts/2026-08-01-xp_pen_artist_12_linux
#IndieWeb #Blog #OpenTabletDriver #Linux #NixOS
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://mastodon.social/tags/indieweb",
"photo": null
},
"url": "https://pony.social/@crystallord/117034425725864413",
"content": {
"html": "<p>New blog post! Been up for a little but time to post on here too :)</p><p>It's about how the fuck do you make OpenTabletDriver usable on Linux if you want to do digital painting <a href=\"https://crystalwobsite.gay/posts/2026-08-01-xp_pen_artist_12_linux\"><span>https://</span><span>crystalwobsite.gay/posts/2026-</span><span>08-01-xp_pen_artist_12_linux</span></a></p><p><a href=\"https://pony.social/tags/IndieWeb\">#<span>IndieWeb</span></a> <a href=\"https://pony.social/tags/Blog\">#<span>Blog</span></a> <a href=\"https://pony.social/tags/OpenTabletDriver\">#<span>OpenTabletDriver</span></a> <a href=\"https://pony.social/tags/Linux\">#<span>Linux</span></a> <a href=\"https://pony.social/tags/NixOS\">#<span>NixOS</span></a></p>",
"text": "New blog post! Been up for a little but time to post on here too :)\n\nIt's about how the fuck do you make OpenTabletDriver usable on Linux if you want to do digital painting https://crystalwobsite.gay/posts/2026-08-01-xp_pen_artist_12_linux\n\n#IndieWeb #Blog #OpenTabletDriver #Linux #NixOS"
},
"published": "2026-08-04T00:33:35+00:00",
"post-type": "note",
"_id": "49123979",
"_source": "8007",
"_is_read": false
}
π΄ LIVE RIGHT NOW WORKING ON MY NEW WEBSITE!
I been workin on this card style site in the background already, here's what I got so far !
#wip #javascript #webdev #indieweb #website #card
{
"type": "entry",
"published": "2026-08-03T23:19:24.890Z",
"url": "https://bsky.app/profile/did:plc:7hnbgg4qcbpqb53o43ed53xy/post/3ms7n4kaywb2z",
"content": {
"text": "\ud83d\udd34 LIVE RIGHT NOW WORKING ON MY NEW WEBSITE!\n\n I been workin on this card style site in the background already, here's what I got so far !\n\n#wip #javascript #webdev #indieweb #website #card"
},
"author": {
"type": "card",
"name": "planet-bluto.net",
"url": "https://bsky.app/profile/planet-bluto.net",
"photo": null
},
"post-type": "note",
"_id": "49123521",
"_source": "9305",
"_is_read": false
}
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://mastodon.social/tags/indieweb",
"photo": null
},
"url": "https://ioc.exchange/@rye/117033259380195905",
"content": {
"html": "<p>I'm looking for some CSS help. <br /><a href=\"https://rye.wentcloud.com/writings-and-creations/\"><span>https://</span><span>rye.wentcloud.com/writings-and</span><span>-creations/</span></a></p><p>though the mobile site in preview looks okay on my phone the page no longer fits nicely on the screen. </p><p><a href=\"https://rye.wentcloud.com/writings-and-creations/\"><span>https://</span><span>rye.wentcloud.com/writings-and</span><span>-creations/</span></a></p><p><a href=\"https://ioc.exchange/tags/frontend\">#<span>frontend</span></a> <a href=\"https://ioc.exchange/tags/smallweb\">#<span>smallweb</span></a> <a href=\"https://ioc.exchange/tags/indieweb\">#<span>indieweb</span></a> <a href=\"https://ioc.exchange/tags/webdev\">#<span>webdev</span></a> <a href=\"https://ioc.exchange/tags/cssHelp\">#<span>cssHelp</span></a></p>",
"text": "I'm looking for some CSS help. \nhttps://rye.wentcloud.com/writings-and-creations/\n\nthough the mobile site in preview looks okay on my phone the page no longer fits nicely on the screen. \n\nhttps://rye.wentcloud.com/writings-and-creations/\n\n#frontend #smallweb #indieweb #webdev #cssHelp"
},
"published": "2026-08-03T19:36:58+00:00",
"post-type": "note",
"_id": "49121938",
"_source": "8007",
"_is_read": false
}
Following the Civil War, a group of shrewd industrialists maybe you know them as "robber barons" emerged as the driving force behind economic growth.
These visionaries saw railroads as the golden ticket to wealth and set out in full throttle, eager to lay tracks across the land. But they built rails to nowhere, duplicated existing routes left and right, and overstated their profits. Sound like an interesting parallel?
read more:
https://rye.wentcloud.com/writings-and-creations/scrolling-on-by/
#blog #indieweb #officeHours
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://indieweb.social/tags/indieweb",
"photo": null
},
"url": "https://ioc.exchange/@rye/117033281050968450",
"content": {
"html": "<p>Following the Civil War, a group of shrewd industrialists maybe you know them as \"robber barons\" emerged as the driving force behind economic growth.</p><p>These visionaries saw railroads as the golden ticket to wealth and set out in full throttle, eager to lay tracks across the land. But they built rails to nowhere, duplicated existing routes left and right, and overstated their profits. Sound like an interesting parallel?</p><p>read more:</p><p><a href=\"https://rye.wentcloud.com/writings-and-creations/scrolling-on-by/\"><span>https://</span><span>rye.wentcloud.com/writings-and</span><span>-creations/scrolling-on-by/</span></a></p><p><a href=\"https://ioc.exchange/tags/blog\">#<span>blog</span></a> <a href=\"https://ioc.exchange/tags/indieweb\">#<span>indieweb</span></a> <a href=\"https://ioc.exchange/tags/officeHours\">#<span>officeHours</span></a></p>",
"text": "Following the Civil War, a group of shrewd industrialists maybe you know them as \"robber barons\" emerged as the driving force behind economic growth.\n\nThese visionaries saw railroads as the golden ticket to wealth and set out in full throttle, eager to lay tracks across the land. But they built rails to nowhere, duplicated existing routes left and right, and overstated their profits. Sound like an interesting parallel?\n\nread more:\n\nhttps://rye.wentcloud.com/writings-and-creations/scrolling-on-by/\n\n#blog #indieweb #officeHours"
},
"published": "2026-08-03T19:42:28+00:00",
"post-type": "note",
"_id": "49121939",
"_source": "8007",
"_is_read": false
}
So Apple Music didn't have a stroke, but clicking on a song to play it it sure seemed like it.
Hiding Music in Plain Sight, explains this with one big question remaining - https://www.vanderwal.net/random/entrysel.php?blog=2157
#indieweb #blaugust
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://mastodon.social/tags/indieweb",
"photo": null
},
"url": "https://mastodon.social/@vanderwal/117033253407487088",
"content": {
"html": "<p>So Apple Music didn't have a stroke, but clicking on a song to play it it sure seemed like it. </p><p>Hiding Music in Plain Sight, explains this with one big question remaining - <a href=\"https://www.vanderwal.net/random/entrysel.php?blog=2157\"><span>https://www.</span><span>vanderwal.net/random/entrysel.</span><span>php?blog=2157</span></a> </p><p><a href=\"https://mastodon.social/tags/indieweb\">#<span>indieweb</span></a> <a href=\"https://mastodon.social/tags/blaugust\">#<span>blaugust</span></a></p>",
"text": "So Apple Music didn't have a stroke, but clicking on a song to play it it sure seemed like it. \n\nHiding Music in Plain Sight, explains this with one big question remaining - https://www.vanderwal.net/random/entrysel.php?blog=2157 \n\n#indieweb #blaugust"
},
"published": "2026-08-03T19:35:27+00:00",
"post-type": "note",
"_id": "49121884",
"_source": "8007",
"_is_read": false
}
When you surf the nostalgia wave while building your music catalog website...
I just shipped "Win32 Profile", a CSS Profile essay about the Windows shell identity, the look that some would call Win32.
The CSS is open source so you can style your HTML project in your favourite Windows shell, in four eras: Windows 10, Aero (Vista and 7), Luna (XP), and Classic (95 through 2000).
You can switch between them on the site.
https://win32-profile.netlify.app/
--
#css #design #retroUI #indieweb
#apleasantview
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://mastodon.social/tags/indieweb",
"photo": null
},
"url": "https://mastodon.social/@crisverstraeten/117032990724355494",
"content": {
"html": "<p>When you surf the nostalgia wave while building your music catalog website...</p><p>I just shipped \"Win32 Profile\", a CSS Profile essay about the Windows shell identity, the look that some would call Win32.</p><p>The CSS is open source so you can style your HTML project in your favourite Windows shell, in four eras: Windows 10, Aero (Vista and 7), Luna (XP), and Classic (95 through 2000).</p><p>You can switch between them on the site.</p><p><a href=\"https://win32-profile.netlify.app/\"><span>https://</span><span>win32-profile.netlify.app/</span><span></span></a></p><p>--<br /><a href=\"https://mastodon.social/tags/css\">#<span>css</span></a> <a href=\"https://mastodon.social/tags/design\">#<span>design</span></a> <a href=\"https://mastodon.social/tags/retroUI\">#<span>retroUI</span></a> <a href=\"https://mastodon.social/tags/indieweb\">#<span>indieweb</span></a> <br /><a href=\"https://mastodon.social/tags/apleasantview\">#<span>apleasantview</span></a></p>",
"text": "When you surf the nostalgia wave while building your music catalog website...\n\nI just shipped \"Win32 Profile\", a CSS Profile essay about the Windows shell identity, the look that some would call Win32.\n\nThe CSS is open source so you can style your HTML project in your favourite Windows shell, in four eras: Windows 10, Aero (Vista and 7), Luna (XP), and Classic (95 through 2000).\n\nYou can switch between them on the site.\n\nhttps://win32-profile.netlify.app/\n\n--\n#css #design #retroUI #indieweb \n#apleasantview"
},
"published": "2026-08-03T18:28:38+00:00",
"photo": [
"https://files.mastodon.social/media_attachments/files/117/032/979/610/337/142/original/a9f0baac70f1c094.png"
],
"post-type": "photo",
"_id": "49121362",
"_source": "8007",
"_is_read": false
}
Hot Take: Boredom is a solved problem, π’π―π₯ π΅π©π’π΅ πͺπ΄ π’ π¨π°π°π₯ π΅π©πͺπ―π¨.
hisvirusness.com/boredom-blows
#opinion #writing #indieweb #smallweb #boredom
{
"type": "entry",
"published": "2026-08-03T17:40:54.774Z",
"url": "https://bsky.app/profile/did:plc:vuhe5zgha6cmhj6xnnycklxe/post/3ms7276mkcc2z",
"content": {
"text": "Hot Take: Boredom is a solved problem, \ud835\ude22\ud835\ude2f\ud835\ude25 \ud835\ude35\ud835\ude29\ud835\ude22\ud835\ude35 \ud835\ude2a\ud835\ude34 \ud835\ude22 \ud835\ude28\ud835\ude30\ud835\ude30\ud835\ude25 \ud835\ude35\ud835\ude29\ud835\ude2a\ud835\ude2f\ud835\ude28.\n\nhisvirusness.com/boredom-blows\n\n#opinion #writing #indieweb #smallweb #boredom"
},
"author": {
"type": "card",
"name": "hisvirusness.com",
"url": "https://bsky.app/profile/hisvirusness.com",
"photo": null
},
"post-type": "note",
"_id": "49120956",
"_source": "9305",
"_is_read": false
}
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://mastodon.social/tags/indieweb",
"photo": null
},
"url": "https://social.lol/@brennan/117032761013568116",
"content": {
"html": "<p>The Itch | \ud83d\udd17 <a href=\"https://brennan.day/the-itch/\"><span>https://</span><span>brennan.day/the-itch/</span><span></span></a></p><p><a href=\"https://social.lol/tags/PersonalEssay\">#<span>PersonalEssay</span></a> <a href=\"https://social.lol/tags/Writing\">#<span>Writing</span></a> <a href=\"https://social.lol/tags/Creativity\">#<span>Creativity</span></a> <a href=\"https://social.lol/tags/IndieWeb\">#<span>IndieWeb</span></a> <a href=\"https://social.lol/tags/Philosophy\">#<span>Philosophy</span></a> <a href=\"https://social.lol/tags/Self\">#<span>Self</span></a>-reflection</p>",
"text": "The Itch | \ud83d\udd17 https://brennan.day/the-itch/\n\n#PersonalEssay #Writing #Creativity #IndieWeb #Philosophy #Self-reflection"
},
"published": "2026-08-03T17:30:13+00:00",
"post-type": "note",
"_id": "49120820",
"_source": "8007",
"_is_read": false
}
A question I asked on Hydeβs under/over:
Before we find our own voice, we usually copy our mentors or heroes. Who was the teacher or model that inspired you when you started blogging, and how did following their example eventually help you find your own style?
And hereβs software engineer Alex Hyettβs excellent answer.
#indieweb #blogging
{
"type": "entry",
"author": {
"name": "Writing Slowly",
"url": "http://www.writingslowly.com",
"photo": "https://cdn.micro.blog/photos/96/https%3A%2F%2Favatars.micro.blog%2Favatars%2F2022%2F4028.jpg"
},
"url": "https://writingslowly.com/2026/08/03/a-question-i-asked-on.html",
"content": {
"html": "<p>A question I asked on Hyde\u2019s <a href=\"https://lazybea.rs/ovr-076/\">under/over</a>:</p>\n<blockquote>\n<p>Before we find our own voice, we usually copy our mentors or heroes. Who was the teacher or model that inspired you when you started blogging, and how did following their example eventually help you find your own style?</p>\n</blockquote>\n<p>And here\u2019s software engineer Alex Hyett\u2019s excellent <a href=\"https://lazybea.rs/ovr-077/\">answer</a>.</p>\n<p>#indieweb #blogging</p>",
"text": "A question I asked on Hyde\u2019s under/over:\n\nBefore we find our own voice, we usually copy our mentors or heroes. Who was the teacher or model that inspired you when you started blogging, and how did following their example eventually help you find your own style?\n\nAnd here\u2019s software engineer Alex Hyett\u2019s excellent answer.\n#indieweb #blogging"
},
"summary": "",
"published": "2026-08-03T10:16:02+00:00",
"post-type": "note",
"_id": "49120463",
"_source": "7224",
"_is_read": false
}
Hey #indieweb reply with the page(s) you're most proud of from your personal site and if I think its awesome too I'll link it up either on my link blog or in the context where it fits in my pages about software, civics, local interest, and purpose.
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://mastodon.social/tags/indieweb",
"photo": null
},
"url": "https://jawns.club/@vees/117032496325710520",
"content": {
"html": "<p>Hey <a href=\"https://jawns.club/tags/indieweb\">#<span>indieweb</span></a> reply with the page(s) you're most proud of from your personal site and if I think its awesome too I'll link it up either on my link blog or in the context where it fits in my pages about software, civics, local interest, and purpose.</p>",
"text": "Hey #indieweb reply with the page(s) you're most proud of from your personal site and if I think its awesome too I'll link it up either on my link blog or in the context where it fits in my pages about software, civics, local interest, and purpose."
},
"published": "2026-08-03T16:22:54+00:00",
"post-type": "note",
"_id": "49120191",
"_source": "8007",
"_is_read": false
}
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://mastodon.social/tags/indieweb",
"photo": null
},
"url": "https://fosstodon.org/@eclecticpassions/117032422184884743",
"content": {
"html": "<p><a href=\"https://fosstodon.org/tags/BurgeonLab\">#<span>BurgeonLab</span></a> <a href=\"https://fosstodon.org/tags/WeekNotes\">#<span>WeekNotes</span></a> 036 is out!</p><p>2026: Week 31/52 (Jul 27 \u2013 Aug 2)</p><p>\u27a1\ufe0f <a href=\"https://burgeonlab.com/weeknotes/2026/w31/\"><span>https://</span><span>burgeonlab.com/weeknotes/2026/</span><span>w31/</span></a></p><p>This is post 77 of <a href=\"https://fosstodon.org/tags/100DaysToOffload\">#<span>100DaysToOffload</span></a><br />\ud83d\udcc8 <a href=\"https://burgeonlab.com/tags/100daystooffload/\"><span>https://</span><span>burgeonlab.com/tags/100daystoo</span><span>ffload/</span></a></p><p>And post 3 in <a href=\"https://fosstodon.org/tags/blaugust2026\">#<span>blaugust2026</span></a></p><p><a href=\"https://fosstodon.org/tags/discourse\">#<span>discourse</span></a> <a href=\"https://fosstodon.org/tags/forums\">#<span>forums</span></a> <a href=\"https://fosstodon.org/tags/32bitcafe\">#<span>32bitcafe</span></a> <a href=\"https://fosstodon.org/tags/linuxcommunity\">#<span>linuxcommunity</span></a> <a href=\"https://fosstodon.org/tags/blogger\">#<span>blogger</span></a> <a href=\"https://fosstodon.org/tags/blogs\">#<span>blogs</span></a> <a href=\"https://fosstodon.org/tags/smallweb\">#<span>smallweb</span></a> <a href=\"https://fosstodon.org/tags/weeknote\">#<span>weeknote</span></a> <a href=\"https://fosstodon.org/tags/personalBlog\">#<span>personalBlog</span></a> <a href=\"https://fosstodon.org/tags/blogpost\">#<span>blogpost</span></a> <a href=\"https://fosstodon.org/tags/weeklynotes\">#<span>weeklynotes</span></a> <a href=\"https://fosstodon.org/tags/blaugust\">#<span>blaugust</span></a> <a href=\"https://fosstodon.org/tags/PersonalSites\">#<span>PersonalSites</span></a> <a href=\"https://fosstodon.org/tags/BloggingCommunity\">#<span>BloggingCommunity</span></a> <a href=\"https://fosstodon.org/tags/indieweb\">#<span>indieweb</span></a> <a href=\"https://fosstodon.org/tags/smolweb\">#<span>smolweb</span></a></p>",
"text": "#BurgeonLab #WeekNotes 036 is out!\n\n2026: Week 31/52 (Jul 27 \u2013 Aug 2)\n\n\u27a1\ufe0f https://burgeonlab.com/weeknotes/2026/w31/\n\nThis is post 77 of #100DaysToOffload\n\ud83d\udcc8 https://burgeonlab.com/tags/100daystooffload/\n\nAnd post 3 in #blaugust2026\n\n#discourse #forums #32bitcafe #linuxcommunity #blogger #blogs #smallweb #weeknote #personalBlog #blogpost #weeklynotes #blaugust #PersonalSites #BloggingCommunity #indieweb #smolweb"
},
"published": "2026-08-03T16:04:03+00:00",
"post-type": "note",
"_id": "49120058",
"_source": "8007",
"_is_read": false
}