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

Monthly Archive:: January 2004

C coding tip: Self-manage data buffer memory

The C programming language defines two standard memory management functions: malloc() and free(). C programmers frequently use those functions to allocate buffers at run time to pass data between functions. In many situations, however, you cannot predetermine the actual sizes required for the buffers, which may cause several fundamental problems for constructing complex C programs. This article advocates a self-managing, abstract data buffer. It outlines a pseudo-C implementation of the abstract buffer and details the advantages of adopting this mechanism.

Apple Previews Xgrid Technology

Apple today previewed Xgrid, a computational clustering technology from Apple’s Advanced Computation Group (ACG). Xgrid helps scientists and others working in compute intensive environments to fully utilize all IT resources, including desktops and servers, by creating a grid enabled "virtual" IT environment that takes advantage of unused computing capacity to run batch and workload processing.

Xandros 2.0 – King of the Linux Desktop

"The recent release of Xandros Linux 2.0 marks an important milestone in the company's short history. Not only is the Linux desktop market growing and changing in ways we never imagined, but the inner workings of the distro have been completely updated to more modern standards. Xandros has caught up with the rest of the Linux world and things couldn't be better. In this market, they should turn into a major contender for the Windows conversion revolution." Read MadPenguin's review here, ours is here.

Firebird V1.5 RC-8; SAP/DB2 on Sun Cluster 3.X

Firebird 1.5 Linux CS RC8 released. This RC has many small enhancements in install procedure made by Mark O'Donohue and it should install more "smoothly". Additionally, this is the first RC built with external debug info which you can download separately.

Mandrake Linux 10 Preview

Mandrake Linux 10.0-preview edition pretty much defines the shape of things to come in Linux land in 2004. With Kernel 2.6, KDE 3.2 beta and XFree86 4.4 beta, it doesn't leave much to be desired. This article refers to cooker snapshot as of December 31, 2003. Please note that this release is not a beta release. This is not even an alpha release. Its just something put together to show what we can expect from Mandrake 10.0. This release comes on only two CDs so some of the packages are missing. And as there are bound to be lot of bugs in this kind of release, I'll be concentrating more on the usability aspect. So let's see if it is worth drooling over.

An Interview with Lead Evangelist Chris Donahue

Beyond3D had the opportunity to speak with Chris Donahue of Microsoft recently. Being the Lead Evangelist for Windows when it comes to convincing developers that Windows is the best there is, we decided to ask him a variety of questions, ranging from what he actually does, to DirectX and its importance, to companies like NVIDIA and ATI , to the next major Microsoft operating system codenamed Longhorn. Chris was previously the manager of Developer Relations at NVIDIA so he should provide some interesting insights about working with the independent hardware vendors as well.

NetBSD Packages Collection gets (experimental) “pkgviews”

NetBSD's Packages Collection aka pkgsrc now has support for an experimental new framework called ``pkgviews''. This framework, finally allowing multiple versions of one package to co-exist without conflicts (among other great features), was first proposed by Alistair Crooks at EuroBSDCon 2002 and has been integrated into pkgsrc by Johnny C. Lam, who just posted a User's guide to the tech-pkg ml.

Linux Home Desktop Kit PC Project: code named Gates Crusher

"Contributors to Linux are nothing short of dedicated when it comes to offering their coding efforts, but as many are aware, much of that effort is wasted in the way of duplicated work, a great deal of which happen to only be the "sexy" parts of the code base. The problem is not so much in getting developer support, but in getting the masses organized and motivated to tackle the otherwise neglected aspects of the open source operating system." The following osViews editorial contributor has some interesting ideas to not only help Linux development but also the platform as a whole and even its promotion.

A Visual Quickstart Guide to Windows .NET Services

OK, so you want to create a windows service and you're not a .NET guru? This is exactly what got me in trouble with my wife. It started off easy enough, but before the weekend was through, my wife was getting on to me for spending so much time at the computer. She thought that I should be spending quality time with our family, imagine that. I told her that I was doing some 'personal' research, that, "no, it's not work honey" and "I'm trying to learn some new technology", "think of it as reading a book, only on the computer..." Inanities like that, she wasn't having any of it, of course. Regardless, I am glad to report, I figured it out and just in the nick of time, too.