I'm becoming more and more obsessed with cultivating a digital garden. However, it turns out I have a lot of things I'd want to add to it and I'm getting a bit lost in the architecture of it. I think I just need to get started.
#digitalgarden #indieweb

#indieblog people I am struggling with seperating my personal blog posts with my tech blog posts. I am using ghost. Should I create seperate rss feeds or maybe spin up a micro.blog and have it as a seperate page within my site. HELP!!!

#indieweb #blogging #ghost #microblog @micro.blog

In reply …

In reply to https://shehabtweel.ly/notes/2025/11/07/eb580f868f/.

Thank you for your thoughtful and detailed hint!

#indieweb #wordpress

The old internet is still alive if you know where to look, just overshadowed. What did you miss the most about the old internet?

https://warmsignull.github.io/posts/the-hidden-internet/

#Internet
#OldInternet #Web1 #IndieWeb #Neocities #PersonalWebsites #DigitalHistory #RetroComputing #SmallWeb #HandmadeWeb

RE: https://hachyderm.io/@conjured_ink/115572573996228576

Hey all, we’re still seeking applications for dedicated volunteers who want to build a really cool #IndieWeb ecosystem using #Rust #RustLang!

I've been starting to publish more background on my work as #developer and #musician on my newly designed personal web site. Here is an article on my #Senode sequencer, giving some insights why I developed it and how I use it today.

https://www.sebastian-arnold.net/projects/senode

#SmallWeb #IndieWeb #PersonalWeb #Blog #Portfolio

Look me up in the Internet Phone Book.

internetphonebook.net?call=426&iss...

(Photo thanks to mastodon.art/@chrisjonesi...)

#IndieWeb #SmolWeb

Do any of you #SmolWeb or #IndieWeb folks have a copy of the Internet Phone Book handy? I think I'm in there, but I don't know my dial-a-site number. Help!

Should be under "Fern River Club".

“But with the revival of personal #blogs well underway, I think it’s time to bring niche blogs back into the fold. I’m talking about well written, quality, topic focused resources. This is material fast vanishing from the #web, leaving ever diminishing options to source useful and accurate information. What are the alternatives? The misinformation morass that is social media? Being served AI generated summaries in response to search engine queries? A web choke full of #AI #slop?”

https://disassociated.com/personal-blogs-back-niche-blogs-next/

#SmallWeb #SmolWeb #blog #IndieWeb

@oblomov @palemoon @Vivaldi A fabulous essay, very much on point: there are two webs, a document web and an app web with very different browser requirements and emphasis on user-agency in the first place, and corporate agency in the second.

But I don't like the idea that every document dictates which browser will work; that just puts the user back under control of the server, and I wouldn't want reams of minor browsers on my machine for security reasons.

#indieweb #4opens

My guess would be that “web of apps” developers will gladly throw themselves at new features as soon as it's “all green” on https://caniuse.com (which I don't expect will monitor “web of documents” browsers: even now it doesn't feature minority browsers like @palemoon or @Vivaldi), while I expect “web of documents” developer to be more cautious in their approach: there's a reason why a gardening metaphor is often used for the #indieWeb

24/

The #WorldWideWeb was born with the intent to achieve an interconnected web of *documents*: and this is not only what it was in the beginning, but also what most of the open, independent web still is, even when it's more dynamically generated (wikis, blogs).

What we've seen under the moniker of “Web 2.0” in the last 20+ years, but especially in the last decade, has been the development of a different _interpretation_ of the Web.

5/

#openWeb #indieWeb #WWW

Content warning:web dev advice seeking, personal site, indie web

So I’m working on a personal site for myself and I’ve rewritten it a couple of times because I can’t decide how I want to build the site.

I’m building it mostly because I am inspired by the 90s/00s personal website area of the internet (like Geocities). And also its modern equivalent Neocities. These sites are primarily written in plain HTML/CSS/JS and I love seeing all the cool designs that people come up with. I originally wanted the site to be written this way. with all the JavaScript frameworks out there today, it feels kinda nice to just do vanilla js.

however, I think my plans may actually be too complex for this setup. Two main sections that are throwing me off. one. I want to make a library of my songs coded with the Strudel library. this requires using their web component which has some quirks about it. also, I want to edit the songs as JavaScript files and then render them on the page by turning the file content into a string and rendering it.

second I want to have a music collection page. I want to have a folder of artists and have a jpg of the album cover along with a markdown file that has my description. then I want to load this dynamically for each album so I don’t have to rewrite a page for each album.

So I tried doing this with Elixir and Phoenix because I wanted to learn elixir. But then I decided I’d rather use JavaScript bc I am comfortable with it. so I rewrote it in Svelte bc I really like that framework. and I managed to get the markdown processing and the strudel song loading working smoothly. I’m actually very happy with where it is at.

but then I saw more examples of great neocities sites and I’m back to wanting to try using plain html css js again. I tried for hours to work with it and even tried bringing in some web components and I kinda sorta have strudel part working. but honestly the svelte setup is much easier. Mainly because not loading the songs or the album pages dynamically would make me have to write WAY more code and like, I have the modern web dev skills, so why not use them right?

Am I overthinking this? The site will still have the indie web vibe I’m going for either way, so maybe it doesn’t matter so much what I use to write it?
#WebDev #indieweb