The Go programming language provides a defer keyword, which registers a statement to be executed after the current function returns. This is useful for a variety of purposes, including situations where you are performing a task that involves multiple setup steps, and you want to gracefully tear down what you...
[Read More]
(This post was written & published on April 1st, but no, it’s not some April Fools thing, it’s 100% sincere. I’m not gonna wait to publish it tomorrow or something just because today happens to be Annual Prank Day.)
[Read More]
Now that I’ve started my new tech gig, I’ve been reflecting on the issue of remote work. (The company I work for is fully remote.) Here are some thoughts about remote work, academia, and the latter’s attitude towards the former.
[Read More]