Back in the days, compiling the Linux kernel was a rough (but still
remotely useful) measure of the performance of a machine. How long does it
take to compile a modern Linux kernel on a modern piece of hardware? Let's
find out!
Read more |
I wish I wouldn't have to write this, but: nVidia graphics cards seem to be
a horrible choice for Linux desktops these days. Maybe it's always been
like that, but the issues unfortunately still remain to a certain degree.
Read more |
Again, we were runnning into a JRuby memory leak that I had to investigate,
since it was affecting a customer environment in a bad way.
Read more |
Node.js is an interesting platform for running JavaScript in the
server-side of your web applications, with a significant amount of growth
in the last years. In this blog post I'll share some of my initial feelings
about using it with Express.js
Read more |
Trying to get Puma working on JRuby with SSL/TLS (i.e. https) suport has
turned out to be a bit challenging; this is honestly a blog post I would
rather not have had to write. Why are things so complex sometimes?
Read more |
Because of a problem in a customer environment noticed recently, it's once
more time to put on the "memory leak debugging hat". Join me and we'll see
where the adventure takes us this time!
Read more |
Functional programming can be a really pleasant way to program the machine, since it encourages a very good way of thinking when it comes to code; a thinking that generalizes problems and helps to make the code you are working on more reusable and more easily testable (less focus on side effects, more focus on returning a new result based on an input.)
Read more |
Alright, I think it's about time to now to once and for all solve the problem with the boot server being unable to read the startup script from the file system. This has been broken for a while and I now intend to solve this bug.
Read more |
(Alternative title: 50 ways to drive yourself crazy.)
Read more |
Since a while ago, we have a kid playhouse in the garden, and since my children are getting quite old it's obvious that the playhouse also (like the main house) needs decent network connectivity. To solve this problem, I've tried two approaches:
Read more |