AmigaOne Pictures

The reporters of a French Amiga magazine called AmigaPower have been so kind to post some pictures of an AmigaOne computer running TurboLinux. Initial AmigaOne ATX motherboards come with a soldered 600 MHz G3 PowerPC CPU, built-in 10/100 ethernet, USB, AGP (2xSpeed), AC97 Soundchip, MC97 modem, UDMA100 IDE controller and costs 600 Euros (ex. VAT). A more expensive version is expected to be released later this year, having a socketed CPU and a 4xSpeed AGP bus, which will allow the installation of one or two G4 processors. Boards can be pre-ordered from Computer City, KDH Datentechnik and Vesalia.

Why Web Services will Kill HTTP – Eventually

"Is Microsoft out to get HTTP? That was the implication of a news article that appeared a couple months ago, but the story overstated matters a bit. As Microsoft XML Web services architect Don Box said in a conversation with me, HTTP is way too pervasive not to dominate Web services for some time now. But it's still a less-than-ideal protocol for much of what's planned for Web services." Editorial at ZDNews.

Securing Small Networks With OpenBSD, Part 2

"Like almost all things in life, good security costs good money. It has to be that way, because there are simply not enough skilled security specialists to look after all of the networks that need their attention. An unfortunate result of low supply and high demand is the migration of highly skilled personnel to clients who can meet their salary requirements. This leaves a lot of small and underfunded networks in the hands of less experienced administrators, who might not know how to design, configure, and monitor these networks' safety mechanisms." Read the second part of the article at OReillyNet. First part, here.

Microsoft Has Shelved Its Internet ‘Persona’ Service

"Microsoft has quietly shelved a consumer information service that was once planned as the centerpiece of the company's foray into the market for tightly linked Web services. The service, originally code-named Hailstorm and later renamed My Services, was to be the clearest example of the company's ambitious .Net strategy. It was intended to permit an individual to keep an online persona independent of his or her desktop computer, supposedly safely stored as part of a vast data repository where there could be easy access to it from any point on the Internet. At the time of the introduction of My Services, Microsoft also proclaimed that it would have a set of prominent partners in areas like finance and travel for the My Services system. However, according to both industry consultants and Microsoft partners, after nine months of intense effort the company was unable to find any partner willing to commit itself to the program." Read the rest of the report at Yahoo!News. It's worth noting that this is quite a setback for Microsoft's overall .NET strategy.

Countdown on Mozilla Nears Zero

"Mozilla, the long-awaited open-source version of the Netscape browser, is to release its first beta-test version aimed at a broad audience in the next few days. The three-year-old project has begun to finalize a version of the Mozilla code for wider testing release, which could lead directly to the release of version 1.0 of the software. Previous beta, or test, versions have been aimed at the developer community." Read the report at ZDNews. In related news, Opera has just released Opera 6b1 for QNX.

Microsoft Chooses Sides in DVD War

"Microsoft has decided to support one of two competing formats for popular DVD recording technology , a decision that is intended to make the storage devices as easy to use as current CD burners and floppy drives. At its annual Windows Hardware Engineering Conference (WinHEC), Microsoft plans to demonstrate software and to provide technical documentation for incorporating the DVD+RW format into its Windows operating system, according to a Microsoft Web site detailing the schedule for the conference." Read the rest of the report at ZDNews.

Red Hat Bitten by Linux’s Low Cost

"Here's the riddle: If Linux is gaining more market share among big-spending corporate customers, why have sales at Red Hat -- the undisputed Linux leader -- been creeping steadily downward? Red Hat now has 90 percent of its 630 employees working to lure corporations looking to move their computing platform from expensive systems running on the rival Unix operating system to Linux, widely considered to be the more cost-effective choice. But it might be the cost-effective part that comes back to haunt Red Hat. With the Linux operating system available for free, Red Hat has struggled to find a way to secure paying customers. After a year of adjusting the focus at Red Hat away from smaller businesses and e-commerce applications, the company now needs to prove that it can translate Linux's growing popularity into stronger sales." Read the rest of the story at NewsObserver.

LindowsOS Sneak Preview 2: Some Good stuff, but I’m Still Root

"On April 9, Michael Robertson announced the release of LindowsOS sneak preview 2. "Lindows.com is not about selling an operating system," the Lindows CEO says in the press release. "It's not too different from needing a car. Nobody says, 'I need an engine,' they say, 'I need a car,' and most times, what they really mean is that they need transportation. It's the same with a computer." I think I know what he's getting at." Read the rest of the mini-review at NewsForge.

Real-Time and Linux, Part II: the Preemptible Kernel

"In the January/February 2002 issue of Embedded Linux Journal, we examined the fundamental issues of real time with Linux. In this article we examine efforts to bring real-time capabilities to applications by making improvements to the Linux kernel. To date, the majority of this work has been to make the kernel more responsive--to reduce latency by reducing the preemption latency, which can be quite long in Linux." Kevin Dankwardt continues his real-time series by examining efforts to bring real-time capabilities to applications by improving the Linux kernel. Part I can be found here.

The x86 OS X Success Strategy

"For those of you who have been wishing for a copy of Apple's Mac OS X to run on your x86 PC, your wish may soon be granted if recent reports regarding graphics accelerator companies ATI and Nvidia are to be believed. It has been rumored that an x86 version of OS X exists somewhere deep within the confines of Apple Computer's software laboratories, although none of us mere mortals living outside the Cupertino campus truly know for sure." Read the rest of the editorial at OSOpinion.

The State of the Linux Kernel

Every January, "Linux Magazine" surveys the state of the Linux kernel, bringing their readers up to date on what new kernel features and improvements to expect in the year ahead. "For 2002, the crystal ball is cloudier than usual because at press time, work on Linux 2.5 has not yet begun. Nevertheless, some definite and tentative plans had come to light" the editor writes. The magazine spoke with several key kernel developers to learn more about their plans and hopes for Linux 2.5. This article was first appeared in the printed version of the magazine in December, and it is now online, free for everyone to access it.

Microsoft Office NGO Information Leaked

While the information is still unconfirmed, the talk is that the leaked slides from a Microsoft presentation regarding the next Office version, are authentic. WindowsSuperSite features two articles, the first talks about the new Office version, codenamed NGO, but the second set of slides, is the truly interesting part, explaining how the subscription/renting .NET model will work with Microsoft's upcoming Web Services. In fact, it seems that Office will be the leading application in this new sales model, which will help promote the subscription model in general, however a "traditional" licensing method will also be available. Update: Some analysis of the NGO presentation can be found at ExtremeTech.

Create Virus-Resistant Applications with .NET

"To help stop the spread of worms, viruses, and other hostile activity, it is important to track down and report the servers used in these attacks along with those used to send spam. Many Web admins, however, don't take the time to track them because the manual process can be quite cumbersome. The Microsoft .NET Framework comes to the rescue with several networking classes, including the Dns class and the TcpClient class, that abstract away the complexity of performing DNS and WHOIS lookups. These classes make it easy to create a simple, straightforward ASP.NET-based utility for performing these lookups and automating this very important task." Read the article at MSDN.