this post was submitted on 16 May 2025
38 points (81.7% liked)

Technology

70080 readers
3650 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
 

Linus Tech Tips has just set the world record for calculating the most digits of pi, at 300,000,000,000,000 (three hundred trillion), breaking the former record of 202 trillion set in 2024.

Here's the video they made about it if you're interested.

you are viewing a single comment's thread
view the rest of the comments
[–] solrize@lemmy.ml 7 points 23 hours ago (2 children)

Yes, that's the idea, it's just that the "spoiler" likely only revealed something that was already known (that specific digit), or at any rate, something that could be computed on a much smaller computer and in less time. Mostly though, that's a bit of mathematically interesting info.

I don't feel like watching a video but maybe there will be a more informative article sometime. I wonder if they used some existing software like Y-cruncher: https://en.wikipedia.org/wiki/Y-cruncher

[–] alphabethunter@lemmy.world 6 points 19 hours ago

The calculation technically only takes 12 straight days to compute, but they had many interruptions over the process, sometimes having to fully restart the whole calculation.

[–] hakase@lemm.ee 11 points 23 hours ago* (last edited 23 hours ago) (1 children)

They did use Y-cruncher.

Edit: Some other fun tidbits: most of that 2.2 petabytes of storage wasn't actually used to store the 300 trillion digits itself - that number of digits fits in like 170 terabytes (which LTT is thinking of making available as a download, lol) - it's actually used a pseudo-ram during the actual calculation.

[–] solrize@lemmy.ml 3 points 23 hours ago

Cool, yeah, the digits themselves are at most 0.5 byte each ;). I don't know enough about the higher level algorithm to say exactly how the rest of the storage is being used. There is a book called "Pi and the AGM" about pi computation and similar algorithms that is supposed to be really good, but it looks over my head mathematically.