Spyke

Replies

linux

Comment on

Pop!_OS 24.04 Beta Along With COSMIC Desktop Beta In Late September

Reply in thread

@imecth @stuner @littleomid @uthredii ``Rust implies only 1 thing, and that's no memory leaks, assuming you don't use "unsafe" code. It's still very much vulnerable to logic bugs and has the same performance as c (GNOME) and c++ (KDE).''

Not only memory leaks, multi-threading generally is hugely safer under the watchful eye of the compiler.

It performs slightly better than C or C++; the compiler is able to make better optimizations thanks to deeper insight into the nature of given code.

linux

Comment on

sudo-rs Is Now The Default sudo Of Ubuntu 25.10

Reply in thread

@chronicledmonocle @cm0002 The real answer is that some people just want something to do.

The more philosophical answer is that after C (circa 1960) there have been lots of developments in programming languages, both translated and compiled. Rust is epochal in that it takes all the best features and has the right defaults based on 50 years experience. Most notably it is the first language which understands the code it is compiling, and is thus able to see errors and make deep optimizations...

linux

Comment on

GNU Linux-libre 6.18 Neuters More Functionality Due To Blobs With Intel Xe, NVIDIA Nova

Reply in thread

@Scoopta @cm0002 The point is that if everything was open Linux support would be so much better as we would understand the working of the hardware so much better, and we should do everything we can to discourage manufacturers from adopting this stance. FOSS has the great benefit that anyone in the world can improve it, and then share their improvements with everyone else. That makes a better world. Just better.