1. Safety vs. exploit‑friendly low‑level programming
Many commenters debated whether “safe” languages sacrifice the fun‑or‑useful quirks that arise from bugs like integer overflows or direct memory access.
- “Yet another downside of using ‘safe’ languages. You don’t get cool stuff like this.” – sph
- “Many safe languages still suffer from integer overflows. For example in Rust and C# you can pick between an exception being thrown, or silent wrapping when an overflow happens.” – CodesInChaos
- “I’ve enjoyed the long history of video game exploits… But at the same time, I’m also glad that era is over.” – JoshTriplett
2. Opinions on Chrono Trigger vs. Chrono Cross (story, atmosphere, gameplay)
The thread split between praising Trigger’s polish and defending Cross’s mood and soundtrack, while criticizing its sequel‑specific flaws.
- “I loved trigger… I loved Cross even more… Cross has this underlying sense of menace beneath the idyllic atmosphere…” – debo_
- “Chrono trigger it's the closet thing to perfection in a JRPG… Cross has an amazing soundtrack… but Trigger has a big shadow to scape.” – javchz
- “Cross does look very good… but there are things that bother me severely besides the story… the gameplay is designed in a way where just smashing circle will win you any battle…” – falsaberN1
3. User control, security, and the desire for open personal computing
Several users argued that true ownership of a device means being able to replace the OS or bootloader, even if that opens security risks.
- “In the days of DOS, the BIOS would load the first sector… You could replace that sector, and not a single line of code that you didn't write yourself would be executed after that. THIS is how it should be on a PERSONAL computer.” – rep_lodsb
- “Ideally, iOS and Android would be secure enough that no jailbreaks are possible, but open enough to allow the user to replace the OS with one of their choosing.” – zdragnar
- “Having it locked down and then resorting to exploiting loopholes is the worst of both worlds.” – zdragnar (same quote reinforces the point)