• 3 Posts
  • 84 Comments
Joined 2 years ago
cake
Cake day: June 20th, 2023

help-circle
rss


  • The spread of “skill-based” matchmaking and ranked competitive ladders largely took away a valuable communal aspect of online multiplayer games, IMO. Getting dropped into a match with a bunch of random people you’ll probably never see again just makes things so impersonal, which can cultivate a lot of toxicity.

    Some of the best times I’ve ever had with online gaming were from finding a dedicated server with settings I liked, hanging out there often, gradually getting to know the regulars, and becoming part of a community. I’ve never had that kind of feeling from a game with automated matchmaking.



  • Yeah, I’m… skeptical, to say the least. I don’t think any of these sprawling, massively-scoped “everything games” have ever actually lived up to the hype. It’s a problem of pure logistics. Making a game with so many different segments each with entirely unique gameplay loops is essentially like developing more than half a dozen games at once. It’s the problem Spore had - the scope was just too broad, and even with EA and Will Wright behind it, it eventually released as a pretty decent creature creator stapled to four shallow, rushed game stages.

    No studio has the resources or inclination to commit to the 10-15+ year development cycle for a single game needed to fit that much scope, and even if they did, the entire game design landscape would have changed between the beginning and the end of the project, which would make major technical and design components of the game obsolete before it was even finished.

    I’d put money on this game either becoming vaporware or releasing as a chaotic, disjointed mess with the depth of a puddle. I’d love to see them prove me wrong, but I just don’t see how anyone could overcome those kinds of logistical hurdles.




  • The whitespace doesn’t bother me. Any IDE worth a damn will manage that for you. As for the type system, yeah, I strongly prefer static typing, but for simpler projects I can see the convenience of it.

    My real issue with Python comes with managing a development environment when multiple developers are working on it. Dependency management in Python is a headache, and while in theory, virtual envs should help with synchronizing environments from machine to machine, I still find it endlessly fiddly with a bunch of things that can go wrong that are hard to diagnose.

    Python is great for small scripts, proofs-of-concept, and such, but I wouldn’t write anything more heavy-duty than that in it.











  • Not as drastic as the headline makes it out to be, or at least so they claim.

    “We acquired Tumblr to benefit from its differences and strengths, not to water it down. We love Tumblr’s streamlined posting experience and its current product direction,” the post explained. “We’re not changing that. We’re talking about running Tumblr’s backend on WordPress. You won’t even notice a difference from the outside,” it noted.

    We’ll see how that actually works out. Tumblr’s backend has always seemed rather… makeshift, so I’m curious to see how they manage to do that. Given Tumblr’s technical eccentricities, a backend migration could probably do a lot of good for the functionality of the site, if done properly. I have my doubts that WordPress’ engineers will be given the time and resources to do a full overhaul/refactor though, so I’m fully expecting even more janky, barely functional code stapling the two systems together.