• 0 Posts
  • 37 Comments
Joined 1 year ago
cake
Cake day: June 12th, 2023

help-circle






  • The hardest languages to learn are the ones that have a different paradigm than the ones you’re used to.

    Most modern languages today somehow derive from C, in a way or another. JavaScript, Go, PHP, Java, C#, even Python… If you’re used to one of these languages, you should be able to get a high level understanding of code written in other languages. Some like Rust can be a bit harder when diving into idiosyncrasies (e.g. borrow checker and lifetimes), but it’s not too hard.

    But if I encounter a Lisp, or a more domain-specific language like Julia or Matlab, I need to put in a lot more effort to understand what I’m trying to read. Though Lisps are inherently simple languages, the lack of familiarity with the syntax throws me off.





  • You need dozens of hours just to get the grasp of mechanics and UI, less alone to figure out whether you even like the game

    The problem with this thinking is that you split the game in 2 parts: first a tedious learning process of dozens of hours, and then an enjoyable experience once you know how to play, and imply that you need to get over the first part before being able (or allowed) to rate the game. But the learning part is the game, even more so if you need to invest dozens of hours.

    Many players will simply enjoy the grind of Mount and Blade, because they don’t care about the endgame. Many players (maybe the same) will uninstall Dwarf Fortress after half an hour, because they will estimate that the learning curve isn’t worth their time, even if it was the greatest game ever.


  • As usual, people have no idea of the complexity of software. Games are extra complex. Games that are meant to run on an infinite variety of hardware combinations are worse. And it’s not any game, it’s an expansive RPG with hundreds of hours of gameplay and paths.

    It’s impossible to ship this kind of product bug-free, and it’s quite probable that it will never truly be bug-free. A day-1 patch is obviously expected, and bugfixes in the following weeks mean that devs are closely monitoring how it goes, and are still working full-time on it. That’s commendable.