Youtube Channel Created
I have created a youtube channel where all the tutorials will be uploaded to once they will be available for the public.
Feel free to subscribe to it.
I have created a youtube channel where all the tutorials will be uploaded to once they will be available for the public.
Feel free to subscribe to it.
All modern CPUs have more than one thread. Multi-threading has even reached the embedded world with boards like the ESP32 and the Raspberry Pi Pico. Because of this it only makes sense to write modern code in a way that it can take advantage of this. Python is one of
For a while now I did experiment with waydroid and running android apps on linux. So in this post I will go through how to set waydroid up for gaming and what I found out to work and what not. Setting up waydroid First you need to install waydroid. To
In this post I explain how to get OpenGL 3.3+ with the core profile working on the Raspberry Pi 4. Parts of this might work on older models however I did only test all of this on a Pi 4B with 8GiB of RAM. Just not at the moment
Introduction: I have been using linux (mostly ubuntu based distros) as my main operating system for a few years. Recently I became interested in starting live streaming on twitch, so I had to look up how to configure everything in order to get live streaming working without any drawbacks. This