BatmanAoD

joined 2 years ago
[–] BatmanAoD@programming.dev 10 points 6 days ago

Agile Meridian / Post Manager

[–] BatmanAoD@programming.dev 9 points 1 week ago* (last edited 1 week ago) (1 children)

Thanks for sharing this! I really think that when people see LLM failures and say that such failures demonstrate how fundamentally different LLMs are from human cognition, they tend to overlook how humans actually do exhibit remarkably similar failures modes. Obviously dementia isn't really analogous to generating text while lacking the ability to "see" a rendering based on that text. But it's still pretty interesting that whatever feedback loops did get corrupted in these patients led to such a variety of failure modes.

As an example of what I'm talking about, I appreciated and generally agreed with this recent Octomind post, but I disagree with the list of problems that "wouldn’t trip up a human dev"; these are all things I've seen real humans do, or could imagine a human doing.

[–] BatmanAoD@programming.dev 3 points 1 week ago

That is a pretty lame "poisoning".

[–] BatmanAoD@programming.dev 1 points 1 week ago

This also makes me realize that I sometimes enunciate "the" unvoiced.

[–] BatmanAoD@programming.dev 43 points 2 weeks ago (3 children)

Well now you've seen it elsewhere, too.

[–] BatmanAoD@programming.dev 4 points 1 month ago

That's because you haven't unlearned it yet

[–] BatmanAoD@programming.dev 14 points 1 month ago

Two, arguably: one with Apple and one with upstream Linux.

[–] BatmanAoD@programming.dev 9 points 1 month ago (1 children)

String escaping sucks in bash and other posix-style shells too, though.

[–] BatmanAoD@programming.dev 2 points 2 months ago

Believe me, whitespace-correct scripting is absolutely an issue.

You're right that it's annoying when filenames diverge right at a character that must be escaped.

[–] BatmanAoD@programming.dev 7 points 2 months ago (2 children)

For interactive use, tab-completion essentially makes this a non-issue, because shells add escaping in the appropriate places.

For scripting, where spaces are harder to deal with, unfortunately there's just not much you can do; your two options are basically to learn all of your particular shell's patterns for dealing with whitespace in filenames, or only write scripts in something other than a POSIX shell.

[–] BatmanAoD@programming.dev 2 points 2 months ago

Here it is:

Presumably, it already used SIMD, and that's how the existing GNU utility beat Rust by a factor of 17x.

[–] BatmanAoD@programming.dev 2 points 2 months ago (1 children)

Presumably, it already used SIMD, and that's how the existing GNU utility beat Rust by a factor of 17x.

1
submitted 10 months ago* (last edited 10 months ago) by BatmanAoD@programming.dev to c/programmer_humor@programming.dev
view more: next ›