Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)TI
Posts
0
Comments
649
Joined
1 yr. ago

  • I'll also generally say 'none'. I'm generally playing a game to explore its world or be part of its story and having difficulty for the sake of difficulty (which resulted in grinding in old RPGs, for example) is just not welcome.

  • I heard it last night in a movie. From an actual phone, it's been a few years, but less than 10. EDIT: actually, less than 3 years as I had to fax paperwork to get my internet. Japan!

  • I will very slightly disagree. You can live without a car in Houston in some areas so long as you work in the same area (or from home) or one nearby with bus service. I lived in the Montrose and could mostly walk/cycle to anything I needed.

    That said, most places in Houston are going to be a lot more difficult for that or impossible. Had I lived that close to the job that moved me to Houston, it would have been in one of the higher-crime-rate areas and not good for walking.

  • In the rare occasion I wear something to bed, I've never done this. If I've done it in my sleep, I don't recall waking up that way or anyone ever commenting on it. My wife will sometimes sit with her hand in her pants on the sofa, kinda like Al Bundy.

  • How would you even measure "They are more intuitive and closer to the 'feeling'". It's not. You're used to it. No one else in the world that grew up with C is going to find F more intuitive. Neither miles.

  • Yep, this is why all the buildings spontaneously exploded in places that changed to metric. /s

    Things get phased out. Certain buildings will adhere to old code and new ones would adhere to new codes in metric.

  • My biggest issue with wonderlands was numerous, frustrating bugs. Sure, you made this game during Corona and lockdown, at least in part, and did great for everyone being remote. Why the fuck did you not fix the bugs when you got back? Time to release a DLC and such? Sure. Bugs? Nah. I forget what they were at this point, but remember being super frustrated a number of times.

  • Nothing in particular that we didn't already do for covid. I have various PPE and we already only leave the house once every couple weeks on average. The only two things I think I could prepare better are: more canned/frozen veg in case we need to stay in longer, and more farm supplies for the same reason (this is my first year actually farming in land (not in my parking space/balcony), so there's a bit of a learning curve and I'm not good at it yet). We live in a very small town so health resources are scarce but, on the plus side, we live in a really small town and there aren't many people.

  • I have some chronic pain issues as well, some of which were solved and some are managed. I'm sorry you're going through this. Have you tried getting a second opinion or maybe a different type of medical provider? I had headaches as well that turned out to be largely brought on by stress and also some bad posture. I did get an MRI+MRA just to be sure nothing was actually wrong in the brain itself, but techniques to reduce the causes were helpful to me. Good luck!

  • way too many people are Republican or Democrat people

    We don't have the same kind of proportional representation, are nearly 100% first-past-the-post, and there are in-built advantages to the two major parties. Because of the shitty system, presidential elections generally necessitate voting for one or the other or the vote is split enough that one of those two that didn't have votes siphoned off wins.

    At more local/regional levels, there are other parties out there that can be viable. We have primary elections (I'm not sure what the UK equivalent would be) and I know that some people are voting outside of the two main parties there. However, when the actual election comes, it's almost always two candidates and almost always from those two parties so it's voting for the least-worst. It sucks.

  • I re-installed (I have about 500 hours total) and joined for a game for the first time in years (so I'm level 0, whatever that means; I guess that was added after I quit) and had a blast. Not sure if it's only in the higher levels or because of region (I'm based in Japan). Only had time for one game on a quick work break, so not enough sample size .

  • There are still a fair number in Japan. My hunch is that it also helps with disaster planning since cell towers will only have so many hours of battery/generator power. After hurricane Ike hit Houston, we lost cell service for a while, at least where I was, as the towers lost generator/battery and power. Those who had landlines could often still communicate (but it depended upon where, of course, since some phone lines were taken out as well).

  • I've only ever used AI to generate examples, particularly for things with crap documentation. That works pretty well.

    If you want to get faster at developing, I would recommend two things: 1) plan everything before starting. Have an outline. Have some data structures. Have a flowchart at at least a high level. (2) develop more, particularly TDD (test-driven-development). Some people hate TDD and I used to be one of them, but I came to love it.