Comment Re:Complete garbage (Score 4, Informative) 118
By definition, computers are scalable. Need more performance? Add more processing units/memory.
BZZZT, WRONG.
This is where you can stop reading, folks.
Comment Re:Peanuts (Score 1) 263
Well, the VLHC would be novel, so there's gonna be unexpected costs.
Comment Re:lower insurance? (Score 1) 449
Comment Re:Not buying it (Score 5, Informative) 457
No one is being killed by the 5v on the USB bus. The problem is the counterfeit chargers are often poorly designed and can fail in a way that shorts the USB cable to the AC power.
There was an excellent teardown & analysis of a cheap charger last year that pointed out serious safety issues.
Comment Re:No Cures, just more drugs, drugs drugs... (Score 1) 90
The funny part is back in the old days of medicine doctors and researchers were interested in finding cures and creating cures. Today it is all about making a profit and continuing to make profits.
Yeah, greed is totally a modern invention brought about by The Evil Corporations. I think my eyes just rolled a full 360*.
Comment Re:Soon we'll be able to model coal (Score 2) 90
All you'll do is generate a huge amount of data that adds nothing of value, because the data you're modelling from comes from the tiny pieces of data you already now, no *new* insight is gained from taking that data and modelling more copies of it.
Much like there's no point building weather prediction computers, since all we do is put data we already have from weather stations into them, and no point building FEM simulators for structural engineering since we already know how a single girder acts under stress.
Or... could it be that multiple simple elements can interact in ways that are not meaningfully predicted by an understanding of individual elements? NAW!
Comment Re:Doesn't Amazon provide what the OP wants? (Score 1) 212
Recently they added the ability to also buy the audiobook version and the app *syncs your place* so you can switch between the two formats. That's a pretty amazing idea.
But the app doesn't help the author. He said he had a Nook. Thanks to the recent firmware update people with a Nook Color or Nook HD can get then app, but if you have the eInk based "normal" Nook, you're just out of luck.
As DRM goes, Amazon has done an excellent job of reducing annoyance. They don't try that "you can only read this book on 2 devices, ever." stuff that we've seen elsewhere. But I get the feeling the only reason Amazon's DRM is so unobtrusive is they were so overwhelmingly powerful they could force publishers into a relatively consumer friendly system. We're lucky Amazon cares more about selling books than trying to wring money out of Kindle hardware sales, or the DRM would have been a lot worse.
Comment Re:Neither will... (Score 1) 327
Zealots like you are the worst enemy of your cause, whatever unlucky cause you inflict yourselves upon.
Comment Re:Wind (Score 1) 551
The video says that the wind is manually entered by the operator. I find it odd that it shows the temperature and barometric pressure. Is that really useful information when you're lining up a shot?
After watching their little YouTube clip, I wonder how useful this is. Placing the aiming dot seems really similar to aiming in the first place, I guess the only difference is you don't have to compensate for gravity/etc. I found it conspicuous that they didn't show their simulated target moving in the video. Can this only help with a stationary target? It seems like it would screw up your aiming if half the time you had to do it manually (compensating for everything) and half the time the system handled it.
Comment Good luck with that (Score 2) 405
Until the SCOTUS has turned over almost entirely during an era of greater social responsibility, you can look forward to any meaningful attempt to stop the influence of big money to be shot down under the banner of CU. Or the Constitution is amended. Which, given that outright supermajorities of both Democrats and Republicans oppose it - the only similarly near-unanimous agreement I can think of is the declaration of war after Pearl Harbor - is not actually terribly far fetched.
Comment Re:Yawn (Score 1) 367
Weather is what it is out right now. Feel free to dig through graphs of past temperature records, and you can satisfy yourself that no day of the year will have the same temperature, humidity, rainfall, or anything graph on two successive years. Climate is the time-averaged expectation value and ignores anything on shorter than several year scales at the very least.
It's not even that simple, as there are many characteristic timescales involved in the climate, not just one. For example, the pacific decadal oscillation and atlantic mean oscillation occur over decade timescales and have an enormous impact on rainfall levels throughout north america.
Comment Re: Yawn (Score 0) 367
Pollution controls have gone a long way towards reducing aerosol emissions, but CO2 continues to be dumped freely. So we see slight warming before the mid 20th century, then a levelling off, now expect faster warming.
Comment Re:What? Here's what. (Score 1) 348
People having the ability to turn astonishingly expensive plastic fiber into pitifully low-quality plastic doodads is not one of them.
Comment Re:I've been designing/building a 3D printer for (Score 1) 348
Open source is a nice idea, but I'll take thoroughly documented, reliable PIC hardware and IDE over an Arduino any day of the week, but I'm getting off topic...
Just like to say, there's nothing inherently wrong with the Arduino's hardware (the fact that a stm32f4-series device of comparable price is about two orders of magnitude more powerful notwithstanding). But their silly "hide the reality of microcontrollers" IDE and most-C language made me intensely stabby. I guess what I'm saying is, get an stm32. Or msp430 if you're ok writing in windows only.