Ferdinand Keil's

electronic notes

Aug 20, 2025

You can't connect a bluetooth transmitter to your car radio

I was asked to solve the following problem: A car radio is missing a CD player and the owner wants to listen their CD collection. It is also missing an AUX input, so the only option is to use a bluetooth transmitter. Turns out that's simply not possible!

So far …

Mai 05, 2022

Minify JSON using PowerShell

PowerShell is Windows' powerful and built-in scripting language. And just as a Linux shell it comes with loads of useful commands [1]. Recently I wanted to minify some JSON code to check how much that would shrink its size. I got some inspiration from StackOverflow and finally came up with …

Jan 29, 2022

Quickly Serve a Local Directory

When working on HTML files some things won't work if they're just opened from the local hard-drive. The solution is to present them to your browser through some kind of webserver. Setting up a proper webserver like nginx or Apache would be overkill here.

But if Python is available in …

Next → Page 1 of 20