• 0 Posts
  • 7 Comments
Joined 8 months ago
cake
Cake day: January 26th, 2024

help-circle




  • NicolaHaskell@lemmy.worldtoLemmy Shitpost@lemmy.worldAh sweet!
    link
    fedilink
    arrow-up
    10
    arrow-down
    1
    ·
    1 month ago

    There’s bacteria that grow in the roots of legumes that are capable of capturing gaseous nitrogen. That nitrogen makes its way to the soil, where the trees can suck it up to produce protein, like sunflower seeds. I eat those and by the time I urinate and die the nitrogen has been so concentrated within me that I burn a small hole in the ground for the fungus, sun, and time to decay and heal.

    If I could photosynthesize the carbs needed to bootstrap this operation I would. If I could plant a piece of myself and feed it rainwater and atmospheric nitrogen to grow a steak I would. If I could leave behind shelter I wood.



  • At a certain level all data is a pair (some name, blob of bytes). You can concatenate sequences of those pairs into a tar archive and call that a database. To access “the last object” you’d have to seek over the “first” objects. So you can build another set of (some name, blob of bytes) that serves as an index into the first set. You’ll first have to do at least one full pass over that first set, and you’ll need to make space on the books to account for twice as many sets, AND you’ll still have to do some seeking over the “first objects” in the indexing collection, but it all keeps recall times very short!