Does pi compress? It must if it is only numbers, but only by a half?
Calculating a record-breaking 31.4T digits of Pi with GCP
71–80 of 118 posts
Re: Calculating a record-breaking 31.4T digits of Pi with GCP
#72How Many Decimals of Pi Do We Really Need? (NASA/JPL): https://www.jpl.nasa.gov/edu/news/2016/3/16/how-many-decimal...
Re: Calculating a record-breaking 31.4T digits of Pi with GCP
#73Earlier quoted context omitted.
The US and Philippines use month-day-year. The rest of the world doesn't. The most popular format is Day-Month-Year, followed by Year-Month-Day.
Yes. ISO chooses year-month-day, which puts largest component first and smallest last. This has the nice benefit that treating it as a string and doing alphanumerical sort matches the actual day sort. Ref. https://en.wikipedia.org/wiki/ISO_8601
Re: Calculating a record-breaking 31.4T digits of Pi with GCP
#74Re: Calculating a record-breaking 31.4T digits of Pi with GCP
#75Meh, throwing raw power at the problem is not that impressive. Bellard's [1] 2009 record was much more impressive, because he used a clever formula to break the existing record with a mere (albeit beefy) desktop computer: https://bellard.org/pi/pi2700e9/ The record he broke with his desktop PC was made using a supercomputer cluster. [1] If somebody is not familiar with him, he is also the original author of QEMU, ffm…
I struggle to see any complexity into google approach - unlike bellard's one that is an amazing feat. They basically pulled more machine to compute more. nothing really impressive. pretty much any dev with that computing power could have done it
Re: Calculating a record-breaking 31.4T digits of Pi with GCP
#76Meh, throwing raw power at the problem is not that impressive. Bellard's [1] 2009 record was much more impressive, because he used a clever formula to break the existing record with a mere (albeit beefy) desktop computer: https://bellard.org/pi/pi2700e9/ The record he broke with his desktop PC was made using a supercomputer cluster. [1] If somebody is not familiar with him, he is also the original author of QEMU, ffm…
I struggle to see any complexity into google approach - unlike bellard's one that is an amazing feat. They basically pulled more machine to compute more. nothing really impressive. pretty much any dev with that computing power could have done it
Compare this with the Chudnovsky brothers, who built their pi calculating "supercomputer" from commodity parts in their NY apartment, back in 1992: https://www.newyorker.com/magazine/1992/03/02/the-mountains-...
(and being mathematicians, they also discovered novel formulas for speeding up their calculation)
Re: Calculating a record-breaking 31.4T digits of Pi with GCP
#77Re: Calculating a record-breaking 31.4T digits of Pi with GCP
#78http://www.numberworld.org/blogs/2019_3_14_pi_record/
Contradicts the Google blog a little, especially where he points out that they hit performance issues with live migration (Google said it worked fine without impact on the application.)
Re: Calculating a record-breaking 31.4T digits of Pi with GCP
#79Why did she stop calculating? A time limit or resource issue?