Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror

Comment Re:Rust is not just memory safety (Score 1) 70

It does happen, but I am not sure this is what free software needs. We live in a world we adding a warning to a C compiler is carefully consider because it might overload maintainers. And lack of maintainers is the problem. The least thing we need is a more complex language that also has supply chain issues.

Comment Re:Horseshit (Score 2) 101

Also again, as context for people who want to build their own opinion: In Germany, CO2 emissions are substantially declining with the replacement of coal and lignite by renewables: https://ancillary-proxy.atarimworker.io?url=https%3A%2F%2Fenergy-charts.info%2Fcha...

One can complain that it is not yet as low as in France, but it is also not surprising that an ongoing transition that is not completed yet is not yet at the same level as a transition that was completed decades ago. Making this point would be rather idiotic.

Comment Re:Horseshit (Score 1) 101

Just for others (I know you not care about the truth or even about having a balanced discussion where arguments are acknowledged): The declared goal of the subsidies for renewables in Germany was to create an economy of scale to bring prices down, which was extremely successful. In contrast, cost for nuclear in western countries never went down and instead increased over time despite subsidies.

Comment Re:Just say no to snap (Score 1) 53

This is not my experience. I am on Debian and I did not experience anything like DLL hell in since I switched to Linux 30 years ago. I can see that if one passes locally compiles binaries around in a company that it does not work automatically, but the solution to this does not require anything like Snap. Where there is friction, then the main issue is lack of standardization, but this done intentionally by commercial Linux distribution to differentiate, and Snap and co. a part of the problem and not the solution.

Comment Re:But why Unstable Rust? Why so broken? (Score 1) 50

While I agree that C(C++ should have left no room for Rust by having perfect memory safety, the reality is that you can write very safe C/C++ code if you want to.
What Rust offers is the idea that you can achieve perfect memory safety without sacrificing performance. In practice, this is much less useful and bit based on exaggeration, but it makes for an excellent sales story. That other parts of the Rust ecosystem are a complete supply chain and maintenance disaster makes everything much less safe in reality^1, but who cares .., because perfect memory safety!^2

1. so that I now after decades where this was working I now need to worry again about the availability of security updates in Linux distributions.
2. If nobody makes a bug using "unsafe" but then this is not the fault of Rust, of course.

Comment Re:Great loss; could have been worse (Score 4, Interesting) 117

Out of curiosity, what was the technological promising thing about it?

I only see the constant last-minute fixes it seems to need and that user space tooling is dropped from Debian for being unmaintainable, which tells me that - regardless what technological wonder it may be - it is certainly not a filesystem I would use.

Slashdot Top Deals

"It might help if we ran the MBA's out of Washington." -- Admiral Grace Hopper

Working...