I read my eBooks mainly on my iPhone in the Kindle-app because there are times where I like to use a Kindle. Is there any solution out there which allows me the same but self-hosted? Read an ebook on different devices (incl eInk) and sync my reading progress/highlights/notes?

Die Pfandsummen bei Brodowin sind schon jedes Mal der Hammer. Bestellungsbetrag von etwas über 60€ und 50€ Pfand für Kisten und Deckel.

Derry Girls Season 3 was great again.

But that really felt like the end of the series with the Good Friday referendum at the end.

Cobra Kai Season 5 is like a bad sports manga tbh…but it is entertaining.

Need to draw things like diagrams in ASCII on a Mac? Use Monodraw. It is pretty cool and not that expensive.

Why am I so fascinated with emacs and return all the time to (neo)vim (for editing) and OmniFocus (instead of using orgmode)?

I really try to like it but somehow it doesn’t work out between us 🫤

Getting closer to that 365 day-run streak in Headspace

Batch converting mp4 to m4a in Fish is really easy:

for i in *.mp4
      set name (basename "$i" .mp4).m4a
      ffmpeg -i "$i"  -vn -acodec copy "$name"
end