• 0 Posts
  • 7 Comments
Joined 7 days ago
cake
Cake day: October 15th, 2024

help-circle
  • I’ve just started learning Rust, so I’ve been working through The Book and Rust by Example to get familiarity with the language before diving into any projects. Coming from a C++ background, I’ve been surprised at how similar and simultaneously completely different Rust is from C++, and I’ve run into a lot of things that seemed completely bizzare to me (like the whole immutable variable default and shadowing) that I initially disliked until I looked into the reasoning and became wholly on board with the systems.

    I’m planning on developing a cute little pet project for a relativistic/geometric time system, where the current time is determined not by arbitrary time zones but coordinates on the earth. I’ll probably post some updates once I start working on it ͜


  • I’ve been trying to use Ardour for the first time as part of my ongoing process of replacing all the proprietary software in my workflow to open source software. My hope is that Ardour can replace Audition and/or ProTools for me, but as of right now I’ve struggled a lot with how to even use the program. I probably just need to immerse myself in some tutorials haha