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

 



Forgot your password?
typodupeerror
Linux

Submission + - Xfce 4.8 released (xfce.org)

PerlDudeXL writes: "Today, after almost two years of work, we have the special pleasure of announcing the much awaited release of Xfce 4.8, the new stable version that supersedes Xfce 4.6. [..] Xfce 4.8 is our attempt to update the Xfce code base to all the new desktop frameworks that were introduced in the past few years. We hope that our efforts to drop pieces like ThunarVFS and HAL with GIO, udev, ConsoleKit and PolicyKit will help bringing the Xfce desktop to modern distributions."

Comment Re:The first things to do (Score 1) 230

yes, but QtConcurrent is more like a scheduler. QtConcurrent::run internally re-uses threads
and runs your given functor object.

I was thinking about something like QThread(Functor), without the need to subclass
QThread and implement a run Method (I'm aware about the exec() call in QThread::run).

Comment Re:1 Question (Score 2, Informative) 226

Feet, miles and knot based units are the de facto standard in aerospace. The scientists
use SI units, the pilots do not. For a software I wrote I had to use SI units internally
and had to convert those values to feet/miles/knot based ones before passing them into a
pilot specific software. I work in germany (at the DLR if it matters).

Software

Submission + - Linux kernel 2.6.20 released

diegocgteleline.es writes: "After two months of development, Linux 2.6.20 has been released. This release includes two different virtualization implementations: KVM: full-virtualization capabilities using Intel/AMD virtualization extensions and a paravirtualization implementation usable by different hypervisors. Aditionally, 2.6.20 includes PS3 support, a fault injection debugging feature, UDP-lite support, better per-process IO accounting, relative atime, relocatable x86 kernel, some x86 microoptimizations, lockless radix-tree readside, shared pagetables for hugetbl, and many other things. Read the list of changes for more details."
Operating Systems

Journal Journal: Will vista improve driver support for OSS/Linux ?

After reading this article it came to mind that now Vista is more closely modeled after a less lossely coupled data+code instead of closely coupled data+code it might become easier for companies to write drivers for all platforms.

Would this be holding up in practice ?

Slashdot Top Deals

Have you reconsidered a computer career?

Working...