Dave Winer again calls for “a twitter-like system built with feeds, with all their limits”. In May 2023, I created My Status Tool (Github repo) using Node.js that provides the basic posting and reading functionality within Twitter, but using RSS and rssCloud as the enabling technologies. Colin Walker also created a PHP implementation (Github repo), and our two versions were able to interop. Dave also called for this back in December 2023 (my response), but from what I heard, Dave had some other ideas besides working with MyStatusTool. I don’t think that FeedLand is the system he was talking about, and I don’t think that Blogroll Social is the system either. Anyone interested in working on this?
MyStatusTool
There are 31 posts filed in MyStatusTool (this is page 1 of 4).
On the topic of link blogs
There has been some discussion somewhere this month on the Web (although I cannot find it) of a new list or lists of link blogs. Brad Enslen noted earlier this month that he sees an increase of link blogs in his browsing. The discussion of linkblogging has been going on for a long time (see this Manton Reece post form 2016 as an example). I have a Links category on my website (with its own feed), so someone could follow just the links part of my website. It is a simple thing to do in WordPress, as well as most other weblog tools. I also have another blogging tool (MyStatusTool) which is well suited to use as a link blog and has its own feed. Of course, there are many ways to publish a link blog, but why not get started with the tools you have at hand? As I mentioned recently, we have great tools available – let’s create some great things! Start blogging those links!
Open letter to Dave Winer’s call to develop feed-based social media apps
On December 3, Dave Winer published a “call to develop” for a feed-based social media app (he mentioned Mastodon in his post, but could be any social media app out there in my opinion). Sounds great to me! I have a feed-based app using rssCloud for notification called MyStatusTool (link to Github repo and my install). It is implemented using Node.js, Express, and Embedded Javascript for templating. It inspired Colin Walker to develop a PHP implementation of the tool (Github repo, his install). We were able to use our tools to interop with each other (have a real-time conversation), and to follow other feeds using rssCloud for notification. I have tested my implementation with the rssCloud user feeds from FeedLand and WordPress.com in addition to Colin Walker’s MyStatusTool implementation, and verified the real-time performance (new posts showed up almost immediately).
Now, is MyStatusTool a fully-developed thing? Nope! It’s a bootstrap. It does use a number of Node packages developed by Dave Winer for feed generation and feed reading, and uses Andrew Shell’s rssCloud server for notification, so I think it falls into the “working together” category that Dave Winer wrote about in 2015: “When you have a choice, instead of re-inventing someone else’s work, use it.”
I am ready to work for interop with whatever Dave develops. I don’t have any illusion that MyStatusTool is the epiphany of feed-based social media tools, but I developed it to see if one could be developed, and it spawned another implementation, so I think that is pretty cool. Let’s get busy and see what happens!
Was able to get the text of a previous post into the MyStatusTool editor window, but had tags appear in the post. Did some experimenting, then I could not decode the HTML entities – frustrating!
Dave Winer is musing about a lightweight social network. As Colin Walker and I have mentioned, I think that MyStatusTool would be a great fit (rssCloud for notification, can be used for small groups)! Dave has blocked me in most forums – can someone tell him about it?
Did some work on MyStatusTool today, having trouble figuring out how to pass a string into the medium-editor, seems like I may have to clean up the text first…
Made a change to MyStatusTool to read the user posts in the Admin interface instead of the full set of user and subscribe posts. Next will be to use the edit button to copy the individual post text to the editor window….
Did a little work on MyStatusTool today, adding code to add edit buttons to user posts. Slow progress, but still progress.
Followup on artcasting test – I did not see anything appear on the admin page of my MyStatusTool install. Checked to see that I could read one of the BlueSky art feeds using reallySimple, that worked. Looked at the myItems.json file from my server, did not see any items there, so I am wondering if the rssCloud part of the BlueSky art feeds is working. Will continue to investigate…
Decided to try reading artcasting feeds in MyStatusTool (following Colin Walker and Dave Winer’s lead). I noticed, however, in the artcasting test feed that there is no cloud element, which MyStatusTool relies on for updates. Looked at Dave Winer’s river of art feeds, saw they had the cloud element, and added them into my feed list. Will check periodically to see if I see anything…