Via Ben Werdmuller, read this post about “Open Podcast Standards”, seems like an effort to promote new “tags” within a feed. I hope that their “new” feeds are still compliant RSS 2.0 feeds…
More on Twitter API death watch – saw this post by Ryan Barrett (developer of Bridgy federation tool)(check out Bridgy for Mastodon!) where he references a Twitter Community post that April 29th is the final date for original Twitter API support. Oops! Guess I misread that…. my app is still working, even if WordPress.com is not!
Twitter API death watch – my Portland Protest news river is still flowing, made up mostly of RSS feeds created by a Twitter API app – so much for turning off on March 31…
Made some progress on incorporating the MST-PHP post styling within the sample app for user authentication! This is a static feed, but helped me to understand the formatting and how to access JSON data within an Express application.
The subject of organizing in activism
Ken Smith recently wrote about how Rosa Parks was successful because “Rosa Parks had this skill set, these allies, this long-term strategy with her people . . .”. To me, this implies organization, or an organization with goals and plans to achieve those goals. In Jacobin Magazine, Clement Petitjohn writes that social movements in the US have typically relied on “professional organizers”, while in France this formal role is scarce. Quote: “This doesn’t mean that no organizing is done in France, of course. It just points to the fact that the various tasks associated with organizing work break down differently in France and in the United States.”. Petitjohn has a new book from Haymarket Press titled “Occupation: Organizer – A Critical History of Community Organizing in America”, based on research he did for his PhD at the University of Chicago. The Guardian newspaper has a recent article on the efforts of the French unions on protest the raising of the national retirement age.
For other looks at organizing, Joe Burns’ recent book Class Struggle Unionism “draws on years of labor activism and study of labor tradition … and outlines the key set of ideas common to class struggle unionism and shows how these ideas can create a more militant, democratic and fighting labor movement. “. Finally, for people trying to figure out where they might participate as an activist, Hillary Rettig’s book The Lifelong Activist “…is based on my many years’ experience as an activist and coach: work in which I learned which personal habits, thoughts and beliefs tend to help people succeed at ambitious goals, and which don’t.”. This book is now available free online.
Update on MyStatusTool development
The MyStatusTool project was on hold for a period of weeks while I was developing a glossary plugin for Micro.blog (and specifically for John Philpin). That appears to be working at least for John and me, so I am resuming work on this project. In conversations with Colin Walker (developer of MST-PHP), I am planning to move to update my user interface to match Colin’s, so our tools will be more common to users. I made a start on this by getting the simple version of username/password authentication using Passport.js set up (since my initial version did not have this). I have also spent some time familiarizing myself with how MST-PHP styles its user interface. The following is my projected list of tasks:
Login feature (in progress)
Display static set of feed items on home page
Display items on login page
Read feeds, add to posts file, update display on home and login page
Create admin page to manage feeds
Add posting feature and create a feed for posts
Add static pages for each post
My thoughts on the current AI explosion
For some time now, people have been exploring public AI models like DALL-E and GPT-3/GPT-4. From the software development standpoint, it appears that with the correct prompts, these models can generate source code that can do 80-90% of what you want (for specific tasks). Simon Willison has a great walkthrough of one of his experiments. Another area is training models on your own data. Dave Winer is working with Chat Thing to create his own personal chatbot which can answer questions about the content he has published since 1994 (Ton Ziljstra has shared some thoughts on this topic). I don’t think that these types of applications will be replacing programmers just yet, but they are already helping programmers be more productive. The uptick of people using these apps to create content is somewhat troubling, I would say the “jury is still out” on those types of use cases.
Where were you when Trump was indicted?
I was checking my email between 2:50pm and 3:00 pm on Friday, March 30, 2023. I got an email alert from the New York Times:
I then went to check CNN:
This was followed by the headline I predicted months ago:
Confirmed also by NBC News:
Hopefully, now that New York has gotten the ball rolling, the US DOJ and Fulton County, GA can release their indictments soon…
I posted a question on Dave Winer’s chatbot about fat pages, got a decent response!
John Johnston notes a podcast on a WordPress plugin (Friends) for a social network (although back in 2021). Seems to be lots of activity in the social area – why not MyStatusTool and MST-PHP?