Who’s going to tell them about prions?
Who’s going to tell them about prions?
Last time I remember getting shit for using it, I was streaming on Twitch and randomly forgot the word “cliff”. Heh.
The viewers (all two of them, lol) responded with "indubitibly"s and the “like a sir” rage faces. Lol.
That was probably… 3 years ago? I’m sure I’ve used it at least a few times since then, but I can’t remember a specific time aside from talking about the aforementioned incident.
I’m the sort of weirdo who uses all kinds of stilted vocabulary in not-terribly-formal situation. Just a few words that I use regularly that I remember getting shit for using:
I do use “chagrin” not infrequently. I can’t think of a time when I’ve used the word “reify”, but it feels like the sort of word I’d use.
A salamander. I see what you did there.
The mention of “cold” makes me think you’re thinking they were prepared food of some sort or at least “wet”. These were shelf-stable, individually-wrapped “candies” (I think the note on the gift box even referred to them as “candies”) that came in a larger, plastic bag with art and text printed on it. Like you might think of bags of, say, these. Except they were a dried meat product, not losenges or caramels or whatever. And they weren’t “sweet” the way you think of candy. They tasted like you might imagine something dipped in perfume (and then dried) might taste. One more detail: I remember them being drier than any jerkey I’d ever eaten. They simply didn’t have enough moisture in them to have any heat conductivity to speak of. (Asking if they were cold is like asking if room-temperature Rice Crispies dry and straight from the box are “cold”.)
I don’t remember it being fishy or cube-shaped. If I had to guess the meat, I’d guess beef or pork. And the shape was roughly spherical, but kindof… lumpy? It looked like it had been maybe torn off of a larger chunk of meat and then formed a bit.
Very likely! What I had was formed and individually wrapped in little wrappers like you might expect Werther’s caramels to come in, bu the texture does sound similar to that. Neat!
At my place of work, one project we worked on involved a lot of contractors from a place based in China. (The project was an absolute cluster-fuck all the way from soup to nuts, but that’s a story for another day.) When the project concluded, they sent our office a thank-you gift box of various Chinese snacks.
One of the snacks was a… dried… meat… “candy”… I guess? The taste wasn’t “sweet” so much. It tasted like it had been dipped in perfume. And the texture of the meat was hard to describe. Not chewy like jerky, and it didn’t have that highly-processed Slim Jim sort of texture to it. Maybe it was sortof freeze-dried or something? I also couldn’t identify what animal the meat might have come from. (And I couldn’t read the text on the packaging.)
I’m not sure whether it was just an acquired taste or rather a practical joke by the folks at the Chinese company. Lol.
I’m a “completionist” sort of person, so I’d start at the beginning. Not saying I recommend doing so. It’s just a quirk of my psychology.
I upvoted this before I saw what community it was in. Now I wish I could upvote twice.
I don’t exist.
Oh look what instance this was posted on.
Just turn on a light. They’ll show up presently.
Seriously, though, Lemmy’s search feature is surprisingly good these days. Searching for “moth” and/or “lamp” will probably get you quite a lot of the results. Plus, if you find the usernames of some frequent moth meme posters, you can probably look at their posting history to find more examples.
Nah, that’s an organizer. You’re thinking of the type of aircraft that flies by flapping its wings.
What’s the deal with moths? Am I out of the loop and it’s just the new beans/stroganoff/poop-holding?
Oh, no idea.
English.
Yeah, I think “a slice of bread” is a lot more common than “a bread slice”. Not to say I haven’t ever heard “a bread slice” used. I’m sure I have at least a few times. It would be pretty rare, however.
Though, I’m not sure “a pizza slice” is all that much more common. Maybe there are regions where it’s very common? Or maybe it’s more common in certain contexts? Like maybe sell-by-the-slice pizza places might tend to refer to “a pizza slice” rather than “a slice of pizza” when talking with coworkers? (That said, I’d imagine they’d just shorten it further to “a slice” since the “pizza” part would tend to be obvious in that case.)
Also, @[email protected] mentioned “water bottle”. I think if I hear “a water bottle” rather than “a bottle of water”, I’m probably going to assume it may or may not be an empty bottle intended for water rather than a bottle filled with water as “a bottle of water” would imply.
Way off the topic of programming, but linguistics is fascinating too!
The Go programming language documentation makes a big deal about how it “reads from left to right.” Like, if you were describing the program in English, the elements of the Go program go in the same order as they would in English.
I say this as someone who likes Go as a language and writes more of it than any other language: I honestly don’t entirely follow. One example they give is how you specify a type that’s a “slice” (think “list” or “array” or whatever from other languages) of some other type. For instance a “slice of strings” would be written []string
. The []
on the left means it’s a slice type. And string
on the right specifies what it’s a slice of.
But does it really make less sense to say “a string slice”?
In Go, the type always comes after the variable name. A declaration might look like:
var a string
Similarly in function declarations:
func bob(a string, b int, c float64) []string { ... }
Anyway, I guess all that to say I don’t mind the Go style, but I don’t fully understand the point of it being the way it is, and wouldn’t mind if it was the other way around either.
Edit: Oh, I might add that my brain will never use the term “a slice of bytes” for []byte
. That will forever be “a byte slice” to me. I simply have no choice in the matter. Somehow my brain is much more ok with “a slice of strings”, though.
I don’t know anything about Pokemon canon, but you know LoZ has bomb flowers, yeah? In some games there’s no such thing as a “bomb” that’s distinct from a bomb flower.