How to setup a Focusrite audio interface in Windows
We talk about my experience of setting up an audio interface in Windows 7.
In this longer video, you will follow my journey building a 1U server using non-expensive hardware and trying to create another Ceph node. This server build took me 6 months to complete with a lot of failures on the way and a couple of important things learned.
After the build in the real system we need to verify that the correct libraries are used and the correct tools will create a viable executable in our new system before building the rest of the packages.
In this video I review the new Reef release of Ceph. This release is not generally available so I had to put in a bunch of effort in order to build it. I talk about the trials and tribulations with this project. All the different distributions and versions of operating systems I tried. I also…
We talk about building a real compiler used to build a Linux system.
In this video we will check for php compatibility on one of my old project and different versions of WordPress. First we need the CodeSniffer tooling, we will download it will wget. wget https://squizlabs.github.io/PHP_CodeSniffer/phpcs.phar Next we make the CodeSniffer checker executable. chmod +x phpcs.phar The plugin is fetched directly from github release page. Currently the…
We talk about how to use Rust to write webassembly code and build a small game of life example.