Thanks to @capjamesg for the topic nudge about “museum memories”.

This created a list of more than 30 strong wonderful memories and experiences.

I picked one to start and get it out before the end of the month. It is Musee d’Orsay and the Three Mixed-media Arabs that drew me in so long ago - https://www.vanderwal.net/random/entrysel.php?blog=2141

#indieweb #indiewebcarnival

Indieweb Carnival March 2026 – Museum Memories



https://fed.brid.gy/r/https://michaelkupietz.com?p=32703

So apparently rsync is slop now. When I heard, I wanted to drop a quick note on my blog to give an alternative: tar. It doesn’t do everything that rsync does, in particular identifying and skipping up-to-date files, but tar + ssh can definitely accomodate the use case of “transmit all of these files over an SSH connection to another host”.

🔗 tar: a slop-free alternative to rsync

This is such a silly stance IMO. Purity culture anyone? Are people like Drew going to continue to reduce their list of acceptable software until they’re forced to not us any software because an LLM was used in the pipeline somewhere? Dumb.

permalink

#linkpost #blogging #indieweb

Early this morning, Anthropic published version 2.1.88 of Claude Code npm package—but it was quickly discovered that package included a source map file, which could be used to access the entirety of Claude Code's source—almost 2,000 TypeScript files and more than 512,000 lines of code.

🔗 Entire Claude Code CLI source code leaks thanks to exposed map file - Ars Technica

Oops!

permalink

#linkpost #blogging #indieweb

OkCupid and its owner Match Group reached a settlement with the Trump administration for not telling dating-app customers that nearly 3 million user photos were shared with a company making a facial recognition system. OkCupid also gave the facial recognition firm access to user location information and other details without customers' consent, the Federal Trade Commission said.

🔗 OkCupid gave 3 million dating-app photos to facial recognition firm, FTC says - Ars Technica

Grrr these damn people make me so mad.

permalink

#linkpost #blogging #indieweb

در حال حاضر کثیف تر از Gestapo، آیا پلیس تورنتو می تواند تصویر خود را با استخدام یک Mascot جدید احیا کند؟? https://jungyulkim.com/free-press/fa/articles/دموکراسی-canadian-در-معرض-خطر-در-حالی-که-حکومت-بر-توده-ها-بر-مردم.html #News #Art #Canada #NewYork #Toronto #Mob #Crime #Indieweb #Headlines

Mayyybe I should move my website source to @Codeberg, and spin up a Proxmox VM to have a dedicated worker?

I’d love to move off of Cloudflare too, but it’s nice to have free hosting that can handle spikes of traffic.

#indieWeb #smallWeb

I read @joel post about unpolished websites recently. While I agree with him, I do have some words of my own... :)

https://www.kylereddoch.me/blog/i-believe-in-human-websites-i-still-care-about-polish/

#IndieWeb #Web #Blogging #CybersecKyle

None of this would be possible without support on Patreon. Media ecosystems right now skew towards blockbuster hits, the already-popular getting algorithmically rewarded with more success. If you want to see more independent queer media, check out my work and consider subscribing. #tdov #indieweb
https://www.patreon.com/c/StormingtheIvoryTower

Happy Trans Day of Visibility! I'm Samantha, and I've been blogging about media for a decade now. I focus on demystifying criticism through pop culture, so if concepts like death of the author leave you scratching your head, or you're looking to broaden your artistic horizons, check me out. I like to focus on genre media, especially sci fi, fantasy, and horror, and I have a particular interest in comics and anime:

https://www.stormingtheivorytower.com/ #tdov #trans #transdayofvisibility #indieweb #blog

RE: https://rebel.ar/@martindehf/116325378041132733

If you follow my blog via RSS and all my posts appeared as unread, I'm sorry :`(

I had to make a change in the way the feed.xml was structured and that change might have caused that problem.

More info on my blog (in Spanish)

#blog #rss #feed #atom #xml #indieweb #smallweb #smolweb #oldweb

Perdón por romper tu feed :`(

Si estás suscriptx a mi blog usando RSS y te volvieron a aparecer todas mis publicaciones como no leídas, perdón.

Tuve que hacer un arreglo en el archivo feed.xml precisamente para que los lectores puedan identificar correctamente las fechas, y ese cambio puede haber hecho que las publicaciones se hayan vuelto a interpretar como no leídas.

Más info en este post: https://martinvukovic.com/posts/2026/03-31-perdon.html

#blog #rss #feed #atom #xml #indieweb #smallweb #smolweb #oldweb

I wrote a blog post about some of the things I've been doing with my website

https://axxuy.com/blog/2026/march-tinkering/

#Blog #Blogging #Blogpost #IndieWeb #PersonalWebsite #PersonalBlog

Folk Tech "is a movement among a community of developers and people in communities who want digital technology for their communities without the extraction, exploitation, or surveillance found in most proprietary technology today."

https://folktechnology.org

#folkTech #theWebWeWant #techForHumans #humanWeb #indieWeb

Using Claude Code to build an ActivityPub implementation for Indiekit, based on Fedify, was the easy part. (and it was a lot of fun 😊)


Building the UI to actually consume ActivityPub content, and layering a Mastodon-compatible API on top of it that works with existing apps and plays nicely with other AP implementations… that’s the real challenge.


Eating FEPs for dinner and reading how other implementations do things is how you realize just how much work is still ahead — and how many pain points are still unresolved.


Right now, my Indiekit blog has:


IndieWeb (Micropub, Microsub, Webmentions)


ActivityPub (server + reader)


If I wanted to self-host my own ATproto PDS, I’d also need to build an “AppView” to consume Bluesky content.


So I’d end up with:


one reader for RSS (my current Microsub)


one reader for ActivityPub (my native, still ugly AP reader)


one reader for ATproto


That’s a lot of readers for different data streams coming from different protocols.


At some point I thought: what if I just used my Microsub UI to consume everything — not just RSS/Atom/JSONFeed/h-feed?


Since Microsub already supports channels, I figured I could inject an AP timeline into a Microsub channel.


That idea fell apart pretty quickly.


RSS and h-feed from IndieWeb sites are straightforward. I know I can reply, like, repost, or bookmark because the other side supports the same interaction model.


But the moment I had to deal with ActivityPub — likes, boosts, replies — everything became different. The Microsub plugin would have needed so many protocol-specific features that my implementation would drift far from other Microsub implementations.


And I really didn’t like where that was heading.


Microsub turning into a universal ingestion layer for everything?

That felt like a guaranteed mess.


So I drew a line: Microsub stays scoped to RSS/Atom/h-feed/JSONFeed. That’s it.


And yet… I’m still torn.


Because instead of one unified UI to consume RSS, ActivityPub, and ATproto, I’m now building three separate readers.


And that honestly feels like a huge waste.


So I’m dumping this conundrum here.


Maybe somewhere between the Fediverse and the Atmosphere, someone has already figured this out — or at least has a better idea.


Do you?

🔗 https://rmendes.net/notes/2026/03/31/a9598