Blogs

How To Build a Site Just …

Building a website doesn’t have to be difficult. In fact, you can get started in just a few minutes with Hugo (not the movie). Hugo is a static site generator - like Jekyll, written in Go. It’s very fast and easy to use, and perfect for personal websites like this one. This will be a …

How Important Are GCC’s …

While I was learning C++ a few years ago, I read a little about GCC’s optimization flags and how they can improve performance. I was curious about how much of a difference they actually made, so I decided to test it out. I wrote a simple - and kinda useless, program that increments a number …