Posts
All the articles I've posted.
Import your Rust code in Python
Posted on:November 28, 2023 at 03:22 PMI've been having fun learning Rust! Building a Rust library that can be imported in Python, started as a joke, but I have been able to discover some really cool things that I hope to share in this article!
Systemd your code that needs to start at boot (Linux)
Posted on:September 18, 2023 at 03:22 PMWe come accross a lot of methods to "start my python code on boot". I find systemd to be elegant and use it all the time.