
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.
- No WebSub updates.
- β Valid.
Rights: Β© copyright 1994-2024 Dave Winer.
Generator: oldSchool v0.8.12
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.
What I want and am not getting from AI technology
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.

This is what my YouTube channel looks like in my blogroll.

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.
The personal profile pages for Bingeworthy are working again. Here's my profile page. This is how you share recommendations. More info here.
I'm going to fill in the next bit of Bingeworthy here in a few minutes.
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.
GitHub and chatbots
I started a thread for questions and comments re the podcast.
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.
Started a new support repo for Bingeworthy.
Podcast: How I view WordPress.
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.
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.
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.
The new Bingeworthy
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.

Update: I did finally get Bluesky images working again.