New version of MyStatusTool now available

Overview of MyStatusTool

MyStatusTool is a proof of concept for a microblogging tool relying on local files for data storage and rssCloud for notification. I was motivated to do this to show how rssCloud could be used to support a Twitter-like experience. With the chaos underway at Twitter, multiple microblogging services have been getting more attention (Mastodon, Micro.blog, etc.). It seemed like a good time to try something different.

Why use MyStatusTool?

There are many tools/services that people can use to publish their thoughts on the Internet. The features that MyStatusTool brings to the table are:

  • Web application
  • Can post from a web page (PC, tablet, mobile)
  • Can instantly notify people that your feed has updated (if they are using an rssCloud-enabled reader tool/service)
  • Can instantly get updates from other rssCloud-enabled feeds (like MyStatusTool feeds, WordPress.com feeds, and WordPress.org sites using the RSS Cloud plugin)
  • Hosted by the user – no dependence on a silo service (think Twitter/Facebook, even Mastodon) – you own your content
  • Individual pages with URLs for all MyStatusTool posts

In the above description, note how Twitter-like this list of features is. People like using Twitter, so I wanted to leverage the best parts of the user experience.

There has been some recent discussion about being able to have small group conversations on the web. A group of users could use MyStatusTool to support those conversations, with each of the users subscribing to the other users with whom they want to have a conversation. It can be as small or as large as you like – no limits!

How can I get started?

Check out the Github repo and give it a try if you have a Linux server online! I have an instance running here, so you can see how it looks. There is also an alternative implementation written in PHP (MST-PHP, created by Colin Walker) which can run on most web hosting services.

If you do try it, let me know how it goes for you – I am interested in improving the user experience wherever I can….

Glossary plugin now available for Micro.blog and Hugo sites

As a result of this thread, I have developed a glossary plugin for Micro.blog! Thanks to @JohnPhilpin for his review and testing. The plugin is available in the Plugins directory, and more info on using the plugin is at the Github repo. Enjoy, and let me know if there are any questions!

In addition, the shortcode and data file within the repo can be used for standalone Hugo sites, so Hugo users should take a look as well. Credits go to Brian Wisti at Random Geekery for basically developing the entire concept!

Demo of MyStatusTool – Twitter using RSS and rssCloud

I have created a proof of concept for a microblogging tool relying on RSS for data storage and rssCloud for notification. I was motivated to do this to show how rssCloud could be used to support a Twitter-like experience. Also, I was blocked for posting an innocuous comment on the FeedLand user feed tool, and felt that there needed to be an alternative to that tool for microblog posting. My earlier posts on the development of this tool are here and here.

In this demo app, the basic functions are:

  • Ability to make a short post
  • When a post is made, a RSS feed is updated, a separate page for the post is created, and the post appears on the home page via Websockets
  • The tool provides hosting for the RSS feed and posts created
  • The tool can display updates to any RSS feeds that support the rssCloud protocol via Websockets (feeds are listed in a configuration file)
  • The contents of the feeds in the configuration file are displayed when the user accesses the page (so they can see what has been posted recently), then any posts with the tool appear at the top of the page

The tool is set up for a single user and requires some configuration. Please consult the README on the Github repo for more information if you want to set up the tool for yourself.

The demo app is available at http://fedwiki.andysylvester.com:443/. The contents of the feeds in the configuration file are displayed, along with any recent posts using the demo app. I encourage people to try making posts and see how they appear and how quickly they appear. As posts continue, so will display of updates to the RSS feeds in the configuration file.

This is a proof of concept, but will be further developed. If you find problems in the tool, or want to suggest features, feel free to create an issue in the Github repo. Also, I would love it if a few other people try installing it and let me know how it goes…

Read: On blogging and intentional sharing

Read ( )
From Smokey:

The key, in all cases, is to be thoughtful, to first consider whether something (from your blog, from a service you use, or even straight from your fingertips to its eventual destination) is appropriate for where you want to post it. Be intentional in how and where you share things, and you will make the world a better place.

Amen! Let’s think a little bit before posting…

 

Read How I Twitter by Leo Laporte

As you may know I deactivated my half-million follower/bot twitter account last August. I don’t miss it at all except as a newsfeed.
Twitter practically killed RSS readers by providing a firehose of instantaneously “curated” news. With all its flaws, that firehose is useful for a variety of re…

via Chris Aldrich, a neat description of how Leo Laporte uses Twitter to collect links for his shows, some good workflow concepts that could be made part of other tools.

My microblogging book is available on Amazon!

My book “Microblogging: History, Practices, and Tools” is now available on the Amazon Kindle Store! From the book page:

Many people are aware of microblogging, but how did microblogging get started? What are the practices of microblogging, and how is it different from regular blogging? Also, most people know about Twitter as a microblogging tool, but are there other tools available? This book describes the history of communication technology that led to microblogging, discusses common practices that apply to many tools, and an overview of five different microblogging tools you can use to start microblogging today!

Feedback is welcome!