❗Short announcement: I made some changes to my megafeed hosted on FeedPress by adding Blips RSS feed and this metablog RSS feed. If you want to get everything I share via a single RSS feed, this is what you need to subscribe to in your favourite browser. All updates to my digital presence are posted on this changelog page. Now, returning to normal programming. 📺

No More Photo Duplicates Hopefully

I decided to disable cross-posting from my Glass feed to Bluesky and Pixelfed. This should fix the photo duplicates on your Micro.blog timeline each time I post a new image on Glass. Sorry for the inconvenience. The problem was simple: Let’s say I share an image on Glass, Micro.blog picks it up and cross post to Bluesky and Pixelfed. Micro.blog then detects a new photo from my Pixelfed feed and cross posts that to my Micro.blog timeline for the second time. Hence the duplicate.

Each week, I use this template in Things 3 to help me out with my planning. Each Sunday, I duplicate the whole project and rename it accordingly. I love Things 3[^1]. [^1] I tried to do this in Apple Reminders but I prefer Things 3 experience.

Some Hurdles to Fix Already

I encountered my first few hurdles in transposing my content from a Craft document to a Micro.blog. Craft enables rich document content and supports block types like JSON output or command line examples. Posts containing these need special Markdown attention. Thanks to some help1, I figured that out, so the output looks ok. Next up are documents with images like screenshots. When exporting from Craft to Ulysses, images are inserted in Ulysses as references to Craft’s backend storage. When posting on Micro.blog, the images are not uploaded on Micro.blog’s backend. I need to manually download each image and insert them in Ulysses so they get uploaded to Micro.blog and be self-contained there. If I ever drop Craft, I want the images in my post to stay valid and display correctly.


  1. I want to thank MacGPT here for the hint. 😅 ↩︎

My Content Creator Workflow as of 2023-04

Time for another workflow update (the previous update can be found here). This update probably contains the most profound changes in a long time. My journey with WordPress as a CMS (content management platform) has ended. It started in 2015, after closing my indie developer blog hosted on Google’s Blogger. There are a lot of moving parts. The dust is starting to settle a bit now. Let’s dig in.

CleanShot-CleanShot@2023-03-26@20.05.48@2x.png

As for the diagram, I wanted to make it more focused on digital tools and how they relate to each other, so I removed the devices representation as well as icons of apps that are better documented in my toolset (see down below). I kept the essential making the foundation of my workflow.

Bye Bye WordPress.com

Following the completion of my migration from WordPress to Ghost, I think it’s the right time for an update to my content creator workflow. This WordPress migration forced a reconsideration of many tools that I use to create. This post will highlight most of these changes.

Bye bye Twitter

Up until a few months ago, Twitter was really at the center of my online presence. It’s no longer the case. It’s (nearly) nowhere to be seen (except for searches through Inoreader). With Twitter out from my digital landscape, the following are no longer needed.

  • Birdbrain, an iPhone app that allowed me to track who was following or unfollowing me.
  • Buffer, a scheduling service to post content on Twitter. It was used to repost past content to stimulate exposure and traction. If I consider the price of the service, I don’t think the return on investment was worth it.
  • My @Apple_Observer Twitter account is in read-only mode. My @numericcitizen Twitter account is also in read-only mode but is used in conjunction with Inoreader for searching and scrapping Twitter for specific content using specific keywords.

Changing reading habits

My reading habits are evolving too. Reading is the fuel behind my creative activities.

  • Speaking of Inoreader earlier, this content consumption service appeared on my radar and was later adopted. It is replacing News Explorer, an RSS reader. Inoreader allows for much more than reading RSS feeds. Reeder (read my review here) and ReadKit are two RSS readers that I use alternatively to consume my content on Inoreader simply because these two apps offer a native experience on the Mac that Inoreader currently doesn’t offer. I’m still undecided as to which of the two apps I’m going to keep. That’s for another content creator workflow update.
  • Gone is Matter and Readwise Reader. Since I’m mostly reading content through RSS feeds, these two services are no longer needed. I keep Readwise highlights subscription, though. It serves as an archiving service of some sort. All text annotations by Inoreader are saved to Readwise.

A more focused publication channel

  • Content publishing services were also reconsidered. Medium is out. Spending time there’s no longer viable as readership is stagnant at best. Tumblr is out too. I was cross-posting content there, but it is no longer viable too. Even if it was an automated process, thanks to Micro.blog cross-posting ability and to IFTTT, it doesn’t make sense to maintain Tumblr as this platform is a walking dead.
  • Back to the WordPress migration, for obvious reasons, all my WordPress plugins, like Yoast, are no longer needed. Many others were dropped, too, saving me quite a lot on recurring expenses. Yoast was useful when writing a blog post to optimize SEO content but added some friction and probably didn’t make a big difference for my SEO optimization aspirations.

Is my Craft usage fading out?

  • My Craft usage is still important, but a few use cases were dropped. I don’t use daily notes to manage my things to do (as explained in this video “Why I’m No Longer Using Craft Daily Notes”). I went back to Things 3 for this. The other use case that was removed from Craft is bookmarks management, as explained in detail in this video “Why I’m Moving My Bookmarks Out of Craft”. Now, I’m depending on the excellent Anybox bookmarks manager, as I explained in this article: “Anybox – My Experience with a Bookmarks Manager”. Switching to Anybox also means I dropped Raindrop.io too. Even as a free service, it was redundant to keep.

Finally, since my tool set is always changing, I created and shared a Craft document where you can have a complete view of the apps and services I depend on to create things and put them out there on the net. You’ll also see tools that are under consideration and the tools that I dropped in the past. Link: https://world.numericcitizen.io/meta-toolset.

Image.png

Some Updates to My Blogging Setup

Following my departure from Twitter, as well documented here, it was time for me to make some changes to my blogging setup. First, as for my domain numericcitizen.me, I moved my DNS setup off WordPress.com to GoDaddy, so that everything is in one place. Plus, I have more control on GoDaddy than on WordPress.com. This change was required so I could add a subdomain, blog.numericcitizen.me and point it to Micro.blog, numericcitizen.micro.blog. My main site is not about blogging but about publishing longer articles on subjects that I care about, like Apple or general software and services matters. The change was easy to execute but took some time to go into effect.

Image.png

https://blog.numericcitizen.me (blogging site on Micro.blog)

https://numericcitizen.me (main site on WordPress.com)

On Micro.blog, entering my custom domain name is mandatory and Micro.blog handles all the rest. Nothing is broken. Even the RSS feed still works. I also added a way for a reader to respond to any individual post by using a plugin named “Conversation on Micro.blog”. I had to create a custom theme, based on Marfa, for setting up the plugin. Again, that was super easy to achieve.

Image.png

Finally, I made a tweak to the CSS setup so the highlight colour is more in line with my avatar: some kind of blue.

nav.main-nav a.cta {

background: #fff;

color: #548EB9;

border: 2px solid #548EB9; }

nav.main-nav a.cta:hover {

background: #548EB9;

color: #FFFFFF;}

nav.main-nav a, #footer a, #post-nav a, p a{

box-shadow: inset 0 -2px 0 #548EB9;}

nav.main-nav a:hover, #footer a:hover, #post-nav a:hover, p a:hover {

box-shadow: inset 0 -25px 0 #548EB9;}

With these changes, I’m ready to start the year.

A Month After Migrating Off Blot.im — Observations

It’s now been a month since this website was migrated off Blot.im. The question you might ask: is the website getting as much traffic as it did before? The answer is no, a lot less traffic. According to this post, I got about 90 unique visitors daily during the 20 months with Blot.im. Now, under Craft, I’m getting less than 20.

Image.png

It’s hard to say why. Is the lack of RSS feed the reason? Now users need to come by often to see what’s new. I doubt people have time to waste doing that. The other reason might be that the new article posted here needs to be manually cross-posted on Twitter to get some exposure. Cross-posting to Reddit might help a lot as well, but the rules of many subreddit disallow self-promotion posts. Another factor might be that Craft doesn’t generate a sitemap, which is supposedly helping the Google search engine to process content. A quick search for something here works fine, though. The following Google search results for “my blogger workflow site:numericcitizen.io” reflect the updated website structure with the “world” subdomain followed by the trailing “/meta”.

Image.png

I don’t pay too much attention to visitors’ traffic; it’s more of a curiosity. If you’re looking into Craft for hosting a website, I hope to make you pause and think again about the implications. This meta website is more of a long-running documentation project that I share publicly. I don’t mind about Craft not being too SEO-friendly. Speaking of SEO, the site’s current Page Speed Insights does not look good at all.

Image.png

Image.png

Image.png

That could the other reason why this website isn’t performing too well.

My Content Creator Workflow as of 2022-12

It’s been a while since I shared details about my blogger creator workflow. From now on, I’m renaming it to “my content creator workflow” as it better reflects the coverage of my work. As you might expect, a lot has changed in a year. Without further due, let’s begin.

  • Cleanshot Cloud has been added to my toolset following an update to the Cleanshot application. I think it’s one of the best Mac utilities out there. I even wrote a love letter. The most recent update brings screenshots history which is really nice.

  • Raindrop.io is making a small comeback using the free tier for storing non-text bookmarks like things to watch. I didn’t subscribe to the service, and I explain why in this blog post “When War in Ukraine Influences My Application Choices - Numeric Citizen Blog.” I rarely use it, but when needed, it’s there.

  • Notion was dormant since I switched to Craft until recently when I started to use it more often in combination with IFTTT. I use it to store information like popular discussions about Craft on Reddit or YouTube videos that I liked. More details in this YouTube video that I made.

  • I became a subscriber of write.as as explained in [this article](https://numericcitizen-introspection.blog/friday-notes-63-i-writeas-myself/](https://numericcitizen-introspection.blog/friday-notes-63-i-writeas-myself/). There was a promotion earlier this year for a five-year subscription plan. I decided to make the plunge and give it a try. I’m using Write.as mostly when I’m musing about a very specific subject. The war in Ukraine has been one of those subjects. I like Write.as for its simplicity and its connection to Ghost, albeit without using it for every post.

    My write.as page.

  • Matter is becoming more of a nice read-later service. I like it a lot. But then, the long-awaited Readwise Reader is coming into beta and looks like a serious contender. In Early October, I was finally able to try the Readwise Reader application. I like it a lot too, but it offers a quite different experience than Matter. Which one will stick with me is still unclear, though, like many things as I wrote in [this article](numericcitizen.me/2022/07/0…](http://numericcitizen.me/2022/07/03/things-that-dont-stick-with-me/).

  • The Reminders app from Apple is removed from my workflow, as I’m trying to focus on fewer tools. Instead, I came back to using Things 3 for my weekly planning instead of relying on Craft’s to-do list and daily notes. What’s better than a task manager to manage… tasks? More details about this change in this YouTube Video “Why I’m No Longer Using Craft for My Daily Notes.”

  • Vimeo is out, but YouTube is in for hosting a series of videos about Craft. I could see myself creating videos about other subjects too in the future. At the time of publishing, I made 35 videos so far, I currently have a bit less than 500 subscribers. My goal is to hit the 1000 mark within the first year of producing videos.

  • I settled on using a few Apple shortcuts for storing web clips in Craft Inbox. I discovered MarkDownload, a Safari extension for downloading web articles in markdown files that are easy to import in Craft for reading and processing. CraftClip 1.3 is also in there for use on my iPad when I’m browsing the web and want to save an article for further processing and inclusion in Craft. My reading workflow is still in flux, though. I’m thorn between Matter and Readwise Reader. As described in my YouTube video, Craft plays an important role too as explained in this YouTube video “My Reading Workflow Using Craft

  • I closed my Blot.im account and move to Craft for hosting the Numeric Citizen I/O website, representing a 60$ savings that will serve to pay for the Craft Business plan. What if Blot.im disappeared? I asked myself this question recently.

    • A side-effect of moving to Craft for hosting my content is the loss of RSS feed support.
    • Blot.im was based on a GIT repo and for publishing I needed Nova, it has been removed from my workflow too as well as WorkingCopy for the iPad.
    • Commento was disabled and closed on all my blogs after closing my Blot.im account (another 260$ of yearly savings) and when Ghost introduced native comments. I was never or very rarely used by visitors to post comments anyway. What a waste of time and money.

Interesting Fact About My Twitter Usage

I spent a few moments this week analyzing Twitter’s influence on my blog’s visitors analytics using Plausible. Why? Because.

Plausible · numericcitizen.me

Plausible · numericcitizen.micro.blog

Numbers show that cross-posting on Twitter brings about 10-15% traffic to my blogs. It is much lower than I initially thought. Closing my account would minimally affect my exposure. These numbers show that I should care too much about Twitter’s future. I should look confidently beyond Twitter as a content creator.