How the java -version command actually works.
I found out today that the java -version command doesn't work as I expected and there is actually a lot more to this simple command than you think at first glance.
We talk about how to create a simple web server using only native java code, no libraries and the simple interface used for these actions.
In this video series, I try to challenge myself with the Advent of Code trials. Each solution will be published to Github, and I hope you will learn something from my coding mistakes and perhaps send some code my way on how you have done these challenges. I know by reading code, so this is…
In this video, we look at installing stable diffusion in a Ubuntu environment. This entails making our GPUs available and running stable diffusion on your command line. Install stable diffusion locally. First we need to download the repository and create a new python environment. If you want to run this on the server the environment…
In this video series, I try to challenge myself with the Advent of Code trials. Each solution will be published to Github, and I hope you will learn something from my coding mistakes and perhaps send some code my way on how you have done these challenges. I know by reading code, so this is…
We try to create a intro for my videos using css.
We look into web assembly and compare it to x86 assembly code.