Live data from Hacker News

Size of Life

neal.fun

171–180 of 286 posts

Re: Size of Life

#171
post #76

If anyone wants to set this up to auto-run all the way to the right and then all the way back to the left, here is a vibe-coded (sorry) browser console script. Makes a great "screen-saver" if you kick off the script and then put your browser in full screen mode :) (function() { let direction = 'right'; // Start by going right let intervalId; function getCurrentAnimalName() { const animalDiv = document.querySelector('…

Cannot stand robot code. Thanks for the genuinely cool thing though. I hope you don't mind me rewriting, if only for my own satisfaction.

  {
    const s = window.scroller = {}
    const press = (key, code) => () =>
      document.dispatchEvent(new KeyboardEvent('keydown', {
        key: key, keyCode: code,
        which: key, code: code, bubbles: true
      }));
    const step = () => {
      const div = document.querySelector('.animal-name')
      const name = div?.textContent.trim()
      if (name === 'Pando Clone') s.dir = s.left
      if (name === 'DNA') s.dir = s.right
      s.dir()
    }
    s.left = press(37, 'ArrowLeft')
    s.right = s.dir = press(39, 'ArrowRight')
    s.start = (ms) => s.ival = setInterval(step, ms)
    s.stop = () => clearInterval(s.ival)
  }
  scroller.start(5000)

Re: Size of Life

#172
I’m pleasantly surprised that Tyrannosaurus rex’s tiny hands were depicted so accurately. As far as I recall, scientists are still puzzled about why it even had hands. Apparently, they were too small to be useful for anything, not even scratching its face.

Re: Size of Life

#173
post #139
post #78

Earlier quoted context omitted.

He has many other cool visualizations! Space Elevator: https://news.ycombinator.com/item?id=45640226 Deep Sea: https://news.ycombinator.com/item?id=21850527

He was also responsible for one of the worst web pages ever created: https://neal.fun/stimulation-clicker/ (It's utterly brilliant but monstrous.)

why did i click. ha, it's incredible how addictive simple dopamine loops are.

Thank you!

Re: Size of Life

#174

Earlier quoted context omitted.

Because you clearly haven't spent enough time closely looking at pond and river water! Our local parks department has several annual events where they ask for volunteers to help perform benthic macroinvertebrate surveys. It basically amounts to meeting up at a local park with a couple people in waders dragging special nets along the bottom, dumping scoops of material into buckets and large, shallow, white trays, and…

You have seen a tardigrade with the naked eye (without microscope), that's as large as a spot on a ladybug?

No, sorry if that wasn't clear, I've not identified one by eye without a scope. Maybe your fine vision is better than mine, but all the tiniest things in a drop of water are just about indistinguishable without magnification. The kinds of water that have sufficient density to contain a tardigrade just look like they're full of grit, I don't think you could identify which speck was a tardigrade and which was just dirt.

Nymphs are larger (that's why they call them "macro" invertebrates), but it's always good to have at least a magnifying glass if not a loupe or microscope on site.

Re: Size of Life

#176
This has DNA as the smallest object and has a large protein next to it, so it misses the fact that a gene's DNA is almost always larger by weight and volume than the protein it encodes.

Re: Size of Life

#177
post #78
post #44

Beautiful. It's clearly a labor of love. The authors deserve our support. Buy them a coffee via the provided link. Thank you for sharing this on HN.

He has many other cool visualizations! Space Elevator: https://news.ycombinator.com/item?id=45640226 Deep Sea: https://news.ycombinator.com/item?id=21850527

I love Neal's work so much. He's constantly making some of the coolest stuff on the web. I'm utterly delighted every time I see his domain on the front page of HN.

I hope he never stops making these art pieces - everything he creates brings joy, regardless of whether it's educational or funny or whimsical. I'm in awe of his creative output, his manner of communication, and his ability to steal hours of our time playing ridiculous little games that make us question the fundamentals of life and society.

He's right up there with XKCD in my mind.

--

This is probably the only time I'll use my super pedantic mode on Neal's work, and it's only because I love biology -

> DNA

> The genetic instructions for life

> 3.5 nanometers tall

DNA has a lot of dimensional metrics. It gets complicated. The people that study this stuff really care because it's essential for how our enzymes work, and small differences in spacing tolerances would totally break all of the machinery.

This "3.5 nm" figure is roughly the height of one turn of the helix for one form of DNA (B-DNA). The figure is showing multiple turns in the cartoon illustration.

In theory, you could create a polymer of infinite length (or height).

B-DNA is 34 Å per turn, with 10.5 bp per turn (table 1) :

https://www.ncbi.nlm.nih.gov/books/NBK6545/

> Blue Whale

> King of the animal kingdom, it is the largest animal to have ever lived. It can eat up to 40 million krill per day during peak feeding season.

Please fix this one, Neal! We don't know that the blue whale is the largest animal to have ever lived (even assuming we know we're just talking about earth).

Blue whales are perhaps the largest animal to have ever lived on earth. But we simply do not know. The fossil record is woefully incomplete.

We even have new papers coming up all the time that challenge this:

https://www.science.org/content/article/whale-whale-may-be-b...

Then refutations:

https://www.science.org/content/article/have-blue-whales-reg...

This is undoubtedly the last time the claim to largest will ever be challenged. Even if we dug up no new fossils, the estimations of previous finds change all the time as we learn more.

Also - what does "largest" mean? Mass? Length? Surface area?

It's okay to say that they're the largest (by some metric) that we know of. But it is not correct to say that they're the largest to have ever lived - at least as far as we know or could ever know. And by setting an absolute, inquiring minds memorize the point and stop wondering.

It's very probable that we'll never know the definitive answer to this.

Re: Size of Life

#178

Why haven't I seen a Tardigrade with my eyeball? It seems like they are the size of a spot on a ladybug from the pics.

Because you clearly haven't spent enough time closely looking at pond and river water! Our local parks department has several annual events where they ask for volunteers to help perform benthic macroinvertebrate surveys. It basically amounts to meeting up at a local park with a couple people in waders dragging special nets along the bottom, dumping scoops of material into buckets and large, shallow, white trays, and…

Do you set aside the tasty-looking ones and wrap it up with a seafood boil?

Re: Size of Life

#180
post #78

Earlier quoted context omitted.

He has many other cool visualizations! Space Elevator: https://news.ycombinator.com/item?id=45640226 Deep Sea: https://news.ycombinator.com/item?id=21850527

Deep Sea one is scary for some reason. It just gives me shivers to think about how deep the sea is, and what horrors lurk down there. I know that I'll never encounter such a being, but still kinda creepy.

>for some reason

This is a pretty common fear, just look up thalassophobia (or don't! sorry!)

Post reply on HN