Technology

Git, Damn You

I’m always committing to the wrong branch, then I have to google rollback commit which gets me to a solution like this (see SO here): This is fine and all, but clobbers the original commit. Now I’m six commits in and realize I’m on the wrong branch for fuck’s sake. So thinking this through, I …

Continue Reading
Technology

Minikube Docker Registry

I run minikube with hyperkit. Enabling a docker registry has minikube dynamically allocating a port on every start. I would prefer to keep this port static so I can reference it in my scripts, but have not found a way to do so. But I have found you can easily do port forwarding with socat. …

Continue Reading
Technology

IANAE

I am not an epidemiologist. This will be my last post on Covid-19. There are too many conflicting stories and too many agendas. I don’t think I have anything new to offer so I’ll shut up. But why is the CDC counting viral and antibody tests together? Just when I thought I’ve seen the worst, …

Continue Reading
Technology

Trends of 2020

Keeping up with my trends thing from two years ago, I’m going to write about technology changes that I find interesting. This is more hindsight than prediction, but I’m finding this WFH thing interesting. I was always the person in the office every day no matter what because I simply cannot get things done at …

Continue Reading
Technology

Expert Beginner

I found a very interesting series of articles on the Dunning-Kruger effect acting as a barrier to advancement; An anti-pattern seen in tech companies called The Dead Sea effect; And finally why developers switch jobs frequently. That is all.

Continue Reading