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

help-circle
  • Pika@lemmy.worldtolinuxmemes@lemmy.worldVictory 🙌
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    1 year ago

    so AAA typically arrive late

    that’s IF they arrive at all. Many studios/publishers just don’t care about lower hardware anymore. If it doesn’t run on current day hardware they don’t release it for it. Especially with Linux and Mac. The best time to get a release for the the two would be release day, after that it’s diminishing results

    I firmly believe that with the move to ARM, they gutted macos gaming capability past the point of no return. You used to be able to say that you could run compatibility layers on it but, the new architecture makes it super hard to do so. Even virtualizing it via VirtualBox is a pain in the butt on the new system. I’ve just been telling customers if you want any type of gaming support, choose anything but the new macs.





  • Yeah I fully agree typescript does help in terms of knowing what type of types you should be supplying to functions, and for the most part I do use it for non-library purpose/anything that doesn’t rely on a third party, I just feel like typescript isn’t worth it when you have data that’s returned at run time that’s controlled by a third party service. You end up coding more in class definition files then you would just using normal tests


  • So the biggest issue is the project relies extremely heavily on a third party API service, and since the data is received over said service, typescript is unable to infer what the objects the API is sending is because it sends during runtime, to get around this I have to define everything that I expect that the library is going to have to handle that would be Recieved, since any object that the API is going to return is just going to have a type of any if it’s not defined, this on top of the fact that the API has stated that the data being sent should not be relied on for being accurate and types may change randomly(usually it does not but it has happend, it sucks but out of my control) means that I generally also have to have a function level test the data when it’s received to make sure that the value is being supplied are the correct type and are formatted in a way that the library can still understand it. Which means that it’s able to catch any inconsistency of typing before it would be processed anyway, and would either warn or throw depending on how important the function is to actual operation.

    The reason why I would call it standard is because it seems like basically anywhere you look if you are using node, you’re using typescript they go hand in hand it seems as of the last two or three years, but honestly I’ve never really understood the benefit of, I’ve always thought it was a fairly standard to have at the beginning of a function the documentation of what each perimeter should be unless it is easily verified by looking at it.

    As for my setup, it’s not very advanced it’s just Sublime Text with linter hooked to it, which does tell me on save if there’s a typescript error or if I formatted something wrong, but again even if one did happen to slip through that it would fail during the testing phase due to the fact that it would throw at the function level.

    My opinion of my experience with typescript has been that it’s great if everything is operated in house, but the second you start having to deal with stuff that comes from an external source any advantage of the check just seems not worth the extra effort to make sure typescript works right.


  • I mean I guess that could be helpful, I’ve never really had that issue so I have yet to see the benefit of it. I just find it useless work that you’re typing out for something that the engine itself isn’t going to be able to see anyway, which means you’re going to have to have unit tests coded in regardless. And I wouldn’t say just a little more coding, typescript when implemented into my project doubled the amount of code provided, I’m trying to use it because I do understand it’s a standard, but I really don’t understand why it’s a universal standard, considering that everything it does is completely syntax sugar/coder side and it doesn’t actually interact with the underlying engine. I feel the same way about coffee script honestly.


  • I’m in this post and I don’t like it.

    That being said I try to have specific types in my typescript but coming from working without typescript, there’s so much more words involved using typescript and for what I use it for I don’t really see the use case. Sure it helps you realize what part of the script needs what data types but it adds so much more complexity in the code that I’m not really sure it’s worth in the first place.


  • edit: I just attempted this again on my laptop, they have slightly fixed the issue. If an update is queued when you’re online you can remove it from the queue and then go offline and you can play it again. However if you are online you still need to update in order to play the game. This is much better than what it used to be, which was if it detected that you need an update even if you canceled the update and went offline it would say update required.

    old post: If you could point me to these settings that you indicate it would be much appreciated,

    Please be aware that if the setting your indicating is the allow background updates or the prevent auto updates. While that will make it so the game will not update automatically it will still register the game as requiring update which means if you go offline it won’t let you play the game until the update has been done.

    I’m going to go test it again because it’s been a while since I’ve tried update in a few minutes


  • A workaround you can do is, before launching steam disconnect from the internet, then launch steam, when it launches it will say no connection and give an option to launch in offline mode, once offline mode is launched you can turn your internet back on. Just keep in mind steam also has to refresh your games every once and awhile as well so you have to go online at /some/ point or it won’t let you play the game offline anymore. Steam is super annoying in that matter.


  • unless this changed in the last 2 years, steam detects if a game has an “update pending” so regardless if you go offline, if it detected there was an update it prevents the game from launching. I tried to get around my parents crap download with that trick and it failed.


  • Pika@lemmy.worldtoMemes@lemmy.mlReddit moment!
    link
    fedilink
    arrow-up
    20
    ·
    edit-2
    1 year ago

    I actively avoid sites that do this, if I find that I’m on the site enough to Warrant getting the app I’ll get the app. I actually didn’t realize that Reddit enforced this until about 5 or 6 months ago because they didn’t enforce that when I first started using reddit, I had already moved over to third party applications before they implemented the system. Not that it matters much anymore, I uninstalled any apps I had for the platform and blocked it for the house. I’m done with it