Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror

Comment Re:Rust Apocalypse (Score 1) 70

That is possible and it is always a risk with a new language. Then again, it is also a risk with old languages. Fewer people work on them, fewer know how to fix them, they just hang around and slowly wither away.

You should never rewrite code. You should never rely to legacy code. Get used to it, it's engineering, everything is a compromise.

Comment Re:Missing Rust Language Specification (Score 1) 70

Lots of languages do not have a full spec. And even those that do, often have a spec which does not define all behaviour.

The main reason that people worried about a spec in the past was to avoid vendor lock-in. An implementation which is available under a public license is a good solution to that problem also. The full spec is well underway for those areas where it is a necessity, but it will track a few versions back.

Comment Re:Rustification (Score 0) 70

I think this is hyperbole. A fallback would be simple now, but would have to be maintained and tested.

At a certain point, you have to ask about the cost benefit from maintaining backward compatibility because it comes with a cost. Debian is not particularly designed as an light-weight, support architectures for every distribution.

The only reason, really, this makes news is because it is Rust which seems to trigger people for some reason.

Comment Re: cost vs kwh (Score 1) 70

This is one of the reasons most renewable generation gets a much lower price per kWh than, say, gas. The exception is rooftop solar which is very expensive per kWh, but it still viable because it feeds in directly to the consumer, so it reduces expenditure at consumer rates, rather than selling at wholesale. Even with all this renewables still work out as cheaper, and given the falling cost of batteries and renewable generation that is likely to remain true.

Comment Re: Can be paired with other energy sources (Re:He (Score 1) 82

It is not a new idea. Some of the next gen designs for nuclear have integrated thermal stores. Concentrated solar power plants have done the same thing.

But this sort of thermal plants still makes sense. If grid electricity prices routinely go low because os generation consumption mismatch, then you can heat them up for little. It might even make sense to build them larger at nuclear power plants. You could turn the grid backwards and use external wind or solar to heat the nuclear store. After all, nuclear power plants have really good grid connectivity, turbines, cooling and all that you need to turn heating into sparks. The heat doesn't need to come only from nuclear power.

Slashdot Top Deals

"Don't worry about people stealing your ideas. If your ideas are any good, you'll have to ram them down people's throats." -- Howard Aiken

Working...