• 2 Posts
  • 17 Comments
Joined 9 days ago
cake
Cake day: August 10th, 2025

help-circle
  • You seem to be assuming that the volume is immediately replaced by the external atmosphere, which I doubt is valid

    No, I was assuming your volume decreases. I don’t actually know that to be the case, but my assumption is that there isn’t “extra” space inside a person, and so if you lose material from a part of your body that isn’t encased in anything rigid your volume decreases slightly.

    So maybe I did have my terminology wrong. When a hot air balloon deflates, it falls. The density went up, but that’s not what’s directly relevant. The weight went down, I guess, but the “number on the scale”, weight minus buoyant force, went way way up, because it lost some lower-density volume that was making the whole thing float. The weight (in a strict physics sense) went down, sure. But the number on the scale (which I was incorrectly calling “weight”) went up. Same thing for a farting person.





  • Fart gas is warmer than the surrounding atmosphere, therefore less dense. Your digestive system is under very slight compression (10-20 mmHg gauge pressure according to the internet), which I would guess does not equate to enough pressure to be more significant than the temperature gradient. Fart gas is also less dense than air at a given pressure by a pretty significant margin (1.06 g/L compared with 1.20 g/L).

    When you fart, you’re releasing gas that is less dense than the atmosphere, which means you get slightly heavier. Think of yourself as a hot air balloon with a very tiny chamber, and when you release a 90 milliliter fart, you lose a little buoyancy and sink a little. You get heavier when you fart.

    I haven’t done the math, but I looked around on the internet at some numbers, and that’s what I think. I also ignored this because it is clearly AI slop, which is a little upsetting.


  • Updates are usually automatic (at least in the modern days with Steam), and DLCs are optional.

    Okay so by that definition, this one is a free DLC. Glad we got that cleared up lol, that was why I described it as a DLC.

    I don’t think of DLC as having an explicit connotation of either free or paid, it can be either. Whatever. I’ve now edited the title again to what I should have titled it in the first place. Hopefully everyone can put this to bed and move on to some other equally urgent internet disputes now.














  • I sort of have a suspicion that there is some mathematical proof that, as soon as it becomes quick and easy to import an arbitrary number of dependencies into your project along with their dependencies, the size of the average project’s dependencies starts to follow an exponential growth curve increasing every year, without limit.

    I notice that this stuff didn’t happen with package managers + autoconf/automake. It was only once it became super-trivial to do from the programmer side, that the growth curve started. I’ve literally had trivial projects pull in thousands of dependencies recursively, because it’s easier to do that than to take literally one hour implementing a little modified-file watcher function or something.