When playing with software, unless you’re kernel hacking, if you make a mistake, there’s only so much that can go wrong. Generally you might cause a crash of some kind- an unhandled exception in Java, or a segfault in C. When you get into hardware, writing code for microcontrollers, you can properly break things.
Today, I broke a clock.
Categories