FeedCity logo

FeedCity

People and blogs involved with and about the IndieWeb community, the fediverse, and/or the open web in general.

A public list by feedcity.

Adactio

Ten years ago today I coined the shorthand “js;dr” for “JavaScript required; Didn’t Read”. - Tantek

tantek.com/2025/069/t1/ten-years-jsdr-javascript-required-didnt-read

Practice Progressive Enhancement.

Build first and foremost with forgiving technologies, declarative technologies, and forward and backward compatible coding techniques.

All content should be readable without scripting.

If it’s worth building on the web, it’s worth building it robustly, and building it to last.

adactio.com/links/21785

Recent Posts Updates instantly via WebSub.
Marty McGuire

Refurbished a Game Boy

I'm trying to do things that get me out of the house and reduce the amount of time I look at torture rectangles (aka screens with internet). This Refurbish a Game Boy workshop from Craftsman Ave. felt like a perfect opportunity. Not only would I get some quality time in a (q...

James' Coffee Blog
James' Coffee Blog

Text notebooks with editable outputs

“Notebooks” are a programming environment where you can run code in the same file as you see the output. You can edit your code and run the edited code again as many times as you want. Notebooks are made of cells. A cell can either be code, non-executable text – for example, ...

Manton Reece

Hmm, my last post is poorly truncated on Bluesky because I hadn’t considered the title, link, and new summary taking up more than 300 characters. Going to keep my extra summary text shorter in the future.

Manton Reece

AI's impact on the open web

This is an excellent post by Molly White about the potential conflict between making the world’s knowledge more accessible through AI and the risk of destroying the foundations for open content on the web: The true threat from AI models training on open access material is n...

Scripting News

I'd love to get a list of old school bloggers who are still at it. How would you go about that? I decided to give it to Gemini, limiting it at first to 100 bloggers. Here's the prompt I wrote. For a while I was wondering what "deep research" was for, but as it's starting the work, I'm thinking of resources that would fit in -- like blogtree.com -- a fascinating site, gives a clear picture how blogs emerge out of the community of an earlier blog. Anyway it's working on it while I write this post. 😄

Scripting News

An application ChatGPT is great it. You're staring at some code, it's really straightforward, you've done this a thousand times, but it doesn't work. Stare at it some more. Try re-entering it. Change the names of things. Still doesn't work. Copy and paste the problem code into ChatGPT and in an instant it tells you without you even having to ask that your comment isn't properly terminated, so the runtime was never seeing the code, and nothing I did made the slightest difference. The information was there. I had been staring at it, but humans see what we expect to see. Machines don't have that problem, at least not in this way (thinking of hallucinations).

Scripting News

Another BTW, I'm still thinking about how I want to transition from the public and open-to-anyone FeedLand servers. So if you're still using .org or .com, they're still on the air doing the same thing they've been doing all along.

Scripting News

BTW, these days the images are served via HTTPS so they don't show up in broken links in RSS readers, including my own FeedLand which is served over HTTPS.

Scripting News

I asked ChatGPT when Google started making HTTPS a requirement. Then I asked when was HTTPS first deployed, and was surprised it was in 1994 in Netscape Navigator. But apparently it was really buggy and wasn't codified until much later. Then I asked when HTTPS became the norm? 2017. So there's a lot of web out there that isn't being maintained by anyone, it just works, that predates HTTPS being widely adopted, if you believe the timelines ChatGPT produced.