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

 



Forgot your password?
typodupeerror

Comment Re:hey retard: (Score 1) 300

The way those filesystems do it is that they implement an allocator of resources beneath the actual "filesystem", so that you can snapshot things by marking blocks CoW and then allocating non-filesystem space for the metadata.

As it happens, ext and friends don't roll that way, so adding that functionality breaks compatibility with those filesystems.

Also, most of the new filesystems which allow snapshots in the way I describe have some awesome problems - like needing to truncate a file in order to rm when the filesystem is full, because the way the allocator structure works means that you can't know ahead of time how much space it takes to atomically delete a file, either...

Comment Re:Painful (Score 1) 572

You're just wrong.

NTFS itself is case-sensitive - the Windows interface on top of it is case-preserving and disallows collisions in case-insensitive cases, but NTFS itself allows multiple files which would collide in a really case-insensitive filesystem.

If you don't believe me, go mount a filesystem using NTFS-3G, make two files which would collide on a case-insensitive filesystem, and be amazed as it fails to panic.

Or, if you really want proof, go read the NTFS specifications about how it behaves in various namespaces.

PlayStation (Games)

BioShock 2's First DLC Already On Disc 466

An anonymous reader writes with this quote from 1Up: "Trouble is brewing in Rapture. The recently released Sinclair Solutions multiplayer pack for BioShock 2 is facing upset players over the revelation that the content is already on the disc, and the $5 premium is an unlock code. It started when users on the 2K Forums noticed that the content is incredibly small: 24KB on the PC, 103KB on the PlayStation 3, and 108KB on the Xbox 360. 2K Games responded with a post explaining that the decision was made in order to keep the player base intact, without splitting it between the haves and have-nots."

Comment Your tears, they taste delicious. (Score 3, Interesting) 634

What everyone predicted has happened.
The servers fail just after the game is released, tens (hundreds?) of thousands of customers are highly unsatisfied, not to say irate.
This is already a PR disaster, should the servers keep failing (whatever the reasons - the people don't care if your servers are to weak to handle the load or if some /b/tards decide to DDOS them for "pool's closed" - they only care that they cannot play the game they BOUGHT) it will become a massive one.
Oh, and since Silent Hunter 5 was already cracked I suspect a crack for Assassin's Creed 2 won't be long.
So in a way, Ubisoft, you decided to ignore the warnings, now your tears, they taste delicious.

Comment In Winter? 27 Degrees Celsius... In Summer? 30+ (Score 1) 676

I have the dubious joy of working in a medium sized (I'd say 40 to 50 square meters) office with 5 more coworkers. Not only do we three south-side windows (along the south side wall of the building) but also the pipes for heating the 20+ other offices in the building run through ours along two walls. Add to that the body-heat of 6 humans, 12 PCs (two for each of us) 18 monitors (three for each of us - LCDs fortunately) - no air-conditioning of course. And now, to keep really comfy, put the guy who feels cold at 15 degrees celsius right next to the windows... Joy...

Comment Decisions, decisions... (Score 1) 631

Hmmmm.....
Pay big bucks to legally play a game that puts me at the publisher's fickle mercy and demands constant internet access - and bandwith - responding with draconian punishment if I fail to provide this.

OR

Pay nothing and get an illegal copy that works fine from the word "GO"

Decisions, decisions...

Comment DRM, three Evils in One (Score 1) 372

DRM, that is Digital Right Management, is actually three evils in one.
First of all, many publishers view DRM as a way to manage (read increase) their rights while reducing the rights of the consumers, i.e. restrict the resale, activation limits, remote killswitches etc.
Secondly, many legitimate consumers find DRM annoying - they purchased a product but cannot use it as they see fit - be it that cannot transfer their music CD to their MP3 player, or play that game without contacting the publisher's master server.
And thirdly DRM is an excellent excuse NOT purchase something, but rather obtain it illegally. After all, stealing from a "nice company" does feel wrong. Screwing some corporate morloch that does its best to screw you feels much less wrong.
PHP

Facebook's HipHop Also a PHP Webserver 304

darthcamaro writes "As expected, Facebook today announced a new runtime for PHP, called HipHop. What wasn't expected were a few key revelations disclosed today by Facebook developer David Recordan. As it turns out, Facebook has been running HipHop for months and it now powers 90 percent of their servers — it's not a skunkworks project; it's a Live production technology. It's also not just a runtime, it's also a new webserver. 'In general, Apache is a great Web server, but when we were looking at how we get the next half percent or percent of performance, we didn't need all the features that Apache offers," Recordon said. He added, however, that he hopes an open source project will one day emerge around making HipHop work with Apache Web servers.'"

Submission + - Jack Kirby Heirs Reclaim Marvel/Disney Rights

lbalbalba writes: "Heirs to comic book legend Jack Kirby sent 45 notices of copyright termination to Marvel Entertainment, prospective Marvel buyer Disney, Sony Pictures, Universal Pictures, 20th Century Fox, Paramount Pictures, and others studios that that hold licensed media rights to Marvel characters, this according to a Sunday afternoon report published on the New York Times website. New York Times"

Submission + - SPAM: Dell buying Perot Systems for $3.9 billion

alphadogg writes: "Dell has agreed to buy Perot Systems for around $3.9 billion in cash, and intends to make the company its global services delivery division, the companies said Monday.The deal will allow Dell to expand its range of IT services, and potentially allow it to sell more hardware to existing Perot customers, it said. Dell's rival Hewlett-Packard expanded its own global services unit with the acquisition of EDS for $13.9 billion in May 2008. Over the last four quarters, Dell and Perot together had revenue of $16 billion from enterprise hardware and IT services, with $8 billion coming from enhanced services and support, Dell said. Perot's contribution to that is relatively small: In 2008, the company reported total revenue of $2.78 billion."
Link to Original Source

Submission + - Vegetative patients 'still learn' (scienceblog.com)

enigma48 writes: "Scientists have found that some individuals in the vegetative and minimally conscious states, despite lacking the means of reporting awareness themselves, can learn and thereby demonstrate at least a partial consciousness. Their findings are reported in today's (20 September) online edition of Nature Neuroscience.

It is the first time that scientists have tested whether patients in vegetative and minimally conscious states can learn. By establishing that they can, it is believed that this simple test will enable practitioners to assess the patient's consciousness without the need of imaging.

The abstract is available in the advance issue of nature here: http://www.nature.com/neuro/journal/vaop/ncurrent/abs/nn.2391.html"

Linux

Submission + - Internet radio exec: don't mention Linux! (pcpro.co.uk) 1

Barence writes: "It might be reliable enough to power their device, but it seems some companies are still a bit reluctant to use the "L word" when talking about their products. Speaking at the launch of the touchscreen Pure Sensia digital radio, director of marketing Colin Crawford was pressed for specifics of the new device's software. But after his CEO reminded him that the new radio was based on a Linux OS, Crawford remarked: "I don't like the using the word 'Linux' on a radio.""
Hardware Hacking

Submission + - #twatch Open Hardware Networked LCD Screen

An anonymous reader writes: Dangerous Prototype's #twatch is a DIY network appliance that displays real-time topic trends from Twitter. It can also show system statistics, RSS feeds, mail notifications, and more using a TCP server on port 1337 that accepts commands from LCD control programs like LCD Smartie (Windows) and LCDproc (Linux). Everything you need to build your own is on the project's page. We've covered this hardware hacker's work previously.

Slashdot Top Deals

"I may be synthetic, but I'm not stupid" -- the artificial person, from _Aliens_

Working...