★ Liked “How Does Mastodon Work?”
I’m going to try and cover all of the basics of Mastodon in this post, as well as the details of how it all works. By the end of this post, you will hopefully be a Mastodon expert.
★ Liked “How Does Mastodon Work?”
I’m going to try and cover all of the basics of Mastodon in this post, as well as the details of how it all works. By the end of this post, you will hopefully be a Mastodon expert.
Some mornings just aren’t easy. And it is even more frustrating if they are Monday mornings. You get up with a plan in your mind - when kismet has other plans. Sigh.
To anyone using Business G Suite just make sure that you’ve “downgrade” instead of cancelling your subscription. (…) To Google, I lost trust in your service.
Google’s customer care horror stories just don’t die.
Updated: 05-Aug 15:15
I am seriously considering the option to make this blot blog as my primary site. I do not want to take decision in haste. So here I am jotting down the things I will have to sort out before the switch. This would be a rolling list.
/journal/<postname>. This will have to redirected to /<postname>.lab. urls. All the current blot posts will move to www subdomain./now and /about pages to blot.As I jot this down, there is another option that looks simpler (and so more probable).
Blot becomes my blog, replaces journal on the current site. Hugo site remains my main site. I will not move any posts, journals or pages. Everything in the old site remains in the old site. All the formatting rework is avoided.
I can move the complete journal section to an archive link in the footer. Blot will be serving /blog. /lab will be redirected.
Main site navigations will be Home | Arcticles | Blog | Now | About
That means the current site will keep serving my long form posts, the articles. Ones for which I spend significant time, I have a machine available to write over the days. And I can control the publish process. The blot blog will sever my thoughts, ones that I need to quickly put out, may be mostly while mobile.
Update [04-08 17:40]: Discovery of threads
Update [04-08 17:40]: Possible options to unearth in Dashboard
Update [20-07 23:43]: User information display
Update [17-07 00:50]: Refresh to the Micro.threads
Update [15-07 11:00]: Tentative Authentication flow
Implemented using Passport. Passport handles maintaining os user object in session. DB temporarily stores the token information — deleted on logout.
I need to improve micro.threads. Noting down the current limitation with the implementation.
What I want to introduce now
I think it would be important to change the whole direction itself. I feel the goal needs to be discovery. Help users discover interesting posts and people on micro.blog. To achieve this, below has to be handled.
★ Liked “A Moral Imperative”
What I don’t hear often in the discussion is the moral imperative to help others: the understanding that taking care of the people around us is the right and only thing we must do
Continuing my experiments with Blot, and as a next step in Indiewebifying it, I had recently sorted out the webmentions setup and display.
There was one final piece of puzzle missing, one that I had posted in a recent update on the theme refresh.
Why not make this the primary homepage? Well, I am still on the journey of indiewebifying this place. I still post to my site using other apps, mainly Quill and Micro.blog. Until I get the micropub endpoint that I am working on done, I will keep this place booked for my excursions, my experiments.
Well, I finally managed to get a basic version of one worked out. Basic, but a workable version. Introducing Blotpub.
It is a self-hosteable Micropub endpoint for blot.im and Dropbox. It accepts Micropub requests, creates a simple Blot posts and saves them to a configured Dropbox folder. This enables updating a Blot blog through a Micropub client.
I have tested creation of both long and short posts via Quill. It supports creation of posts with or without titles. For me, the former are my micro posts while later are more of the long form articles.
It also supports metadata creation for tags and slugs as part of the post documents.
With this, I have my basic needs covered. Most of the time, I am posting text posts; the current version should be able to handle that.
Next, I need to handle the creation of like and reply post types and also handle the image files. It may so happen that I end up getting these done soon. However, I wanted to put the bare bones version out there.
Well, as I said earlier the source is open. It is a Node application which you can self-host as your own micropub endpoint. I have covered some of the details as part of the project readme.
However, before you use blotpub, there is one essential step from IndieWeb that needs to be addressed - to make your website your identity online. It involves declaring openly your social network profiles as rel-me links and link those profiles back to your site. This allows you to login to any IndieAuth enabled services using your website’s homepage - no need to create an account or maintain passwords.
You can refer to the “Essential IndiWeb” section in this post on how to display webmentions on your site. That step applies to using a micropub too.
Install: Just install this as a normal Node.js application. A better way would be to deploy directly to Heroku.
Configure: Add the required configuration values via environment variables or the Heroku app deploy dashboard. You will need the token generated above.
/micropub (e.g. https://deployed-blotpub-app.com/micropub). For Heroku deployment, it would be something like https://*****.herokuapp.com/micropub (exact url will be available at Heroku dashboard). To enable automatic discovery for your Micropub endpoint and token endpoint, you will need to add the following values to your Blot site’s <head> - usually available in the head.html file in your theme/template.
<link rel="micropub" href="https://deployed-blotpub-app.com/micropub"> <link rel="token_endpoint" href="https://tokens.indieauth.com/token"> Media Endpoint: Most of the micropub clients, like quill, can send the media files as multipart data. So, you can attach image while creating a new post. However, some clients like Micro.blog require a Media Endpoint to handle the media files (primarily the image files). Blotpub comes with an inbuilt media endpoint. To use it, just configure the MEDIA_ENDPOINT variable in your blotpub deployment to https://deployed-blotpub-app.com/micropub/media (for Heroku, something like https://*****.herokuapp.com/micropub/media). This will allow you to post image from such clients too.
Note that file uploads via blotpub media endpoint will only add the image file at the location configured at PHOTO_PATH and the URL to the image will be added to the post metadata as photo: <url-to-image>. To render this in the post, you can add the below code block in entries.html and entry.html in your Blot theme either before or after {{{html}}} as per your preference.
{{#metadata.photo} } <img src="{{metadata.photo} }"> {{/metadata.photo} } You should now be able to post to your Blot site from external Micropub clients (like Micro.blog iOS App, Quill etc). If you do use this, ping me. All your feedback is welcome.
★ Liked “Engineers Fix Original Defects in the Statue (of Liberty)”. From the 1985 archives.
‘’We just couldn’t buy her a new dress and dab on some new makeup. We had to fix her internal problems.’’
★ Liked “A Spectre is Haunting Unicode”
To sum up - in 1978 a series of small mistakes created some characters out of nothing. The errors went undiscovered just long enough to be set in stone
I have observed that I have been more inclined recently to post on Blot blog. I do have my main website which I have been using for all things long and short. But there is some lure of the simplicity of this place. You write. You save. And the post is up.
No committing a post to a remote repository, waiting then for the engine to trigger a build. No frantic refreshes to check if the post is up. It’s simple.
But every time I saw my published post here, I was left cringing at how awful the interface around was. I wish I could purely focus on the content and the process. But unfortunately I am wired a bit odd. I tend to focus on the design around first; if that sucks, I can’t move on1.
So I had to take a pause today. If I was going to post more here, the place had to be cleaner.
And given that I already had my custom theme up, I got down to work. I refreshed the theme and made it all about content2.
No navigation items or links to other places - a link opens the content. And in just the way I like it.
No homepage summarising the place - /home opens the stream of my posts.
No distinguishing posts by type - all posts are equal3.
For now, I am happy with this design. At least, I won’t cringe when I open my own posts.
Why not make this the primary homepage? Well, I am still on the journey of indiewebifying this place. I still post to my site using other apps, mainly Quill and Micro.blog. Until I get the micropub endpoint that I am working on done, I will keep this place booked for my excursions, my experiments.
This is a costly habit. I can never signup for any service or an app that doesn’t have a good design and UI.↩
There’s no hiding, the design is heavily inspired by Brent Simmons weblog. I believe no shame in getting inspired by the best of the designers out there.↩
Eventually, I plan to separate at least the social posts (likes, replies, reposts) from the opinion and stories. But I am still not sold if I should.↩