|
|
|
|
|
by scubbo
1462 days ago
|
|
Less, but not zero. Personal projects can still suffer from obscure bugs or undocumented behaviour in dependencies, unattainable goals, costs, and other non-bureaucratic frustrations. A significant part of the satisfaction of Factorio for me comes from the knowledge that, if something isn't operating as I expect/hope it to, I can _just look at_ the surface-level representation of the system to diagnose it. This isn't possible in software projects without a huge amount of investment in observability - which is rarely fun or prioritized. |
|
The programming game TIS-100 gives you a view of the internal state of the machine far superior to what exists with most systems. The exception being that Commodore 64 emulator that shows _everything_ going on in memory in real time.
More often (in the embedded world) you are debugging things via JTAG and a serial port (if you are lucky) or a GPIO-driven LED (if you are not lucky or this is super-early in the boot process). And often the JTAG is less than 100% reliable.