• 1 Post
  • 187 Comments
Joined 2 months ago
cake
Cake day: July 22nd, 2024

help-circle






  • Most “professional” writing is just a bunch of phrases interspersed with a few chunks of information.

    I’m involved with bidding and grant proposal stuff for software and it’s 90% empty words. I draw two diagrams and a page of text, sales deletes 60% of the text, misinterprets the rest and then puffs it up to 30 pages.









  • The long-term goal is for Rust to overtake C in the kernel (from what I understand

    Your understanding wrong. Rust is limited to some very specific niches within the kernel and will likely not spread out anytime soon.

    critical code gets left untouched (a lot of the time) because no one wants to be the one that breaks shit

    The entire kernel is “critical”. The entire kernel runs - kind of by definition - in kernel space. Every bug there has the potential for privilege escalation or faults - theoretically even hardware damage. So following your advice, nobody should every touch the kernel at all.