Recent Posts

What I learned from Floating Points

2 minute read

OK I confess, I didn’t read the legandary What Every Computer Scientist Should Know About Floating-Point Arithmetic by Goldberg. It’s a must-read however som...

MinGW shell cannot find gcc, g++ and others

less than 1 minute read

Tired of fixing PATH every time you run the MinGW shell? Solution is easy. Navigate to %YOUR\_MINGW\_DIR%\msys\1.0\etc and rename fstab.sample to fstab. Rest...