The Incredible Poker Timer

Last week I organized a poker at my place. It was 15 people, it’s been great, and I also managed to get 4th place! The day before I quickly coded a timer for the blinds, to be fullscreened on the TV while playing.

While it’s easy to find on the internet a lot of very complex timers which blinds calculations, I needed something extremely simple that would give us maximum flexibility to control the structure and adjust it along the way. I ended up with a super simple solution that’s basically just a timer: a web app that takes as a parameter the seconds to be awaited, and starts a countdown from there. I added a pause functionality (pressing space or tapping) and that’s it! The cool thing of having the seconds parameter is that you can customize it to any amount but you can also easily prepare some presets links that I put at the bottom of the page!


Here’s the 20 min example: https://app.0bl.eu/timer/?1200

Music Sheet page turner

A couple of weeks ago we organized a little piano concert as my girlfriend is a pretty solid piano player! As you might know, a piano player playing long pieces needs the pages to be turned, so I quickly developed a little webapp to turn them from distance (didn’t want to miss the show)!
The app is made of two parts:

  • a simple view where it just shows the current music sheet, showing 2 pages at a time and a little preview of the next, and you can turn pages by clicking or using arrow keys
  • a controls page to be used on another device that lets you control the main one via a very basic backend

The app can also handle multiple musical sheets and you can switch between them from the control page or using the mouse scroll wheel.

Here’s a small video showing the prototype: