Open source als route naar digitale vrijheid: Amsterdam moet de daad bij het woord voegen

Terwijl de Amsterdamse wethouder Scholtes pleit voor digitale onafhankelijkheid van Amerikaanse techbedrijven, blijft een belangrijke vraag onbeantwoord: waarom zitten we na twintig jaar aan waarschuwingen nog steeds vast aan Microsoft? De nieuwe verkenning over digitale autonomie klinkt veelbelovend, maar zonder actie blijft het bij woorden op papier.

Continue reading “Open source als route naar digitale vrijheid: Amsterdam moet de daad bij het woord voegen”

I had too many open tabs with things to read, so I scratched my own itch and made an opinionated read-later app

My system for keeping track of everything I wanted to read was to keep everything open on my phone. I would send links from my desktop to my phone to do that. My Firefox Mobile had so many open tabs, it showed ♾️ rather than the actual number. I read things halfway and then abandoned them (but didn’t close them), and Random browsing tabs intermingled with the things I wanted to read making it impossible to find anything.

I wanted to fix these problems. So I ‘scratched my own itch’ and created an opinionated read-later app. This is what it looks like:

A screenshot of the read later app, showing a form that allows adding, and six links with their expiry times.

There are some key ideas behind the tool that help me to be more intentional about my reading:

  • Treat your to-read pile like a river, not a bucket (hat tip to Oliver Burkeman for this idea which inspired the tool) – Burkeman says that you should see your to-read list like a stream of items flowing past you, not as a bucket that you should empty. That is why unread links eventually will disappear if you don’t read them.
  • Reading means reading – If I click on a link to read it, I commit myself to actually reading it: it will disappear from my read later list (and will appear on my read list).
  • Read your oldest items first – There is only one sort order: news links appear at the bottom of the page. It stimulates me to deal with the older links first (either read them or skip reading through expiring them). This idea also helps with the next point.
  • Put some time between wanting to read it, and deciding to read it – Slow things down. I might think it is important to read something now, but I’ll be a much better judge of that in a few weeks. (I copied this from the 50-day rule that I use for my personal finances: if you want something that costs more than a hundred euros, wait for 50 days and then see if you still want it).
  • Don’t gamify your reading – The tool has none of the gamification mechanisms that infest the web today. No badges, no cute texts urging you on, no graphs and counters. It won’t even tell me how many links are still unread.
  • Keep it simple – The interface is extremely simple, just showing you a list of links, including the domain they come from. Nothing else.

You can self-host this too

For once, I have put in the work to actually release the code. Hopefully someone else will find it useful too, or will at least copy some of the ideas.

You can find the code on Github: opinionated-read-later, but please check all the info in the README file before you get started.

Zettelkasten, TiddlyWiki and TiddlyPWA

Currently I am experimenting with the Zettelkasten method for writing notes. I just want to share some of the books that I am reading and the software that I am using:

I use TiddlyWiki to store my notes. It is an incredibly flexible personal and portable wiki. It has been around forever, is open source, and will hopefully have some staying power.

It can be a bit hard to get to grips with how it works. To really get going with it, Grok TiddlyWiki by Soren Bjornstad is required reading.

In principle TiddlyWiki is a single file, which you can sync between different devices. I need a solution that allows me to seamlessly switch between my laptop and my phone. TiddlyPWA seems to do the trick. It turns TiddlyWiki into an offline-first Progressive Web App, keeping my notes synced through a server that only every sees my encrypted data.

The two books that are helping me in applying the Zettelkasten method are How to Take Smart Notes by Sönke Ahrens, and Digital Zettelkasten by David Kadavi.

Image by Kai Schreiber, licenced under a Creative Commons Attribution-Share Alike 2.0 Generic license.

Raspberry Pi, ownCloud and Ubuntu

ownCloud has really matured in the last couple of months. Both from a technical perspective and as an open source community based project that just kicks ass.

The free software replacement of Dropbox (and eventually GoogleDocs) is fast becoming one the key pieces of infrastructure for a decentralised and open web. I love how absolutely hardcore pro freedom the community of developers is.

It is great to read that they are now also taking very concrete steps towards making it easier to just have this running in your own home.

[The] goal of this project is to create a product home users can buy to easily and quickly get their ownCloud up and running, based on a Raspbery Pi (or something like that!) and a hard drive (or more). Something they will be able to buy from a easy store online, receive home, plug in, configure in some easy steps and – done.

Source: WD Labs, Raspberry Pi, ownCloud and Ubuntu | ownCloud.org

Is group chat making you sweat? — Signal v. Noise

Jason Fried has writen an incredible post about the benefits and the pitfalls (mostly the latter) of group chat after ten years of experience at 37signals and Basecamp.

I think he is fundamentally right in giving ‘attention’ so much importance as a precious resource. I’ve come to realise that the ability to singletask is the one skill that most people are lacking in their working lives. It is certainly the thing that I would like to get better at.

At my place of work we have been experimenting with Mattermost over the last few weeks and are on the cusp of implementing it for the whole team. I look forward to implementing Fried’s recommendations on how to make that a success.

I believe attention is one of your most precious resources. If something else controls my attention, that something else controls what I’m capable of. I also believe your full attention is required to do great work. So when something like a pile of group chats, and the expectations that come along with them, systematically steals that resource from me, I consider it a potential enemy. “Right now” is a resource worth conserving, not wasting.

Group chatSource: Is group chat making you sweat? — Signal v. Noise — Medium