[WPF] Fix blurry images

This is a very annoying design flaw in WPF: by default, when you include a bitmap image in a view, it appears blurry. Here I’ll describe why it behaves like this, and then give a solution. …

READ MORE

[C#] I wish I knew : BitConverter

I’ve been a professional C# developer for years now, but I’m still discovering trivial stuffs. In “I wish I knew”, I describe a feature that I missed. …

READ MORE

[Arduino] Parse JSON efficiently

I’m currently working a project on an Arduino Ethernet with my co-worker Levi. …

READ MORE

[Links] Hire and interview programmer

This time I’m sharing my best links about hiring and interviewing programmers. There are a lot of articles on that topic, here is a fine selection of the most interesting ones. …

READ MORE

[APT] Automatically upgrade packages

One of my favorite feature of Linux is the package management system. Installing a new application is so easy ! Just type apt-get install theapp and bam! it’s installed. Then type apt-get upgrade, and bam! it’s up-to-date. …

READ MORE

[Postfix] Forward every mail to an external address

Let say you have set up postfix so that your server can send mails. Now you want to be able to receive mails without creating a POP or an IMAP box? …

READ MORE

[Ghost] Migrate from sqlite3 to MySQL

So you’re running a Ghost blog with the default sqlite3 database, but you changed your mind and now you want to switch to MySQL ? Don’t worry, it shouldn’t take more that 10 minutes. …

READ MORE

[C#] I wish I knew : SafeHandle

I’ve been a professional C# developer for years now, but I’m still discovering trivial stuffs. In “I wish I knew”, I describe a feature that I missed. …

READ MORE