this post was submitted on 20 Sep 2025
424 points (98.2% liked)

Science Memes

16963 readers
2180 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.

This is a science community. We use the Dawkins definition of meme.



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
[–] ZkhqrD5o@lemmy.world 56 points 2 weeks ago* (last edited 2 weeks ago) (1 children)

R^2^ = 0.11

Edit: tried with R2 but it didn't work. :(

Edit 02: thanks to @jaennaet for educating me on proper syntax.

[–] jaennaet@sopuli.xyz 6 points 2 weeks ago (1 children)

You have to surround the 2 with ^s:

R^2^ = 0.11

R^2^ = 0.11

Note that this'll bork if you put spaces between the carets: ^2 2^ gives you ^2 2^

[–] ulterno@programming.dev 4 points 2 weeks ago (1 children)

I know I'm late, but you can also use:
R² = 0.11

Someone said it messes with screen-readers, but when I tried, everything messed with screen-readers, so I don't see much of a difference.

[–] jaennaet@sopuli.xyz 4 points 2 weeks ago (1 children)

I'd assume it's easier for people to get their keyboards to cough up a couple of carets compared to Unicode superscript characters, though

[–] ulterno@programming.dev 0 points 1 week ago

Yeah.
I use KCharSelect for it and have been considering making a plasmoid for it for a while now.