Source: Intel To Be Found Guilty of Monopoly Abuse

Microsoft isn't the only company in the technology industry with a monopoly. Its partner in crime, Intel, has often been accused of monopoly abuse as well, and is currently under scrutiny by the same European Commission who fined Microsoft. Sources have told eWeek (which generally has a good track record) that Intel will indeed be found guilty this week of abusing its monopoly position to stifle the competition.

What’s Using All My Linux Native Memory?

An understanding of native memory is essential when you design and run large Java applications. The lack of predictable behaviour means there's no one simple way to identify native-memory exhaustion. Instead, you need to use data from the OS and from the Java runtime to confirm the diagnosis. To get the best performance from your Java application, you must understand how the application affects the Java runtime's native-memory use.

Episode 8: All Roads Lead to The Finder

Special Offer: 50% Extra Free. I hope you have your tea/coffee cup primed for this one-and-a-half hour edition of the show! We cover a lot of ground (and everything in between) on the Windows 7 RC, the Kindle DX (is that like the Nathan TX?), application and OS updates and finally what would we change about the Mac Pro and Mac OS X.

GNU, Psystar, Charlie

And another week passes us by. This week we were informed about two projects replacing some GNU software with alternatives, FreeBSD, KDE, OpenOffice.org, and Windows 7 did new releases, Psystar replied to Apple's allegations (and the Apple world completely ignored it), and Chrome users were the most up-to-date with their browsers. This week's my take is a prelude to the one for next week.

Linux Mint 7: 10 New Feature Videos

Linux Mint 7 RC1 has recently been released, and a poster over at EasyLinuxCDs.com has been good enough to detail some of the features in ten different videos. He details everything from installation to mintUpdate to even small features, such as the Xchat app. Though the bulk of the videos seem a bit elementary for most readers here, I at least found Linux Mint 7 a very good-looking system aesthetically and technically and would like to test it out sometime in the near future.

Sun Shareholders Sue to Block Oracle Acquisition

Sun Microsystems shareholders have filed three separate class action lawsuits to block a $7.4 billion acquisition by Oracle, the company revealed in a 10-Q filing with the Securities and Exchange Commission. The lawsuits allege Sun's board didn't live up to its fiduciary responsibilities to shareholders when it accepted Oracle's acquisition offer, saying "the consideration offered in the proposed transaction is unfair and inadequate."

Industrial-Strength Python Testing Frameworks

The recent emergence of industrial-strength Python testing frameworks means that Python tests are being written more succinctly, more uniformly, and with better reporting of results than ever before. Adopting one of the new generation of Python testing frameworks will provide concise idioms and uniform testing techniques that, in the past, every Python project had to supply for itself.

A Peek at DeviceKit in Fedora 11 and Beyond

Red Hat, which started the HAL project many years ago, has deprecated it in favor of a new initiative called DeviceKit. David Zeuthen, primary developer of DeviceKit, has posted on his blog about the work done by the Red Hat Desktop team in Fedora 11 for improving the storage layer in GNOME by taking advantage of DeviceKit. This includes desktop notification if your hard disk is failing, a desktop utility to handle RAID and LVM storage, a replacement for the venerable gfloppy, and many others. Look at his blog for a number of screenshots showing the details. "The GNOME 2.26 release in Fedora 11 will ship with a completely different stack for handling storage devices. The plan is to land all this work in the upstream GNOME 2.28 release and most of that work is done already."

KDE 4.2.3 Released

It slipped by us, but the KDE team has released another minor bugfix release of KDE 4.2, version 4.2.3, a few days ago. Being a bugfix release, there are few user-visible changes, but still, there are a few things that stand out. "Online IMAP filtering in KMail has been fixed, KMail's system tray icon now reacts to changes to folder properties and updates the number of emails shown there automatically, and bugfixes, performance improvements and optimization in KHTML - painting and interoperability with web standards has been further improved."

OpenOffice.org 3.1 Released

OpenOffice.org 3.1 has been released. "The OpenOffice.org Community is pleased to announce the general availability of OpenOffice.org 3.1, a significant upgrade to the world's leading open-source office productivity suite. Since OpenOffice.org 3.0 was launched last October, over 60 million downloads have been recorded from the OpenOffice.org website alone. Released in more than 90 languages and available as a free download on all major computing platforms, OpenOffice.org 3.1 looks set to break these records." There's a guide to new features, and you can download OpenOffice.org 3.1 here.

Theora Pulling Ahead of H264

Chris Montgomery, otherwise known as Monty, is the founder of Xiph.org foundation and creator of the Ogg container format. He has been sponsored by Red Hat for several years to improve the codec quality of Theora and the next generation version, called Thusnelda, is already proving to be better than H264 as bitrate increases. Monty has posted some test results demonstrating the improvements. Chris Blizzard from Mozilla Foundation has some updates as well.

Scripting the Vim Editor with Vimscript

Vimscript is a mechanism for reshaping and extending the Vim editor. Scripting allows you to create new tools, simplify common tasks, and even redesign and replace existing editor features. This article introduces the fundamental components of the Vimscript programming language: values, variables, expressions, statements, functions, and commands. These features are demonstrated and explained through a series of simple examples.