It's even worse than it appears..
I'm all-in on Textcasting. #
Something interesting to ponder. When we have Textcasting-compatible social media networks, there will be no more wall between blogging and tweeting or tooting. And then we will be able to choose our writing tools and they could be blogging tools as easily as they are the tiny little writing boxes Twitter et al give us. Blogging tools are equipped to deal with titles, styles, links, enclosures, no length limit, editing. These might seem like luxuries now, but once we have them, we'll be amazed that we put up without them for so long when they were very very very very easy to implement. #
Bluesky People Browser: I'm playing with ideas of how to browse around a network of followers on a social media platform. Bluesky is the first that I've had an OPML interface to work with. So I created an outliner for walking the structure of people and who they follow on Bluesky. #
Screen shot of BSPB.#
The nice thing about sports, it's the last place you can have an opinion without everyone losing their shit.#
  • I am an infrequent SQL query writer. My knowledge of the language is pretty limited, but I'm pretty good at understanding the kinds of things it can do, and since I am an experienced programmer, I can specify my needs in fairly accurate technical terms, they just don't happen to be in the SQL programming language. That's where ChatGPT is very useful! #
  • I wrote out my query in pseudocode, ie English --#
    • I have a database with three tables, feeds and subscriptions and users. If a user subscribes to a feed there is a record in the subscriptions table connecting the two. I want a query that tells me which feeds have 0 subscribers.#
  • In the old days before ChatGPT I'd write a braintrust query, put it on my blog and the odds were pretty good that in 24 hours I'd have the answer, and would feel grateful and proud. That of course would be after putting in a few minutes trying to find the answer using Google and StackExchange. #
  • Now I just feed it to ChatGPT and it translates it for me, to good SQL code, and in ten minutes I have the query and the answer:#
    • SELECT feeds.feedurl, feeds.title FROM feeds LEFT JOIN subscriptions ON feeds.feedurl = subscriptions.feedurl GROUP BY feeds.feedurl, feeds.title HAVING COUNT(subscriptions.feedurl) = 0;#
  • I edited it a bit because it assumed field names where I used slightly different names. And I never said that fields had URLs that identify them, and we must use that, not the unique integer ID that each row also has. #
  • It worked. Turns out there are 872 feeds in feedland.org's database that have no subscribers. I'm looking for ways to make the feed reading part of FeedLand perform better, and time spent reading feeds no one is watching could be a place for savings. #
  • ChatGPT, you have made me a more confident and creative programmer. #
  • Huzzah!#
  • Spoilers! Spoilers!#
  • I imagine during the day I'm going to think of a few random things about Succession. Be sure this is 100% top to bottom spoiler. #
  • A nice thing about Succession: The Roy kids could fuck each other up and all the while they're still a family. They spent a lot of time on that in the last episode. Trying to give us a glimpse of the future for them. Now the ways the hurt each other will be more mundane, more like a normal 0.0001 percenter. #
  • Succession is a parody, that's what makes it so entertaining. And they play games with us, distract us into overlooking what was obvious -- what eluded all three of the kids, even though the adults were constantly reminding them that they didn't compete at the level they thought they did. #
  • I just got some quiet time to think about the story of Succession, and the whole show was constructed brilliantly to leave you with the feeling that how could we not all have seen this coming, it was just math. #
  • The ending of Succession was like a magic trick, revealed. The answer was right before us. Impossible to miss. Yet..#
  • I can't speak for anyone else, but I was led astray by this speech from Karl, about Tom: “You’re a clumsy interloper and no one trusts you. The only guy pulling for you is dead. And now, you’re just married to the ex-boss’ daughter, and she doesn’t even like you. And you are fair and squarely fucked.”#
  • Pretty close to the beginning Marcia said: "He made you a playground and you think it's the world."#
  • Logan said, recently: "You are not serious people."#
  • Logan was a monster. The Swede is a monster. The kids are journalists, pundits. A tribute band if that. They think there are plays. As if they were performing for spin. But the Swede lies and steals and cheats. He was the guy who was Logan's successor, if you think it was Tom, sorry Tom is the next Gerri.#

© copyright 1994-2023 Dave Winer.

Last update: Tuesday May 30, 2023; 7:42 AM EDT.

You know those obnoxious sites that pop up dialogs when they think you're about to leave, asking you to subscribe to their email newsletter? Well that won't do for Scripting News readers who are a discerning lot, very loyal, but that wouldn't last long if I did rude stuff like that. So here I am at the bottom of the page quietly encouraging you to sign up for the nightly email. It's got everything from the previous day on Scripting, plus the contents of the linkblog and who knows what else we'll get in there. People really love it. I wish I had done it sooner. And every email has an unsub link so if you want to get out, you can, easily -- no questions asked, and no follow-ups. Go ahead and do it, you won't be sorry! :-)