• 0 Posts
  • 11 Comments
Joined 1 year ago
cake
Cake day: June 22nd, 2023

help-circle

  • Message straight on the body is the worst possible response for an error here, it is bad design to straight up show the error from the back end to the user, usually it needs translation and/or adaptation due to message size on the front-end to show properly, and applying those on top of a message will make it stop working as soon as anyone in the backend decide to change a dot or comma anywhere. It is a bad idea to let the backend make direct impact in the front when you can because backend devs won’t even know what impact they are causing until later in testing and it will be harder to trace back and fix.

    IMO you need at least a json with code and message, the front will ignore the message for everything but testing and use the code to match a translation file that will get the proper message, making it easy to translate and change as needed without having to rebuild the whole backend along with front changes. You may also have an extra parameter there in some cases when you want to return where more specifically the error occurred or an array of errors. Status usually not needed as you can get those from the http code itself.





  • About SuMo and USUM, I played both as they came out and thought it was really fun seeing the differences in story, from the middle on it becomes like two entirely different games, if you are a fan I would recommend both. If I had to choose, I would say USUM is the more complete game, has more content and side content, more story and even an interesting post game story that is definitely worth playing for any fan of the older games, and I am legit surprised seeing people talk about SuMo being preferred because my experience with everyone I talked about this has always been people preferring USUM.

    About BDSP, biggest complaint is how they remade the old games but did not do almost anything new to it, didn’t even add the extra story from platinum which makes platinum be a more complete experience than even these remakes. They’re fine but underwhelming.

    So if you only want one, I’d say USUM. If you are considering all and deciding on the order, I’d say SuMo, then BDSP to take a little break, and then back to USUM.


  • There are a lot of good jrpg recommendations in this thread, but more focused on the jrpgs of that time. If you are looking for something more recent, I can’t recommend Persona 5 enough, you don’t need to have played the earlier ones as the stories are independent from each other, it is as good as Chrono Trigger for me, and now quite accessible since persona 5 royal came to pc and all consoles. The recent dragons quest games are also pretty good.



  • From what I understand about the fediverse, everything that Meta already knows about you and your content is going to remain the same. Federated or not, they will only have access to info you make public, and how much that is is entirely up to your instance. Even if Meta never wanted to join and federate with others, they could still scrape the same info and use as they see fit for training AI, duplicating posts or whatever.

    So basically you don’t have to do anything, Meta cannot demand any extra data from you that your instance owner does not want to share. If you are worried your instance owner might do some deal with Meta for your data, then you can better control that with self hosting.