Category: The Nerdy Sixty
Not your average sysadmin sit-down.
The Nerdy Sixty | (28/60) Fork Bomb | Solution
Solution: Explain the bash fork bomb `:(){ :|:& };:`, which recursively spawns itself, quickly crashing the system.
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 | Solution
Solution: Use Python’s antigravity module to open the famous XKCD comic about Python (import antigravity).
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 | Solution
Solution: Python humorously rejects any attempt to import braces from the future, referencing its stance on indentation vs braces.
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 | Solution
Solution: Discover Python’s __hello__ Easter egg module that prints “Hello world!” upon import.
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 | Solution
Solution: Use the Python Easter egg to print the Zen of Python by importing the this module.
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.
