Secrets Handling in Kubernetes

In your deployments locally or through Docker, you will most definitely be using a .env file for all your secrets - API keys, database credentials, and the like. In the world of Kubernetes, nothing is as simple as just a .env file. In fact, configuration of your deployments will be…

Join the Fediverse

Quick blogpost on why you should totally join the Fediverse! The Fediverse itself is a large decentralised social media of "stuff". What can this "stuff" be? Well, pretty much anything. Mastodon (probably the most popular one) essentially became a Twitter clone in the Fediverse. Pixelfed then became an Instagram clone…

What's Open Source

I have the great luck of having a fairly large tech following on Twitter. However, there are maybe a few people over there who aren't of the tech world. And while I'm flattered that they follow me despite my tweets containing some of the most complex tech jargon imaginable, I…

End To End Encrypted. But...

The FBI and other 3 letter agencies are known for spying on people, often with questionably methods or without due process. This has been facilitated by the US counter-terrorism acts post 9/11 which gave law enforcement much greater visibility into the lives of US citizens*. That is why the…

#!@$ You Nvidia

Here's how I got nvidia to cooperate on my desktop. Arch Linux; Ryzen 7 2700xt; GTX1650 1. yay nvidia-550xx-dkms 2. yay nvidia-550xx-utils 3. yay lib32-nvidia-550xx-utils 4. yay opencl-nvidia-550xx 5. yay lib32-opencl-nvidia-550xx Drivers 555 -> 565.57 are all broken for the GTX1650 as there is no display output from the…