Blog
Logo, Footer, Styling | markdown sitegen 12
We add logo support, fix the footer, and improve the overall appearance - albeit only slightly.
DAW12: Tauri filepicker
Wow, who knew how easy it was to pick files using Tauri! Not only do we pick a file, but we pick a plaintext-daw song file AND invoke Python from Tauri, all in just a few lines of code.
Adding Pagination | markdown sitegen 11
We add pagination to our static site generator.
Variables & Mutability | Rust Book Speedrun 2
The fun intricacies of variables and mutability in Rust
Footer & Post Summaries | markdown sitegen 10
In this one, we add a footer for the site, as well as a blog feed page with post summaries (instead of dumping the entire post in there).
OS20: Researching PCI (Peripheral Component Interconnect)
In this video, we make massive improvements to stdlib, add memset and memcpy, and most importantly, allow ourselves to get out of VGA (graphics) mode once we enter it.
It has begun. | Rust Book Speedrun 1
I have no choice. Join me on this journey of speedrunning The Rust Book.
How to Make a CLI in Python
Want to use your Python program as its own executable? It's pretty easy to do - watch on!