Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror
×

Comment Attention SciFi fans! (Score 2) 52

This is a start!
It's this kind of thinking that will bring us closer to Vorlon tech, LEXX, or even Moya! =)
(did I miss any?)

Seriously, as others have pointed out, the most expensive valuable parts are not the airframe, but the motors/camera/radio/battery so stop the hippy-dippy crap and don't worry about making it out of biodegradable material.

But seriously, keep working/thinking in this direction.

Comment Re:Bitcoin. (Score 1) 353

I'm not sure if you are intentionally be obtuse or not seeing the forest for the trees.

Bitcoin allows the seller to directly receive payment from the purchaser. Whenever a seller depends on a 3rd party intermediary to pass money through then that seller becomes dependant on the whims of that third party.

In some cases that 3rd party has enough clout to enforce change that is beneficial to society. But that power can be abused easily.

Lets take an imaginary scenario:
Payment processor "Money Buddy" discovers that website "slave-labour-goods.com" is forcing children to work 23hrs a day for a nickle. "Money Buddy" tells them to stop being assholes or they will stop processing their payments.

Nobody can really argue that this forced-change is a bad thing. Now lets change the scenario to something more ambigious.

"Money Buddy" discovers that "imported-cheap-stuff.com" forces that any female employees wear a hijab. The "Money Buddy" CEO is a feminist and thinks that this is an oppressive rule. But "imported-cheap-stuff.com" is located in a country that enforces that law, and the president of the company proudly wears her Hijab during the press conference proclaiming that "Money-Buddy" is actively trying to oppress her religion and national law.

Bitcoin bypasses that middleman. If you want to support child-labour and buy your sneakers for $2 less then the competitor offers then you can. If you want to make sure your money goes directly to the people you want you can. Why allow these fat-cats to continue getting their cut when they offer no added value for their services?

Bitcoin can be an incredibly powerful tool for change in society.

Comment A few options. (Score 1) 294

If you have a system that you can test against (i.e. a server at your work with a fatter-pipe then you have at home, or a hosted server/VPS/etc.)

iperf

run "iperf -s" on the server and "iperf -c server.ip.address" on the client.
Read the man pages for more options.

If you don't have a 'known better then you' to test against try this to test your maximum download bandwidth.
Simple test: download a large file from Microsoft (i.e. a 'network install' service pack, or similar) or other big-host

More complicated:
run several (4-20) 'wget' concurrently. If you use Linux .iso's as your target download, make sure you grab the files from *.edu sites. Schools should have a lot more bandwidth then the average .com that is hosting files.

Your ISP might have several things in place from preventing DDOS attacks from there customer machines. So each 'download' might be throttled by your ISP. If you open several download threads to different locations, downloading different things you can maximize your usage.

Also, don't download the same thing twice from the same source. Caching can/will interfere with accurate measurements.

Slashdot Top Deals

Real Programmers don't eat quiche. They eat Twinkies and Szechwan food.

Working...