this post was submitted on 21 Sep 2024
976 points (98.7% liked)

Science Memes

10671 readers
3394 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.



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.


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 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 2 points 3 weeks ago (1 children)

It's even worse, math uses arcane terms for things that in many other fields are basically just accepted.

Galois fields? In hardware and software, those are just normal binary unsigned integers of a given bit length.

I get that GFs came about first, but when they were later implemented for computers they weren't usually (they are sometimes, mostly for carry less mul specifically, or when used for cryptography) called Galois fields, the behavior was just accepted as the default for digital logic.

[โ€“] [email protected] 3 points 3 weeks ago

The division operator of a Galois field (I prefer "finite field", because it's more descriptive) is nothing like the what computers usually use for unsigned integers. Like, if you're working mod 5, then 3/2 = 4 (because 2 * 4 = 8 = 3 mod 5).