magic_lobster_party

  • 0 Posts
  • 111 Comments
Joined 3 months ago
cake
Cake day: August 15th, 2024

help-circle

  • I love it!

    I consider it to be the best “detective” game ever made. Other detective games, like Phoenix Wright, can easily be brute forced. Just exhaust all dialogue options, and in the case of game over, just repeat all the correct answers until you’re back on track.

    The system where correct answers are revealed after five correct guesses is genius. It discourages brute forcing, while maintaining a short feedback loop so the player knows they’re making progress. I wish more games continued on this idea.

    Only thing I don’t like about it is that I can only play it for the first time once. It has almost no replay value.







  • From the original document:

    Software manufacturers should build products in a manner that systematically prevents the introduction of memory safety vulnerabilities, such as by using a memory safe language or hardware capabilities that prevent memory safety vulnerabilities. Additionally, software manufacturers should publish a memory safety roadmap by January 1, 2026.

    My interpretation is that smart pointers are allowed, as long it’s systematically enforced. Switching to a memory safe language is just one example.