• 1 Post
  • 272 Comments
Joined 2 years ago
cake
Cake day: July 24th, 2023

help-circle





  • 30p87@feddit.detoMemes@lemmy.mlStay Connected
    link
    fedilink
    arrow-up
    4
    ·
    2 years ago

    If our cat wanted food she just left our bedroom, where she slept, walked through the cat flap and went to hunt mice for herself. How do we know that? Because we regularly woke up to gallbladders of mice laying either at our bed, at the front door or the lower back door.


  • It’s just weirdly noticeable when one rust program with ~150 lines of code, designed to connect to a specific device and send commands according to the intensity of music, takes longer to compile than updating a typical Arch testing setup after a month without maintenance, including the (non Rust) AUR packages.



  • 30p87@feddit.detoProgrammer Humor@lemmy.mlFortune Teller
    link
    fedilink
    arrow-up
    14
    arrow-down
    5
    ·
    2 years ago

    I find it especially weird that it’s almost always labeled like something special if it’s written in Rust, even though as the end user the only thing I know will be different is the compile time, as it usually takes around 10-20 times longer than if it would be written in c, with 500 dependencies being pulled and recompiled every time. Which means if tests fail, even though the app works fine, and I had that happen twice in Rust, it will take three tries or so until I manage to fully remove the test section from the pkgbuild, resulting in an hour loss for just installing something that could’ve taken 5 minutes.