FeedCity logo

FeedCity

Scripting News

Dave Winer, OG blogger, podcaster, developed first apps in many categories. Old enough to know better. It's even worse than it appears.

  • Not verified Not verified.
  • No WebSub updates. No WebSub updates.
  • ● Valid.

Rights: Β© copyright 1994-2024 Dave Winer.

Generator: oldSchool v0.8.12

Scripting News ●

An internet of ideas

I used to use Twitter for middle of the night ideas. These days I use one of Twitter's successors. No telling where my middle of the night missives will appear! πŸ˜„ Here's one. "We should be able to tweet from within any application that has the ability to create and edit tex...

Scripting News ●

It couldn't hurt to have a better lifeboat

I posted this to both Bluesky and Mastodon just now.

I see people betting on the idea of federation in bluesky.

At the same time, we should bet on simplifying Mastodon at scale.

Approach the problem from both directions.

We may need and not have federation in bluesky at some point.

It couldn't hurt to have a better lifeboat.

Scripting News ●

What I want and am not getting from AI technology

There’s a funny contradiction in the AI world. News orgs, published authors, great artists, universities, want to retain ownership of their intellectual property and don’t trust the utility of AI chatbots. They think the only application of AI technology is to steal from th...

Scripting News ●

Is Bluesky federated like Masto?

This is one of the dialogs you encounter when getting started with Bluesky. It's easy to see how new users might be led believe that Bluesky is federated, as Mastodon is. I'm a developer and I was confused by what it was saying.

Is Bluesky is federated?

Scripting News ●

YouTube channels have feeds. Here's the feed for my YouTube channel. And a canonical JSONification of the feed (this is how FeedLand gets the data from any type of feed, RSS, Atom or RDF, the YouTube feed is Atom). I did not know they had feeds, in fact I thought I heard they specifically did not have feeds. I've subscribed to the feed in FeedLand and it seems to work, and also included it in my blogroll category, so it should show up in my blogroll, and possibly in the Little Feed Reader on Bluesky. Oh the power of interop. All of this, and more, was discovered by Andrew Shell. Two suggestions. 1. Include descriptions with the items. 2. Use enclosures for the videos. Atom does enclosures differently from RSS, but it can be made to work, imho. No matter what, thank you YouTube, and it's a great start.

Scripting News ●

Good questions from Phil Jones re Wednesday's podcast. I'm glad to get to answer these questions. There's more to wpIdentity than is obvious at first glance, for example it has a relatively complete storage system built in for developers to use. I used one of its features yesterday in the connection between Bingeworthy and the profile display app.

Scripting News ●

I'm going to fill in the next bit of Bingeworthy here in a few minutes.

Scripting News ●

BTW, I'm going through all the episodes of Deadwood, and find it's influencing how I write. A good bingewatch is like that. You become one of the characters, or in a way, all of them. Sometimes I'm Swearingen and other times I'm Wu. Etc.

Scripting News ●

GitHub and chatbots

We need an AI chatbot that can work with GitHub repos. That is, in my prompt I say, the following questions are about this GitHub repo. At that point it is ready to answer any question about the project. This an incredibly important intersection of capabilities. As far as I ...

Scripting News ●

If you read this blog, I hope you'll take the time to listen to yesterday's podcast. It's all about WordPress, a product that you won't read much about on this blog, going back through the archive. I wasn't paying attention until 2023 when I began to see what an amazing prod...

Scripting News ●

Dear president Biden

We demand that the Department of Justice to release all the special counsel reports behind the indictments of former president Trump.

Now, before the next government gets to do what Barr did to the Mueller Report, or worse?

We have a right to see what led to the indictments.

Now is the time to speak up, for once, it really matters.

Let's make the earth shake for the Biden and Garland.

It's time for one last chance to not be a scared Democrat.

Speaking up is often a pointless exercise on the net, but this is one of those times when it could really make a difference.

Scripting News ●

Just found an exponential memory leak at the database level in Bingeworthy. I have never seen one of these in all my years of programming. A data structure that saves a copy of itself in itself. So every time it saved it became exponentially bigger. Until it made the SQL server crash because the JSON object it was storying was over the limit of JSON objects. Crashed the freaking server. Fixed. Feels good.

Scripting News ●

As part of the conversion of BingeWorthy, I started the database from scratch, but before I did that, I exported all the data and put it in a GitHub repo. This included a JSON file of ratings for each user. For example, this is my file. Remember we used Twitter identity then, davewiner is my Twitter username, just replace my name with yours to see your file, if you were a Bingeworthy user in the past.

Scripting News ●

I wrote this post in 2023 as Threads was coming online. Now that Zuckerberg has thrown us under the bus, again, it's worth remembering their rollout strategy was to get us to overlook their past betrayals of users. They said "We ❀️Fediverse." That did it. It was at a moment ...

Scripting News ●

2023: "If they really want to prove their love for the open web, if they aren't just trying to lull us to sleep while they steal yet another market from the open web, they should do something that helps the web more than it helps them."

Scripting News ●

I wish the Ecmascript committee had put more effort into real soul-saving enhancements like comments in JSON instead of coming up with contorted ways to do the same old contortions we got used to dealing with ten years ago. And they could have removed features from the language instead of piling on more and more random reinventions. End of editorial, now on with the new Bingeworthy.

Scripting News ●

The new Bingeworthy

Last night while watching a basketball game, checking my iPad, and all of a sudden new items started appearing in the RSS feed for the new Bingeworthy. I thought oh geez there's some kind of bug, last thing I need now, but quickly realized someone was using it and it was wo...

Scripting News ●

Has anyone come up with a variant of JSON that allows comments? I've started using names like "comment1" etc to shoehorn comments in. A complete hack, impossible to maintain over time. The idea of not being able to put notes in your config.json files is absolutely ridiculous.

Scripting News ●

The great thing about using a sytem like MySQL (or any SQL for that matter) is that it's been around for so long that if you can think of something that would be nice to have, you can be sure it's there somewhere. They've had enough time not only to hit all the walls, but to...

Scripting News ●

How I'd write books with WordLand. Just thinking out loud here. Working with a group of people. It's possible it's just the author and editor, or it could be a larger documentation job, or a report covering a lot of ground. In 2025 we'd use AI to find the threads in our writ...

Scripting News ●

BTW, in defense of Matt Mullenweg and the culture of the developer community he built over the last 20 years, for better or worse, they don't do what Bluesky did. They look for prior art and implement it and they don't deprecate, btw. They're still running the APIs we invent...