Thomas Gossmann

Unicyclist. Artist. Developer.

Year: 2014

  • Diagnostics: Time-Analysis for Unicycle Freestyle Routines

    Analytics in freestyle are rare, mostly the only given measurement that’s been done during practice is counting dismounts and see if this number decreases as the competition approaches. There is so much more room for more analytics on freestyle routines to help during practice to measure a certain aspect of the routine and with multiple…

  • Project Idea: DepHub

    I am a webdeveloper. When it comes to dependencies, I’m using composer to manage my php dependencies and I mostly use bower to manage my dependencies for frontends. Why do I need both? Why can’t I simply use composer to manage my frontend dependencies, too? There is even a project for this, to let me…

  • On CSS Variables

    Since Firefox supports CSS variables in their nightly build (version 29), I recently tested CSS variables (View on dabblet). While the spec has changed over one and a half year ago to use the var-* syntax, Atkins Jr (spec author) also explains why. My first reaction when I first read about this, was the same…