What is some unnecessarily obscure jargon that people here tend to use?

post by jchan · 2023-07-12T13:52:22.832Z · LW · GW · No comments

This is a question post.

Contents

  Answers
    12 Nate Showell
    12 Sweetgum
    1 Sefirosu
None
No comments

In particular I'm thinking of computer programming jargon used in unrelated contexts ("My algorithm for choosing a restaurant to eat at...") just because all parties to the conversation happen to be computer programmers. I wonder, if there were a group discussing the same topics as on LessWrong, but composed predominantly of lawyers (or economists, doctors, etc.), would they also reflexively import their profession's jargon? How can we communicate in a way that doesn't unnecessarily confuse people of a different profession?

(To be sure, there's some stuff talked about here that is actually about computers, but there's also a lot that isn't.)

See also Style Guide: Not Sounding Like An Evil Robot. ("Humans" instead of "people" is the one I notice most.)

Answers

answer by Nate Showell · 2023-07-13T03:38:01.426Z · LW(p) · GW(p)

People here use "distill" to mean "convert a dense technical document into a more easily readable form" despite it looking like it should have the opposite meaning.

answer by Sweetgum · 2023-07-12T14:59:37.422Z · LW(p) · GW(p)

I've noticed people using formal logic/mathematical notation unnecessarily to make their arguments seem more "formal": ∀x∈X(∃y∈Y|Q(x,y)), f:S→T, etc. Eliezer Yudkowsky even does this at some points in the original sequences. These symbols were pretty intimidating to me before I learned what they mean, and I imagine they would be confusing/intimidating to anyone without a mathematical background.

Though I'm a bit conflicted on this one because if the formal logic notation of a statement is shown alongside the English description, it could actually help people learn logic notation who wouldn't have otherwise. But it shouldn't be used as a replacement for the English description, especially for simple statements that can easily be expressed in natural language. It often feels like people are trying to signal intellectualism at the expense of accessibility.

comment by porby · 2023-07-12T18:14:51.408Z · LW(p) · GW(p)

This is a pet peeve of mine. I remember 20 years ago, a wee boyston getting into the semimathy parts of programming and seeing all the dense notation and thinking "this must speak to the inherent complexity of the problem and must be the most natural representation!"

No!

I've become progressively more annoyed by it. I was reading a paper a week ago that enjoyed its notation a little too much- it took a while for me to realize what a particular equation was supposed to represent, despite the fact that I had implemented exactly what it represented from scratch before.

To be clear, I don't mind having a single symbol that means a very specific thing by strong convention. But sometimes you'll see  and  and sixteen other symbols, and then you look for a lookup table and there isn't one, and then you scan 8 paragraphs to find the definition of two of the symbols, and then you find the only reference to, except it says " is, by default, equivalent to ," and then you rub your temples. Or developing a custom notation that is maybe internally consistent, maybe not, and building a giant edifice on it.

It's code golf, except there's no compiler and the author couldn't test it and it sometimes has errors. Enjoy, reader!

I don't think lesswrong is unusually bad about this, but I'm now sufficiently allergic to it that seeing excess notation does make me suspicious.

Replies from: dkirmani
comment by dkirmani · 2023-07-12T20:16:09.755Z · LW(p) · GW(p)

See also: Physics Envy.

answer by Sefirosu · 2023-07-12T20:00:04.100Z · LW(p) · GW(p)

As a lawyer, I think that would be less the case because our jargon does not reflect reality per se but the consequences of the actions we make and the constructs we created as a society. But maybe I actually fail to see my friends and I doing it because people I mostly see are working in law.

No comments

Comments sorted by top scores.