OpenOffice.org 1.1.2 Released

OpenOffice.org announced the release of the 1.1.2 version which introduces the FontOOo Autopilot (downloads and installs fonts from various sources). In addition, this release provides improved support for dBase database files, additional language support, and improved XML export facilities.

A Business Case for Profiting from GNOME; GnomeFiles Update

Is there a business model for a GNOME-based Linux desktop software ecosystem? Such a project could transform the entire desktop operating system scene before Microsoft's Longhorn version of Windows comes out. But can Linux developers be nimble enough when it comes to money? Read the editorial at NewsForge. On a related Gnome note, our new site Gnomefiles.org, has seen a visual update based on feedback, so make sure you check it out. Gnome developers, don't forget that by posting an app you are becoming elligible for prizes (to be given out next week).

Microsoft Introduces Its New Command Shell

Microsoft's latest episode of The .NET Show is largely about the new command shell, MSH (alias Monad), that will debut on Longhorn. It includes powerful scripting facilities and unix-like piping with a twist -- instead of text being piped, rich .NET based objects can be piped between commands. The transcript for the show includes instructions on how to get access to download a preview of the shell and the SDK to run on Windows XP.

Solaris 10 will include self-diagnostic, self-repairing features

IBM likes to talk about "autonomic computing," in which at its core is a self-management mechanism for a system or systems. Sun, which is normally good at dreaming up such monikers, doesn't hang a name like that on Solaris 10, which is available now in beta and will be generally available in September. But "autonomic" would certainly describe some of the key features in the upcoming release.

Java: Go Native!

"I ran starry-eyed into the arms of Java 9 years ago. I build enterprise Java applications in my sad day job. I think I can speak with authority to Java's failings. Both authors of the original documents made claims of 'solution'. I assert that all software exists for the end-user, and a 'solution' that helps the developer, or requires arcane knowledge, solves nothing. Toolkits that allow developers to rapidly create portable code are a necessity to meet business and user needs." Interesting editorial by C.C. Hovey.

Sharpdevelop Fidalgo 1.0-RC1 Released

SharpDevelop Fidalgo (1.0) has now entered Release Candidate status with this RC1 release. As with Beta 1, no features have been added, only two existing ones have been improved to be more useful: you now can convert entire projects from VB.NET to C# (and vice versa), as well as import ASP.NET projects from VS.NET. Other than that, we have worked on two major areas (and will continue to work on): Bug fixes and performance improvements (for details please see the Subversion change log). Its Mono port, MonoDevelop, had version 0.4 releasing yesterday.

Weave a neural net with Python

Neural nets, also known as artificial neural networks, mathematically model bioelectrical networks in the brain. Massively parallel and more inductive than deductive, they are used for everything from voice and character recognition to artificial intelligence. Python developer Andrew Blais introduces you to the simplest of the neural nets, the Hopfield -- and his net.py application gives you a hands-on opportunity to explore its ability to reconstruct distorted patterns.