Monthly Archive:: December 2002

Asia to be a Hotbed of Linux Activity in 2003

A Newsforge article posits that a lot of the action in Linux development in the near future will be in Asia. Much of this is because in many parts of Asia, the Middle East, and Africa there is not as much entrenched IT infrastructure as in Europe and North America, so consumers will chose the most apt and economical solution available, without the burden of backward compatibility or prejudice. Also, with the concentration of electronics manufacture in places like Japan, Korea, Malaysia, and China, Linux is increasingly the OS of choice for devices.

Open Source Year in Review

News.com has published a 2002 in Review piece on the open source segment of the technology industry. Open source had a very good year in 2002, even as (or perhaps because) the rest of the industry suffered financially. Linux made strides in adoption at large companies and saw some major improvements in power and usability, Open Office became usable, Microsoft started to get scared, and Sun finally succumbed to "if you can't beat 'em, join 'em." Most of all, even though scores of small companies went out of business as venture funding from the last millennium finally ran out, Open Source software is still around, and flourishing.

2002: The Year In Skinning

The last few years have seen a rise in "skinability" of applications and even operating systems as a whole. Stardock has taken a look back and reviewed the year in skinning. "2002 was a turning point for skinning. It was the year where millions of people started using skins without even knowing what the heck skinning is." writes author Brad Wardell. Read the rest at stardock.com.

Desktop Linux for the Home: How and Why?

Why do it? I am asked this question more often than I expected, even by existing Linux users who I expected to know as well as I the reasons for building a next-generation desktop Linux for the home user. So here are some of my reasons for thinking that we must spend the effort to create a better desktop on Linux than any existing version now has. Editor's Note: Due to a technical glitch, the first segment of this article was ommitted for some readers. If you missed the "why" section, before, you can read it now.

The SPIN Operating System and Modula-3 Language

Gil Bates wrote "SPIN is an operating system that blurs the distinction between kernels and applications. Applications traditionally live in user-level address spaces, separated from kernel resources and services by an expensive protection boundary. With SPIN, applications can specialize the kernel by dynamically linking new code into the running system. Kernel extensions can add new kernel services, replace default policies, or simply migrate application functionality into the kernel address space. Sensitive kernel interfaces are secured via a restricted linker and the type-safe properties of the Modula-3 programming language. The result is a flexible operating system that helps applications run fast but doesn't crash." More can be found on the SPIN homepage. More on Modula-3 can be found here.

Techseekers Reviews Mandrake Linux 9.0

"Today we are looking at Linux Mandrake, a relative newcomer but which has picked up a large user base through the years which keep its development alive and well. The first version of Mandrake was based on Red Hat which is a fine distro in itself. The makers wanted too keep all that was good with Red Hat and get rid of all the bad, such as using KDE instead of GNOME as default desktop. Over the years, though, it has changed from simply being Red Hat repackaged into a separate distro in its own right. However if you dig deep enough you can still see the Red Hat roots but we are not really interested in that." You can read the full 7 page review over at Techseekers.

Red Hat 8: A Glimpse of the Desktop Future

"The future of the Linux desktop? At least, I hope the new unified look and feel of Red Hat 8.0 is a hint at the future that the Linux desktop is moving to. There has been some adverse reaction from the Linux community toward the new interface. I am not one of the detractors. I appreciate that Red Hat is making a contribution to Linux and I also believe that it is the direction that the Linux desktop should be taking." This is a look at Red Hat 8.0 that focuses on the direction it sets for the future of the Linux desktop. Read the full article at Librenix.

IBM Mulls Linux For Its PCs

dabooty writes "International Business Machines (IBM) may soon start packing its PCs with the open-source Linux operating system (OS). IBM’s Linux initiative has so far been limited to its servers and workstations. Read it at Financial Express." Yes, we all know Linux isn't an OS - but a better comment would be 'Is this Yet Another Linux Distribution or the sound of the the first stone of the Microsoft empire crumbling?'

A Lesson in Cyber-Security

"Reid Ellison is a 15-year-old high school hacker who, for a time, had complete control over his school's computer system. A hack attack from a smart kid is just about any school's worst nightmare. But Ellison got a pat on the back for his exploits, rather than a slap on the wrist. This is actually a good news story about a kid who used his hacking talents for good rather than evil." Read the full story at ABC News.

Porting to Mac OS X from Windows Win32 API

Apple provides many programming resources for creating MacOSX applications, and which one you choose depends upon your needs, preferences, and constraints. If you are unfamiliar with the MacOSX platform, the process of choosing the right approach can be time-consuming and confusing. The purpose of this Guide is to get you started porting an existing procedural Win32 application written in C or C++ to MacOSX.