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

 



Forgot your password?
typodupeerror
×

Comment Re:An onion on my belt. (Score 1) 329

I have the opposite problem: Due to excessive caffeine intake and zero exercise, my resting pulse is normally around 95. Add in a bit of white coat hypertension, and it easily goes over 100.

I've tried to donate blood twice, and in both cases a nurse has measured my pulse and then told me that they don't want my blood -- apparently (in Canada, at least) a pulse over 100 translates to "we can't take your blood because it might make you faint".

Comment Re:Jumping the gun... (Score 4, Informative) 235

I should also add that one link the submitter didn't include was instructions for upgrading to FreeBSD 8.0-RELEASE from a previous release: http://www.daemonology.net/blog/2009-07-11-freebsd-update-to-8.0-beta1.html (obviously, apply s/8.0-BETA1/8.0-RELEASE/ to the instructions).

Before anyone asks, yes, that link is on my personal website -- but no, I'm not just posting it here to drive traffic in my direction. That link is going to be in the official release announcement too.

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.

Slashdot Top Deals

Work without a vision is slavery, Vision without work is a pipe dream, But vision with work is the hope of the world.

Working...