Forgot your password?
typodupeerror

Comment Re:Worthless fucking statistic. (Score 4, Insightful) 226

While there are certainly power outages in Europe and I guess it depends also where you are in Europe and in the US, it still matches my experience living in California for a couple of years. I can't remember having experienced any power outage in Germany for decades before moving to California, where this then happened regularly. Since moving back to Europe, Germany and now Austria, I have stable power again. I think there was a very short (30 m) power outage 2 years ago where I live now.

Comment Re:Why C is dangerous (Score 3, Informative) 40

You can use a safe string type in C as many people do and use other language features to get bounds checking in C.
For example: https://godbolt.org/z/4Tn8jaGM...

It is not clear to me why people do not use this more, but I think the constant misinformation that this is not possible in C is not helping.

Comment Re:Because investors don't get advice from Fox (Score 1) 47

It surprising that people still get this completely wrong even though it is not terribly difficult to understand. Base load is the level of power you always need even when demand is low, and base plants are plants that can provide this base load of power cheaply when they are always running with constant output. So in the past this could be plants that are very expensive to build but cheap to operate such as nuclear. But once you have more variation on the grid from sources that are also very cheap such as solar or wind, they will cover some of the base load when production is high so that the left-over demand becomes smaller that traditional base load. In consequence, you need more dispatchable power sources such as gas peakers or storage instead of base load plants. So the need for base load plants becomes less and they become less economical. This is terrible for nuclear.

Comment Re:Likely doomed as a species (Score 2, Insightful) 73

Why did with gave the scientific illiterate access to computers? There should be basic physics questionnaire or something before being allowed to use any modern technology, so that we do not have to read politically motivated anti-science comments from uneducated people such as "These guys in 1958 are vastly more convincing than modern climatologists". I mean, even completely ignoring future issues, this nonsense hurts my brain.

Comment Re: We've heard this before (Score 1) 126

This is not how it was. Microsoft announced the move in 2013 and LiMux was cancelled in 2017, but politically attacked already the years before including by the mayor Dieter Majer who as mayor from 2014 until 2026 and involved already with the Microsoft move in 2013 as head of economic affairs: https://www.sueddeutsche.de/mu...

Comment Re:China (Score 1) 114

Luckily, we know that growth can be decoupled from CO2 emissions. CO2 emissions from Germany and the EU are decreasing since 90s and of the US and high-income countries overall since the last 20 years (per capita emissions in the US are still relatively high in the US due to wasteful lifestyle and processes). China also seemed to have peaked now due to rollout of renewables. Unfortunately, CO2 emissions are coupled to stupidity and I see no end here.

Comment legacy C code (Score 2) 62

The main fallacy here is to assume there was a lot of effort spend making old C code safe. Maybe they did some fuzzing, etc. and this is great. But if I were takes to make legacy C code safe, I would go over and replace every open-coded string or buffer manipulation by a safe string or buffer abstraction. Yes, nobody want to do this, because playing with AI or new languages is so much more fun.

Even the fact that an issue was fixed in one caller of the function, but nobody considered the other callers before, tells you that the least possible maintenance effort was spend on these issues before.

Comment Re:Smells fishy to me (Score 1) 146

I like to add that there heavily regulated industries that successfully brought down cost - such as aviation. The reason nuclear industry is not able t bring down cost in general is because building plants is slow and there is also no scale in numbers, so you can not iterate and optimize. Bringing down cost also did not work under favorable political circumstances. SMR try to address exactly this, but the problem is that there are also many fixed costs so building larger plants is more efficient. The gains from building many small reactors must be large to overcome this. I would not bet my money on this.

I think the idea that "evil people killed nuclear by adding pointless regulations" is a bit of a fairy tale nuclear proponents tell to rationale the economic failure of nuclear. The fact that there is indeed some element of truth to this may be very misleading.

Slashdot Top Deals

How come financial advisors never seem to be as wealthy as they claim they'll make you?

Working...