Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×

Comment Re:Were they lost? (Score 1) 246

It's easy -- you ask people you've never asked before: "Hey, do you have any data centers?". In other words, no one was keeping track before. Missions/projects setup data centers as-needed, but were not required to report them as a new "data center" to anyone.

I don't think it's surprising to find that the estimate was wrong. I know that where I work, funding plays a huge part in the creation of "islands" of IT resources. Every project pays for their own resources, and no one wants to share. Until this data center consolidation effort, there was no real impetus for creating pooled data centers.

Comment Re:Either that or (Score 4, Informative) 249

The full article notes that simple contamination wouldn't have generated enough tetracycline to match what they detected.

The extent of the [osteon] labeling suggests that the population received tetracycline during osteon mineralization, which occurs during periods of ~80 days. This finding contradicts the notion that the osteons were labeled by a one time event of bacterial contamination of grains or foodstuffs. [...]In contrast, surface inoculation of cracked and water-treated grains would produce tetracycline, but in low yields compared with liquid fermentation

So, the population must have cultured this brew to generate enough tetracycline. Whether it was deliberate (because they knew it had health benefits) or just a happy accident that they kept using the right culture is unanswered.

Comment Re:Full installer (Score 1) 76

I agree, but you can work around this using the command line.  (I know, it sucks to have to do this!)

Download the full MSI installer for 9.3.0, plus the patches for 9.3.1 and 9.3.2 (etc) from ftp://ftp.adobe.com/pub/adobe/reader/win/9.x/

Then, install with:

msiexec /passive /i AdbeRdr930_en_US.msi PATCH=AdbeRdrUpd931_all_incr.msp;AdbeRdrUpd932_all_incr.msp

Comment Re:STUPID ACROREAD ICON (Score 1) 76

That "Wizard" is practically useless -- the updates for it lag so far behind the Reader releases that half of the functions (like removing the icon from the desktop) stop working. For example, the function to prevent the creation of the desktop icon no longer works.

I've found it more reliable to script the installation, removing the desktop icon using the script (%ALLUSERSPROFILE%\Desktop\Adobe Reader 9.lnk or %PUBLIC%\Desktop\Adobe Reader 9.lnk)

Comment Re:He's right. (Score 4, Informative) 426

AutoIt is nice -- the first time. That's how they hook you.

Then, a year later, you decide to update your program. And hey, why not update to the latest version of AutoIt while you're at it? There was this one bug that always annoyed you, and you hope the devs fixed it.

Well, guess what? While you had your back turned, all the APIs for the GUI changed. All those calls you made to AwesomeFunction() now require 4 arguments instead of 3. Oh, and one of them is now an object instead of string.

That was my personal experience, anyway. After wroting a GUI program with perhaps 3000 lines of code, I updated to the new version of AutoIt. It seemed I had to practically rewrite the entire thing. Since then, I haven't recommended AutoIt to anyone that I like.

Comment Re:Predict the weather? (Score 3, Informative) 103

Depends on the flight path. Flights that go to high latitudes (great cirle routes over the north pole) sometimes lose communications due to (currently unpredicted) solar events. They are not allowed to fly without communications, so they have to divert to more southerly routes to restore comm. Of course this takes more time and fuel -- perhaps even forcing a landing at a closer airport.

Accurate predictions of solar events would allow the airline industry to plan better.

Slashdot Top Deals

What hath Bob wrought?

Working...