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

 



Forgot your password?
typodupeerror
×

Comment Storage in integer is precise while floats are not (Score 1) 188

If you have to use floating point values to store a number, it has inaccuracy. For example a simple penny counter algorithm that needs to break out of a loop when pennies remaining is less than 1 will misbehave when you're trying to check if .01 .011 if you stored .01 as a float. It will actually store 0.01 as 0.0999999999995 or something and that will cause the loop logic to fail. If you store in whole integers of pennies, you won't have this problem. So this concept of using Flicks allows you to use precise integers to describe frame rate instead of some funky float value that is imprecise.

Comment Trafficking now interchangeable with prostitution (Score 4, Interesting) 321

Here's a story about prosecutors throwing people in jail for talking about prostitution by intimidating them with trumped up charges to get them to plea. Many got fired from their jobs. Others lost their friends and family and one man committed suicide. It's like how some cities resort to public shaming Johns which is such a horrific practice that even 18th century America stopped doing it. http://reason.com/archives/201...

All of these anti-trafficking organizations use Superbowl TV commercials of women and/or child being sold as slaves (which is extremely rare) but if you read what their true goal is, they want to stop all prostitution. They even consider 100% voluntary prostitution as trafficking. Amnesty International has the right solution which is to legalize prostitution so that women aren't forced into the underground where they are victimized by their Pimps and by the Police.

Comment Tim Berners-Lee favored fast lanes (Score 1) 170

Tim Berners-Lee favored fast lanes which makes him support Pai's position on Net Neutrality. I quoted him 10 years ago here http://www.zdnet.com/article/a.... He said "Net Neutrality is NOT saying that one shouldn’t pay more money for high quality of service. We always have, and we always will."

Comment Not against laws of batteries but ruins longevity (Score 1) 266

Tesla can easily meet their claimed acceleration speed on the Roadster 2 with a 100 KWH battery that weighs 1200 lbs. In fact it's easier than hitting their claimed speeds with a 200 KWH battery that weighs 2400 lbs. All lithium Ion batteries can be pushed to 2X or 4X discharge rates to give you 2X to 4X the power. The penalty you pay for pushing the discharge rate is much fewer charge cycles before the battery reaches 50% useful capacity. That doesn't matter for a prototype or demo car but it's completely unacceptable for a production car.

Comment Re:They measured more "thrust" when turned off (Score 1, Informative) 532

And yet they admit there are some thermal issues in your cited article. "He also admits that there are still traces of contamination caused by thermal expansion in the system". It still worth noting that these are tiny forces being measured and it's on the order of experimental error rather than useful thrust.

Comment They measured more "thrust" when turned off (Score 0) 532

What should be most telling was that this "engine" produced more "thrust" when it was turned off than when it was turned on. That should tell you how stupid this thing is but everyone is so caught up in the "I want to believe" moment that they ignore all the warning signs.

The "thrust" measured by every study is so tiny that it's equivalent to the gravitational attraction of the contraption to your body. There are thermal effects that could explain this tiny thrust. So when the contraption was cooling off, the thermal effects were enough to push the air in a non-symmetric way that it produced a tiny push on the sensors. You could have measured more thrust just blowing on the stupid thing.

Comment Thunderbolt3 on reversible USB-C solved problem (Score 1) 566

The future is 40-Gbps Thunderbolt 3 on USB-C connectors. You have up to 100 watts of power, multiple DisplayPorts, multiple USB 3.1 ports, PCI-e, and potentially 10-Gigabit Ethernet flowing on the same reversible cable. Nobody cares about having a bulky RJ-45 connector once USB-C gets popular. Even today people can easily add Gigabit on their USB 3.0 ports.

Comment Re: What's the deal... (Score 3, Insightful) 262

Again, using human power to turn a generator to fill a battery is a fool's errand. You're better off doing opportunistic regeneration on downhill and letting the person rest. Forcing a rider to output an extra 50 watts so that you can collect 30 watts in the battery is just idiotic. But the point was that even without regeneration, a single 26550 battery @ 98 gram and a 100 watt motor @ 50 grams is more than enough to win a race.

Slashdot Top Deals

FORTRAN is not a flower but a weed -- it is hardy, occasionally blooms, and grows in every computer. -- A.J. Perlis

Working...