I’ve seen way too many projects that supply a makefile that requires the
user to run make clean
and make
every single time they …
Today, my website displays a banner to join the fight for an open internet. My message to the FCC follows.
I’ve seen a lot of people (I’m looking at you Daniel Lemire) praise newer languages like Go, which makes me sad as a C++ …
Mark Buckler and I use Docker a lot. Sometimes, we need X11 forwarding to work over SSH. Here’s a summary of the steps involved …
With the <random>
header in C++11 onwards, there really is no reason
to use std::rand()
to generate random numbers. In fact, …