Tag: Challenge
The Nerdy Sixty | (32/60) The First Webpage | Challenge
Explore the very first webpage Tim Berners-Lee created at CERN, describing the World Wide Web project.
The Nerdy Sixty | (31/60) YouTube’s Robot Uprising | Challenge
Find the Easter egg comments in YouTube’s robots.txt referencing the year 2000 and a robot uprising.
The Nerdy Sixty | (30/60) Obfuscated C Contest | Challenge
Learn about the IOCCC (International Obfuscated C Code Contest), which invites developers to submit intentionally obscured yet ingenious C programs.
The Nerdy Sixty | (29/60) NaN NaN NaN… | Challenge
See how multiplying the string “NaN” yields a repeated pattern reminiscent of the Batman theme.
The Nerdy Sixty | (28/60) Fork Bomb | Challenge
Explain the bash fork bomb `:(){ :|:& };:`, which recursively spawns itself, quickly crashing the system.
The Nerdy Sixty | (27/60) Anti-Gravity Python | Challenge
Use Python’s antigravity module to open the famous XKCD comic about Python (import antigravity).
The Nerdy Sixty | (26/60) Future Braces | Challenge
Python humorously rejects any attempt to import braces from the future, referencing its stance on indentation vs braces.
The Nerdy Sixty | (25/60) Hello from Python | Challenge
Discover Python’s __hello__ Easter egg module that prints “Hello world!” upon import.
The Nerdy Sixty | (24/60) Zen of Python | Challenge
Use the Python Easter egg to print the Zen of Python by importing the this module.
The Nerdy Sixty | (23/60) 0xDEADBEEF | Challenge
Understand that 0xDEADBEEF in hex corresponds to the ASCII letters “DEAD BEEF” and is used as a memorable debug value.
