tinkering.vandoeselaar.com/
about (1) adapter (1) arduino (6) art (1) bash (8) cdj (2) cheatsheet (5) Component (1) Composite (1) convert (2) css (2) datasheet (1) diy (10) dj-gear (3) download (1) ffmpeg (4) files (1) gamecube (1) genesis (1) gimp (1) hdmi (1) homebrew (4) linux (1) m4a (1) megadrive (5) midi (4) mikrotik (2) Minecraft (1) mod (4) mp3 (2) music (4) network (3) nintendo 64 (1) openshot (1) osx (2) phone (1) playlist (1) print (1) python (1) rekordbox (2) Retro-gaming (8) RGB (3) SCART (2) sega (3) stm32 (1) stopmotion (1) switch (2) terminal (5) tubes (1) upscaler (1) valves (1) vpn (2) web (1) wii (1) xbox (1) youtube (1) zsh (2)
januari 2020
Lazy hacker Sunday; A look at Zippyshare file download “security”.

Zippyshare prevents direct downloading to show you more advertisement. And who can blame them? After all they offer a free download/upload service used by millions! So how to bypass their security and create a direct link? [read more]

januari 2020
Stopmotion from ZSH command line in OSX

Ever wanted to create a stop motion movie? If you are on a Mac you can do so for free from the command line. We will use imagemagick and ffmpeg available on Mac with homebrew. we need to convert our images: create the movie: [read more]

december 2019
Show hidden files on OsX

There is no need to use third party apps!
In your finder window press SHIFT + CMD + . [read more]

december 2019
Burn subtitles into a movie

NOTE: This solution “burns the subtitles” into the video, so that every viewer of the video will be forced to see them. Use the libass library (make sure your ffmpeg install has the library in the configuration –enable-libass). First convert the subtitles to .ass format: ffmpeg -i subtitles.srt subtitles.assThen add them using a video filter: [read more]

oktober 2019
Tubes / Valves Datasheet Database

Welcome to my tube database. It contains information and datasheets of over 3000 tubes. This is been a long running project and will always be a work in progress. It al started when I wanted to able to compare and find equivalents. Next step will be using OCR to scan all the datasheets and create [read more]

oktober 2019
Clone yourself a GenMDM

Ever since I stumbled upon the GenMDM project I wanted to try it but it seemed impossible to get my hands on one. So a few years ago I tried to clone one. By just looking at all the images I could find I was able to reconstruct the connections between the Teensy and the [read more]