I'm on a media diet

Ever since I have uninstalled youtube I have watched considerably less videos, I started reading more and am slowly regaining concentration.

Read more  ↩︎

The Ascii table

The ASCII table served by a computer that does not track you

Read more  ↩︎

Exploring asyncio and (web)sockets

So for a recent project I ended up working with websockets and then started to work with the async features offered by the websocket library. While reading through various bits of documentation and posts online I saw that most of the wisdom seems to either be wrong or outdated. So here is what I learned and what worked for me using python 3.11.

Read more  ↩︎

AI is making everything worse and you are paying for it

TLDR: AI is being used to steal from us and make our lives worse, all while charging us and spying on us

Read more  ↩︎

Graphics Programming with Rust and WGPU Part 3: The Camera

In the last part we set up the building blocks of wgpu that we are now going to use to do some actual graphics programming. To start of, we need an eye to see in our virtual world. This is done by our camera. And the process of how it's done is kind of backwards to what you'd initially expect but will make sense once we take into account how the math works.

Read more  ↩︎