Forgot your password?
typodupeerror
Advertising

DDO's Turbine Partners With Notorious SuperRewards 121

Zarrot writes "In the next step for their Free 2 Play model, Turbine Entertainment, publisher of Dungeon and Dragons: Online, Lord of the Rings: Online, and Asheron's Call, has partnered with notorious 'lead generation company' SuperRewards. Initial testing by forum users shows that just accessing the page without clicking on any offers sends the user's email and game login in clear text to SuperRewards. Reports of new spam and fresh malware infections on test systems are already being reported on the company's forums. Is the Zynga business model the future of Internet gaming?"
Games

Submission + - Build Your Own Left4Dead Map With Google Sketchup

notthatwillsmith writes: Do you love Left4Dead? Ever wanted to build a zombie-filled map of your hometown, office, or grocery store? Maximum PC just posted a how-to that shows you how to convert photos of real world locations into ready-to-play L4D 1 or 2 maps. It's everything you need to know in order to kill zombies with your friends, in the comfort of your own backyard.

Comment NAND is the culprit (Score 5, Informative) 150

The fundamental problem with NAND-based solid-state drives is that they use NAND flash memory--the same stuff that you find in USB flash drives, media cards, etc.

The advantages of NAND is that NAND is both ubiquitous and cheap. There are scads of vendors who already make flash-memory products, and all they need to do to make SSDs are to slap together a PCB with some NAND chips, a SATA 3Gb/s interface, a controller (usually incorporating some sort of wear-leveling algorithm) and a bit of cache.

The disadvantages of NAND include limited read/write cycles (typically ~10K for multi-level cell drives) and the fact that writing new data to a block involves copying the whole block to cache, erasing it, modifying it in cache, and rewriting it.

This isn't a problem if you're writing to blank sectors. But if you're writing, say, 4KB of data to a 512KB block that previously contained part of a larger file, you have to copy the whole 512KB block to cache, edit it to include the 4KB of data, erase the block, and rewrite it from cache. Multiply this by a large sequence of random writes, and of course you'll see some slowdown.

SSDs will always have this problem to some degree as long as they use the same NAND flash architecture as any other flash media. For SSDs to really effectively compete with magnetic media they need to start from scratch.

Of course, then we wouldn't have the SSD explosion we see today, which is made possible by the low cost and high availability of NAND flash chips.

The Internet

Broadband Access Without the Pork? 412

An anonymous reader writes "Like many consumers nowadays, I find more of my time spent on the internet and various wireless devices (e.g. mobile phone). This has gotten to the point where I basically do not use a landline or cable television anymore, and they are essentially pork on my broadband bill, which further subjects the consumer to all sorts of clandestine fees that aren't disclosed until the first bill arrives and add a non-trivial sum (in my case, nearly 100%) to the monthly rate. However, it seems that all broadband access providers have this stipulation, that an internet customer must first have a basic phone or cable TV service in order to sign on for the internet service. Are there any ISPs that can get around this and still deliver broadband internet service at a competitive rate?"

Slashdot Top Deals

"There is such a fine line between genius and stupidity." - David St. Hubbins, "Spinal Tap"

Working...