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)
mei 2018
FFmpeg Flac to Mp3

This command finds all Flac files and then converts them to mp3 with FFMPEG keeping meta data. find . -name “*.flac” -exec ffmpeg -i {} -ab 320k -map_metadata 0 -id3v2_version 3 {}.mp3 \; [read more]

april 2018
Show DIV only when page is printed

For a client I needed to show some text on a webpage that would not be printed and some text that would. This is easily accomplished with some css. found on stackoverflow.com [read more]

november 2016
Mikrotik “knock on door” for VPN

As I try to make any network that I setup to be as much invisible as possible from the outside world. I thought about how to prevent people from trying to login to my VPN.For instance when you setup an L2Tp/IPSEC VPN. The default ports used are 500 and 4500. So anyone could try and [read more]

november 2010
Midi controller for Traktor

Back in 2010 I made this midi controller for my live performances and dj-sets. I used it mainly with Traktor. I made this so I didn’t have to carry CD’s and Vinyls. I actually used it for about 2 years. [read more]

mei 2010
MovieMoment

A project where a public pay phone dials random phone-numbers and directly disconnects. Very often people call back to the unknown caller and unknowingly call this public pay phone. Which creates a Movie Moment for the unsuspecting passerby. [read more]

april 1990
About

This page exists for me to share projects I do in my spare time. It also is a cheat sheet in case I forget how to do something. A while a go most of the posts got lost due to a server crash. I will try and upload older projects when I find the time. [read more]