Linux by example – Building a temporary compiler
We talk about building the compiler we later will use to build the actual compiler used to build a linux system. Compiler inception.
We are in our new linux environment and create gcc compiler that will be our final compiler. Then we look at some text manipulation libraries, compressors and file attribute tools.
We solve todays challange at the advent of code 2020. Come join and have some fun.
I’m trying to solve all the Advent of Code puzzles in this video series.
We look into how to set up WireGuard on a Linux system. In this case, we use Debian in order to create a tunnel between two nodes using WireGuard. The setup is quite easy because WireGuard has strong opinions about what should be available and that means that the setup doesn’t have that many things…
We solve the day 3 challenges for the Advent of Code.
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.