Castle and Tematic merge

Castle Technology Ltd and Tematic Limited confirmed that Castle and Tematic merged in the fourth quarter of 2003. The combined business will trade under the Castle Technology Ltd name with a new "Tematic Division", focused on offering full design and engineering resources to customers wishing to licence RISC OS for use in their new products.

Linux Gets Real (-time)

Metrowerks Senior Software Engineer and veteran real-time programmer Bernhard Kuhn has created a Linux kernel patch that he claims enables hard, real-time performance in the Linux kernel by adding priorities to interrupts and spinlocks. Kuhn believes his approach to be more "natural" and akin to traditional real-time operating systems (RTOSs) than the dual-kernel approach taken by real-time projects such as RTAI and RTLinux, and he is hopeful that his patch might one day win enough interest and support to become part of the official Linux kernel tree.

Who’s Patching Open Source?

The first place many companies look for Apache support is their main distribution provider, most commonly Red Hat or SuSE. As open source grows, the need for support grows, and this new need has led to the development of a new support option: third-party vendors who manage or patch software. Flaws raise red flag on Linux security but many users remain confident about the security of the open-source environment notices ComputerWorld.

Windows XP Handheld Due Later This Year

Devices will be size of a handheld, have a hard drive, Wi-Fi and VGA display, vendor claims. A new type of mobile device that is barely larger than a standard handheld but runs Windows XP on an i86 processor was unveiled this week at the CES. Vendors said the device, which they are dubbing the ultra-personal computer (UPC), will be available in the second half of this year. Development of the device is being encouraged by Transmeta, which has a line of i86-compatible processors that is small enough and has sufficient heat dissipation to be put into devices without cooling fans.

Linux for Asia: Asianux

Two Linux distributors from China and Japan are building a common open-source platform for Asian companies. China's Red Flag Software and Japan's Miracle Linux aims to develop a common Linux platform to make it easier for Asian companies to switch to the open-source camp. The two Linux distributors said in a statement they will make use of Oracle's software development centre in Beijing to jointly create a new Linux-based server operating environment called "Asianux".

The Future of Linux is Proprietary

Linux can be made profitable and it can be made so without going the enterprise route or by relying on the traditional services an support model-- as long as technology companies are willing to sell the operating system on their own highly optimized and performance enhanced proprietary hardware.

Integrating KDE in GNOME Applications

KDE project is planning on announcing QtGTK library which was written by one of its core developers. The library integrates Qt event loop with GNOME. Thanks to that whole KDE framework can be used from any GTK+ application just like it would be a native part of it. The library itself is already available here. There seems to be also a tutorial on how to use it here. Reportedly Gimp already works with it.

Nine Language Performance Round-up: Benchmarking Math & File I/O

This article discusses a small-scale benchmark test run on nine modern computer languages or variants: Java 1.3.1, Java 1.4.2, C compiled with gcc 3.3.1, Python 2.3.2, Python compiled with Psyco 1.1.1, and the four languages supported by Microsoft's Visual Studio .NET 2003 development environment: Visual Basic, Visual C#, Visual C++, and Visual J#. The benchmark tests arithmetic and trigonometric functions using a variety of data types, and also tests simple file I/O. All tests took place on a Pentium 4-based computer running Windows XP. Update: Delphi version of the benchmark here.