• 0 Posts
  • 14 Comments
Joined 3 years ago
cake
Cake day: June 16th, 2023

help-circle









  • I can only think of 3 cases in as many years lol.

    1. KDE patch at beginning of the week made it so scrolling the start menu crashed the desktop, fixed in ~3 days
    2. LY changed the service to call it so I got booted into the TTY next time I started my PC
    3. There was a wifi card update which stopped my wifi from working, fixed with a power cycle.

    Don’t know where arch got its reputation of being held together by hopes and prayers, maybe it was more unstable in the past?





  • Whenever I try and get a proper explanation of a monad from the internet I get these miserable opaque examples which make me go “sorry I asked!” But I think a monad is basically just single type that when unwrapped gives you the result of a calculation and some metadata about the calculation.

    I think it’s more like Rust’s Result or Option types then go’s tuples but I’d say they both basically count.