New ask Hacker News story: Write a C program that outputs a large number: A contest from 2001 [video]

Write a C program that outputs a large number: A contest from 2001 [video]
3 by finedesign | 2 comments on Hacker News.
From the contest announcement: The object of the BIGNUM BAKEOFF is to write a C program of 512 characters or less (excluding whitespace) that returns as large a number as possible from main(), assuming C to have integral types that can hold arbitrarily large integers. I was quite fascinated by the entries and so I made a video series about the contest, you can find it here. https://www.youtube.com/playlist?list=PL-R4p-BRL8NR8THgjx_DW9c92VHTtjZEY It starts off with some elementary yet powerful ideas, continues to a surprisingly fast growing function, then it reaches past the limits of math and finally pulls back a bit for the winning entry. (This will make sense once you've watched the videos.) The content of the videos are mostly from the organizers comments on the entries, along with some additional Wikipedia research. You can find the organizer's comments here: https://ift.tt/2g9ANSF (As long as I'm advertising this, you might also want to check out a fun hat puzzle on the same channel.)