• 0 Posts
  • 15 Comments
Joined 10 months ago
cake
Cake day: June 16th, 2025

help-circle


  • I understand the sentiment and don’t generally disagree… But in most places around the world, Western honeybees (apis mellifera) are an introduced, agricultural livestock, like cattle, and don’t really belong in the natural ecosystem. This is akin to farmers providing grain feed to their cows; they don’t have to exclusively rely on pasture grass which didn’t evolve to withstand hundreds of hungry herbivores mowing them to the ground every day. Also, honeybees are mediocre pollinators for most native plants. If native bees don’t have to compete for resources with honeybees, that’s a good thing for both the native bees and the plants that coevolved with them.


  • Introverts exist, and are… very often fine with solitude, prefer it generally over socializing.

    Definitely! I am one :) but I still desire the presence of friends from time to time (and usually in small groups).

    A person can outwardly appear to be healthy… and actually not be.

    Yup! There’s always a nonzero chance you’re not as healthy as you think you are (let’s call it the quantum theory of health: everyone is in a superposition of being both healthy and unhealthy at the same time), especially as we change due to age, making us unfamiliar with our own bodies… I’d tell you about my own challenges here, but that’d be TMI.

    And, yes, that’s why we go to regular checkups with someone who has a better perspective to judge “healthiness” (side note: doctors aren’t perfect, so visiting them too frequently can be worse than never at all; there’s a “healthy” cadence to checkups).

    Therapy can give otherwise healthy people a method of exploring their inner selves more fully or more consistently…

    This boils down to the definition of “healthy”. It even becomes a philosophical question that’s really hard to answer… Is it healthy to live a sedentary lifestyle? Is it healthy to exercise too much? Is it healthy to not know TIPP, in case you (or a loved one) gets a panic attack? Is it healthy to ignore yourself? Ignore others? Is it healthy to mention quantum superposition in a conversation about health? ;)

    But, yes, I agree. Life’s as messy and diverse and as hard to sum up as everybody whose ever lived, but yet we carry on … I hope that’s healthy.

    Edit: typo, and missing a hint that I’m making a joke about me over-generalizing physics concepts






  • Absolutely, the author needs to be able to reason about their changes, no matter what. However, the reason why I think the two situations are fundamentally different, though, is that it’s a lot easier to validate the existence of features than it is the non-existence of bugs or malicious behavior. The biggest risk to removing code is breaking preexisting features, whereas the biggest risk to adding code is introducing malicious behavior.


  • Agreed. I have a sense that, eventually, development communities will figure out etiquette and policies to govern LLM usage. But how do you enforce that kind of policy? Right now, it’s essentially a judgement call by the maintainers. It’s hard to catch sneaky LLM usage.

    On the other hand, I think there are objectively good ways to use LLMs for software:

    • High-level design and planning
    • Technical Research (although this tends towards the most popular tech)
    • POCs & rapid prototyping
    • “Textbook” solutions
    • TDD Red/Green development (where the LLM generates failing tests based on the high-level spec, and the programmer writes the implementation)