Advent of Code 2020 – Day 6
We solve todays challange at the advent of code 2020. Come join and have some fun.
We talk about how to use Rust to write webassembly code and build a small game of life example.
We look into how to use Zenity showing by some examples. Zenity is a graphical tool for your scripting to show dialog boxes on the GUI and return the result from Zenity back to your script.
We look into creating a Samba share on Debian. Then we connect to it from Windows 11 so we can work on our project in Windows and transfer data over Samba and run it in Linux.
I’m trying to solve all the Advent of Code puzzles in this video series.
We look into the changes made in the latest release of Java, 20.
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…