I've got many post ideas in the past two weeks, but none of them made it to the blog yet. While those scribbles are maturing, there is a short hack for the wonderful datepicker pluging for bootstrap.js.
Given a datepicker initialized on a $('#date-picker …
To illustrate my previous post and keep images at a reasonable size, I had to shrink down the top GIF from 14Mb to 3.2Mb.
Usually, online GIF converters will provide the ability to lower down the image dimensions. Another solution to reduce its size is to simply skip some …

I truly think Etherpad is an amazing piece of software. Not so much for its code base quality than for its extraordinary range of usages.
Now, while I'm still unsure if todo-lists are useful or a complete waste of energy, I'm convinced that keeping a developer logbook / diary / journal has …
Do you know the pv command ? It's really nifty.
There are a few use cases:
echo "You can simulate on-screen typing just like in the movies" | pv -qL 10
# Show the incoming TCP packets rate:
tcpdump tcp -w - | pv -btr >/dev/null
# Show the maximum throughput between two machines:
# (provided …
Très court post ce soir, juste pour mentionner cet artiste qui me tient à coeur. Pourquoi ? Parce que ses moutons narquois ont contribué à me faire tomber amoureux de Grenoble. De passage là-bas la semaine dernière, ces stickers laineux dissimulés un peu partout en ville ont été ma madeleine nostalgique …
Just relaying the information about this "ShellShock" vulnerability:
This seems to affect Apache, sshd, DHCP clients and even potentially git.
TL;DR here is how to check your Bash version
env x='() { echo Never called; }; echo YOUR BASH IS VULNERABLE …I was asked the other day by my grand-mother in law to try to recover her photos from a diaporama video she created years ago.
The diaporama was made of a succession of photos, occupying the whole screen for a moment and then transitioning with various effects to the next …
I often find myself grep-ing for information in system or application log files. And often, by combining pipes, I end up generating a flow of values that is sometimes difficult to interpret.
In this post I'll show you a quick-and-dirty but handy solution to get basic statistical quantities from …
As a tabletop RPG game master, whenever I need to imagine a universe background for a scenario, I need illustrations to picture myself the atmosphere, and get some inspiration. I usually simply surf the web from blog to blog, or spend some time on inspirational websites like DeviantArt, Tumblr, Unurth …
Malgré leurs nombreux défauts [1], les scripts shell restent bien pratiques. Pourquoi ? Parce qu'ils fonctionnent exactement comme l'interpréteur de ligne de commande de votre terminal Linux. Ils sont donc la solution la plus simple et rapide pour automatiser des enchaînement de commandes [2].
Comme les scripts shell sont très sujets …
Ça y est, c'est ouvert !
Bienvenu sur mon petit coin d'Internet :)
Tout est encore en travaux, mais je compte rédiger rapidement quelques premiers articles.
Au passage:
- ce blog tourne sous Ghost 0.5.8
- le thème actuel est Day & Night, réalisé par Pedro Semeano et sous License MIT
j'y ai …