This sounds really great and will probably have quite an impact on a lot of users. So, nice work!
snaggen
Even if it might be fun to see Elon lose money, remember that Starlink is very important to Ukraine to defend themselves against Russia.
And don't get me wrong, I think Go is ok and I use it from time to time. When Go and Rust started to get traction, I actually laughed at Rust thinking it was a stupid language. Why would anyone use Rust when you had Go, it sounded so great with its go routines and all. I then started to use it, and it wasn't bad, but it wasn't something that got me all excited either. And it was the horrible error handling and all these simplifications that sacrifices correctness that made me feel it was only an ok language. It is the correctness of Rust and that you have to handle all errors aso, that makes it a bit annoying, but it is also these things that makes it great.
I think this old article exemplify the bad design of Go, and why I think Rust is very well designed.
TL;DR Go takes many shortcuts, in the name of simplicity, that ends up with pure lies. Like providing Unix like permissions for Windows and silently ignore it.
https://fasterthanli.me/articles/i-want-off-mr-golangs-wild-ride
Oh, hadn't seen the "Time travel debugging Rust in NeoVim" before, and I'm bad at using the debugger in vim so this is definitely something I must try out.
Well, that is why some prefer a copyleft license, like the MPL.
I guess this answeres my previous question about the lack of updates to the Intellij Rust plugin.
I like skimming through these summaries, and especially since there are so many things happening on so different levels. It it everythign from tiny snake, to very advanced games. Good read.
Short about the garage myth https://money.cnn.com/galleries/2011/smallbusiness/1103/gallery.business_creation_myths/4.html
What are the benefits of Smol compared to the dominant async framework Tokio?
Cannot both be true?
This looks really interesting, and I love the easy to use docker images! So, now I guess I know what I will fiddle with this weekend....