Forgot your password?
typodupeerror

Comment Re: What's the motivation? (Score 1) 173

At that time, we had no WWW ... so I hardly can point you to a German news source that shows it was a graphite explosion.

Are you suggesting that German news sources don't have archives? It's amazing what we can do with computers these days. But, sure, it doesn't sound fair to ask you to look for a needle in a stack of needles, so I'll let that go.

Lets check German Wikidpedia?

Let's.

Well, the German text neither mentions a steam explosion, nor calls the "fire of the graphite" and explosion. It is just named fire.

Funny, I found the text with little difficulty, and I speak like thirty words of German. From German Wikipedia:

Durch die Überschreitung der (lokalen) Auslegungsleistung wurden die Kanäle der Steuerstäbe blockiert und die exponentielle Leistungssteigerung war nicht mehr aufzuhalten. Schlagartig verdampften große Mengen Kühlwassers, und der dabei entstehende hohe Druck ließ den Reaktor bersten.

Additionally, with regard to your "I did not say that" you said "your steam bullshit made me type wrong." You certainly placed the blame for your error upon me.

Comment Re: What's the motivation? (Score 1) 173

1986 when the even happened: it was classified as a wild graphite fire that resulted in the explosion of a huge pile of graphite.

You have the cause and effect reversed. The cooling water in the reactor became supercritical and flashed to steam, causing the explosion. The graphite burned because it was already extremely hot and the explosion allowed oxygen to get to it, completing the fire triangle. I am old enough to remember 1986, too, and I would be interested in seeing your "1986 news source" that claims the graphite exploded, as solid graphite does not do that. Perhaps you are simply misremembering?

Your steam bullshit made me type wrong.

I respect that you originally wrote "hydrogen" in your previous comment and made a typographical error. However, there is no "steam bullshit" as this is the actual cause of the explosion. Additionally, "look at what you made me do" is something people who cannot accept responsibility for their own actions say when they're trying to blame other people for their errors.

Comment Re: What's the motivation? (Score 1) 173

It is not called a steam explosion when the graphite moderator block explodes in fire. Obviously in such an explosion a lot of steam from the cooling system is created.

The graphite was not the material that provided the explosive force, the steam was. That's why it's called "a steam explosion." If you blow up a rockface with TNT, it's a "TNT explosion" and not "a rock explosion." This is not a difficult concept.

Fukushima "melted down" after power loss, due to the tsunami, and steam explosions wrecking the reactor vessels

Damn, you just love getting shit wrong. They were hydrogen explosions.

Comment Re: What's the motivation? (Score 1) 173

Chernobyl did not melt down.

It suffered a Graphite Explosion.

Completely different things.

Those are, indeed, completely different things but only one of them happened at Chernobyl. The graphite didn't explode, the explosion was caused by steam. The reactor also melted down. you can see pictures of the rather famous "elephant foot" proving such.

Comment Re:The purpose of a factory is not to provide jobs (Score 5, Insightful) 188

The purpose of a factory is not to provide jobs.

It's intended to made widgets that can then be sold at a profit.

It's not a social welfare program.

Those three statements are policy choices, not objective facts. Capitalists like to present them as inevitable, but of course they are not; they are only presented as such because it's in capitalists' interest for people to see them that way.

Comment Re:Ryzen/AMD 16/8GB (Score 1) 84

the complete lack of any Anti-Trust regulation preventing anyone from making RAM and storage except the existing players

I don't think it's monopoly issues holding anyone back, so much as the fact that setting up a viable fab for RAM or storage takes billions of dollars and a number of years, and everyone is expecting the AI bubble to burst before then anyway.

e.g. why invest $$$ to build a new manufacturing facility, when by the time it comes online be competing with auctioned-off near-new equipment from all the belly-up data centers that didn't make it?

Comment Recidivism rates (Score 2) 149

US: 66% (Wall Street's numbers aren't those found in official statistics)
UK: 28.9%
Holland: 23%
Norway: 16%
China: 6%

US' conclusion: The rate is a complete mystery, we've no idea how to decrease it, let's do more of what we're currently doing differently to everyone else.

There is a slight possibility this may be flawed.

Comment Re:C (and here are somemore chars to satisfy the b (Score 2) 40

The real problem with C is that it doesn't have any built-in support for strings. Everyone is forced to fake it with char-arrays, which aren't quite the same thing and require very careful handling. The problem with that is, everyone has their off days, and so everyone who does string-handling in C eventually ends up shipping string-related bugs that introduce security problems.

Comment Re:On AI design and also irony (Score 1) 56

It has seemed to me, for a very long time, that modern AI systems would need to be integrated with standard RDBMS systems for reliable persistant storage of raw information, some sort of no-sql database (memcache or some variant) for persistant storage of associations, some sort of document database for blocks of textual information, a SPARQL system for searching semantically-marked information within the document database, and a more old-fashioned back-propogation NN to provide a store of understanding that the user can directly manipulate.

Probabalistic classifiers are all fine and good, but only for a subset of the tasks needed. The above structure is a very loose, wildly-speculative initial framework. It's almost certain that if you actually tried building an integrated multi-model system, that you'd end up making a lot of changes to this basic idea, but that you'd end up having to implement the same core concepts that are identified in it.

Slashdot Top Deals

I never cheated an honest man, only rascals. They wanted something for nothing. I gave them nothing for something. -- Joseph "Yellow Kid" Weil

Working...