Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×

Comment Re:From the article.... (Score 1) 263

Unless you are trying to do anything that involves subqueries. Hopefully they fixed it, but subqueries couldn't be used in views, and would often be executed slower than running the queries separately and typing the answers from one query into another.

Also taking the silent data truncation errors, MySQL isn't exactly a highly reliable database.

Comment Re:First Post (Score 5, Insightful) 484

So, Customs tried to erase all of your data on that drive? (If the drive was in a file system that they didn't recognize, like EXT3 or such, then writing files would destroy data)

Actually, why would customs mount the drive in a way that it could be modified at all? It seems like if they can modify it, anything they found would be tainted.

Comment Mercury in a Bulb with Wires on a Spring (Score 1) 402

The temperature is controlled by a blob of mercury in a glass vial on a spring with some wires stuck in that bulb. If the mercury shorts out certain wires, it turns on a natural gas burner kept going by a pilot light. Then about 30 seconds later, a big fan kicks in.

Backup heat: a stack of logs in my fireplace with only convection to take the exhaust out of my apartment.

Dangerous? Maybe.

Comment Re:How serious is this really? (Score 1) 73

If the ASP.Net application is using ASP.Net 3.5 SP1 or above, the attacker could use this encryption vulnerability to request the contents of an arbitrary file within the ASP.Net application.

Breaking the encryption is one thing, that is just !!!! GAH !!!

Does that mean that a client that is authorized with a key to decrypt the encryption has access to "an arbitrary file within the ASP.Net application"?

This would then seem like 2 very different issues: the oracle helping break the encryption, and the "request a file" issue.

Comment Emacs Dreams (Score 1) 362

During college, when I was doing everything in Emacs (Even the writing class, that was LaTeX in Emacs), I had some Emacs Dreams.

It is really disturbing to be dreaming about syntax highlighting, and a bunch of glowing characters against a black background.

(I have never had a VI dream, so I guess that shows where my allegiance lies)

Comment As Compared to Japan... (Score 2, Interesting) 601

In Japan, I have traveled to every station on the Nagoya Subway, taking pictures. (3rd or 4th largest city in Japan, about 80 stations.)

I stood out, being a giant white guy, carrying what is to American police an "Evil, Terrorist-style" DSLR, with a 10-20mm lens on it.

Not a single security guard or police officer even tried to talk to me. (Actually, the only time in Japan security guards have talked to me is when I was taking pictures in a mall that had "No Photography" signs posted at all entrances)

Why are DSLRs so "Evil", when small point and shoots are just fine? Sure the picture quality might be better, but you don't need Ansel Adams quality to plan something.

Comment Re:Could be useful as well as interesting (Score 1) 460

More likely the devs would just ignore it.

Taking the ISO 8601 date issue in OO.org (Where the edit format for dates in a cell is in ...some.. format that isn't what the cell is set to, and no ability to globally set the date format to ISO 8601), and the subquery bug in MySQL (where the outer query was run as a sequence scan against a subquery, with queries taking longer than it would to do by hand) as examples.

Both weren't fixed for several years, with the MySQL bug only being fixed in the latest version, and not in the earlier versions.
The OO.org bug is ... still open after 6 years.

And these are large packages with tons of users, corporate backing with bugs that seriously affect usability.

Slashdot Top Deals

The hardest part of climbing the ladder of success is getting through the crowd at the bottom.

Working...