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

Monthly Archive:: March 2005

Novell Brainshare Keynote Online

If you weren't able to attend Brainshare but are interested in seeing what the big N is up to, the keynote speech is online. Some topics discussed: Linux solving high performance problems, virtualization technologies via Xen, capabilities of the Linux desktop including transparency, graphics and animation effects and demos of mono applications doing amazing feats.

Easy Screen-scraping with XQuery

While XQuery was designed for querying large document bases, it serves as a fine tool for transforming simple documents as well. Whether simplifying complex pages for display on small screens, or extracting elements from multiple pages to aggregate them together on a home-grown portal, or simply extracting data from Web pages because there's no other programmatic way to get the data. This article shows how XQuery offers a fast and easy way to scrape HTML pages for the data you need.

Deploying Novell’s Linux Server in a Windows Domain Environment

This article will try to show you how easy it is to setup Novell's Suse Linux Enterprise Server as a Window Domain Controller (WPDC) - all by just pointing an clicking - no text editor is required. After implementing these instructions, you will have a fully featured WPDC that includes setting up an LDAP user/machine database as well as utilizing Dynamic DHCP and DNS Servers.

A Google OS by 2010?

Wishful thinking? Yes, but let's consider the possibilities. The last couple years have seen significant advances in hardware production and design. One of the more interesting (and potentially revolutionary) developments to take place this past year is the announcement of a new CPU, the STI (Sony, Toshiba, IBM) Cell processor.

IronPython 0.7 Released; Development Moving at Full Steam

After a seemingly quiet period of little to no activity concerning IronPython IronPython 0.7 has been released and is available here. From the IronPython list, by Jim Hugunin himself: "This is the release that I should have made about 2 months after IronPython 0.6 and joining MS". Elsewhere, Nemerle released a preview before 0.3.0, which is planned in a month or so. It brings a total rewrite of the type inference engine and the parser (which is about half of the compiler).