• 5 Posts
  • 59 Comments
Joined 1 year ago
cake
Cake day: July 4th, 2023

help-circle
  • A key difference is that animals exists here and now, and I think most humans would viscerally understand animal shouts of pain as requests for help/food/space etc…

    The quote is less about the unborn, and more about the real and ignored needs of disenfranchised people.

    Help your fellow humans first and foremost, (which I would argue is well served by treating animals well, for sanitary, eco-system, or even selfish mental well-being by not having our souls marred by brutality)

    Actual beings with needs: humans, animals > the unborn >>>>>> unrealistic hypothetical humans.






  • Vigorous mask-dropping very early on in the post:

    The term “eugenics” has absorbed so much baggage over the last century that it somehow refers both to swiping right on Tinder when you see an attractive person and to the holocaust.

    Not all dating is done with reproduction in mind. What are members of the opposite, or indeed same gender: baby synthesis apparatus? Unless you go out of your way in selecting blue eyed, blond haired people, restricting the definition of beautiful to these people, and restricting the teleology of tinder to the begetting progeny, how is it even remotely eugenics?

    EDIT: Uncharacteristically for LW the post, was very short short, “very early” is actually about midway in a proposal of little substance, also choosing attractive partners doesn’t guarantee ensure children anyway (unless using very specific definitions of beauty).






  • Absolutely this, shuf would easily come up in a normal google search (even in googles deteriorated relevancy).

    For fun, “two” lines of bash + jq can easily achieve the result even without shuf (yes I know this is pointlessly stupid)

    cat /usr/share/dict/words | jq -R > words.json
    cat /dev/urandom | od -A n -D | jq -r -n '
      import "words" as $w;
      ($w | length) as $l |
      label $out | foreach ( inputs * $l / 4294967295 | floor ) as $r (
        {i:0,a:[]} ;
        .i = (if .a[$r] then .i  else .i + 1 end) | .a[$r] = true ;
        if .i > 100 then break $out else $w[$r] end
      )
    '
    

    Incidentally this is code that ChatGPT would be utterly incapable of producing, even as toy example but niche use of jq.



  • Ah, but each additional sentence strikes home the point of absurd over-abundance!

    Quite poetically, the sin of verbosity is commited to create the illusion of considered thought and intelligence, in the case of hpmor literally by stacking books.

    Amusingly him describing his attempt as “striking words out” rather than “rewording” or “distilling”, i think illustrates his lack of editing ability.




  • Possible countermeasure: Insist on “crediting” the LLM as the commit author, to regain sanity when doing git blame.

    I agree that worse doc is a bad enough future, though I remain optimistic that including LLM in compile step is never going to be mainstream enough (or anything approaching stable enough, beyond some dumb useless smoke and mirrors) for me to have to deal with THAT.



  • Student: I wish I could find a copy of one of those AIs that will actually expose to you the human-psychology models they learned to predict exactly what humans would say next, instead of telling us only things about ourselves that they predict we’re comfortable hearing. I wish I could ask it what the hell people were thinking back then.

    I think this part conveys the root insanity of Yud, failing to understand that language is a co-operative game between humans, that have to trust in common shared lived experiences, to believe the message was conveyed successfully.

    But noooooooo, magic AI can extract all the possible meanings, and internal states of all possible speakers in all possible situations from textual descriptions alone: because: ✨bayes✨

    The fact that such a (LLM based) system would almost certainly not be optimal for any conceivable loss function / training set pair seems to completely elude him.