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

Opinion: Learning The Basics

A couple of days ago, I read an interesting article by Kevin Kostis about how complex computer systems are and how they have a long way to go. I have to partly agree with his assessment, however a lot of folks don’t take the time to learn about there own investment.

The Truth About Tru64 UNIX and HP-UX

Early Wednesday morning 1 December, our colleagues at The Inquirer ran a story entitled “HP expected to drop Trucluster from HP-UX” on their web site. According to the story, unnamed sources claimed that HP soon will announce that TruCluster technology is unlikely to be incorporated into HP-UX. More here.

Stefan Westerfeld on artsd

Stefan Westerfeld, the author of arts, the media fromework for KDE 2.x and KDE 3.x, has written a nice piece on why many of the technical assumptions that he held while developing that software do not hold true. He then shares his insight into the future of media in KDE 4.0 and the free desktop world.

XAMPP: Easy Integrated Development

Open source stacks such as XAMPP from Apache Friends are simplifying open source development by making it easier to write and distribute applications in a stable and standardized environment. The trend of combining Apache, MySQL, PHP, and Perl into integrated middleware stacks promises to make open source development more competitive with J2EE application development, at least for low-end applications. Our Take: I use XAMPP nearly every day, at home and at work, as a testbed. It's one of my top three essential open source apps, and - by far - one of the easiest to use.

A Humble Framework for SkyOS

Follow the development of a native SkyOS application from the ground up in the first 5 chapters of Pig!. This tutorial is for both C++ beginners and experts, and illustrates a variety of design topics such as message dispatching, error handling via exceptions, and auto-destruct GUI widgets, all with source code examples. The Pig! application is based on the Humble Framework: a rapidly growing class library of C++ classes that is intended to help programmers get a 'head start' on creating native SkyOS applications; this framework is fully documented, open source, and currently contains over thirty unique classes, with more on the way.