1.7 Billion Digits Of Pi On CD 202
H0ek writes "Not that there is any use for this whatsoever, but there is a torrent available for 1.7 billion digits of pi on a CD. The data is everything after the '3.' on one line, bzipped. There are a couple of the Cygwin tools on the disk as well as source for a small search tool (because grep just didn't cut it this time). Inside the ISO there's links to the source of the data, in case you want the rest of the 4.2 billion digits available. Wear your geek badge with pride! Be the first kid on your block to have the entire set!"
On a T-Shirt (Score:4, Funny)
Re:On a T-Shirt (Score:2)
Why not DVD? (Score:2, Funny)
Re:Why not DVD? (Score:5, Funny)
The last digit is 4.
I also wrote a compression algorithm that will get you all the digits in 11 characters. Feel free to share with your friends:
0123456789.
Re:Why not DVD? (Score:2)
So you are wasting one character.
pi memorization contests (Score:5, Funny)
Never underestimate the power of PI.
Re:pi memorization contests (Score:3, Funny)
Re:pi memorization contests (Score:2)
Re:pi memorization contests (Score:3, Funny)
Re:pi memorization contests (Score:2)
about time (Score:2)
Re:about time (Score:2)
No 3? (Score:5, Funny)
What? They couldn't fit the '3' on the disc???
Re:No 3? (Score:2)
Re:No 3? (Score:3, Funny)
Duh! It's 30 times larger than the next digit, which is 2.5 times bigger than the next digit, etc.
The biggest savings occurs by chopping off the "3."
-Adam
Trivial... (Score:2)
- shazow
Re:No 3? (Score:2)
Re:No 3? (Score:2)
--
Why do we always overlook the simple things?
Useless? (Score:4, Interesting)
I'm not so sure. Given that there are all sorts of interesting things about the number (a quick google search turned up this [piworld.de] as an example), having a CD with the first couple billion digits could be useful for anyone playing around with statistical analysis of it.
Re:Useless? (Score:3, Insightful)
Re:Useless? (Score:4, Insightful)
It's an infinite data set; apply an infinite number of methods of analysis and the odds are good that some of them will give results that might be considered meaningful. Even if you do find something, whether it's a something profound about the structure of the universe or even a message from God, you then have another problem. How are you then supposed to prove that it's not a statistical fluke keeping in mind that an infinite random data string will contain within itself every possible sequence?
Uncountable versus countable infinities (Score:3, Interesting)
Re:Useless? (Score:3, Interesting)
There is a pattern of sorts in the digits of Pi. Providing you don't mind working in hexadecimal, [why that base and no other?...any math PhD's in the audiance?] formula 29 on this page [wolfram.com] gives you a way to calculate any arbitrary digit of Pi without running a series calculation up to that digit's precision. If a formula for any digit, with independence from all other digits doesn't stretch the definition too much, I'll call it a patt
Re:Useless? (Score:3, Insightful)
My own personal view is that few, if any, of these universal constants, whether mathematical lik
Re:Useless? (Score:2)
Re:Useless? (Score:2)
Sometimes I think God created us just to appreciate his cool handiwork here in the universe.
messages in pi (Score:2)
Re:Useless? (Score:3, Funny)
During step two you get laid.
-
Re:Useless? (Score:2)
Although you probably meant to imply something about hidden and cryptographic to that phrase, if you didn't, you might be surprised to know that believers understand the entire Bible to be a message from God in plain language. :)
Re:Useless? (Score:3, Insightful)
Re:Useless? (Score:3, Funny)
Oh, man, you just spoiled this guys whole business model.
Guess it's back to underpants.
PI for testing CPU logic (Score:2)
Alas, firewalls... (Score:2, Interesting)
Having said that, it seems interesting to be asking, literally, for a mirror of the real world - as numbers go, this is pretty real.
Re:Alas, firewalls... (Score:2)
Re:Alas, firewalls... (Score:2)
Actually, more precisely, pi is irrational.
Awesome, dude (Score:2)
Here's a mirror (Score:2)
Unlikely! (Score:3, Insightful)
You're unlikely to be the first kid on the block to have the whole set of Pie digits...
Re:Unlikely! (Score:2)
You never know, he might get the whole set of PIE digits, but he definitely wouldn't get the whole set of PI digits.
Not yet, I'll wait a few months... (Score:5, Funny)
Re:Not yet, I'll wait a few months... (Score:2)
Shouldn't compress well (Score:5, Insightful)
Re:Shouldn't compress well (Score:5, Interesting)
I had the same thought. To put it in dirt-simple terms, they're only using 10 out of the 256 possible values in every byte, due to the ASCII encoding. This is how bzip2 is able to find any redundancy; pi itself has none.[*]
So the best compression ratio (just compressed size/uncompressed size, right? so lower is better) is ln(10) / ln(256) = 41.5%. On a 700 MiB CD with no filesystem and nothing but pi, this means 700 * 2^20 / ln(256) * ln(10) = 1.77 billion digits (1767655840, with almost room for one more).
You'd do better than bzip2 by just using fixed blocks of N bytes to represent M digits. (Larger choices would get you closer to that best ratio; lower choices would less work to decode each block, which might make seeking more practical and reduce memory requirements.) This would be superior to bzip2 in that it'd get somewhat better compression, use a lot less CPU time, and be seekable. You could encode and decode with a one-line Perl script.
[*] - I suppose you could simply include the algorithm they used to generate the digits...but it'd take a long time to run, negating the whole point of putting pi on a CD.
Re:Shouldn't compress well (Score:2)
Re:Shouldn't compress well (Score:2)
Re:Shouldn't compress well (Score:3, Insightful)
Out of curiosity--
Bzip could could only improve on that if it found some repeating data the stream, right? Any improvement beyond the 50% compression ratio would be pretty revolutionary...
Re:Shouldn't compress well (Score:3, Informative)
digits. Assuming that they're publishing exactly 1.7 Billion digits, they're within 3.8% of ideal compression, assuming an eactly even distribution of digits.
Where it gets interesting is if there's NOT an even distribution of digits (which I don't believe is actuall
Re:Shouldn't compress well (Score:2)
It's also worthwhile to note that I stated that in the case where there's 100 '0' digits and the '0' digit is represented by 1-bit, the average bits/digit was 4.22. I was incorrect. This value should have been 1.266 bits per digit in this case. Again, my huffman values are (0, 1000, 1001, 1010, 1011, 1100, 1101, 11100, 11101, 1111) for 0-9, r
Wow. (Score:3, Funny)
How about just linking to the software included on the cd and not the whole cd proper?
I'll say this: the BAD thing about BitTorrent is not the fact that 80% of its use is illegal, rather that it lowers the barrier of entry to hosting huge (and incidentally useless, in this case) files from random hole-in-the-wall ISPs.
I'll take back everything I said if that's a huge torrent of porn disguised as a PI cd.
Re:Wow. (Score:2, Interesting)
This from a site on a 500MHz P3 sitting on a little cable modem on a public utility style ISP providing 100KB/s upload speed. I love BitTorrent.
Re:Wow. (Score:3, Funny)
Dude! 1.7 BILLION digits of Pi *is* geek porn.
-
Mathematical Music (Score:5, Funny)
You're a genius! (Score:4, Funny)
Most of it is awful noise, but after the first two or three minutes it ceases being pure white noise and you get some interesting texture. At this point, I turned up the volume a bit and kept surfing Slashdot. Until my mind was blown.
Right around 7 minutes 6 seconds into the track, the textures resolve into a whispery voice. I know this sounds nuts, and I wouldn't believe it either if I hadn't heard it myself. There's still a lot of fuzz, but ifyou listen carefully you can make out some of what it says:
"...four simultaneous [unintelligible] four hour days...[unintelligible]...rotation of the earth"
"ineffable truth and wisdom"
"four corner [unintelligible] metamorphic human"
This stuff goes on and on, but I need to clean up the audio to understand everything! Does anyone have recommendations for heuristic filtering software? This is absolutely amazing. I wonder what it all means?
Re:You're a genius! (Score:2)
Re:Mathematical Music (Score:2)
Re:Mathematical Music (Score:2)
Who uses PI? (Score:2, Insightful)
Re:Who uses PI? (Score:2)
Re:Who uses PI? (Score:4, Informative)
Re:Who uses PI? (Score:2)
Re:Who uses PI? (Score:2)
Very true, but the image data is also quite precise. We're not wasting bits, I can assure you.
Re:Who uses PI? (Score:2)
Woo Hoo! (Score:3, Funny)
Re:Woo Hoo! (Score:4, Informative)
PI Phone Number Search Engine [jclement.ca]
-Adam
Re:Woo Hoo! (Score:2)
Someone ring Tommy TuTone and tell them to make "920-2591" right away!
And other people phone numbers too (Score:2)
Girl: It's in Pi.
Guy: but I don't know your name to do the checksum!
Girl: It's in Pi too.
Go to pi.com! ;-) (Score:5, Interesting)
I've got a bunch of digits of pi (Score:5, Funny)
Re:I've got a bunch of digits of pi (Score:3, Insightful)
Oh great, just what I need. Now every time I see a circle, I'll be reminded that pi contains Britney Spears' Greatest Hits. Bastard.
On the plus side, it also contains every snide remark made about her. Including this one.
Re:I've got a bunch of digits of pi (Score:2, Insightful)
Cute concept.
Of course you mean that the number of digits in pi is infinite. We both know pi isn't infinite since it's greater than three and less than four. Of course all irrational numbers have an infinite number of digits, so it works better to say, "Since pi is irrational, etc".
While I don't know about pi, an irrational number does not have to contain ev
Re:I've got a bunch of digits of pi (Score:2)
Booya
Re:I've got a bunch of digits of pi (Score:2)
Re:I've got a bunch of digits of pi (Score:2)
Copyright Infringement (Score:2)
1.7 billion digits of pi on a CD, WITH A BONUS! (Score:5, Funny)
And if you have trouble visualizing what Pi calculated to 1.7billion digits, the CD conveniently comes in the shape of a near-perfect circle for reference.
Torrent (Score:5, Funny)
Please stop leaching. You should open at least port 6881 for incoming connections, and leave your bittorrent client open until you have uploaded at least as much as you have downloaded. It's only fair.
Thank you.
(I assume that you are all actually downloading this and not just laughing about it, right?)
Re:Torrent (Score:2)
Re: (Score:2)
Hidden messages (Score:2, Informative)
Save your bandwidth and just go here [nersc.gov] to search within 4bi digits.
Expansion Pack (Score:4, Funny)
Compressing Pi (Score:2, Insightful)
So, in order to reduce the space on the CD, they bzipped it? I could see that helping for the search code, etc., but for pi itself, isn't it impossible to represent it in less space than it already takes without actually using a mathematical formula which defines pi? I would think the only way to actually save space would be to use some non-ASCII encoding scheme such that each byte could hold two digits, not one. Or encode it in hexadecimal, and
Re:Compressing Pi (Score:3, Informative)
Say each char takes 8 bytes but, in this case, you're only using 10 chars, so you don't need 8 bytes to represent it all. Huffman codes do a quick count of character frequencies and create tree of shorter bit representations for each character. Characters that have
Re:Compressing Pi (Score:2)
All on one CD (Score:2)
Re:All on one CD (Score:2)
Re:All on one CD (Score:2)
Re:All on one CD (Score:2)
Ford Prefect, the space alien, arrived on Earth one day. Intrigued by the blandness of Earth, he wanted to document the sum total of mankinds knowledge for the amusement of his friends back home. The only problem was that, though ridiculously tiny by galactic standards, humans had created enough bad fiction that the databanks on Ford Prefect's ship would be unable to carry it back. Ford thought for a moment, then found a solution: He would get
Algorithm (Score:2, Interesting)
Re:Algorithm (Score:3, Informative)
Enjoy.
Applicable poem (Score:2, Informative)
Now I will a rhyme construct
By chosen words the youth instruct
Cunningly devised endeavour
Con it and remember ever
Widths in circle, here you see
Sketched out in strange obscurity
I might just have to memorize it.
"because grep just didn't cut it this time" (Score:2)
PI server (Score:2, Interesting)
I believe this server keeps sending digits of PI indefinitely (most likely using the fun Nth-digit-of-PI formula). It's already a slow site, and will probably be slashdotted quickly. (This is not a dupe of the
CD? Bah (Score:2)
Re:The rest of the 4.2 billion? (Score:2)
Re:The rest of the 4.2 billion? (Score:2)
By link to the source, they don't mean the source vode, but rather the data source
4.2 billion? Try 1.24 trillion... (Score:2)
Re:4.2 billion? Try 1.24 trillion... (Score:2)
When I was a first year undergrad back in the Old Stone Age (1978), the record for computing pi stood at 1001250 digits. They used a CDC 7600 computer. No idea how long it took. Probably a while.
The computer I'm typing this on now (far from state of the art: Pentium III, 733 MHz) just did it in under a minute, while I was reading Slashdot. How times have changed...
...laura
Re:Only the '3' was left off? (Score:2)
Re:Only the '3' was left off? (Score:2)
Probably because once you memorized your first incorrect digit going further would have been pointless. Pi is 3.141592653 5 ...
Re:Only the '3' was left off? (Score:2)