Forgot your password?
typodupeerror

Comment Re:What does learning a language really mean? (Score 1) 277

Ain't that the truth. I'm a network/infrastructure goon, and I use Python all the time to automate things, sort mountains of data, etc. etc. Sometimes when I'm stuck on how to do something I'll look it up and find myself staring at code on Stack Overflow that is completely alien to me. I suppose that sticks me in the "hobbyist" category... but, I usually end up learning something, so there's that.

Comment Re:Give it up. (Score 1) 200

I expected as much - rsyncing an encrypted file system reduces rsync's functionality to that of Robocopy - any change to a file will result in the entire file being moved to the destination. For my purposes that's fine - I'm not working with large files that are frequently changed. But if needed could one use an encfs mount on top of an sshmount on the remote system, then rsync directly to that? Wouldn't the encryption still be occurring locally, or is there a big fat hole I'm not thinking of?

Comment Re:Give it up. (Score 1) 200

Right, this. In my case, the local files aren't encrypted. I stage a backup to an encfs mount, then unmount and rsync the encrypted files to my cheap VPS many, many miles away. Yes, a small amount of metadata is visible, but not actual content. The scripts to do so aren't very long, and were fun to write, even for a relative newbie like me.
Games

Whatever Happened To Second Life? 209

Barence writes "It's desolate, dirty, and sex is outcast to a separate island. In this article, PC Pro's Barry Collins returns to Second Life to find out what went wrong, and why it's raking in more cash than ever before. It's a follow-up to a feature written three years ago, in which Collins spent a week living inside Second Life to see what the huge fuss at the time was all about. The difference three years can make is eye-opening."
Operating Systems

FreeBSD 7.0 Bests Linux In SMP Performance 288

cecom writes "After major improvements in SMP support in FreeBSD 7.0, benchmarks show it performing 15% better than the latest Linux kernels (PDF, see slides 17 to 19) on 8 CPUs under PostgreSQL and MySQL. While a couple of benchmarks are not conclusive evidence, it can be assumed that FreeBSD will once again be a serious performance contender. Some posters on LWN have noted that the level of Linux performance could be related to the Completely Fair Scheduler, which was merged into the 2.6.23 Linux kernel." Update: 03/06 21:32 GMT by KD : An anonymous reader sent in word that Linux kernel developer Nick Piggin reran the benchmark today and came to a different conclusion: In his benchmark Linux was faster than FreeBSD.
Software

FreeBSD 7.0 Release Now Available 229

cperciva writes "The first release from the new 7-STABLE branch of FreeBSD development, has been released. FreeBSD 7.0 brings with it many new features including support for ZFS, journaled filesystems, and SCTP, as well as dramatic improvements in performance and SMP scalability. In addition to being available from many FTP sites, ISO images can be downloaded via the BitTorrent tracker, or for users of earlier FreeBSD releases, FreeBSD Update can be used to perform a binary upgrade."

Slashdot Top Deals

Term, holidays, term, holidays, till we leave school, and then work, work, work till we die. -- C.S. Lewis

Working...