Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×
Censorship

The Companies Who Support Censoring the Internet 299

RichiH writes "From Techdirt: 'A group of companies sent a letter to to Attorney General Eric Holder and ICE boss John Morton (with cc's to VP Joe Biden, Homeland Security boss Janet Napolitano, IP Czar Victoria Espinel, Rep. Lamar Smith, Rep. John Conyers, Senator Patrick Leahy and Senator Charles Grassley), supporting the continued seizure of domain names they don't like, as well as the new COICA censorship bill, despite the serious Constitutional questions raised about how such seizures violate due process and free speech principles.' A full list of companies who you might want to avoid buying from is included, as well."
Linux

Adobe (Temporarily?) Kills 64-Bit Flash For Linux 272

An anonymous reader writes "It seems that with the release of the 10.1 security patches, Adobe has, at least temporarily, killed 64-bit Flash for Linux. The statement says: 'The Flash Player 10.1 64-bit Linux beta is closed. We remain committed to delivering 64-bit support in a future release of Flash Player. No further information is available at this time. Please feel free to continue your discussions on the Flash Player 10.1 desktop forums.' The 64-bit forum has been set to read-only."
The Almighty Buck

Activision Hit With $500m Suit From Modern Warfare 2 Devs 77

Dragoniz3r writes "Activision has been served a lawsuit from 38 plaintiffs, including present and former Infinity Ward employees, demanding up to half a billion dollars. The plaintiffs are seeking compensation for 'unpaid bonuses, royalties, profit-sharing, and future profits from games such as Modern Warfare 3, and punitive damages.'"
Games

Turning Classic Literary Works Into Games 93

Adventure Classic Gaming is running an interview with Chris Tolworthy, an indie game designer who is working on a project to make video games out of various literary classics. His decision to develop these kinds of games was sparked by a desire to reach out to gamers who want more "serious" subject matter, as well as finding an audience among people you would find in a book store, rather than a game store. Tolworthy has already released one game, an adaptation of Les Misérables, and has almost finished Dante's Divine Comedy. After that is done, he'll move on to other works, including Theogeny, by Hesiod, and Shakespeare's Julius Caesar, aiming for two or three releases a year. He said, "I try to keep as close as possible to the original text. When I create a game I simply go through the book and adapt it chapter by chapter. As far as possible all my puzzles are based on ideas in the original book. So my Dante's Inferno is a lot closer to the book than EA Games' Dante's Inferno that changes Dante into a warrior with a giant scythe! Although I stick closely to the story, I would find it boring to only give the straight text, so my games always give a different twist. For example, I show Les Miserables from the point of view of a minor character who dies early on. In my Divine Comedy I show other points of view as well as Dante's, and they don't see things the same way. Really, what I'm doing is what theater directors do when they put a Shakespeare play into a modern setting. It's the exact same story, but presented in a new way."

Comment Re:My DosEmu Experience (Score 1) 299

The problem lies in the linux 2.{5,6}.x kernel headers.
Try headers from a 2.4.x kernel.
If you know C, what do you think about the following code from mod_devicetable.h (what happens, if __KERNEL_ is undefined?):

#ifdef __KERNEL__
#include
typedef unsigned long kernel_ulong_t;
#endif

#define PCI_ANY_ID (~0)

struct pci_device_id {
__u32 vendor, device; /* Vendor and device ID or PCI_ANY_ID*/
__u32 subvendor, subdevice; /* Subsystem ID's or PCI_ANY_ID */
__u32 class, class_mask; /* (class,subclass,prog-if) triplet */
kernel_ulong_t driver_data; /* Data private to the driver */
};

dosemu 1.1.99.1 has many improvements compared to Debians 1.0.2 (e.g. sound, dpmi)
Reinhard

Slashdot Top Deals

We don't really understand it, so we'll give it to the programmers.

Working...