• 2 Posts
  • 458 Comments
Joined 1 year ago
cake
Cake day: June 18th, 2023

help-circle


  • Rust is definitely not new and niche anymore, its the most popular language in the StackOverflow surveys.

    A C book feels dated at this point, there are very strong recommendations that C is to be phased out in favor of memory safe languages. But people have been signalling the death of C for decades, so it probably has a few more years left.

    A good C book on how to write memory safe C would be useful. Its been tried many times, but newcomers to C still seem to struggle with allocation and freeing, and thread safety.
















  • The latter, and it is good from an organisational perspective, but its never a nice experience, and for many, this will be their first real experience with a Linux.

    Right now Linux is “That nerd OS”, if this goes badly, for millions it could change to “That OS they forced on us at work, where I can’t XYZ”

    Edit: on the GPL front, GPL doesn’t require that you publish your code to everyone, just to the recipients of your binaries. And you only have to give it upon request. So they definitely could keep it somewhat under wraps if they wanted to. If they are smart, they’ll follow the Munich model and stick to upstreaming any changes they make.