this post was submitted on 25 Feb 2024
724 points (96.3% liked)

Science Memes

20696 readers
1591 users here now

Welcome to c/science_memes @ Mander.xyz!

A place for majestic STEMLORD peacocking, as well as memes about the realities of working in a lab.



Meta Post Tags



Rules

  1. Don't throw mud. Behave like an intellectual and remember the human.
  2. Keep it rooted (on topic).
  3. No spam.
  4. Infographics welcome, get schooled.


If you are here asking: "Is this a science meme?"

Probably, yes. We use the Dawkins definition of meme: a replicating idea, not just an image macro with a fact on it. A good post here doesn't need to teach you something. It needs to make you ask something: who, what, where, when, and especially why or how.

Science isn't a filing cabinet of facts, it's a conversation. For example, a photo of an eel or other localized wildlife counts because most people never see one, and wonder is the first step of inquiry. A car meme counts if it makes you curious about what's under the bonnet. If you want to talk about something you noticed in the world, chances are someone else wants to talk about it too.

We moderate for vibe, not category. Pruning is light, especially where a post creates interesting discussion. Experimenting is encouraged.

See the pinned paper on Shitposting as Public Pedagogy if you want the academic case for why this works.



Research Committee

Other Mander Communities

Science and Research

Biology and Life Sciences

Physical Sciences

Humanities and Social Sciences

Practical and Applied Sciences

Memes

Miscellaneous

founded 3 years ago
MODERATORS
724
Biology OP (mander.xyz)
submitted 2 years ago* (last edited 2 years ago) by fossilesque@mander.xyz to c/science_memes@mander.xyz
 
you are viewing a single comment's thread
view the rest of the comments
[–] kogasa@programming.dev 7 points 2 years ago (2 children)

a/b is the unique solution x to a = bx, if a solution exists. This definition is used for integers, rationals, real and complex numbers.

Defining a/b as a * (1/b) makes sense if you're learning arithmetic, but logically it's more contrived as you then need to define 1/b as the unique solution x to bx = 1, if one exists, which is essentially the first definition.

[–] Artyom@lemm.ee 4 points 2 years ago (2 children)

That's me, a degree-holding full time computer scientist, just learning arithmetic I guess.

Bonus question: what even is subtraction? I'm 99% sure it doesn't exist since I've never used it, I only ever use addition.

[–] kogasa@programming.dev 3 points 2 years ago (1 children)

Addition by the additive inverse.

[–] Artyom@lemm.ee 1 points 2 years ago (1 children)

Now you just replaced one incalculable thing with a different incalculable thing.

[–] kogasa@programming.dev 1 points 2 years ago (1 children)
[–] Artyom@lemm.ee 2 points 2 years ago (1 children)

Computers don't subtract, and you can't just add a negative, a computer can't interpret a negative number, it can only store a flag that the number is negative. You need to use a couple addition tricks to subtract to numbers to ensure that the computer only has to add. It's addition all the way down.

[–] kogasa@programming.dev 1 points 2 years ago

What does this have to do with computers?