Monthly Archive:: February 2004

MiniMo 0.1 Released

Yet another interesting project comes from Mozilla: MiniMo is a mini-Mozilla browser for PDAs and embedded systems. It requires anything between 32MB and 64MB of RAM and it currently runs on ARM CPUs using GTK+ (screenshots). Having just uploaded our latest OSNews web site for mobile devices, we hope that the MiniMo developer team have added a special/unique word in its user agent, so we can add it in the list of browsers that render our mobile version of our site instead of the desktop version.

Editorial: Why Good Ideas Fail

When a good idea fails the loss is not just that idea, the failure scares away potential investors from anything resembling that idea; consequently, innovation suffers and everyone pays the price. The software industry is especially good at killing good ideas, and Usman Latif's article "Why Good Ideas Fail" discusses the reasons behind this terrible record.

OSNews Mobile Version 2 Now Online

The second generation of OSNews' mobile web site is now up and running. The new version has an even simpler design than before which makes it much easier to render on under-featured HTML browsers, usually found on phones, PDAs or other embedded devices. The new design does not display any ads or a sidebar, but goes directly to the "meat" of the information. Read more for info & screenshots.

Nmap Refuses Usage by SCO

The recent released new version of Nmap (a security scanner) refuses, despite the usage of GPL, any usage by SCO. This is valid for all nmap versions: "we hereby terminate SCO's rights to redistribute any versions of Nmap in any of their products".

Creating a CVS Repository using FreeBSD

Mindwarp wrote a quick guide which shows step-by-step how to setup a CVS pserver in FreeBSD over at mindwarp.net: "CVS stands for Concurrent Versions System. You can check out the official homepage at cvshome.org. Basically what it comes down to is tons of projects, open source, free software, and commercial use CVS to manage their code. It lets you go back to previous versions."

Microsoft Exec Says Marketing Effort Faltered with Windows XP

People who use Microsoft's Windows XP operating system aren't taking advantage of many of the systems best features, a top executive said - and the world's largest software maker has only itself to blame. Jim Allchin, Microsoft's group vice president for software platforms, including Windows, said he thinks customers aren't using gadgets like Windows Messenger and Movie Maker because Microsoft hasn't done a good enough job telling people about them.

Java: When segments collide

While sizing the heap for 32-bit Java applications on AIX, you can sometimes run into situations where a segment is claimed by two or more parts of the process simultaneously. This article shows how to detect this situation by using a well-established set of applications as examples, and we also show the reasoning behind the configuration changes suggested to avoid this situation.