Skip to main content

3 episodes in one day

Recently, Nick and I published 3 episodes of Several Ways To Live in a single day. How did we do that, do you ask? Easy:

  1. Record several times over the span of many weeks
  2. Edit and upload 3 episodes
  3. Let Nick do his thing
  4. Nick does his thing and adds shownotes to all 3 episodes in one evening
  5. Publish all 3 episodes at the same time

Here you go. :)

Linktipp: Zeitplanung und Heimarbeit

Es ist kein Geheimnis, dass ich großer Fan davon bin, meine Arbeit außerhalb des Firmenbüros zu erledigen. Meist passiert dies in meinem Heimbüro, äh, zuhause. Letzte Woche war ich aber zum Beispiel auch ganz woanders, im tiefsten Niedersachsen, in einem dunklen Keller ohne Mobilfunkempfang, und das hat ebenfalls sehr gut für mich funktioniert.

Der Nathan macht neuerdings einen Podcast, in dem er davon erzählt, wie er lernt, 100% von zuhause aus zu arbeiten. Das hat nämlich durchaus seine Tücken. In den nächsten Tagen bin ich mit ihm verabredet, um mal ganz kurz über das verteilte Arbeiten von unterwegs zu reden. Meine Erfahrungen der letzten Woche drehen sich hauptsächlich um den ergonomischen Arbeitsplatz und veränderte Routinen.

Auslöser für diesen kurzen Eintrag war aber Leahs neuer Artikel "Zeitplanung und Heimarbeit", den ich euch wärmstens empfehlen möchte. Insbesondere bei ihrer Beobachtung zu den maximal möglichen, konzentrierten Arbeitsstunden pro Tag bin ich voll und ganz bei ihr.

A simple new theme

A few weeks ago I updated the Nikola that powers this site to version 8. At the same time, I started looking into how I could get rid of all external dependencies, e.g. JavaScript and fonts.

The first step now is to switch to the very basic base-jinja theme. So far, I've only changed the main color to the familiar red, added a .video-container CSS class that helps making embedded YouTube videos responsive, and removed all JavaScript from the theme templates.

There are still embedded videos and tweets that load external files. But I'm okay with that for now.

Sometime in the future I'll have to make the site a bit prettier. I really liked the old styling. But for now, this has to do.

How to get rid of GitHub notifications

I don't like notifications. I've minimized the number of notifications I receive on my phone to basically: direct messages, and phone calls from my wife. I also don't like notifications on my desktop system. I've turned everything off on every system I use.

But there's one place that I visit constantly, every day, every hour, where I couldn't get rid of the tiny blue dot that indicates that something changed, someone commented, or something new has to be reviewed. And that's GitHub.

During my last vacation, I logged out of GitHub on all systems, just to avoid seeing that blue dot telling me that my colleagues at work are busy saving the world. I didn't do any programming during that time, but I still had to visit GitHub sometimes!

Anyways. The internet, of course, has a solution. Using uBlock Origin, I can remove only the tiny blue notifications indicator from my github.com. It's something like "right click >> block element >> select the blue dot".

In the uBlock settings under "My filters" there's now this entry:

! 1/15/2020 https://github.com
github.com##.unread.mail-status

which solves all my problems. :D

Copy & paste from tmux to system clipboard

For the first time in many years I am using a Linux machine for my work. In general I am extremely pleased with the system I've set up. But of course, there are things that don't "just work".

Like... copy selected text from a tmux pane to the clipboard.

As usual, StackOverflow knows the answer. In short:

# .tmux.conf
set-option -g mouse on
set-option -s set-clipboard off
bind-key -T copy-mode-vi MouseDragEnd1Pane send-keys -X copy-pipe-and-cancel "xclip -se c -i"

Auf geht's Freiburg, kämpfen und siegen!

Gestern war ich das erste Mal seit 20 Jahren beim Eishockey. Nachdem ich damals einige Spiele der Providence Bruins miterleben durfte, war es diesmal ein DEL-Spiel zwischen den Adlern aus Mannheim und einer Brausetruppe aus München in der SAP-Arena hier um die Ecke.

Da ich weder die Regeln noch die Taktik dieses Spiels verstehe, habe ich mich auf die wichtigen Beobachtungen konzentriert.

Die Pausenshow

Die zwei Eispolierfahrzeuge brauchen zu zweit 5 Minuten, um die Eisfläche einmal abzufahren. Dabei hätten sie dafür bis zu 18 Minuten Zeit. Ich spüre deutliches Optimierungspotenzial.

Der Bierstand

Die Stadionwurst konnte ich mit Bargeld bezahlen. Das kenne ich aus den Fußballarenen der Neuzeit nicht mehr. Dafür ist das Bier genauso schlecht wie überall sonst auch.

Eben jener Bierstand ist zwischen den Halbzeitpausen übrigens wie leergefegt. Ideal, um die Toiletten zu besuchen und den Getränkevorrat aufzufüllen.

Die Fans

Die Fangesänge sind dieselben wie im Fußballstadion. Es werden allerdings nur die einfachen Songs gesungen, die die ich also auch noch mitsingen kann. Die individuellen Mannschafts- oder Städtenamen waren allerdings unverständlich, weshalb mein Gehirn überall immer "Freiburg" eingefügt hat. Sehr angenehm!


RaBa München bringt genauso viele Auswärtsfans mit wie RaBa Leipzig. Das war schon ziemlich lächerlich, denn Mannheim ist immer eine Reise wert.

Das Spiel

Neben 9 Toren fiel mir vom Spiel noch auf:

Da heult keiner, weil er mal unsanft zu Boden gebracht wird. Erfrischend anders. Andererseits war ich irritiert, dass es gar keine Faustkämpfe auf dem Eis gab. Das habe ich anders in Erinnerung.

Und der Videobeweis ist scheiße.

Anki vs. the RZL

Last week I went to our local hackspace, the RaumZeitLabor, and I talked to Cheatha about my recent adventures with Anki. There were a few other people there that listened to my ramblings as well, and their reactions were not at all what I had expected.

It wasn't a well-prepared talk or anything, but the ensuing discussion was eye-opening.

There were a few firmly held opinions:

  • memorizing facts using the flashcard method (Karteikartenlernen) is horrifying to many.
  • the same people say that it doesn't make sense for learning a programming language, because learning how to program is a matter of practice and practice alone.

I even confused Cheatha, which is hard to do. So my main takeaway from the evening is that there are many more ideas in what I'm working on than I realized, all of which I tried to put into one short talk. But that simply doesn't work. The ideas are:

  1. What is spaced-repetition learning? How and why does it work? What's it good for? (boring but necessary)
  2. How to leverage Anki's templating system to efficiently create effective flashcards. (fun for nerds like us, but…)
  3. How I captured and memorized vocabulary for learning Spanish when I lived in Mexico, and how I'm capturing and memorizing vocabulary while learning Ruby now. (my main focus right now)
  4. How I try to remember more of what I read: books, articles, documentation. (still a little fuzzy, also for me)
  5. tbc

I'll have to explore each of these ideas separately. And I will, because I still believe that it will benefit me. So I guess the very next question I have to answer is: what benefit do I hope to get from memorizing all this information? It's a valid question that until now got drowned by my excitement of learning the new tools and the perception of "making progress".