2023.10.29.

Shortcut: Open Mastodon Posts on Micro.blog

My Micro.blog integration was broken since April. 😳

It’s a good thing that they have account logs. Otherwise, I wouldn’t figure out that my feed was too big.

I fixed the RSS feed, so new posts should be imported into my Micro.blog timeline. I also updated the sidebar to link to my Micro.blog/Mastodon profile.

I know it’s not Mastodon technically, but still easier to explain and understand than this:

You can follow me via Mastodon by searching for my profile (zsbenke@decoding.io) from your instance).

Maybe I should update the blog sidebar to link to my Micro.blog profile instead of explaining how to follow me on Mastodon.

Micro.blog would handle that too.

Publish daily notes to my Zettelkasten from Bike

  • I’m tinkering with the idea of using my Bike journal to publish to my Zettelkasten directly.

    • Blogging with Bike

    • I don’t use month based files anymore in Bike, I create a new outline for each day.

  • My Zettelkasten is a Jekyll based site, so I have to work with Markdown content.

  • In theory, I would use my publish script to manage the Zettelkasten daily notes in the same pipeline as my WordPress posts.

    • Publish from Bike to Decoding

    • Daily notes would be pre-filtered though.

      • I just export notes with the ZETTEL marker only.

      • I have to create a new Bike document for each entry before converting it to Markdown because I want to have separate notes for each entry, not just one big daily note.

  • I could use a daily Markdown file and keep that open in The Archive app, but I want to use Bike for this, because it is the best thinking and outliner tool.

    • Also I’m already writing my journal in Bike. I don’t want to have another app.

  • As an interim solution, I created a Keyboard Maestro macro which copies and pastes the current entry into Drafts (and also converts it to Markdown), where I can post it manually.

2023.10.27.

The Handcrafted Artisanal Web – nadreck.me

I’m still a big believer in having expertise in something and sharing that with your peers.

The future is returning to an artisanal web, where you cultivate your niches and small communities, where maybe you don’t become a millionaire and a star, but you do feel a sense of belonging, and maybe make enough to get by.

But having enough money is what people forget to realize. You can get a nice online side business up and running relatively quickly if you have an interesting “product”. Making that a full-time job is yet another step, but you can still stay a niche without losing your soul.

2023.10.23.

Append-only storage and developing ideas

There are multiple ways to develop ideas. Sometimes the best one is where you can’t change the history of an idea. It’s there as breadcrumbs to go back in time and see how an idea was developed.


Other people use email as an append-only note-taking tool and storage medium. From How I use append-only log to store information:

Choose any email client you like and basically dump all your PDFs, notes, digitized papers, files into it as it arrives from various sources. Just write a meaningful subject that you can search for later. You can use labels or folders to organize, but mostly just send it to an email address of your choice and archive it. Usually, you will not even read it again after you have saved it.

The E-mail format itself is well understood and has many features. The max attachment size of most service providers is around 20 MB. It’s more than enough. Try to use plain text for just taking short notes and messages to yourself. If you want to dump more than 20mb of files, just archive it or split into many emails or upload it to cloud storage and copy and paste the link to email.

When you need the information. It’s there. Always.

No more fiddling with the file managers, renaming. It is saved as it is.

Even if you would like to edit, you can just forward the message again to yourself with the edit and delete the original one.

You can also use it to schedule mails and track future tasks, TV shows, anime, movies or Reminder to yourself in the future. If you are working on a piece of text for a long time, you can just keep it as a draft and keep working. It will be auto-saved.

I am a fan of the bullet journal method. Handwritten text is immutable. The same goes for emails. Once you send it, it becomes immutable.

I don’t know if other use emails to store all their digital content in emails like me. But it’s a pretty neat trick.


Here’s how Steve Jobs used email to write his Stanford commencement speech:

In January 2005, John Hennessy, the president of Stanford, asked Steve to give the commencement address to that spring’s graduating class. Steve agreed.

On and off for the next six months, Steve took stabs at writing his talk. He emailed stories and memories to himself. He asked friends, Apple colleagues, and the screenwriter Aaron Sorkin for their thoughts. In the end, however, he wrote the speech on his own. Even three days before the event, Steve was unsatisfied with his talk. He sent it to a friend, warning, “I’ll send it to you, but please don’t puke. I never do stuff like this.” He was still refining the speech the morning that he gave it. Uncharacteristically, Steve read from the lectern, rather than memorizing his text (as he did with Apple keynotes) or speaking extemporaneously from a few scrawled notes (as he did in nearly every other talk).

Steve was happy with the speech—he emailed himself a copy a few days after giving it—but he generally deflected the praise that he received for it. “I bought it on CommencementSpeeches.com,” he joked to one person. The commencement address has been viewed millions of times online and is included[…]


These use cases are similar to how I use email threads to develop ideas in the GTD capture phase, where I’m leaving notes for myself within an email thread. All I have to do is send a reply to my own address by replying to an email, so Apple Mail keeps the message in the same thread.

One of the benefits of using this method is that I can still see the email as part of the thread, but my notes will be kept private.

This is helpful for various purposes, such as making code review comments or jotting down ideas by replying to email notifications but changing the recipient to my own address, which acts a bit like the poor men’s version of HEY’s sticky notes

I also have another app where I keep journal entries called Everlog. I’m thinking about applying the same append-only storage idea there and never editing my Everlog entries after I added them. It is also an append-only app, where entries shouldn’t be changed afterward, only deleted. I can always add a follow-up to an entry but I should never change it, so I can see how something was developed over time.

This is why I like to use Drafts for capturing and drafting ideas. I can easily edit them while I’m working on the idea, but I shouldn’t change them too much after I share them with their destination app (except when I continue working on them).


Related posts

Zettelkasten Note

2023.10.19.

Avoiding Distractions in Modern Computing

Notes from Avoiding Distractions in Modern Computing:

Most of the upcoming generation will never experience “slow computing”.

Slow computing can be done in a “distraction” heavy environment like email. It all depends on how we set up our tools and what we let our computers do. I can still control a lot of aspects of macOS and iOS and I don’t feel them distractions, but simple tools.

It baffles me that people buy pricey phones and have no idea what these devices are capable of. All they do with them is browse TikTok and Instagram.

It is like a blank canvas with no outputs, just waiting for a command about what I would like to do next. At this point I might navigate to a blog directory and open a document with my text editor of choice: emacs. When done writing this post I will add it to git, my text versioning system. After this I do whatever I please with the text file. I might push it to my central blog repository where a static HTML file generates on a public area or I may pipe it to some other program. This is the Unix philosophy.

The terminal-based environment can feel like an island of peace. Not because apps are distracting but because it is a limited interface that is very easy to control.

Some people, like me, feel at home with a customized Unix prompt.

2023.10.13.

2023.10.12.

2023.10.03.

2023.09.18.

Download iOS icons for Safari web apps using Shortcuts

I love how you can save web apps into separate apps via Safari in Sonoma like you can with Fluid.

Safari tries to fetch the default icon, but sometimes it’s not that pretty or it’s even in a wrong aspect ratio. Finding proper app icons is hard, but a lot of web apps have iOS versions, so why not use their icons?

I created a shortcut, which lets you search the App Store and download the raw app icon. Now you can also use the proper iOS style icon for the web app.

You can download the shortcut from here.

Here’s a video on how you can use it.

2023.09.07.

2023.08.09.

How I get shit done (or at least get started) while having executive dysfunction

I like these ideas, but especially gathering all information.

Let’s say I need to reply to an email. I start by reading the email I’m supposed to reply to. If there’s any more information I need to be able to answer that email, I go and get that information. I then dump all the information I have into an email draft for easy reference, and write my email from there.

I learned this behavior by keeping a Zettelkasten for writing. It is always easier to start with existing content rather than starting from scratch.

These days I even use journaling as a tool for getting started. If I have no idea what’s the next action on something, I begin to write about it in my notebook. Sooner than later, I figure out something by rambling about the problem in my journal.

2023.07.28.

2023.07.06.

So people are running between Facebook and Twitter and vice-versa. And I’m just sitting here relaxed because I give away my last fuck about any social network.

I just want forums, blogs, and RSS.

2023.06.19.

2023.06.15.

2023.06.09.

Saving Siri replies as images

I just discovered that you can drag out complete Siri responses on the Mac and save them as images. It can be useful for saving reference data or images from the web.

Of course, you can also take a screenshot of the Siri window using the ⌘⇧4 keyboard shortcut, then pressing Space and selecting the Siri response.

2023.06.08.

Apollo is shutting down on June 30th.

It means that I officially end up using any social network.

I stopped using Twitter when Tweetbot was killed. I’ll do the same with Reddit too – which I liked better because the community was awesome, but I’m not going to visit a site that kills a superior app like Apollo.

All I need nowadays is a blog and an RSS reader and I’m good.

2023.05.21.

Get A Notebook And Write Stuff Down

Greg Morris writing about notebooks:

You don’t need to start a second brain, or do some weird PKM stuff, you just need to have a place full of things that will help you out. Record things you find interesting, things you need to remember, things that might help you work later on, literally anything you might need later on. You don’t need to start a commonplace book or anything, you just require a notebook around, all the time.

I start to wonder if there is a more straightforward way to manage ideas other than keeping a full PKM or Zettelkasten.

2023.04.13.

2023.04.08.

Twitter Has Stopped Working in NetNewsWire

Looks like Space Karen caught up with NetNewsWire too:

Twitter suspended NetNewsWire today because, according to Twitter, “This App has violated Twitter Rules and policies. As a result, it can no longer be accessed.”

I still have a couple of feeds in Reeder, which are working for now, but I don’t expect them to be around that long.

Honestly, I don’t care about Twitter (or social media in general) anymore. I can do everything I want with this blog regarding publishing my stuff on the web.

I still POSSE my blog posts to Twitter using Micro.blog because some people still follow me there. I may turn that off one day because very few people are coming to this blog from Twitter.