this post was submitted on 20 Jul 2025
594 points (98.7% liked)

Science Memes

15895 readers
2043 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
 

The Brachinus crepitans, or bombardier beetle, measures just 2 cm but wields a powerful chemical defense. When threatened, it mixes hydroquinone and hydrogen peroxide inside its abdomen, triggering an exothermic reaction that reaches 100 °C. It ejects bursts of corrosive benzoquinones at 500 pulses per second, burning and repelling predators. This precise, repeatable mechanism has inspired research into reigniting gas turbines in aircraft under extreme conditions as low as –50 °C. Its internal valve and chamber system is now studied in chemical engineering and advanced biomimicry.

you are viewing a single comment's thread
view the rest of the comments
[–] ohshit604@sh.itjust.works 5 points 1 day ago (3 children)

Why did you use a code block for a quote?

[–] GiveOver@feddit.uk 2 points 1 day ago (1 children)

I didn't do it on purpose, I just copied and pasted

[–] ohshit604@sh.itjust.works 2 points 1 day ago (1 children)
[–] GiveOver@feddit.uk 1 points 1 day ago (1 children)

I know it but I haven't seen a good way of doing a long quote. Do I need the > on every single line? I've no idea why this time it put it into a code block, maybe something to do with my app (sync). The comment actually looks fine in a code block on my app so I thought it was good enough. Didn't realise how shit it looked on desktop until you brought it up.

[–] ohshit604@sh.itjust.works 1 points 1 day ago* (last edited 1 day ago)

I know it but I haven't seen a good way of doing a long quote.

Just gotta do the start of each paragraph.


This is an example of a paragraph

This is paragraph 2

This is paragraph 3 without the leading >

This is paragraph 4


The comment actually looks fine in a code block on my app so I thought it was good enough. Didn't realise how shit it looked on desktop until you brought it up.

Each application will handle markdown differently, I would just stick with what is documented by Lemmy devs.

[–] trevdog@lemmy.world 3 points 1 day ago

idk why but I kind of like to read it with random keywords highlighted and every apostrophe toggling the effect

[–] bitwolf@sh.itjust.works 1 points 1 day ago (1 children)

I tend to use them because they're easier than quotes.

Newlines won't terminate the block but with quotes you have to manually insert a > at each linebreak.

[–] anton@lemmy.blahaj.zone 1 points 1 day ago (1 children)

No you don't
You just have to make sure to terminate the line with two spaces. Unless you have a different markdown renderer than the web interface and most apps.

Or does line break mean empty lines to you?

[–] bitwolf@sh.itjust.works 1 points 1 day ago* (last edited 1 day ago)

I understand you can use double space to use a markdown linebreak and mitigate the need to do it.

However if you're copy pasting a quote this still has to be done manually by the person copying the text.

In which case manually putting the > on empty lines is easier but still more time consuming than using a code block.

This is for all flavors of markdown I've used including github flavored.