After another instance of my Laptop no longer “working” after a firmware update, I decided to write down how to recover so I know where to look for it.
[Read More]Tip: Spawn an interactive Python Shell anywhere in your code
This is post is a collection of useful commands I always have to google for whenever I play around with new APIs/libraries. Having an interactive shell to explore is incredibly helpful.
[Read More]Validate GitLab Repository Configuration With Semgrep
Self-Documenting Makefile
A short one i really liked and I want to document for future-me:
Self-documenting Makefiles.
Just add a new help target and now you can comment all targets by using ## <comment> after the prerequisites.
Having to remembering which targets are available in each project (and what they do) is not ideal and I have not used them enough to standardize on a certain naming. Enter: a short article about self-documenting Makefiles.
[Read More]Playing With Rust and Wasm
Getting Hugo to run
I wanted to have a really low friction way of practicing technical writing. As my current employer mostly uses Blogs as PR, my first idea was to try blogging, but to start small without anyone seeing it.
[Read More]