Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×

Comment Jumping the gun... (Score 5, Interesting) 235

Technically, 8.0-RELEASE has not yet been announced. Judging by the links in the submission, it looks like the "anonymous reader" is whoever owns cyberciti.biz, and he decided to submit the story early in order to drive traffic to his site.

Comment Re:Did no one read the fine summary? (Score 1) 305

Tarsnap is really designed as a backup service rather than a synchronization service: While it is very good at recognizing duplicate data and only uploading new blocks when you create an archive, it has no such mechanism for making archive extraction more efficient -- I wrote it with the presumption that people would only be extracting archives after losing data. That said, I think I can see a way to implement "tarsnap -x --sync" efficiently.

But for right now, as much as I'd love to get more customers, I don't think Tarsnap really matches the submitter's requirements.

Programming

Submission + - A Call for Schwag (daemonology.net)

cperciva writes: "Some people write open source software to "scratch an itch" or for altruistic reasons; but most often what attracts people is the idea of being recognized for their work. People are quite good at recognizing other people, but many companies aren't; consequently, I'm putting out A Call for Schwag: If your company uses open source software and has promotional t-shirts (or hats or bags or coffee mugs or usb disks etc.), please pick an open source developer whose work you're using, and send him one."

Comment Re:Complexity. (Score 1) 236

I mean what else is "2^119" hard to solve?

Finding a file which has an MD5 hash of either 000000000000000000000000000000XX or 000000000000000000000000000001XX for some pair of hexadecimal digits XX.

Computing the 2^100th bit of Pi (approximately -- the BBP algorithm has some factors of log thrown in, so I've dropped a factor of 2^19 to account for those).

Sorting a list of 31 elements using bogo-sort.

Comment Re:Easy fix (Score 1) 214

Also, one set of backups isn't enough. What if things broke before the last backup, and you need to go back further?

The phrase "set of backups" is rather ambiguous here -- but if you're using an intelligent backup system (like tarsnap) you'll have multiple snapshots stored.

Comment Re:It's obvious (Score 1) 214

If private keys are used, how are they backed up?

This is less of a problem than it sounds. Your private keys don't change very often (in many cases, never); you don't need to access your backup-reading keys very often (ideally, never); and your private keys are small. It's a PITA to store your daily backups by printing them out and storing the paper in a safe deposit box; but that's an entirely reasonable thing to do with your private keys.

Comment Re:In Ancient Times (Score 5, Insightful) 217

There was a time when music was sold as sheet music. Somehow Joplin was making a $100,000 a week in the 1920's, even though it's fairly trivial to simply hand-copy someone-else's work.

Sheet music is cheaper than the cost of copying by hand. This doesn't mean that copyright laws were useless though -- without them, someone else could have set up their own printing press and started (cheaply) printing their own copies of Joplin's work.

Until recently, the only marginally profitable (in the economic sense) form of copyright violation was mass reproduction, requiring extensive capital costs. This made it easy to enforce copyright laws: You can't sell many thousands of copies of anything without attracting attention.

Everything changed when it became possible to make a profit by making a single illegal copy of something.

Slashdot Top Deals

Anything free is worth what you pay for it.

Working...