I had played 200 hours before space age and got most achievs. Playing space age, after I launched a rocket, I got achiev for using red science popping out. My current guess is just achievs are broken, sort of reset or maybe new, and for now everything is at 0.1%
- 0 Posts
- 9 Comments
Oh, it didn’t have co-op when I saw it before, but it has now, wishlisted, thanks, but I’m playing through baldurs gate 3 and that is gonna take over 200h before I move on :p
Most of my suggestions that I’ve been playing with my brother are already posted, so I’ll just add 3 more I haven’t seen yet:
- Human Fall Flat
- Enter the gungeon
- Vampire survivors
DaniloT@lemmy.worldto Programming@programming.dev•What is your preferred API error response and why?2·11 months agoI see, but the first example option having no code still makes it harder to translate and show the user, so my vote is for the option with a code and message in the json.
DaniloT@lemmy.worldto Programming@programming.dev•What is your preferred API error response and why?6·11 months agoMessage 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.
DaniloT@lemmy.worldto Games@sh.itjust.works•Palworld studio admits it can't "keep up" with cheaters, says anti-cheat solution on the wayEnglish1·1 year agoYeah, but at least there’s the recent servers tab on the left and you can use that to join your private servers without typing the server address every time, just the password. A friend had to tell me that as my eyes completely missed this tab existing.
DaniloT@lemmy.worldto Games@lemmy.world•8 Years later my Steam Link is still getting regular updatesEnglish6·2 years agoIsn’t that a setting, and you can make it connect without launching big picture, so it’s basically just pc streaming?
DaniloT@lemmy.worldto Technology@lemmy.world•How do i stop this kind of pop up from ever appearing again? Win10English91·2 years agoI saw this exact popup yesterday, I remember seeing something similar to it before but it has been quite a while. The thing is, this single popup broke my computer entirely, I was playing a game and it jumped in front of the game, immediately stole the games inputs and I couldn’t even pause it. Then clicking don’t switch did absolutely nothing and the popup remained there, and any attempt to forcefully close the popup failed. Also, I was streaming at the time to my tv, and attempting to use any system related screen is blocked (and this popup counts as a system settings screen!), So it just crashed the entire thing while I was trying to dismiss or close it. I was stuck and couldn’t even reboot, had to hold the button and lose any progress I had in the game.
So yeah, I would be very interested in not letting this happen again as well.
It’s because the hand joker card there allows straights and flushes to be made with 4 cards, so the 4 black suited cards make a flush, and the gapped sequence makes a straight, since both hands are made together it counts as straight flush. You can ignore the ace. It can get weirder because you can make a 4 card straight and toss another card unrelated but with the same suit as 3 of the straight cards and it still counts as straight flush.