BLOG ARCHIVE.
Rust for Numpy Enthusiasts
27th of september 2023
21:55
Programming numerical simulations is very fun. Waiting for numerical simulations to run is the opposite of fun. The aim of this article is to present an alternative reality where you write more simulations and iterate on solutions faster...
Git Gud
25th of february 2023
18:55
Git has a rumor of being complicated and difficult to understand. Some parts of the program can be enigmantic but the vast majority of day-to-day usage is very simple...
Statically Typed Python
15th of december 2022
12:30
Python is pretty damn good, it’s a great language even. Development is, dare I even say it, blazingly fast and the ecosystem is gigantic, perhaps unrivaled. What’s not to like?
UnoCss
4th of december 2022
8:00
UnoCSS is an atomic css engine which enables a different workflow for writing css, avoiding the hassles of semantic styling. For those familiar with TailwindCSS...
Haskell's Fatal Flaw
24th of july 2020
23:00
There are over 25 million software developers all over the world right now. Every single one of them has their own preferences about what they want in a programming language. Not too surprisingly ...
GCC and Circular Deps
12th of july 2020
22:00
The Gnu Compiler Collection is somewhat famous for it's atrocious and uninformative error messages, especially when using C++ template functions/containers. One missing semicolon ...