Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
Patents

Microsoft Files For 3 Parallel Processing Patents 137

theodp writes "Microsoft may have been a Johnny-come-lately when it comes to parallel programming, but that's not stopping the software giant from trying to patent it. This week, the USPTO revealed that Microsoft has three additional parallel-processing patents pending — 1. Partitioning and Repartitioning for Data Parallel Operations, 2. Data Parallel Searching, and 3. Data Parallel Production and Consumption. Informing the USPTO that 'Software programs have been written to run sequentially since the beginning days of software development,' Microsoft adds there's been a '[recent] shift away from sequential execution toward parallel execution.' Before they grant the patents, let's hope the USPTO gets a second opinion on the novelty of Microsoft's parallel-processing patent claims."
The Courts

UK Libel Law Is a Global Threat To Web Free Speech 363

uctpjac writes "London media lawyer Emily MacManus argues that UK libel law has three features which make it the 'defamation tourism' capital of the world and a serious threat to Web free speech. First, there is no free speech presumption in the UK as there is, for example, in the US. Second, every access of a Web page is considered to be a separate act of publication in the UK (unlike the US, where 'original publication' holds). Third, 'no-win-no-fee' libel litigation is now allowed in the UK. If any blog, anywhere, publishes something you'd like taken down, threaten libel action in the UK: no one except the super-rich can afford to even take these cases to court, so media lawyers advise publishers to 'take it down, take it down quickly, take it down again.' There's not much chance that the judges will move the law any time soon because they just aren't seeing the cases that could cause them to set new precedent."
PlayStation (Games)

Emulation Explosion On the PS3 Via Linux 425

Marty writes "The PlayStation 3 has recently seen an explosion of releases of emulators and games for the Yellow Dog Linux distro for PS3; once you have installed Yellow Dog Linux you then have the ability to try out MAME, SNES, Amiga, Dos, Commodore and Atari emulators (that's the tip of the iceberg) and such games as Quake 2, Duke Nukem 3D, Hexen 2 and Alephone. Time to start installing Linux on your PS3?"
Security

Hackers Jump On Newest IE7 Bug 162

CWmike writes "Attackers are already exploiting a bug in Internet Explorer 7 that Microsoft patched just last week, security researchers warned today. Although the attacks are currently in 'very, very small numbers,' they may be just the forerunner of a larger campaign, said Trend Micro's Jamz Yaneza. 'I see this as a proof-of-concept,' said Yaneza, who noted that the exploit's payload is extremely straightforward and explained that there has been no attempt to mask it by, say, planting a root kit on the victimized PC at the same time. 'I wouldn't be surprised to see this [exploit] show up in one of those Chinese exploit kits,' he added. The new attack code, which Trend Micro dubbed 'XML_Dloadr.a,' arrives in a spam message as a malicious file masquerading as a Microsoft Word document."
Cellphones

(Useful) Stupid BlackBerry Tricks? 238

Wolfger writes "Continuing the recent (useful) stupid theme: I've recently become a BlackBerry user, and I'm in love with the obvious(?) tricks, such as installing MidpSSH to access my home box remotely. But I'd like to know what more experienced Crackberry addicts can share."

Comment Re:There's not much hope for the C++ committee (Score 1) 573

Not sure about the C++ problems you mention, but in Python there is Kamaelia and a dozen of other libraries targeted for creating scalable parallel systems.

Btw. an earlier post mentions the upcoming QT concurrency framework - if Trolltech is able to pull this out on all C++ platforms they support, then it kind of justifies Stroustrup's position, isn't it?

Sony's Flash-Based Notebook Reviewed 229

Lucas123 writes "Computerworld's Rich Ericson reviewed Sony's first all flash-based laptop, which carries a whopping $3,200 price tag. Ericson says the laptop runs incredibly fast, with an average data transfer rate of 33.6MB/sec and great battery life. But, the laptop is also limited to certain uses. While lending itself to travel, the small capacity of its hard drive doesn't make it a real competitor for a main PC workhorse. 'While there's a lot to like [about the VAIO TZ191N notebook], there's only very limited uses for which I'd recommend this system. The best features — its size and the flash drive — are also its biggest limitations.'"
Programming

Don't Overlook Efficient C/C++ Cmd Line Processing 219

An anonymous reader writes "Command-line processing is historically one of the most ignored areas in software development. Just about any relatively complicated software has dozens of available command-line options. The GNU tool gperf is a "perfect" hash function that, for a given set of user-provided strings, generates C/C++ code for a hash table, a hash function, and a lookup function. This article provides a reference for a good discussion on how to use gperf for effective command-line processing in your C/C++ code."

The Failure of the $100 Laptop? 487

RobertinXinyang writes "MSN's MoneyCentral has an article on the possibility that the $100 laptop project fails to meet its goals, and the potential of the project to harm people in developing nations. The article goes on to liken the project to 'good-natured showboating', and cites the unreality of a family using the glow from the laptop's screen as the only source of light in their hut. Perhaps there are better things to do with our time and money in developing nations?" From the article: "The entire idea may be misguided and counterproductive. At least that's what Stanford journalism lecturer an Africa watcher G. Pascal Zachary thinks. The basic argument is that with $100 you could almost feed a village for a year, so why waste that sum on a laptop? What are they thinking? The fact that these people need electricity more than they need a laptop is only part of the problem. The real problem is lost mind share. The people are harmed because these sorts of schemes are sopping up mind-share time of the people who might be doing something actually useful."

GUIs From 1984 to the Present 263

alewar writes "This nice gallery shows the evolution in the appearance of Mac OS, Microsoft Windows and KDE through the years, from the first version to the last available. Not technical, but still interesting to recall some memories from the good old days."

Slashdot Top Deals

The clash of ideas is the sound of freedom.

Working...