If there’s a linter with such opinionated rules there should also be a pre-commit hook that auto-formats accordingly.
If there’s a linter with such opinionated rules there should also be a pre-commit hook that auto-formats accordingly.
I zoomed in to read what they’re saying on the bottom right and was disappointed.
It’s not about the screenshots, I’m just amazed with how you’re playing a different game every day. I can’t put down a game until I 100% it.
I don’t get how people do this. I obsessively play a single game until I exhaust everything possible to do in that game. Only then I move on to the next game. In 243 days I would probably have screenshots of 2 games total.
It make sense for a wrapper layer to do this and I had to fight against APIs that didn’t. If I make a single HTTP call that wraps multiple independent API calls into one, then the overall HTTP code should reflect status of the wrapper service, and the individual responses should each have their own code as returned by the underlying services.
For example on one app we needed to get user names by user id for a bunch of users. To optimize this, we batched calls into groups. The API would fail with an error code if one of the user ids in the batch was bad or couldn’t be found. That meant we wouldn’t be getting data for any of the users in the batch and we didn’t know which userId was bad either. Such a call should return 200 for the overall call and individual result for each id, some of which could be errors.
My vacuum would pass that test… why is a Tesla worse at this?
I ignore any calls that are not from my contacts. If it’s important they’ll leave a message. I have DND on at night. Calls and messages from my wife have separate sounds and exception from DND.
Samsung galaxy has the same feature (at least on the S25, I don’t recall if I had it on the S10)
Same. I grab most of the free games every week, but for actual purchases I still use Steam. If I’m going to spend money on a game then it has to count achievements on my Steam profile.
Ok, that’s absurd. I thought it makes sense to change the name for people in the US if that’s the official name in the US (according to the USGS data, which has always been the official source for this info). But translating the US name into other languages that already have a name for it makes no sense.
There are studies about how other tools reduced various capacities. Our memory capacity has decreased and how we use it has changed. People used to store a lot of information, now we only store a sort of index (we remember where to look it up, not the information itself). Our attention span has also greatly decreased with the shift to short form content (not a useful tool, but just another cognitive change).
That part of the story was heavily hollywoodized. I highly recommend reading the original story.
2024-12-07 is not “American style”, it’s ISO standard date format.
These accessories
They were attached to an accessory that allowed them to slide like that. It must have a point other than just look cool on the trailer.
My switch came with black joycons. Iirc it cost extra to get the colored ones.
I just looked up my old geography textbook from 6th grade to double check if I was remembering correctly. And it’s yes and no. It was indeed North America, Central America, and South America, but they all were regions of a single continent: America.
If your phone is connected to the cell network, then you can be tracked.
My cars are not modern enough for that, but I always carry a surveillance device in my pocket to make up for it.
That’s up to each individual developer’s own setup. But hooks are a way to ensure uniformity since they apply to all commits.