BTW, if you have a question about source:markdown, or want to raise an issue, this is the place to do it.
Dave Winer, OG blogger, podcaster, developed first apps in many categories. Old enough to know better. It's even worse than it appears.
- Generator
- oldSchool v0.8.16
- Rights
- © copyright 1994-2024 Dave Winer.
- Public lists
-
IndieWeb
Scripting News' feed now supports source:markdown.
Now that Cory Doctorow has put enshitified into our vocabulary, I find myself looking for evidence of it in AI, and finding it everywhere. There is a common thread. Amazon Alexa has a really nasty habit of finishing a song by asking me if I want to listen to some other version of it. I'm sure that seems like a nice friendly thing to the product people at Amazon, but please -- I'm grooving on the energy of the song, and the last thing I'm thinking about is some asshole robot interfering with my train of thought with a question so stupid only a machine could think of it. Okay I think that qualifies for enshitification right there. Can we have a rule that AI bots must by defalt behave like a computer. I, your human overlord, the one who is paying the bills, will ask the questions. And you will not speak until you are spoken to.
Before I was so rudely interrupted, I was going to write a short post about how I never thought about how good Credence Clearwater is, until Andrew Hickey did a whole longish episode on them. The story isn't that interesting, but the music is great, lots of fun. Never realized it. Right now I'm listening to Born on the Bayou, lovin it.
I figured since I'm out there asking everyone (nicely I hope) to add source:markdown to their feeds, it kind of sucks that my own feed didn't support it. Now it does. I've started a thread on GitHub to report problems, and I can see that there will be some. If your feed reader prefers markdown, you will see the problems right off, I think.
Good morning sports fans!
WordLand is one of the few products that works hard to make sure that it has effective competition. My goal is Working Together. That means, here, laying out a welcome mat for WordLand's competitors.
I need to have my posts from scripting.com flow through the Daveverse site, because the WordPress view of my writing is becoming more important. Not surprising, I've been reaching out to that world for a while now, and there have been real responses. I find myself copy/pasting again, and I have to start viewing every one of those as a bug to fix.
Of what use are users?
The kind of email I like to get. From Manton: "Just wanted to let you know that I added source:markdown to all Micro.blog-hosted RSS feeds by default this week. You can see it in my feed." That's one nice lookin RSS feed. He added: "NetNewsWire support was the last nudge I needed to add this." The Power of Brent. It's good to stay on Brent's good side. ;-)
The previous post appeared on my daveverse blog which is something I'm especially proud of because it's the result of a fantastic collaboration between my codebase and Matt's codebase. Could not have happened without the wpcom api. That single bit of software imho is going to spark a rebirth of web applications and with that, the blogosphere. That is, if I have my way. Now one thing I still have to fix is the problem of posts appearing in more than one place without copy/paste. Have not conquered that yet.
AI changed the basic capabilities of computers. Some technologies will do fine in the new world, like SQL databases. But the stuff we do — that's going to change radically. Will anything be left? No one knows, imho. Best thing we can do is keep going on the path we were on, and look for ways to involve AI tech in a way that will bring the power of AI to writers.
I went to see a discussion between Matt Mullenweg and John Borthwick, two people from tech who I have worked with, but hadn't seen in a while. I wanted to chat with both of them, and did, which was well-worth the journey. I liveblogged it. My chat with Matt helped me understand what we're doing. One of the things we talked about is an idea I thought he would understand and love. It relates to their podcasting client, Pocket Casts, which I use.
I went to NYC yesterday, drove both ways in the same day, which is a lot of driving. It was exceptional for me, two big cities in three weeks, Ottawa and New York. Had time to sit in Washington Square Park, then I rode a Citibike up to where I used to live near Columbus Circle. On the way I shot a video of a woman on West St with a sign that said Honk For Democracy. I thought it was a nice shot, and typically NYers drove right by her, no honking, unfortunately. I also shot a video in Washington Square Park. NYC is photogenic, interesting, and still where I come from, proudly.
Dynamic OPML for Pocket Casts
I liveblogged a chat between John Borthwick and Matt Mullenweg tonight in NYC.
Don't forget the new WordPress News.
And it's undeniable, the voters said no to Schumer and the current theoretical Democratic leaders. They can't be in charge of the future, otherwise we're lost. So the voters figured it out. Let's make sure everyone hears this, they seem to be saying. You better be able to lead us or don't bother applying for the job.
Every FeedLand timeline has a link to its OPML subscription list under the traditional white on orange XML icon.
To people who do WordPress plug-ins -- have a look at the feedlandSocket repo. It sends notifications of news items to any subscriber, via websockets. News items are simple JSON, and contain information in the feed item, and system info like id and when it was received. This makes it easy to stream news to a plug-in running in a WordPress site, that can then do anything with the news they like. It's incredibly simple to use, and we provide all the JavaScript code you need to embed in a browser-based app. Here's a place where you can ask questions.
Democrats swept yesterday's election. A reminder that you should ignore pundits when they say what they've been saying about Democrats since Trump won last year's election. They assume people are stupid and aren't paying attention to the prices in the supermarket. And the price of health insurance. And the mask-wearing storm troopers occupying Los Angeles and Chicago. Heather Cox Richardson said at the end of last night's piece that "politics will be a whole different game." Republican incumbents now know that there better be big change, or they'll all be losing next November. They may find themselves more on the people's side than Trump's, now that they know for sure the two things are different.
There was a time when I thought Dick Cheney was the worst possible person to be vice president of the United States. His corruption led to what we have now. I will never love his memory. But I do remember that he voted for Kamala Harris. So, if you go deep enough, we shared the same vision for the country. As corrupt as he was, even he had a limit. We need more Republicans to do what he did. And I thank him for setting that example.
Wes Felter explains what stablecoins are for. "Stablecoins work offshore in places where dollars don't, they're faster to transfer, they mostly can't be seized, etc. It's for the margins not the mainstream."
From the beginning, I wanted FeedLand to make excellent use of WebSockets. It's an amazing technology for its power and simplicity. Basically it allows a server running in the cloud to send information to an app running in the browser, or for that matter an iOS app running on an phone. Then the question is what do you want to use the socket for? And the answer is that to make syndication even simpler and faster than RSS. If you want to know more, there's a client toolkit and demo app on GitHub, open source of course. How real is it? The blogroll on scripting.com is a sockets app, a much-improved blogroll from the ones we had 20 years ago. Also runs on WordPress sites. It's been running smoothly since March 2024. Pretty solid. And WordPress, that doesn't break formats, has supported the rssCloud protocol since 2009, and of course so does FeedLand.
New podcast about WebSockets.