• 0 Posts
  • 20 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.




  • Afiefh@lemmy.worldtoMemes@lemmy.mlIphone 15
    link
    fedilink
    arrow-up
    5
    ·
    10 months ago

    USB C didn’t exist, but it was being developed, and apple was on the USB-IF forum which developed it. So literally part of apple was developing USB-C while another part decided “nah, we will make our own” and of course it takes less time to make your own than to make something everyone agrees on.



  • 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.