News from the block blog
-
TIL: Why there is /bin and /usr/bin, /lib and /usr/lib, etc on Unix systems
If you’ve ever navigated around a Unix system you may have wondered why there are /bin and usr/bin directories or /lib and /usr/lib or /sbin and /usr/sbin – or like me, you just took it for something that probably has any meaning but isn’t relevant enough to look into. Well, today it became relevant: When […]
Continue reading >> -
Integrating WordPress Posts with 11ty
In this blog post I document how I integrated articles from a WordPress site into my 11ty website – it was surprisingly straight forward to do!
Continue reading >> -
RE: Announcing Rust 1.73.0
Yay, Rust 1.73.0 has been released! Highlights include cleaner panic messages and the stabilisation of APIs, I’m especially happy about the stabilisation of unix APIs for `chown`, `fchown` and `lchown`.
Continue reading >>