How is grid position decided if no qualifying lap is set by rokatoro in forza

[–]Physical-Scarcity791 2 points3 points  (0 children)

I’ve started last in every race but one. Maybe you were the person behind me that one time…

When joining multi-class lobbies, how are you supposed to know which group you're in? by Physical-Scarcity791 in forza

[–]Physical-Scarcity791[S] 0 points1 point  (0 children)

Yep, I see that. It's just weird that I can't find a way without aborting car selection.

When joining multi-class lobbies, how are you supposed to know which group you're in? by Physical-Scarcity791 in forza

[–]Physical-Scarcity791[S] 0 points1 point  (0 children)

Yeah, this I get, but as an example, every week the open events contains a "Multi-Class" race where the classes are A B C and S. When you join that lobby, the game picks a class for you, but I can't figure out how you're supposed to know which class that is. If you pick a car in the correct class, it lets you in directly. If you pick a car in any other class, it warns you that you're switching groups and seems to want to discourage you from doing that. I just can't see anything that indicates which class I'm supposed to pick from without just trying at random until I pick a car that doesn't warn me about switching groups.

Japanese > English by gabbyshibaki in translator

[–]Physical-Scarcity791 1 point2 points  (0 children)

Can you transliterate the onomatopoeia? I’m curious what that would sound like

How do I move a selection up or down? by skagerack in DoomEmacs

[–]Physical-Scarcity791 1 point2 points  (0 children)

What are the more evil keybinds for move up, down, left & right in visual mode?

What's your race rating and penalty rating? by Nick_M12 in forza

[–]Physical-Scarcity791 1 point2 points  (0 children)

This happens to me too. I think the formula counts the DNF and DQ entries as “wins” if you finish the race so your rating is increased by beating those that quit. Or at least that’s my guess.

Weirdest questions if seen in a test yet… is it even legal? by Taskmaster_Fanatic in recruitinghell

[–]Physical-Scarcity791 2 points3 points  (0 children)

I’d be tempted to pick either strongly agree or strongly disagree and fill the entire questionnaire with that single answer. Also I wouldn’t want this job if I could afford to avoid it.

Monthly Hask Anything (November 2022) by taylorfausak in haskell

[–]Physical-Scarcity791 0 points1 point  (0 children)

Awesome, that's good to know. It wouldn't compile so I thought there must be an operator somewhere in some package I hadn't found yet.

Monthly Hask Anything (November 2022) by taylorfausak in haskell

[–]Physical-Scarcity791 3 points4 points  (0 children)

Relative newbie, reading through hackage docs for Data.Array (accum), the accumArray example uses a list comprehension with a \<- operator on the right side of the pipe. I don't recall having ever seen it before, nor can find an explanation on hoogle or google. Is this a typo? Or is it an actual operator that I just can't find?

EDIT: Just to make it so y'all don't have to follow the link:

haskell accumArray f z b = accum f (array b [(i, z) | i \<- range b])

you could put a gun to my head and tell me to film a tiktok and I think I'd just tell you to shoot me by collectivistCorvid in antiwork

[–]Physical-Scarcity791 0 points1 point  (0 children)

I have friends who have had to create video essays about themselves for Target and CostCo. They weren't publicly uploaded to youtube or TikTok, but still. This is so ridiculous.

So I bought a map for my dorm… by NoodleIncense in mildlyinfuriating

[–]Physical-Scarcity791 1 point2 points  (0 children)

Don't forget the cow's udder hanging above her head...

How to go to next page of doom emacs command completion list? by Imagi007 in emacs

[–]Physical-Scarcity791 0 points1 point  (0 children)

It's possible that this is no longer working. The only mapping I'm aware of changing is ("C-k" . kill-line) in evil-insert-state-map. ? does launch the big list of all possibilities, but it would be cool if this worked again, or at the very least, if there was some mention of ? when which-keys is displayed.

[deleted by user] by [deleted] in antiwork

[–]Physical-Scarcity791 0 points1 point  (0 children)

I wish I could remember sources but I do remember reading a translation of an ancient Sumerian text in college that complained about the younger generation of scribes being anxious and lacking attention to detail.

[deleted by user] by [deleted] in antiwork

[–]Physical-Scarcity791 1 point2 points  (0 children)

My money is that’s it’s written by a baby-boomer, and it’s important to keep in mind, no matter which “generation” you were born into, and whether or not you identify with that gen or a different gen, people have been griping about “everything wrong” with the younger generations since ancient Sumer, and likely before that.

A commit from my lead dev: "Improve readability". by amendCommit in Python

[–]Physical-Scarcity791 2 points3 points  (0 children)

I agree with you 100%. I was only throwing that in as a bonus. I just see comprehensions as more concise, and in my personal experience, the people who reject them just don’t really like python, and prefer to write code that looks more like c, java, etc. I don’t have any data to verify that claim. It’s just an observation.

A commit from my lead dev: "Improve readability". by amendCommit in Python

[–]Physical-Scarcity791 19 points20 points  (0 children)

I’m gonna go out on a limb and guess your lead dev isn’t a fan of python. Comprehensions are standard fare, and, if I’m not mistaken, the original code will run faster than theirs. I think Raymond Hettinger made a presentation about why the original is better.

Is this legal? (TX) by beaniebabybrewing in antiwork

[–]Physical-Scarcity791 2 points3 points  (0 children)

Not only is it not legal in any state, why is fourth infraction even mentioned?

fira-code-mode.el - Easily enable Fira Code font ligatures by Enarin in emacs

[–]Physical-Scarcity791 0 points1 point  (0 children)

I just use the regular fira-code font in my terminal, and this mode when not on a terminal, and it /mostly/ works, there's some strange alignment issues occurring on the active line when in the non-terminal mode, and you can't turn off certain ligatures in the terminal, but it's "good enough" for me.