Posted by alban Jun - 18 - 2014 Comments Off
What are html5 video players Short answer They let you use the new Video API for audio&video files in the browser. Long answer A few years ago the one and only solution was Flash to display videos on the Net. Flash has therefore a lot of good features by now but one has to admit Read More …
Posted by alban Apr - 21 - 2013 Comments Off
Just, you know, links.
Posted by alban Apr - 16 - 2013 Comments Off
Following this article on the right way to sort users ratings I’m digging the Wilson score interval related to Binomial proportion confidence evaluation algorithm. I think I remember Google uses this kind of algorithms for maps, as the roads need some tweaking to match the map. This article/ has more info on that
Posted by alban Apr - 13 - 2013 Comments Off
Openstack, Javascript, and lots of internet. yay.
Posted by alban Mar - 24 - 2013 Comments Off
We use FFMpeg a lot. I stumbled on an article about the guy who wrote it when the article link appeared on HN (how original) a month ago. Fabrice Bellard really has an amazing track. Not only did he write FFMPEG, but also QEMU, along with pi calculation and tiny c compiler. Two recent projects Read More …
Posted by alban Mar - 19 - 2013 Comments Off
Nécessaire en local, le débugger xdebug est prévu pour fonctionner en distant, ce qui m’a demandé pas mal de tripatouillage pour le faire fonctionner. Détails.
Posted by alban Mar - 4 - 2013 Comments Off
Posted by alban Feb - 11 - 2013 Comments Off
Took some time to find these back. Couldn’t find the original gist though
Posted by alban Dec - 12 - 2012 Comments Off
Je deviens maniaque avec l’âge. Depuis un certain temps je code en PHP avec une règle supplémentaire concernant les tabulations. J’aime que les assignations de variables soient toutes alignées ex : … $form = new Application_Form_Groupes(); if ($this->getRequest()->isPost()) { $request = $this->getRequest()->getPost(); if (isset($request[“goto”])) { $goto = $request[‘goto’]; unset($request[“goto”]); } … Ce qui ressemble un Read More …