Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror
×

Comment Everybody get 6 votes. (Score 2, Informative) 375

Tthey always got 6 votes. All that has changed is that before they had to vote for 6 different candidates, but now they can combine their votes.

So how does benefit minority groups? Well say there were 6+ white candidates but only one black candidate. Then voters could spend their votes only on white candidates, but did not have the option of spending their votes only on black candidates. So under the new system, if one sixth of the population wants a black representative, they get one. In principle this doesn't give them real political power, since the 5 white representatives could still out-vote them; however, for various reasons having a non-white representative gives some people warm fuzzies. For example a representative is meant to represent people as well as cast votes, so black people may be glad to have a black representative even if this doesn't directly increase their political power.

Comment [OT] I wish I could deduplicate threads. (Score 1) 393

There are almost 300 comments but only really two arguments against this device: "The third law of thermodynamics says this can't happen!" and "How can you extract energy from the wind when you are travelling at the same speed as the wind?". As it is dozens of people are making these arguments and dozens of people of people are rebutting them. I think it would read a lot better if we could merge threads and see all rebuttals against the same argument in the same place.

Comment Simplified "Blueprints." (Score 1) 393

Well, I doubt you'd be interested spending a hundred grand building a device that you don't think works, so I guess you'll be glad to know that there is a simplified version of the device demonstrated on Youtube: http://tech.slashdot.org/comments.pl?sid=1676544&cid=32477460

(Thanks to http://tech.slashdot.org/comments.pl?sid=1676544&cid=32477460)

Comment Energy is not created, just transferred. (Score 1) 393

Energy is conserved. It is transferred from the wind to the vehicle. Consider a 1MW wind power station connected to tiny electric car. It is clear that that car would take off like a rocket.

The only question is how to generate energy from the wind when travelling as fast or faster than the wind. This has been discussed to death in the Slashdot comments as well as the comments on TFA.

Comment Energy != Velocity. (Score 4, Insightful) 393

But I see no reason why the drag from the wheels isn't exactly canceling out the benefit of rotating the propeller.

The Energy generated from the wheels has to match the Energy lost by the propeller. Thanks to gearing, the force is not the same.

Energy isn't the problem, a decent sized windmill can generate a megawatt of power. And it can generate the energy perpetually (assuming perpetual wind).

Consider if the vehicle was stationary, then we could easily generate the power from the wind: the force against the wheels wouldn't lose us any energy because E=mv^2 and so dE/dv=0 when v=0. Now imagine we are travelling at exactly the speed of the wind. Then our velocity relative to the wind is 0 so dE/dv=0. Thus we can push against wind without losing any energy, the same way a stationary windmill can push against the ground without losing energy. And so we can generate energy from the ground speed without losing kinetic energy (ignoring for the moment that the propeller doesn't have perfect grip on the air)

So we are currently travelling at wind speed, and generating energy from the ground. We now use that energy to push against the the wind to make us go even faster. Note that even a 50KW engine feels powerful when we are going slow and in first gear, and even a 200KWH engine can't burn rubber when we are going at 100KM/h. This comes back to E=mv^2, because Energy is proportional to the square of the Velocity, it takes more energy to speed up the faster we are going.

Note that we are still travelling faster relative to the ground than the air. Thus we can use the same trick as gears in an engine, we use a high gear relative the ground so have only a small force. We use a low gear relative to the air so we generate more force (for the same energy). We continue to speed up until the energy we gain from the different gearing ceases to make up for friction and other inefficiencies in the system (such as the propeller not having perfect grip on the air).

Comment There are emulators for the Apple ][ (Score 1) 264

Given that there are emulators for the apple ][, which is over thirty years old now, it seems likely that there will be an emulator capable of running say Windows 2000 a couple of decades down the track. But I guess it would be better to archive the ISOs of the installation media than the installed image. There are other methods they could use: convert to PDF (can't edit document easily); Convert to OpenDocument (likely to mess up formatting etc.); convert to plain UTF-8 (mess up formatting even more). It hard to tell what is best without knowing more about their requirements (perhaps a combination of all of the above).

Comment Can give a boost even with same instruction set. (Score 5, Interesting) 405

You can also gain some performance by tweaking code for different processor types, even if they have the same instruction set. One example would avoiding XOR swaps on CPUs that have instruction pipelining, which is independent of the instruction set.

http://en.wikipedia.org/wiki/XOR_swap_algorithm

This maybe wasn't the best example since XOR swaps are rarely useful anyway. I suspect that other things like word (mis)alignment and varying cache miss costs may be a factor for different processors.

Gentoo claims that picking e.g. core2 over nocona can boost performance by 15% (which seems a bit much to me), so picking the right x86_64 variant is still something that is considered. Not something I worry about though, unless I am compiling from source anyway.

Comment But still raw-data is good. (Score 1) 822

They story suggests that scientists should present all their raw data to improve "openness". I agree that it is unlikely to inform people who are unwilling to read more than a few key phrases from one textbook. However I think this should be the norm in *all* fields of science, controversial or not (where privacy is not a concern etc.).

For example, I once contacted a author of a paper basically saying "I read the paper you wrote on a utility to improve security. It seems to me that your utility could also be used to improve performance as well. Could I play with the utility?". Their response was "I wrote that a few years back. I think I lost the code." Other researchers have similar difficulties when trying to perform meta-studies based on other researchers data. This could have been avoided if submitting raw data and code was the norm. These days there would be almost zero-cost in submitting raw-data in electronic form along with almost every manuscript submitted for peer-review and publication.

Slashdot Top Deals

Scientists will study your brain to learn more about your distant cousin, Man.

Working...