Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror

Comment The title for this article is deceptive and wrong (Score 1) 167

The story is that the Nest company created relationships with Power companies to sell your data. Google acquired Nest and all of its business practices. Google is not in the game of selling your information to other companies. Google normally keeps that information in house and sells advertisements associated. They historically have not sold information wholesale to other companies.

Intel

Intel Salivates Over Virtual World Processing Demands 52

CNet has up an article looking at the lucrative virtual world market for processor companies. An Intel developer forum held in San Francisco this week highlighted the opportunities for selling hardware to both consumers and vendors in the VW marketplace. "[Chief Technology Officer Justin Rattner] showed statistics that indicated a PC's processor bumps up to 20 percent utilization while browsing the Web, while its graphics processor doesn't even break above 1 percent. But running Second Life--even with today's coarse graphics--pushes those to 70 percent for the main processor and 35 to 70 percent for the graphics processor, he said. The Google Maps Web site and Google Earth software pose intermediate demands. Running a virtual worlds server is vastly more computationally challenging, though, when compared with 2D Web sites and even massively multiplayer online games such as Eve Online. An Eve Online server can handle 34,420 users at a time, but Second Life maxes a server out with just 160 users."

Comment Re:File synchronization... If you must... (Score 1) 293

BackupPC tries to copy a file only once by using md5sum to help determine uniqueness of the file. It then uses Linux's file linking to link multiple copies of the same file to one source of data on the drive. The idea is that you can create a snapshot of the entire drive every 5 minutes and only have to store the space for the original plus the changed files.

Unfortunately, BackupPC uses Windows file sharing to copy the data and Windows locks files. Meaning that Windows will make locked files unavailable for reading/ copying. That means missing critical files within c:\windows and the open database files will be missed. To get around this issue, you could always create an on-drive flat-file backup of the database and copy that file when the laptop is connected.

This system works better on backing up Linux systems because of the native rsync support and handling of locked files.

BackupPC is a great tool and has a nice interface where users can recover their own data based on the time of the backup, but you also need to know it's weaknesses.

Slashdot Top Deals

"To take a significant step forward, you must make a series of finite improvements." -- Donald J. Atwood, General Motors

Working...