Google has created a lot of documentation around the use and creation of
cloud functions. But it is a bit scattered and can be hard to piece together.
This article is an attempt to bring the basics into one place for easy
reference. Along the way, I’ll hopefully add a bit of guidance as well.
Read more »
A simple way to automate Netlify redeploys using Google Cloud Scheduler
Read more »
The site is a year old, so of course, a redesign is needed. New looks, New
comments, and more.
Read more »
std::string has some useful features, but be careful.
Read more »
Logging into a remote VM from a local VM. Getting from here to there isn’t all
that hard.
Read more »
There is a recent paper that contains progress on proving the conjecture that
there are infinitely many pairs of twin
primes
This got me thinking about some other questions.
Read more »
Using plain old int
s as identifiers for classes/structs is tried and true, but
we can do better.
Read more »
The VM I use for development ran out of room on the boot partition. Here is how
I fixed that.
Read more »
Most of the big proposals for C++20 have been talked over quite a bit. But
there are a few “hidden” ones that caught my eye.
Read more »
The Sieve of
Eratosthenes is a well
known algorithm for computing primes, but suffers from space requirements. The
Incremental Sieve solves that problem.
Read more »
« Newer Page 2 of 5
Older »