I’m posting mostly before sleep, while hitting that bubba kush pen and without glasses so bare with me if I have typos or if I’m not making sense. Always happy to hear the thoughts of others

  • 0 Posts
  • 21 Comments
Joined 1 year ago
cake
Cake day: May 3rd, 2024

help-circle

  • 1.indeed you do. Still it is advised to think before speaking. 2.I said nothing about “micro”. It sounds like you have great expertise in this area and clearly know how it all works so kudos you won 🥳

    You won’t be able to do none of that, cause none of it is yours. If anything, I feel like I’m overestimating you just by having this discussion. Not clear to me why you feel so entitled to the products of others. You are a gamer, it is barly a hobby.


  • I agree with most of what you said,.

    On the other hand -

    1. If you don’t like their approach, stop buying their games.
    2. Servers today are much more complex than what they were 25 years ago, and making them in such a way to any idiot could run on their laptop requires substantial effort. I can see how it might not be financially feasible for every company to do. Relaaing the server software will introduce a whole new category of issues that the company will need to face. Shipping a stack of 20 independent services that are orchestrated together is not a single binary, and is not meant to run on any platform.

  • This is a public forum, and you are acting like spoiled children. I’ll comment as I please.

    Take all that superior knowledge you have about infrastructure and engineering and build your own games that conforms to your world view instead of gaming all day while complaining and consuming colorful energy drinks.

    If it was important to you as you claim, you wouldn’t have supported the game publishers from the get go, but you do. It is just easier and funner to shit post instead of doing anything productive, right?

    Have fun in your little echo chamber of pathetic nonsense, no one will take you seriously.









  • What are you suggesting? That on once a game goes online it’ll require the company by law to keep it running forever? How many companies would still release games that requires backend if they knew it’s a never ending endeavour even if they’ll lose money from it?

    Running the infrastructure to host the game’s baceknd requires money, and releasing the server code as binary or open source is not something that’ll happen.

    So what is the end goal?





  • I very much agree with your conclusions and general approach.

    LLMs are great for certain tasks that are programming related and it does it very well. I, too, often find myself needing scripts that as long as they did what they were suppose to, I really didn’t care how.

    Another thing I’ve noticed(which is probably related to amounts of training data) is that it can help better with simple Python tasks as opposed to how it handles simple rust tasks.

    But you mentioned one of my main issues with. Ice been programming for 15 years or so, and still learning. All the available llms did crucial errors about fundamental tabd complex topics and got the answer so very wrong but also sounding very convincing. Couple it with lack of proper linking to the sources of the response, you might see why having it explain code might cause your learn wrongly. Although it is also possible to say this about randoms internet tutorials. I always try to remind myself that it’s a tool that produces output that always needs to be verified.