Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×

Comment Expensive software? (Score 0, Troll) 172

void process_information(s_information* info) {
    if (info) {
        if (info.is_classified)
            process_secretly(info)
        else
            process_publicly(info)
    }
}

Can I have my millions now for "the expensive software needed to handle classified and declassified data simultaneously"?

OS X

Plethora of New User Space Filesystems For Mac OS X 225

DaringDan writes "As part of the recent MacFUSE 2.0 release Amit Singh has added support for an insane number of filesystems on the Mac. This video from Google and this blog post pretty much explain everything in detail but to sum-up Singh has written a new filesystem called AncientFS which lets you mount a ton of UNIX file formats starting from the very first version of UNIX. Even more interesting is that they have also taken Linux kernel implementations of filesystems like ufs, sysv-fs, minix-fs and made them work in user-space on the Mac, which means its now possible to read disks from OSes like FreeBSD, Solaris and NeXT on OS X. ext2/ext3 don't seem to be on the list but apparently the source for everything is provided, so hopefully some enterprising soul can apply the same techniques to ext2. One of their demos even has the old UNIX kernel compiled directly on the Mac through the original PDP C compiler by somehow executing the PDP binaries on OS X!"

Comment Re:Been there (Melb), done that (relocated) (Score 1) 450

I second the comments regarding Melbourne's inner north -- I'm currently living in North Melbourne, which is pretty similar to Carlton, and it's mostly a really nice area to live in. Funnily enough, I lived in Croydon before I moved. Apart from the distance to the city proper, Croydon is my idea of a great place to live. I'll take the travel time into the city, in return for the large properties and leafy streets (although developers are doing their best to turn everything into housing estates).

Slashdot Top Deals

Thus spake the master programmer: "After three days without programming, life becomes meaningless." -- Geoffrey James, "The Tao of Programming"

Working...