Keep OSNews alive by becoming a Patreon, by donating through Ko-Fi, or by buying merch!

Monthly Archive:: April 2008

A Few Questions to Enlightenment’s Rasterman

Enlightenment 0.17, the big, long awaited new release of the Enlightenment project, has been in the making for a long time now - since December 2000, to be precise. E17, as it became known, is a complete rewrite of Enlightenment, complete with a set of base libraries (the Enlightenment Foundation Libraries) turning it into a full-fledged desktop environment, complete with its own set of base libraries for building applications. Last November, main developer Carsten 'Rasterman' Haitzler stated that there were only two big to-do items left blocking the release of E17. We're now a few months ahead, so I contacted Rasterman to see what's what.

OLPC Might Become Windows Only

The road to the One Laptop Per Child has been riddled with humps and bumps, such as hardware issues, the failure of the 'G1G1' scheme, and the inability to reach the USD 100 price mark, culminating in the resignation of the project's president yesterday. Now, Negroponte, the project's founder and chairman, has stated something that might alienate the project's strongest supporters even further: the OLPC might evolve into using Windows XP only.

Ten Things To Know About Microsoft’s Live Mesh

"What, exactly, is Live Mesh and what do developers, customers and partners need to know about it? Here are 10 things that grabbed me about Live Mesh, after distilling my notes from chatting with some of the Softies involved in bringing Live Mesh to fruition." IN short, Live Mesh is "a Software + Services platform for synchronization and collaboration."

Apple Buys Chip Designer

Does anyone remember the chip start-up P.A. Semi? This company made its rounds around the internet in 2005, when it lifted the veil of secrecy on a new, highly efficient PowerPC processor it had been working on. 2005 Being the year that Apple announced its switch to Intel, people started to doubt Apple's reasons. A few months later, in May 2006, it became known that Apple had been working with P.A. Semi right before Apple made the switch. P.A. Semi released their chip a year later, and now the company has been bought by... Apple.

Ubuntu Man Shuttleworth Dissects Hardy Heron’s Arrival

Tomorrow, Ubuntu's second 'long-term support' release, 8.04 or Hardy Heron, will propagate its way through the list of mirrors. OSNews took a short look at the beta release of Hardy Heron a few weeks ago, and concluded that "All in all, this release packs some interesting new features and frameworks, some of which should have been part of any Linux distribution three years ago. It is quite clearly a beta though, and definitely not ready yet to be labeled as a 'long term support' release." In anticipation of the release, El Reg caught up with Mark Shuttleworth in London.

KDE, GNOME To Co-Host Flagship Conferences in 2009

Even though some users of the two desktops take every opportunity to make fun or flat-out attack one another, it is no secret to more reasonable people that the KDE and GNOME projects strive to make their respective desktops interoperate, and that the developers working on either of the two projects have a great deal of respect for one another. This has lead to an attempt to jointly organise the desktops' flagship conferences, in one place, in 2009.

Google Summer of Code 2008

The various Google Summer of Code slots have been awarded to the participating projects. As most of you will know, the Summer of Code is all about enticing programmers to contribute to open source projects. Students submit their ideas to mentor organisations (these mentors are approved by Google first), and after selecting the ideas the mentors like the most, the programmers work to complete their task. If they succeed, Google will grant them a stipend. Google selected 174 mentor organisations for this year's Summer of Code. Read on for a selection of interesting applications that have been approved.

Solaris Filesystem Choices

When it comes to dealing with storage, Solaris 10 provides admins with more choices than any other operating system. Right out of the box, it offers two filesystems, two volume managers, an iscsi target and initiator, and, naturally, an NFS server. Add a couple of Sun packages and you have volume replication, a cluster filesystem, and a hierarchical storage manager. Trust your data to the still-in-development features found in OpenSolaris, and you can have a fibre channel target and an in-kernel CIFS server, among other things. True, some of these features can be found in any enterprise-ready UNIX OS. But Solaris 10 integrates all of them into one well-tested package. Editor's note: This is the first of our published submissions for the 2008 Article Contest.

From Win32 to Cocoa: a Windows User’s Conversion to Mac OS X

Ars' Peter Bright wrote an article today entitled "From Win32 to Cocoa: a Windows user's conversion to Mac OS X", in which he explains why he believes "Windows is dying, Windows applications suck, and Microsoft is too blinkered to fix any of it". These are rather harsh words, but there is a definitive element of truth in it. The article is part one in a three-part series.

Windows XP SP3 Released to Manufacturing

Despite Microsoft's obvious focus on selling Windows Vista to its customers, it hasn't yet forgotten about all those people out there that still use Windows XP (personally, I use Windows XP MCE 2005). The company has confirmed it has finally 'released to manufacturing' the third service pack to Windows XP - 7 years after the operating system's original release.

‘The Ultimate Lab Test’?

PopularMechanics has performed three types of benchmarks on Apple and 'ordinary' PC machines, with the former running Mac OS X Leopard, and the latter Windows Vista. The first type of benchmark consisted of users giving ratings to things like design, ergonomics, web browsing experience, and so on. The second benchmark focused on real-world performance (launching applications, boot/shutdown times, and so on), while the third and final benchmark consisted of Geekbench and Cinebench runs. PM concludes: "The results gave us a clear winner in the performance categories, but the big surprise was how little difference we found in user preferences. Turns out, both platforms are capable and easy to use, but only one was the victor." Even before I got to the results, I noticed a whole set of problems with the benchmarks performed in this article, that would seriously skew the results.

The Cost of Modern Software Development

Geek.com is running an opinion piece on the extensive reliance of programmers today on languages like Java and .NET. The author lambastes the performance penalties that are associated with running code inside virtualised environments, like Java's and .NET's. "It increases the compute burden on the CPU because in order to do something that should only require 1 million instructions (note that on modern CPUs 1 million instructions executes in about one two-thousandths (1/2000) of a second) now takes 200 million instructions. Literally. And while 200 million instructions can execute in about 1/10th of a second, it is still that much slower." The author poses an interesting challenge at the end of his piece - a challenge most OSNews readers will have already taken on. Note: Please note that many OSNews items now have a "read more" where the article in question is discussed in more detail.

A Preview of Kernel-Based Mode-Setting

Have you ever been annoyed by Linux' lack of a coherent graphical boot process? Graphics hardware causing problems during sleep/wake cycles? Problematic virtual terminal switches? Kernel-based mode-setting, a new feature of Xorg still in heavy development aims to solve many of these problems by moving the mode-setting code from the user-space X driver into the Linux kernel. Phoronix takes a look at this new feature.