People and blogs involved with and about the IndieWeb community, the fediverse, and/or the open web in general.
Background technology
Another example of ChatGPT utility. Asked this question: "I have a function named viewFeedItem. Inside it has an icon that when you click it, it calls viewFeedItem to view the parent of the item. But I don't want it to call viewFeedItem directly because that leaves the previous instance of viewFeedItem around. In javascript what's the best way to defer the call to divFeedItem so that the two instances are unrelated, and the first instance goes away." I was pretty sure as I wrote this that setTimeout was the answer, but ChatGPT offered it as the first choice, and explained why it was the best. It's like having a code consulant, you're the surgeon and it's ready to help. And it really does help to know it parsed it the same way I did.
Calendars and web readers
Sports galore!
Manuel Moreale — Everything Feed
• Manuel Moreale
Frances
The expanse of web weaving
Build the web you want to see
The Autumn/Winter 2025 edition of the good internet magazine is out! I contributed a piece, Build the web you want to see, in which I reflect on the last five years of James' Coffee Blog and some of what I have learned in that time. I have been thinking about the question "how do we make the web better?" for the last few months, and perhaps the best answer I have right now is for us all to keep building the web we want to see. It is perhaps because of this that, when I asked Joe yesterday "How can we achieve a web renaissance?", he replied "I think we're already in it." Thank you to Xandra for all of the work that she puts into making the good internet magazine happen. I am delighted that this project exists and, especially after reading StartingAMagazine.psd, am more aware than ever that projects like this don't just happen: we make them happen.
This has been one of the most intense weeks of my life, both physically challenging and mentally exhausting. And it’s only Tuesday.
Spurs in Dallas. 🏀
Here is how I test microformats markup on my website. First I install mf2py:...
Here is how I test microformats markup on my website. First I install mf2py: sudo dnf install python3-mf2py Then I define this one-liner Bash function: mf2test() { python -c 'import sys; import mf2py; import json; print(json.dumps(mf2py.parse(url=sys.argv[1])))' $1 | jq; } And then I can test a website like this: $ mf2test https://blog.rickardlindberg.me/2026/02/05/075110.html { "items": [ { "type": [ "h-entry" ...
Waiting at the 45th street crossing.
Thursday session
Thursday session
Untitled
Not sure I’ve ever seen Sam Altman as upset as in this long Twitter / X post:
Our most important principle for ads says that we won’t do exactly this; we would obviously never run ads in the way Anthropic depicts them. We are not stupid and we know our users would reject that.
I get his frustration because OpenAI is trying to avoid what is shown in Anthropic’s ads. But again, the problem is perception. Anthropic is making an argument that ads will have a corrupting influence on ChatGPT. Whether that happens or not almost doesn’t matter.
Jatan Mehta on exploring where to host his fediverse presence, from Mastodon to Ghost to Micro.blog. Whenever I read something like this, it reaffirms our decision to take a quieter approach to the social web. Less counting, less noise.
Logan Land blogging about IndiePub, in the same spirit as IndieWeb and POSSE but expanding to self-published books and other things too:
Now we’re facing something new, with the rise of AI-generated content, these platforms are becoming saturated with noise. Human authenticity is at a premium.
Software Design Meetup [Feb. 11th]
I still love my Keurig coffee maker. The coffee is delicious and hot and it's truly a technology marvel. So simple and easy to learn.
Manuel Moreale — Everything Feed
• Manuel Moreale