• 0 Posts
  • 16 Comments
Joined 3 years ago
cake
Cake day: June 12th, 2023

help-circle
  • It is your meaning and purpose if you’re minimizing a fatal risk,

    And I’m not. I’m saying the data you provided to back up that assertion is wrong and/or bad.

    Do you really think you’re smarter than the scientific community’s consensus for 30 yeas?

    No - I’m saying the data you’ve provided to back up that assertion is wrong and/or bad.

    Hell, would you eat a burger with this crap in it?

    I’m not saying anything like that. I’m saying the data you’ve provided to back up that assertion is wrong and/or bad.

    Take some goddamn responsibility for your words or STFU.

    Same to you.


  • If a fatal side effect can occur from topical use, do you really think it’s safe to eat?

    Again - topical use is not ingestion. And this is a case where dose matters as well. The amount you would ingest from meat that has been cooked is going to be very different from the amount you would be applying topically as a medicine.

    My question to you is why would you try to minimize the risk? Do you want people to get sick and die?

    That’s you’re reading - not my meaning. You don’t get a pass on “factually correct” just because your inaccuracy supports a conclusion you like.











  • Both extremes are absolutely maddening here. I’m getting as sick of the anti-AI crowd as I am the vibe-code-tech-bros. At this point you could just put them all in a sack and start hitting them with sticks and wouldn’t care who got the worst of it.

    There’s a definite middle-ground here. Linus is one of the ultimate pragmatists and it shows here. It was helpful - so he used it. It helped you so you used it. I’ve found it to be incredibly helpful so I use it.

    Not all usages are equal just as all hand-written code is not equal. There are good ways to use these tools and bad ways. But the tools themselves are still just tools.


  • It’s a bit more interesting than that…

    Linux, unlike Windows, will let you delete a file that is actively in use. It removes the reference on the file system but the contents of the file won’t be deleted until all file pointers to it close. In fact it will still be seen as taking up disk space until it’s garbage collected (deleting a large file that’s in use can be frustrating).

    So the file is actually still available to that running process. If you replace it with a new executable and run that then you get the new version.