The "anti-woke" men at my office once crowned me the "woke police" because I commented on one of their sexist/racist/homophobic/ whatever "jokes". It's my badge of honour. The weird part is that we kinda entered into some sort of cold war. I could comment on their "jokes", pretending it was in jest as part of my job as "woke police", while still getting the message across. I guess it kinda kept some semblance of friendliness and ability to cooperate while we still got our opinions out.
gerryflap
Retain my knowledge of the (west) Frysian language. At one point I spoke it fairly well, but I can only understand it now and not speak or write it. It wouldn't really have helped me in any way, but I guess it would've given me a bit more of a regional identity and it would be nice to preserve the language.
Damn I should do this. I've gotten "Dear ${name}" before tho
Tbh at the moment I just have an idea, tell everyone about it, and I have no energy for it for 2 weeks and forget about it. It's more frustrating because you don't even get the satisfaction of starting anything and seeing the early rapid progress before ditching it
Personally I'd say that "always striving for the maximum and stressing myself out" is a personality trait that's not only a problem in Stardew Valley for me haha. I'm o it's not a great mindset to have, but unfortunately it's a subconscious drive that's hard to eliminate.
I guess it's just a mindset difference. I'd say me and my friends are all pretty competitive gamers (as opposed to more creative gamers). We tend to play games mostly for the challenge. Also didn't help that we had just finished our Facorio playthrough. So in our mind we still had "the factory must grow". So our minds were like "if space -> use space".
If I'd let my brain do its thing we'd be 3 levels of nesting deep on the regular.
While I enjoyed it, it was also very stressful. I think we just played wrong. We covered every millimeter of the plot with farms or other useful stuff and then proceeded to be busy for more than half the day with just maintenance. At some point this meant that we never got to explore and often barely had time to go to the stores or talk to the people in the village.
Apart from overcooked it was probably the most stressful game Is ever played and it's not supposed to be like that
Yeah same. Only phone calls get through, the rest is silent. I don't get spam called enough to have a whitelist. If I expect important messages I might check a bit more often. But I rarely miss something important
500 meters. If the store were at 3km I'd bike there, not walk. I feel like 500m is still an okay walking distance, but at some point I regularly went to a store 800m away and I already preferred to bike there. Walking 3km is definitely a bit of a time investment
I'm not vegetarian but it baffles my mind how many people are against not eating meat. Some people seem to have made eating meat their whole personality and it's insane to me. I don't always eat meat and actively try to reduce it. Personally I've only met vegetarians who encourage this, even if I'm not willing to fully commit. I'm trying to make meat more of a luxury for myself and I think it'd be nice if most people did so. Better for the climate and better for the animals.
We can clearly see that this design is silly, because it allows for so many invalid states. Yet when we represent some type, let's say in Java, were so often forced to do this exact same thing. Have variables in a container of which only a certain combination is valid. And then have at most a comment saying "this number is only valid if X is also set" or "if the validity boolean is true". Luckily Java finally has some ability for the so-called sum types now, just like Haskell's data types or Rust's enum types. Imo any language should have this.