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.

Manton Reece

Finished reading: Empire of Storms by Sarah J. Maas. Apparently the thing to do is read this and the next book at the same time, but I have other things to read so just took this one straight through. Easily the best in the series so far, seemed much better structured. 📚

Scripting News

Let's all be anonymous!

What if we all wore ICE-style masks as we went around doing our business.

If a baseball player's uniform didn't have a number or name.

Let's all be anonymous. It's very practical, we don't want to get doxxed either!

A model illustrating the new baseball uniform style.

James' Coffee Blog
James' Coffee Blog

Decorating

Every space has its own feeling. My bedroom feels like a place to rest. With that feeling of rest, I often find the comfort to write. I am writing this blog post while the fairy lights on the wall illuminate my room. I’m warm under the blankets. I feel comfortable. The offi...

James' Coffee Blog
James' Coffee Blog

Decorating

Every space has its own feeling. My bedroom feels like a place to rest. With that feeling of rest, I often find the comfort to write. I am writing this blog post while the fairy lights on the wall illuminate my room. I’m warm under the blankets. I feel comfortable. The offi...

James' Coffee Blog
James' Coffee Blog

Communication and understanding

I was speaking with someone this week for whom English is their second language. We started talking about mathematics. I mentioned the word “logarithms”. The person with whom I was talking then said they didn’t understand the word. This instantly reminded me of an almost iden...

James' Coffee Blog
James' Coffee Blog

Change

A little thing I wrote in my notes recently: To push for things to stay the same means you miss out on all the richness that can come from novelty — to miss out on all the stories one could have lived. This very post is pushing to try something new; to share a note as yet undeveloped, with only the knowledge that I feel I will be reflecting on it for many years. As the years pass I appreciate the beauty of the changing seasons more, and all of the new-to-me things I see within each.

James' Coffee Blog
James' Coffee Blog

Full bloom

“From fear the plant was a weed to three beautiful pink blossoms. With each development – seeing the starting signs of a bud, the bud opening, blooming – I have felt joy.” I wrote in September 2023. My blog has become a de facto log for the pink flowers that grow outside. Whe...

James' Coffee Blog
James' Coffee Blog

What I made for HTML Day

There were two online HTML Day events yesterday, one for the Oceania timezone – which was in the morning for me here in the UK – and one in the evening for European timezones. I was determined to attend both, excited about the idea of spending my weekend making two new HTML p...

Manton Reece

Mark Gurman reports on a new team inside Apple developing a search engine and world knowledge model:

While still in early stages, the team is building what it calls an “answer engine” — a system capable of crawling the web to respond to general-knowledge questions. A standalone app is currently under exploration, alongside new back-end infrastructure meant to power search capabilities in future versions of Siri, Spotlight and Safari.

Manton Reece

Reminder that we are improving things with Micro.blog all the time. You can see recent changes on news.micro.blog. If there’s a bug that needs attention, send us an email. The best way for us to prioritize what to work on is what we hear about.

Scripting News

It's always a good idea to get a second opinion with AI stuff. ChatGPT may give you a convoluted answer where Claude.ai gives you a concise one.

Manton Reece

Created a new plug-in “Photos with months” that adds some date grouping to the default Photos page. May need additional changes, because it will conflict with some other photos page plug-ins. You can see it on my photos page.

Scripting News

I've been working on the top level of WordLand, and finally got to a place where navigation feels good, like this is the right track. So I took a snapshot so I can come back and look at this later, and I don't mind sharing with my blog readers with the look and feel of what might be coming.

Scripting News

A basic question I had about the ChatGPT agents that I can answer now that I have the feature, is whether or not the code you create that way can run on a server, where you can give it a URL and make it an endpoint other networked software can call. Or if it could run periodically, say once every five minutes for a function that was creating an RSS feed anyone could subscribe to. The answer is no -- it can't do either of these things. I'm sure they could do it at a technical level, but they don't want to host applications. But now I may understand better why they want to make a web browser, I bet you will be able to call these agents from apps that run in the browser. And in their case, they might not even have to support JavaScript? Heh. A wholly different programming model? Maybe I'm overestimating how much they're biting off?

Scripting News

One of the more depressing things in having so much code that I can easily search, is the number of times I've rewritten the same code without remembering I had written it before. Yesterday I did it knowingly, I wanted a function that could tell me if one of a set of categori...

Scripting News

As you get older your memory gets less reliable. It makes programming more of a challenge because as your software gets more features, there's more to remember and at the same time your codebase is getting bigger you are getting older. I wonder if there isn't some way to use ...