How to setup a Focusrite audio interface in Windows
We talk about my experience of setting up an audio interface in Windows 7.
We look into how to install and use simple-cdd to create a new Bookworm install image fully automated with no input from the user during install.
Today our cat took her last breaths. She was almost 18 years old, so it was her time. But it still brings me great sadness, and I feel a real emptiness.
We will look into using Sapper with Webpack and build a small notes application and talk about the different features available in the Sapper framework.
In this video we are using fetch to do a file upload. File uploads could be hard if you haven’t done it before, fetch is a new api that can simplify the process.
We are in our new linux environment and create ACL, some tools for process managment and the sed tool to update files with expressions.
We will create an image from scratch in docker and add that to a docker registry so we can reuse that image when we create new docker instances, controlling the whole flow. Working with docker and registry First of we install the docker client, server and registry on our debian machine. apt install docker docker.io…