/images/avatar.jpg

gvm: Go Version Manager

gvm is a CLI tool for Linux, MacOS and Windows — similar to nvm / anaconda — that lets you conveniently manage and switch between multiple go environments. Highly recommended.

Hugo Plugin Giscus Support

I’ve tried several Hugo comment plugins; the best are still utterances and giscus. The former is a bit too simple, while the newer giscus, based on GitHub Discussions, feels great to use. This post is verified on my own site and shared here for anyone who needs it.

Solving Painfully Slow git clone

If you work with GitHub a lot, operations like clone, fetch, pull and push often fail with mysterious timeouts or crawl along painfully slowly — a real drain on productivity. This post walks through several working solutions.