Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror

Comment Not the Higgs (Score 5, Informative) 180

Sorry, the summary and title is just plain incorrect. This announcement has nothing to do with the Higgs.

A few months ago, CDF claimed that they detected a new particle which could not be the higgs, but was speculated to be a new particle. As explained here, it wasn't possible for the new particle to be the Higgs.

Today DZERO announced that they did not see any signal where CDF claimed to see one. So one of the two projects has an error in their analysis.

More info orig, new announcement, DZERO refutes, another source, even another source

Comment Re:VAAPI Acceleration? (Score 2) 138

Phoronix released a follow up article that looks a little closer. There is XVideo support but no VA-API, XvBA, or VDPAU. But this article says that there are plans for XvBA and VA-API for the ati drivers, and work is progressing on VA-API support for gallium.

For OpenCL, the classic mesa drivers have no support and no support is planned. But gallium has some support for OpenCL (see mesa/clover), and just today the gallium support for HD 6000 series has been released. So now the HD 6000 has both classic mesa drivers and gallium drivers.

Linux Business

Red Hat CEO Says Economic Crisis Favors Open Source 191

arashtamere writes "Red Hat president and CEO Jim Whitehurst predicts the enterprise open source software business will emerge from the economic crisis stronger than the proprietary market. 'I've had a couple of conversations with CIOs who said, "We're a Microsoft shop and we don't use any open source whatsoever, but we're already getting pressure to reduce our operating costs and we need you to help put together a plan for us to... use open source to reduce our costs." And we've had other customers literally looking at ripping and replacing WebLogic or WebSphere for JBoss ... I think we'll know in about six to nine months but there is no question that open source will come out of this in relatively better shape than our proprietary competitors,' he told Computerworld."

Comment Re:Inevitable, and very welcome (Score 2, Informative) 173

Actually FOSS might have done language-interoperation in other ways: given that the source code is available, we might have had automated tools to generate bindings automatically

Actually, you should check out SWIG. It has been around since 1995... open source has had automated tools to generate bindings for a long time now. The main problem with this approach is that C does not give enough information. The biggest problem is memory management. most scripting languages are garbage collected, but there is not enough information in C headers for SWIG to know where memory is allocated, and so on.

Essentially, using SWIG comes down to letting SWIG wrap everything just from the headers, except you need to tell SWIG about memory management.... which functions allocate memory that should be garbage collected, which functions take ownership of memory so the object should be removed from garbage collection, and so on....

GNU Coughs Up Emacs 22 After Six Year Wait 500

lisah writes "After keeping users waiting for nearly six years, Emacs 22 has been released and includes a bunch of updates and some new modes as well. In addition to support for GTK+ and a graphical interface to the GNU Debugger, 'this release includes build support for Linux on AMD64, S/390, and Tensilica Xtensa machines, FreeBSD/Alpha, Cygwin, Mac OS X, and Mac OS 9 with Carbon support. The Leim package is now part of GNU Emacs, so users will be able to get input support for Chinese, Tibetan, Vietnamese, Thai, Korean, and other languages without downloading a separate package. New translations of the Emacs tutorial are also available in Brasilian Portuguese, Bulgarian, simplified and traditional Chinese, Italian, French, and Russian.'"
Portables

OLPC Says No Plans for Consumer Release 208

Gr88pe writes "The One Laptop Per Child product has clarified that they have not made a decision on whether or not to carry out a consumer release of the XO laptop, despite previous reports. From the article: 'OLPC told Ars Technica in a statement that the company has no plans for a consumer version of the laptop. "Contrary to recent reports, One Laptop Per Child (OLPC) is not planning a consumer version of its current XO laptop, designed for the poorest and most remote children in the world," said Nicholas Negroponte, OLPC chairman.' They are considering a number of plans, but have made no formal decision."

Slashdot Top Deals

The sooner you fall behind, the more time you have to catch up.

Working...