Here’s a common thing we often hear: if you’re doing a task more than once, automize it! Following up on a former article I wrote in french four years ago, where I was showing how simple it was to do my invoices in LaTeX, I have since then built a more generic framework around that. Let’s have a look after the break.…
≫
There are many online platforms offering repository hosting, though they all suck at one thing, it’s to integrate nicely in the flow of coding. Some have a GUI tool, others integrate more or less in your editor (or IDE), and that’s rarely the ones you’re using for your work. After the break, let me show you my take on this, with a little tool I wrote called git-repo……
≫
After having used a multitouch input device for some time on OSX, along with Better Touch Tool, I really missed to be able to switch workspaces or tabs using very simple two or three finger gestures. That’s why I got that fixed, and here is KiTT!…
≫
For a project, I needed to have a simple way to make a central software be able to send commands to several slaves appliances that are on the internets, i.e. they can either be on Internet with a public IP address, or be behind a proxyfied-firewalled private network that can only communicate through port 80. That’s how I came across a W3C working paper about a very simple technology based on HTTP/1.1 long-polling, called EventSource. The full story and real code after the break……
≫
Je me suis depuis peu inscrit au statut auto-entrepreneur, et évidemment, j’ai vite eu besoin de sortir une facture. J’ai cherché sur le net, et ai trouvé deux blogs qui ont fait un système identique Tengu en suisse et Godefroy en France. Dans la suite de l’article, les sources LaTeX.…
≫
After years of working with an IRC client inside screen on my server, here is how I managed to get my notifications get through SSH so I won’t miss when you highlight me!…
≫