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.

Scripting News Valid

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 Valid

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 Valid

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 Valid

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 ...

James' Coffee Blog
James' Coffee Blog

Colour

This is my entry for this month’s IndieWeb Carnival. The topic is colour. I think a lot about colour. I used to wear Hawaiian shirts almost every day. I like the colours, I thought to myself. Especially on a grey morning, colour makes all the difference. The colours made me...

Manton Reece Valid

Seems like we got some breaking news out of Bloomberg’s reporting on the Apple internal meeting. Apple had tried to update Siri with both the existing commands plus LLM-based functionality as a hybrid system, but it didn’t work well. The new Siri will be unified under a single new architecture.

Manton Reece Valid

The new Naked Gun is hilarious. So many gags. Very much in the same spirit as the originals. 🍿

Chris Aldrich Updates instantly via WebSub. Valid
• Chris Aldrich

Restoration of another 1950 Royal KMG standard typewriter

Hero view of a 1950 Royal KMG standard typewriter sitting on a library card catalog next to a bottle of gin and a penguin-shaped cocktail shaker
On Thursday, I broke down my recent Royal KMG typewriter for a full clean/oil/adjust. I spent some time cleaning most of the removed body panels and auxiliary parts.  Yesterday, in the cool of the morning I blew it out and flushed it with mineral spirits.  Then re-assembled it all. I oiled and adjusted most of … Continue reading Restoration of another 1950 Royal KMG standard typewriter

Recent Posts Updates instantly via WebSub.
Marty McGuire

Happy HTML Day (I'm machine knitting Edition)

Happy HTML Day! I'm taking a two-day machine knitting workshop intensive, so I did not have the energy to join the folks at the Valentino Jr. Park meetup. Instead I am writing this post (in HTML) while watching along to Jenn Schiffer's "HTML Day From Home (hdfh)" stream. The...

Scripting News Valid

I think I'm going to put in my will that ChatGPT should run the Dave Winer persona on all social networks, and my blog, as long as the money lasts. It would tell stories that I would likely tell, take political stands that I would take, draw meta-pictures of my sad and depressed programmer friend and a cute and adorable kitty getting into all kinds of trouble. The seasons would come and go, and there would be Dave, still diggin. And of course he would continue to develop software, using some of the greatest tried and true tools, reminding everyone of how great Frontier -- but -- if only it ran on Linux. The long-lived fearless and fully paid-up version of Uncle D.

Ben Werdmuller
• Ben Werdmuller

Did Craigslist decimate newspapers?

"Here in six short chapters is the tale of Craigslist’s rise to a business generating hundreds of millions of dollars a year, how Newmark has used that fortune and how newspapers, slow to adapt, failed to respond effectively to the digital shift.”

Manton Reece Valid

Released a new version of the Mac app this morning, fixing several problems with the accessibility description window. I like updating the ridiculously long help page because I think the release notes show a commitment to steady improvements going back 8 years. Maybe at year 10 it’ll be really good.

Scripting News Valid

I have a lot of code written before ChatGPT. Sometimes, as I read my old code, I wonder how the heck I ever figured that out without it.