Oddbean new post about | logout
 GM Nostr, apparently this is happening in the Linux kernel maintainer community https://image.nostr.build/d1403c8e0067f95ded2f7b5dc3b75c631500490e18a22be7c1593d27d2e4421d.jpg 
 nostr:nevent1qqsdc4yh3km6uu5xsq04f2qwt8hcqce548e8a03elcqmlksr957ttnqpzpmhxue69uhkummnw3ezumt0d5hsygqptag5hx9dg29p09puwsnrwvwdcxy4q5wgj4zza7wd2e287zsf65psgqqqqqqskeku6t 
 nostr:nevent1qqsdc4yh3km6uu5xsq04f2qwt8hcqce548e8a03elcqmlksr957ttnqpzpmhxue69uhkummnw3ezumt0d5hsygqptag5hx9dg29p09puwsnrwvwdcxy4q5wgj4zza7wd2e287zsf65psgqqqqqqskeku6t 
 You can't force us all to learn rust! 
 I'm sure someone said that about C in 1989 and yet here we are. 
 Mostly old guard devs, that don't want to bother learning Rust.

Do not know why the Meme shows languages like Go, Java and Python. They are memory safe due to GC.  
 Oh believe me I know all about Java's shitty garbage collection. Apps spent so much time collecting garbage, needs to stop to collect more garbage, and it's just a trash truck.
Java is one big dumpster fire. https://image.nostr.build/59cf8de4291003be6cd63c327a0203ba5b93cb7e9946eda2a616435c6083a7d7.gif 
 That is the price you pay for the imense convenience of a GC, either you give up speed, low latency, or low memory footprint. But it still memory safe. 

And Java have one of the most sophisticated and performant GCs and VM in the world, wich becomes better if you pick the right GC and tune it well for your aplication.