Sign up

maxhaesslein.de Notes RSS Feed

Not verified No WebSub updates No webmention support Valid

Some notes on different things, so I don't forget them.

Public lists
IWC NUR 2026
Fetched

maxhaesslein.de Notes RSS Feed Valid

My favorite (MFT) lenses

I use the Olympus PEN E-P7 as my everyday camera. Here are some of my favorite lenses for taking pictures: ☥ Laowa Argus 18mm f/0.95 By far my favorite lens is the Laowa Argus 18mm f/0.95 MFT APO. With the MFT crop factor, it's comparable to a 36mm f/1.9 full frame l...

maxhaesslein.de Notes RSS Feed Valid

TimeMachine Backup to a Linux Server

I tested these instructions on Ubuntu Server 22.04, but they should work anywhere you can install Samba. Install Samba: sudo apt install samba Add a specific user for the TimeMachine backup. This user doesn't need a home directory, a Unix password or a login. After creating ...

maxhaesslein.de Notes RSS Feed Valid

Shadowdark - Player-Driven Death Mechanics

I love that the Shadowdark RPG is deadly and character creation is fast; players can rejoin almost instantly. But sometimes you want to follow a character's story longer or give them one last heroic moment before death takes them. So here are some alternative death rules: ...

maxhaesslein.de Notes RSS Feed Valid

Using Syncthing to back up photos from an Android phone

There is a Syncthing client for Android phones, which can automatically sync the DCIM folder (or any folder) from an Android phone to a server. The problem is, that Syncthing works both ways: when you rename, move or delete an image on the server, it will also be renamed, mo...

maxhaesslein.de Notes RSS Feed Valid

Real Time Beat Prediction with Aubio

Aubio is a great tool for extracting audio information from music in real time. It is written in C, so it runs really fast, but has also a Python interface that is easy to use with Python scripts. We can use it, together with PyAudio, to extract live audio information from a...

maxhaesslein.de Notes RSS Feed Valid

Performant Images on the Web

Back in 2001 when I started building websites, the Internet was very, very slow – so, when you wanted to show images, you had to make them really small, and compress them a lot, or the user would have to wait for a long time. I learned a lot about efficient image delivery ba...

maxhaesslein.de Notes RSS Feed Valid

Automatically backup your complete Linux system when connecting to a specific wifi network

I have a local server in my office, and use my laptop via wifi. When I arrive at the office and my laptop connects to the wifi, it will stay on for multiple hours, so it is the perfect time to make an automatic backup. This consists of two scripts: one shell script that runs...

maxhaesslein.de Notes RSS Feed Valid

Pi-hole, FRITZ!Box & IPv6

I'm using a FRITZ!Box 3490, but it should work with all (modern) FRITZ!Box variants. All the FRITZ!Box settings are noted in german, I may update this later to the correct english setting names. This is how it is configured: the Pi-hole is the primary DNS server, FRITZ!Box i...

maxhaesslein.de Notes RSS Feed Valid

Raspberry Pi OS Headless Install

Now, you can use the Raspberry Pi Imager and then set the ssh, password and WiFi information in the settings, before flashing the OS. This text describes how you can achieve the same thing without the official imager program. ----- Download the Raspberry Pi OS Lite image. Us...

maxhaesslein.de Notes RSS Feed Valid

Build your own headless Raspberry Pi audio player

For a hassle-free solution, have a look at HiFiBerryOS, Volumio, piCorePlayer, RoPieee or similiar solutions. These notes describe how you can build your own headless player step by step by installing all the software yourself and configure it via the command line. NOTE: thi...

maxhaesslein.de Notes RSS Feed Valid

Build a Raspberry Pi VHS player

Build your own Raspberry Pi video player, that randomly plays snippets of old VHS footage from the archive.org VHS vault. NOTE: this is from 2020. It may no longer be up to date. I may revisit and update this in the future, in the meantime you are on your own. Read more abou...

maxhaesslein.de Notes RSS Feed Valid

Build your own basic Raspberry Pi audio sampler

Build your own basic audio sampler that can play mp3 sounds from a usb thumb drive, written in Python. You can read more about this project here. It uses Pimoronis Piano HAT, Drum HAT, pHAT Stack and Adafruits I2S Audio Bonnet (Pimoronis pHAT DAC also works; for direct outpu...