• 0 Posts
  • 18 Comments
Joined 1 year ago
cake
Cake day: June 21st, 2023

help-circle








  • I’ll transfer a bunch of audio books to and from my phone every once in a while. Since they are FLAC files I certainly do appreciate the additional speed from having a protocol that’s not yet old enough to drink.

    And in case someone missed the reference: USB 2.0 was released in the year 2000.









  • Mainly C++ with a sprinkling of Python and Rust for fun.

    Used to code KDevelop, now VSCode. Build in a regular terminal (I prefer Meson over Cmake, both end up producing Ninja files.) Debug with valgrind, gdb and ddd. Push to Gitlab for my personal projects.

    I use Docker for my test environments as it’s easy to bring them up and restore them to mint condition, and it ensures that the longer running tests with side effects don’t interfere with one another.