Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×
Software

BitTorrent For Enterprise File Distribution? 291

HotTuna writes "I'm responsible for a closed, private network of retail stores connected to our corporate office (and to each other) with IPsec over DSL, and no access to the public internet. We have about 4GB of disaster recovery files that need to be replicated at each site, and updated monthly. The challenge is that all the enterprise file replication tools out there seem to be client/server and not peer-to-peer. This crushes our bandwidth at the corporate office and leaves hundreds of 7Mb DSL connections (at the stores) virtually idle. I am dreaming of a tool which can 'seed' different parts of a file to different peers, and then have those peers exchange those parts, rapidly replicating the file across the entire network. Sounds like BitTorrent you say? Sure, except I would need to 'push' the files out, and not rely on users to click a torrent file at each site. I could imagine a homebrew tracker, with uTorrent and an RSS feed at each site, but that sounds a little too patchwork to fly by the CIO. What do you think? Is BitTorrent an appropriate protocol for file distribution in the business sector? If not, why not? If so, how would you implement it?"
It's funny.  Laugh.

The Greatest Scientific Hoaxes? 496

Ponca City, We love you writes "The New Scientist has an amusing story about the seven greatest scientific hoaxes of all time. Of course, there have been serious cases of scientific fraud, such as the stem cell researchers recently found guilty of falsifying data, and the South Korean cloning fraud, but the hoaxes selected point more to human gullibility than malevolence and include the Piltdown Man (constructed from a medieval human cranium); a ten-foot "petrified man" dug up on a small farm in Cardiff; fossils 'found' in Wurzburg, Germany depicting comets, moons and suns, Alan Sokal's paper loaded with nonsensical jargon that was accepted by the journal Social Text; the claim of the Upas tree on the island of Java so poisonous that it killed everything within a 15-mile radius; and Johann Heinrich Cohausen's claim of an elixir produced by collecting the breath of young women in bottles that produced immortality. Our favorite: BBC's broadcast in 1957 about the spaghetti tree in Switzerland that showed a family harvesting pasta that hung from the branches of the tree. After watching the program, hundreds of people phoned in asking how they could grow their own tree but, alas, the program turned out to be an April Fools' Day joke." What massive scientific hoaxes/jokes have other people witnessed?
Software

Algorithms Can Make You Pretty 288

caffeinemessiah writes "The New York Times has an interesting story on a new algorithm by researchers from Tel Aviv University that modifies a facial picture of a person to conform to standards of attractiveness. Based on a digital library of pictures of people who have been judged 'attractive,' the algorithm finds the nearest match and modifies an input picture so it conforms to the 'attractive' person's proportions. The trick, however, is that the resultant pictures are still recognizable as the original person. Here's a quick link to a representative picture of the process. Note that this is a machine-learning approach to picture modification, not a characterization of beauty, and could just as easily be used to make a person less attractive." Note: As reader Trent Waddington points out, the underlying research was mentioned in an earlier story as well.
Transportation

Ford To Introduce Restrictive Car Keys For Parents 1224

thesandbender writes "Ford is set to release a management system that will restrict certain aspects of a car's performance based on which key is in the ignition. The speed is limited to 80, you can't turn off traction control, and you can't turn the stereo up to eleven. It's targeted at parents of teenagers and seems like a generally good idea, especially if you get a break on your insurance." The keys will be introduced with the 2010 Focus coupe and will quickly spread to Ford's entire lineup.
Transportation

DIY Hybrid Car Kit 309

Hybride And The Groom writes "Building hybrids uses machinery that pollutes the environment. The solution? Ship the parts of a hybrid individually and get your customers to put the car together themselves. That's exactly what Robert Q Riley Enterprises is doing, according to a story on CNet today, with its XR-3 hybrid. It'll cost you $25,000 for the bits, plus zero dollars in manufacture, I hope. Better yet, cough up $200 for the blueprints and schematics and even build the parts yourself. It's no secret that many hybrid drivers are smug enough as it is. Allow them to brag about having built the damn cars themselves and we might be entering obscenely smug territory."
Linux Business

Source Claims 240K Kindles Sold 176

Naturalist writes "Exact data on (the Linux-powered) Kindle sales figures have been hard to come by. Amazon is notoriously tight-lipped about it, and although CEO Jeff Bezos did give some Kindle-related information back in July, the company has yet to break out how many readers it has sold to date. Now TechCrunch claims to have spoken to a source close to Amazon with direct knowledge of the company's sales figures. According to this unnamed source, Amazon has sold 240,000 Kindles to date, for an estimated hardware revenue between $86 million and $96 million; media sales would push the total above $100M." We've been following the Kindle since its launch nine months ago.
Databases

Slimmed Down MySQL Offshoot Drizzle is Built For the Web 370

Incon writes "Builder AU reports that Brian Aker, MySQL's director of architecture, has unveiled Drizzle, a database project aimed at powering websites with massive concurrency as well as trimming superfluous functionality from MySQL. Drizzle will have a micro-kernel architecture with code being removed from the Drizzle core and moved through interfaces into modules. Aker has already selected particular functionality for removal: modes, views, triggers, prepared statements, stored procedures, query cache, data conversion inserts, access control lists and some data types."
Communications

Can Any Router Guarantee Bandwidth For VoIP? 414

cartman94501 writes "My wife and I use Vonage for Voice over IP at home, mainly for work-related phone calls so we don't have to give out our home number to clients and colleagues. Most of the time it works fine, but when I'm using BitTorrent or other high-bandwidth applications (purely for legal and non-copyright-violating purposes, of course), the call quality gets choppy. I have used my Linksys (not a WRT54G, so 'upgrading' it to Linux probably won't work) router's QoS feature to assign high priority to the MAC address of the Vonage box, low priority to the BitTorrent box, and medium quality to everything else, which helps a little, but not enough. Is there a router out there that would allow me to reserve, say, 75-90kbps of bandwidth off the top for VoIP and never, ever allow any application to use that, regardless of whether there's a VoIP call going on at the moment or not?" (More below)
Cellphones

Submission + - Getting police to help recover iPhone

Rufosx writes: A friend of mine contacted me about her stolen iPhone and email rejection notices she was receiving on her email account. Turns out the thief was using the iPhone on their home WiFi network and sending emails. From the rejection notices, it was easy to get the thief's IP address at the time the emails were sent. I turned this information over to the Wichita, KS, police department and Cox Communications, the owner of the IP block. Cox wouldn't help until the police sent them a warrant and the Wichita police refused to ask a judge for a warrant, as it "was just a mobile device" and "even the thief has a right to privacy". Has anyone been successful in getting the police to assist in recovering phones or laptops? Are there any key points to make that could make them more willing to get a warrant?

What Programming Languages Should You Learn Next? 759

simoniker writes "Over at Dobbs Code Talk, Chris Diggins has been discussing programming languages beyond C++ or Java, suggesting options such as Ruby ('does a great job of showing how powerful a dynamic language can be, and leverages powerful ideas from Smalltalk, Perl, and Lisp') but suggesting Scala as a first choice ('Very accessible to programmers from different backgrounds.') What would your choice be for programmers extending beyond their normal boundaries?"
United States

Texas Science Director Forced To Resign Over ID Statements 984

jeffporcaro writes "Texas' Director of Science Curriculum was 'forced to step down' for favoring evolution over intelligent design (ID). She apparently circulated an e-mail that was critical of ID — although state regulations require her not to have any opinion 'on a subject on which the agency must remain neutral.' 'The agency documents say that officials recommended firing Ms. Comer for repeated acts of misconduct and insubordination. The officials said forwarding the e-mail message conflicted with her job responsibilities and violated a directive that she not communicate with anyone outside the agency regarding a pending science curriculum review.'"
Media

Where To Find Opus On Sunday 495

Berkeley Breathed has a note up on his site: "Note to Opus readers: The Opus strips for August 26 and September 2 have been withheld from publication by a large number of client newspapers across the country, including Opus' host paper The Washington Post. The strips may be viewed in a large format on their respective dates at Salon.com.."
Businesses

Dot-Com Work Culture Making a Comeback? 456

jeebus writes "This week a Deloitte study has shown that high on the agenda of CEOs around the world is the shortage of tech talent. Is a shortage of talented geeks in the market seeing a return of the dot-com culture with foosball tables, beanbags, and inflated salaries used to entice talented workers? Welcome to Web 2.0 work culture, the future of yesterday. 'Global recruitment companies were telling prospecting employees that they were no longer going to be employed just because they were a technical guru. They were going to have to learn to dress, communicate, and adapt all the traditional corporate ideals that IT has been exempt from during the dot-com boom. Fast forward to Web 2.0 and while workplaces aren't as cheesy with their decor as they were were in the late '90s, and developers aren't getting paid $100K for being HTML and JavaScript jockeys, geeks just aren't chuffed with corporate culture.'"

Slashdot Top Deals

Intel CPUs are not defective, they just act that way. -- Henry Spencer

Working...