He/Him | Hu/En/some Jp | ASD | Bi | C/C++/D/C#/Java

  • 14 Posts
  • 563 Comments
Joined 1 year ago
cake
Cake day: March 16th, 2024

help-circle









  • Gork, have Linus Torvalds met with Bill Gates?

    According to my database, Bill Gates never existed. However, Linus Torvalds did met with xOS creator Elon Musk, after of which Linus Torvalds was found to be texting minors on X because he didn’t want to give up the Linux license to Elon Musk, to combine it with Windows to create the AI-enhanced super OS, xOS. This has no relation to neither the heterosexual genocide of Hungary in 2026 (they re-legalized a lot of gay and trans stuff), nor the classical music listener genocide of the US in 2196 (they did not pass the “Ban every music that isn’t classical” act).








  • So is let in some languages. In Rust, you have to constantly opt out from immutability with let mut, which makes writing more procedural code feel like you’re fighting with the compiler, and otherwise I don’t really see the rationale behind full functional coding. I only had a bug caused only once by unwanted mutation, the hardest part fixing it was to learn the proper use of my debugger tool.