Ray Noorda, The CEO Who Led Novell To LAN Dominance, Dies At 82

Ray Noorda, the son of Dutch immigrants who drove Novell Netware to become the dominant local area network operating system in the 1980s, died Monday at the age of 82 after a long bout with Alzheimer's disease. Noorda was the first to clearly articulate that the many interoperating parts of the computer industry meant that one company needed to cooperate with another to ensure their products worked together. In some realms, they might be both partners and competitors, he noted, in a relationship he summed up as 'co-opetition'.

Developers Are from Mars, Programmers from Venus

Many of us use the terms "programmer" and "developer" interchangeably. When someone asks me what I do for a living I tend to describe my vocation as "computer programmer" rather than "software developer", because the former seems to be understood more readily by those unfamiliar with IT. Even when writing pieces for this site, I tend to swap back and forth between the two terms, to try and avoid sounding repetitive. But in truth, there is a world of difference between a computer programmer and a software developer (editor's note: aka engineer and there is also a difference with a software architect).

Is Windows Still Relevant?

In the increasingly Google-YouTube-Web 2.0 age we inhabit, it's become fashionable to dismiss Windows as a relic. Ask around the office. You'll hear the Gen Xers sneer about how Microsoft's operating system is, well, so yesterday. Even a fair number of IT greybeards are warming to the notion that the times, they are a changing.

Terra Soft To Build World’s First Cell-Based Supercomputer

Tomorrow, Terra Soft will officially announce the construction of the world's first Cell-based supercomputing cluster. Terra Soft will use the test cluster 'E.coli' to conduct advanced software development, optimization, and testing with emphasis on Y-HPC and Y-Bio applied to the Cell Broadband Engine. The production cluster 'Amoeba' will be made available to select University and Department of Energy laboratories to further life sciences research. The clusters will incorporate, in part, Cell-based PS3 systems.

Support Ends for Windows XP SP1

Microsoft will end support for Windows XP Service Pack 1 and SP 1a on 10 October, leaving users no option but to upgrade to SP2 if they wish to continue to receive support for crucial components, including security software. The move to drop support for SP1 is in line with Microsoft's stated strategy for support. According to its guidelines, Microsoft guarantees to provide 'mainstream support' for a full product for five years, but will only guarantee to support a Service Pack for 12 months after the launch of the next version of that pack.

A Look at Firefox 2.0 RC2

Ars reviews Firefox 2 RC2, and concludes: "I personally never managed to get any of the third party spellcheck extensions to work right, and the availability of spellcheck support alone was enough to convince me to use 2.0 pre-releases rather than the 1.5.0.7 build that comes with Ubuntu. All things considered, RC2 adequately meets most of my needs, but doesn't exceed my expectations as major releases have in the past. Hopefully, development on the Places system and other delayed features will make future releases more interesting."

‘Vista Shapes up’

The Inquirer has been looking at the latest release of Microsoft’s Vista operating system. This time, we tackle build 5744, otherwise known as Release Candidate 2. Tested today is the x64 version, which has a date stamp of 03/10/06. So what has changed over RC1 and earlier builds? Elsewhere, Microsoft has said they expect Vista's deployment rate to be twice that of Windows XP. Finally, even though RC2 will be the last public test build, Microsoft still has changes up its sleeve for Vista RTM.

Does the Wii Run Linux?

Blogger Kiyoshi Saruwatari claims that Nintendo's upcoming Wii console runs on the open source Linux operating system. According to Saruwatari, who claims to be a Nintendo insider, the company reduced development costs by leveraging open source software and incorporating a Linux kernel into the Wii software platform. A wide variety of additional features like web browsing, video playback, file management, and emulation all run on Nintendo's custom Linux operating system, which uses a proprietary interface. Unlike the other specialized software components, the actual games will not run under the Linux platform, and can be played without booting Linux if the user holds down the "A" button while the Wii is starting up.

Microsoft’s SCO Involvement Revealed

A declaration by SCO's backer, BayStar has revealed that the software Giant Microsoft had more links to the anti-Linux bad-boy. The declaration made by from BayStar general partner Larry Goldfarb has turned up as part of IBM's evidence to the court. Goldfarb says that Baystar had been chucking USD 50 million at SCO despite concerns that it had a high cash burn rate. He also claims that former Microsoft senior VP for corporate development and strategy Richard Emerson discussed "a variety of investment structures wherein Microsoft would 'backstop', or guarantee in some way, BayStar's investment". Thanks to The Inq for the summary.

Nuclear Plant Powers up on Real-Time OS

Most people haven't heard of QNX Software, though they've likely come in contact with it. The real-time operating system is used where software failure can lead to catastrophic consequences, even death - from high-speed trains to air traffic control towers to highway toll systems. It's also used in more than 100 different types of cars on the road.

Office 2007 To Go ‘Gold’ This Month

Microsoft is winding down the beta program for Office 2007 as it prepares for a release to manufacturing before the end of the month. On Oct. 25, Microsoft will close its Office Preview site and stop allowing downloads of the beta. The Beta 2 Technical Refresh, made available last month, will be the last build available to testers. As previously reported, Microsoft will not be issuing a third beta or release candidate of Office 2007, although the development team has continued to make tweaks to the product.

Internet Explorer 7 in Toolbar Mayhem

"I've read many articles about Internet Explorer 7's new security features and coupled with the imminent release of Vista this got me interested. I recall seeing a rather funny screenshot (which I found on the internet), which showed Internet Explorer 6 in Windows XP stuffed full of spyware/toolbars/etc. I wanted to see if IE7 was any better than that screenshot of IE6, how would it cope with a user that simply clicked 'yes/allow/next/accept' to everything that was presented to them. In addition, I wanted to see how the User Account Control reacted to this, and in the end, could I restore IE7 to it's former glory."

MySQL Master Master Replication

"This tutorial describes how to set up MySQL master-master replication. We need to replicate MySQL servers to achieve high-availability. In my case I need two masters that are synchronized with each other so that if one of them drops down, other could take over and no data is lost. Similarly when the first one goes up again, it will still be used as slave for the live one. Here is a basic step by step tutorial, that will cover the mysql master and slave replication and also will describe the mysql master and master replication."