Scott Johnston

@sejwords.bsky.social

Californian/Minnesotan with an all seasons place in Wisconsin. Computer scientist awed by nature. Acapella singer working hard to repurpose those neurons to my hands and feet. https://thatisagoodquestion.buzzsprout.com

The richest person in the world, an avowed white supremacist, today again posted "the next step is getting rid of 'source code' entirely and just making an efficient binary directly with AI" because he has no idea how anything works, not even the basics of industries he is in.

On this road trip I am so relieved to see the Electrify America 350 kW chargers when we pull off the road, well situated in a corner of a spacious lot with trash cans and rest rooms conveniently nearby.

#OTD I was at the 8/3/83 charity concert at First Avenue where Prince debuted songs that a year later appeared in the “Purple Rain” album & movie. During the song “Purple Rain" I said to myself: "Prince has gone folk." Only in retelling this recently did I realize the echo of “Dylan goes electric.”

Two images: Dylan at Newport Folk Festival 1965, Prince at First Avenue, August 3, 1983
Chris Steller@chrissteller.bsky.social · last yr.

42 years ago today, on Aug. 3, 1983, Prince "and Friends" (soon to be known as The Revolution) performed songs for the first time that would appear a year later on the soundtrack album and in the movie "Purple Rain."

Minneapolis Tribune, Sunday, August 7, 1983. Item in music news column with two photos from the Aug. 3 concert at First Avenue. One is Prince playing guitar with arm raised and a kind of wild look on his face, and the other is Loyce Houlton of the Minnesota Dance Theater with Prince beaming at her, on stage. The text says the concert, with tickets at the high price of $25, raised about $2,300 for the dance company. Houlton had caught Prince, who took classes the MDT, while the Purple Rain album/movies rehearsals were underway two weeks before. Crowd estimate: 1,100.

Ok that was annoying. I had to verify my age because I’m in the same time zone as Texas. All the AI in the world and they couldn’t verify that Alexandria Minnesota isn’t in Texas.

As a middle of the road liberal I have some sins against dominant PC culture, like selling things on Amazon, and using Claude to program my software. Each if understood in more detail might be praiseworthy by some global arbiter of liberalism, like what I sell are compostable kitchen scrap bags...

How about we all just go play coed sports even if teams are composed of mostly one gender. Then you find a league where you have fun with competition at that level. It is the obsessive focus on playing sport for money, not fun, that makes people all twitchy about unfair biological advantage.

the interesting thing about using Claude for doing the kind of intense programming of an open source full stack MacDraw that I do is that I have to constantly retrain it because I constantly have to start new chats. You need to continually condense the number of tokens you are working from.

Training Claude on programming in my own language gives me incredible insight into what the average programmer would face learning it. Lists of data and blocks of code don't need to be buried inside parens, the "," and ";" operators bind them together...

Timed out with Claude. Because I don't want to pay more than $200 a year it costs for the "pro" version. Feels like a bartender saying you have to wait 2.5 hours for your next drink.

I'm on a crazy quest to bring the benefits of a drawing editor integrated with a scripting language that is the network protocol to the world. Crazy because I've been on the quest since the late 1980's. Crazy because no one has quite duplicated the drawing editor framework at the core of it.

Now that I'm working with other entities who actively contribute patches to my source base, I'm beginning to finally appreciate the "git add" feature. Before I drop your modified version of my software or document in my directory, I want to be sure I can see the diff against the last version...

Claude, greptile, and I make for a heck of a programming team. Claude is a power tool for sifting thru frameworks and generating diffs to try. greptile is a power tool doing PR reviews and catches all sorts of stuff Claude doesn't (but wouldn't be as good as Claude in generating code).

I feel like an adjunct professor who has been pushing along a pet research project for near 4 decades, and all of a sudden I have a crack team of fully funded grad students, some of the best I've ever worked with. And because I've kept the research materials and product quite organized...

With Claude I feel like how a woodworker might feel who spent his life mastering hand tools and then walked into a modern shop. The same processes still apply, I just have power tools to do them now.

With Claude, if I was a woodworker instead of a programmer, I would feel like after a lifetime of gaining mastery crafting wood products with hand tools I just walked into a modern woodworking shop.

Back before the first AI winter I was lucky enough to start working with an open source drawing editor framework which I extended with my own full-blown scripting language (we also added multi-frame and graph editors). I kept it going thru the decades struggling to keep it compiling with...

Just like personal computers and word processors changed everyone into their own secretaries, AI is collapsing the whole REST API development team (and maybe even the marketing team) into one overall product manager who does everything. It's like they were all employed harvesting wheat and then...

I just used Claude to create a scripting command coverage measurement strategy, and then set it off to compute the coverage after we just made it up. No I'm not completely verifying that its categorization of how to count up and ratio coverage is accurate, because I'm not worried.