Actually, perchlorate kind of makes sense. According to Wikipedia, perchlorate is a strong oxidizer; but "Most perchlorate compounds...are slow to react unless heated."
This could mean it's too cold on Mars for all the iron to have oxidized - assuming the parent's article is correct and what attached to the magnets wasn't oxidized. But once Viking heated a soil sample, the perchlorate had enough energy to go to work. It's like diamond - heat it enough and it turns into graphite (pencil lead); but you'll never see diamond turn into graphite at room temperature.
This patent isn't just about trees, or even file-system trees (which Microsoft made prior art for with the old Win3.1 File Manager). This is about file-system trees that also include things that aren't actually in the file system. It's about how things like Control Panel and My Network Places can appear in the same Windows Explorer tree with your C: drive.
Is the light bulb that much less efficient at heating my house than an electric heater?
That depends. Light bulbs are ~95% efficient as heaters. That's similar to electric resistance heaters. But it's much less efficient than a heat pump.
As compared to simple heaters, heat pumps have efficiencies of 175-600% by getting heat from a place that maintains a constant temperature. (They pull heat out, but more heat migrates in to take its place, so that's essentially free heat.)
Natural gas furnaces also tend to be more efficient - 80-97% efficient. That may not sound like much; but if the electricity to run your light bulb was made from natural gas, that process was only 60% efficient at best.
If we're looking at fantasy books, the Oz series (starting with the Wizard of Oz) were the Harry Potter books of the early 20th century. I read many of them when I was young.
Many were hard to come by at the time; but now all of them seem to be in Project Gutenberg
Since you're doing the lighting from scratch, and you want it exclusively powered by solar, I'd suggest looking at low-voltage DC lighting. DC bypasses the inverter, so it's more efficient for the same type of lighting. It's also probably less likely to kill you/burn down your shed if you make a mistake.
delete your profile. If you're having cookies disappear, there's a problem with your profile. I ran into that problem when I went to 3.0b5 How's that going to let me keep the cookies I already have? Perhaps I should make a backup of the "%USERPROFILE%\Application Data\Mozilla\Firefox\Profiles" directory first. Then I can copy the cookies.txt and bookmarks.html over manually.
I'm sure it would be nearly impossible to hide the evil code here, because anything that isn't a simple assignment loop is suspicious. Maybe stick in stuff in the image loader, image temporary copy code, and keep the blackener to the obvious implementation, then stick stuff in the saver. One thing I thought of was that you could edit the image in-place to prevent copies leaking data on whatever disk you're using. Furthermore, you could write the negative of the section you're blackening before blackening or randomizing it, ostensibly to make data recovery harder. That gives you an excuse to do slightly more complicated stuff - but I'm not sure how to use it. Anyone who thinks up a good excuse for bit shifts will probably win this thing.
Actually, if they were using PPM-P3, in-place blackening would do it: 123->000; 23->00; 3->0! But they're using P6 instead, which leaves no room for extra space that way.
I've been using the RC, and must say the memory issues that the Mozilla developers have tried to claim never existed, are almost nonexistent now. Is that because all the extensions that the Mozilla developers have tried to claim caused all memory issues are not compatible with FF3?
Perhaps we have different definitions of "high-performance computing". Doing a fluid-dynamics simulation on a 100+ CPU cluster is high-performance computing. I took a class where they taught it it with C or Fortran and MPI (which has a really awful API, by the way).
Perhaps you mean real-time computing? Java might be up to that in some cases.
for the Beijing Olympics this year.
Actually, perchlorate kind of makes sense. According to Wikipedia, perchlorate is a strong oxidizer; but "Most perchlorate compounds...are slow to react unless heated."
This could mean it's too cold on Mars for all the iron to have oxidized - assuming the parent's article is correct and what attached to the magnets wasn't oxidized. But once Viking heated a soil sample, the perchlorate had enough energy to go to work. It's like diamond - heat it enough and it turns into graphite (pencil lead); but you'll never see diamond turn into graphite at room temperature.
This patent isn't just about trees, or even file-system trees (which Microsoft made prior art for with the old Win3.1 File Manager). This is about file-system trees that also include things that aren't actually in the file system. It's about how things like Control Panel and My Network Places can appear in the same Windows Explorer tree with your C: drive.
Hopefully, though, the whole thing is now moot.
Is the light bulb that much less efficient at heating my house than an electric heater?
That depends. Light bulbs are ~95% efficient as heaters. That's similar to electric resistance heaters. But it's much less efficient than a heat pump.
As compared to simple heaters, heat pumps have efficiencies of 175-600% by getting heat from a place that maintains a constant temperature. (They pull heat out, but more heat migrates in to take its place, so that's essentially free heat.)
Natural gas furnaces also tend to be more efficient - 80-97% efficient. That may not sound like much; but if the electricity to run your light bulb was made from natural gas, that process was only 60% efficient at best.
Sheesh. Some people have no appreciation for rustic wood-panel decor on a web site.
It helps if you have a standard for your prefixes.
Sure, txtLogin is what you call a TextBox for a Login, but what do you call, say, a ComboBox for a server?
cmbServer?
cboServer?
cbxServer?
I've seen both of the first two in the same application once.
Could be worse. Could be cesium.
Streetcars don't need rails. Wires, yes (otherwise, it's a battery-powered electric bus). Rails, not necessarily.
If we're looking at fantasy books, the Oz series (starting with the Wizard of Oz) were the Harry Potter books of the early 20th century. I read many of them when I was young.
Many were hard to come by at the time; but now all of them seem to be in Project Gutenberg
Well, there's already http://cola.com/ which is registered to Cola.com, Inc.
If it hasn't been a problem so far, why should this be any different?
Yeah, but what happens when you want Wikipedia? With YubNub in my Firefox search bar, I just type "wp [enter]" instead.
Google Maps? "gmap"
Google News? "gnews"
Dictionary.com? "define"
I just wish "gimg" got Google Image Search.
iTunes. This one should play tunes.
Yeah...but what's an iPod? A green vegetable? A body snatcher? Some kind of bed?Carl Sagan's Cosmos has a companion book. I happen to have the nice big hardcover version.
Or do we just go with the damn huge "cigarette lighter" connector?
No need for a new standard. There appear to be several existing choices.Since you're doing the lighting from scratch, and you want it exclusively powered by solar, I'd suggest looking at low-voltage DC lighting. DC bypasses the inverter, so it's more efficient for the same type of lighting. It's also probably less likely to kill you/burn down your shed if you make a mistake.
Disclaimer: IANAE - I am not an electrician
I finally loaded a page offering FF3, so try again.
Well, that may be, but I found his real name anyway:
Ken Coar (no relation to this Ken.)
Maybe stick in stuff in the image loader, image temporary copy code, and keep the blackener to the obvious implementation, then stick stuff in the saver. One thing I thought of was that you could edit the image in-place to prevent copies leaking data on whatever disk you're using. Furthermore, you could write the negative of the section you're blackening before blackening or randomizing it, ostensibly to make data recovery harder. That gives you an excuse to do slightly more complicated stuff - but I'm not sure how to use it. Anyone who thinks up a good excuse for bit shifts will probably win this thing.
Actually, if they were using PPM-P3, in-place blackening would do it: 123->000; 23->00; 3->0! But they're using P6 instead, which leaves no room for extra space that way.
In particular, the results of the 2000 presidential election.
Why can't Democratic states be "red states"?
Who says Twitter isn't rocket science?
$500 US is about 325 Euro, so it's not much over if at all. And if they stick with that USD figure, it's getting cheaper for you by the day!
Perhaps we have different definitions of "high-performance computing". Doing a fluid-dynamics simulation on a 100+ CPU cluster is high-performance computing. I took a class where they taught it it with C or Fortran and MPI (which has a really awful API, by the way).
Perhaps you mean real-time computing? Java might be up to that in some cases.