News (3)
ABS to open up data for online mapping
The Australian Bureau of Statistics is jumping on the mapping mash-up bandwagon, announcing plans to make virtually all of its data accessible using online mapping tools in 2008. Read more »
Analyst predicts bleak future for Aust ICT economy
A visiting analyst has warned that an over-reliance on a temporary minerals boom and a decline in the number of science and engineering graduates will erode Australia's ICT capacity and hinder its unprecedented stretch of economic growth. Read more »
MySQL worm halted
A worm exploiting weak database passwords on Windows computers had essentially stopped spreading on Friday, after the systems infected with the program were cut off from the control of several central computers. Read more »
Features (9)
Lazy list builders: Generators in Python
Sometimes your program is just too motivated, and does all this work you don't need or want it to do -- you want it to be lazier. That's where generators come in. Using a generator in Python lets you choose exactly how much you want done, and when. Read more »
Faster, smaller, clearer: Python iterator tools
With Python's itertools module you can quickly and simply perform some of the more complicated operations you'll need to do on lists. It will make your code perform better and become easier to read. Read more »
Generate SVG from Oracle Spatial data
Oracle Spatial is an integrated set of functions, data structures, and tables that aid in storing and retrieving spatial data. In this article we'll show you how to generate SVG from Oracle Spatial data. Read more »
Bulletproof persistent cookies to increase security
Web browser cookies can enhance the user experience by providing additional functionality and ease of use. However, from an administration point of view, cookies are a security concern. Encrypt your cookies with this simple technique. Read more »
Infinite list tricks in Haskell
Haskell uses a lazy evaluation system which allows you define as many terms as you like, safe in the knowledge that the compiler will only allocate the ones you use in an expression. In this article we use simple sequences as lists of infinite length in a number of different ways to demonstrate how you can use this approach. Read more »
Will MySQL become the next Linux?
MySQL AB had just $5 million in revenues last year, but company CEO Merten Mickos gives off the impression that his company could become the next Red Hat or Oracle. Read more »
How to make money from Open source
Ever pondered how companies make money from free and open source development projects? Could you open source your code and still make a profit? Con Zymaris puts forward the case. Read more »
Why open source is bad for Australia
Open source is actually anti-industry, and protecting it is not in Australia's interests, says one industry observer. Read more »
Insights into Linux Web site deployment
Peter Harrison, author of the Linux Quick Fix Notebook, discusses the Web site hosting decision making process and shares his thoughts concerning the future of Linux. Read more »
News and features
- Latest
- Popular
- Features
- Most Discussed
-
Opera's new SDK: Better browsing on the Wii?Opera has thrown a little more love at device developers by announcing an updated version of its software development kit on Wednesday at CES. Read more »
-
It's another year down but some things never change. That was shown this week as Internet Explorer remained under fire from yet another zero-day exploit. In other news, we set a hard drive on fire and Apple cans its involvement with MacWorld. Read more »
-
In this week's roundup we take a look at Google's new technology -- Native Client, its Android phone, news from the world of web browsers and more. Read more »
-
Ratbags burn, smash and 'nuke' hard drives
2008/12/16 14:49:30
-
2008/12/11 10:40:47
-
Five services you can turn off in Windows Server 2003
2008/10/01 13:58:07
What's on?
-
Space pr0n, patent karma and Yang out -- Club Builder
On Club Builder this week: how NASA plans to get the Internet into space, Jerry Yang is out the door at Yahoo and Brendan Eich discusses javascript engine competition.

