The world awaits...

computerscience (4)

Thought Experiment with Redox OS

In conversation with a Rust fanatic, we stumbled into the topic of operating systems. RedoxOS is an operating system written in Rust, from scratch. Everything is in rust, the core libraries, the kernel, the device…

Continue reading...

Explorations with Midjourney

If you pay attention to these sorts of things, you might know that MIdjourney is in  an open beta program now. What is it? It's a web app that lets you turn text or image…

Continue reading...

Programming Minimalism

I'm fundamentally a minimalist at heart. This carries through in my programming, aka coding. What's the simplest way to develop this code? I aim for the minimum dependencies in every project. I investigate which modules,…

Continue reading...