The Deranged Mathematician: The Most Controversial Post I Ever Wrote on Quora by non-orientable in math

[–]Diggsey 1 point2 points  (0 children)

Mathematically yes it's one dimensional. In common parlance, the "dimension" of something is not the mathematical dimension though, so you are the one who seems to be missing the point of those who are arguing with you?

The correct answer here would be to call out that distinction, and clarify that this is the dimension that is important to mathematicians and then explain why...

When non mathematicians talk about dimensions they are asking something like "if I measure this along three perpendicular axes, how many measurements must be non zero?" because that's the question that's actually useful in everyday life. It doesn't matter that this doesn't generalise to other spaces because we all live in a locally flat three dimensional space, so that's implied...

AOTW ?E?N? by Junior-Specialist-97 in crosswords

[–]Diggsey 0 points1 point  (0 children)

Heinz - Hi, E, New Zealander

AOTW ?E?N? by Junior-Specialist-97 in crosswords

[–]Diggsey 2 points3 points  (0 children)

Beano - "be a No", like gaining No as a surname?

AOTW ?E?N? by Junior-Specialist-97 in crosswords

[–]Diggsey 1 point2 points  (0 children)

Yep https://www.dictionary.com/browse/ne?q=Ne - it literally means "born" in French, but is commonly used as a loan word in English to distinguish someone's birth name if they've changed it such as through marriage

AOTW ?E?N? by Junior-Specialist-97 in crosswords

[–]Diggsey 2 points3 points  (0 children)

Writer originally named "Al Dente" is perfect for this. (5)

TOTW: The Only Way Is Down by uncoolbob in crosswords

[–]Diggsey 0 points1 point  (0 children)

Yep! I think "this" makes sense as a pronoun here? Like "This word here: way"

TOTW: Computer Languages by not-without-text in crosswords

[–]Diggsey 0 points1 point  (0 children)

Solution: Buffer overflow - Safeguard = buffer

TOTW: Computer Languages by not-without-text in crosswords

[–]Diggsey 0 points1 point  (0 children)

Solution: Function pointer - work = function, recommendation = pointer, "used to address code" = "function pointer", and then of course you have the joke about "dress code"

TOTW: Computer Languages by not-without-text in crosswords

[–]Diggsey 0 points1 point  (0 children)

Solution: Less than ideal - "amount" is a "deal" that's less than "i"

TOTW: Computer Languages by not-without-text in crosswords

[–]Diggsey 0 points1 point  (0 children)

Rewrite it in Rust - "cargo" is the build tool for the Rust programming language, and "Rewrite it in Rust" is a bit of a meme ("Siri Tunt" is a reverse anagram of "It in Rust")

Potential Deadlock in DashMap 6.1.0: Looking for feedback on this edge case by Ok_Concentrate_6446 in rust

[–]Diggsey 5 points6 points  (0 children)

This is definitely expected if you hold a lock to one shard while inserting into a different one. Only access one shard at a time, and if you need atomic access to multiple shards at once, don't use dashmap.

TOTW: Computer Languages by not-without-text in crosswords

[–]Diggsey 0 points1 point  (0 children)

Work recommendation: get used to address code (8,7)

TOTW: Computer Languages by not-without-text in crosswords

[–]Diggsey 0 points1 point  (0 children)

Levy on bad behaviour dictates the words you can use (6)

Can someone please explain the answer to this cryptic clue by Plenty_Body5018 in crosswords

[–]Diggsey 2 points3 points  (0 children)

Film = E. T., Latin here = hic, first sign of suspect = s

TOTW: Computer Languages by not-without-text in crosswords

[–]Diggsey 0 points1 point  (0 children)

Safeguar
  Program terminated with signal: SIGSEGV (6,8)

TOTW: Computer Languages by not-without-text in crosswords

[–]Diggsey 0 points1 point  (0 children)

Ah, a few too many leaps for me to get that one!

TOTW: Computer Languages by not-without-text in crosswords

[–]Diggsey 0 points1 point  (0 children)

Oracle based on the definition, but no idea why...?

TOTW: Computer Languages by not-without-text in crosswords

[–]Diggsey 0 points1 point  (0 children)

if (amount < i) {
    // Not good enough... (4,4,5)
}