

cultural reviewer and dabbler in stylistic premonitions
This article buries the lede so much that many readers probably miss it completely: the important takeaway here, which is clearer in The Register’s version of the story, is that ChatGPT cannot actually play chess:
“Despite being given a baseline board layout to identify pieces, ChatGPT confused rooks for bishops, missed pawn forks, and repeatedly lost track of where pieces were."
To actually use an LLM as a chess engine without the kind of manual intervention that this person did, you would need to combine it with some other software to automate continuing to ask it for a different next move every time it suggests an invalid one. And, if you did that, it would still mostly lose, even to much older chess engines than Atari’s Video Chess.
edit: i see now that numerous people have done this; you can find many websites where you can “play chess against chatgpt” (which actually means: with chatgpt and also some other mechanism to enforce the rules). and if you know how to play chess you should easily win :)
because this is firmly in poe’s law territory, i searched for “pibmow” which returned a wikipedia article for something called “pribnow box” which i figured was a set top streaming appliance, from which (until clicking it) i briefly inferred that everything in this post was real.
only while the wearer is tilting their head back as far as they can
The Unicode Consortium specifies only three types of faces with hats and one of them usually does not even include a hat: every design of “disguised face” has groucho glasses but only the Huawei HarmonyOS emoji set adds a hat to it:
what do you mean you haven’t installed it yet, just curl | sudo bash
what’s your problem
if that is the case I choose upper-left of the political compass for you (:
i’m curious, where do you place yourself on that compass? if you’ve got 20 minutes I highly recommend this video about it.
The project has been associated with an increase in the number and aggressiveness of black bears in town, including entering homes, mauling people, and eating pets. A single, definitive cause for the abnormal behavior of the bears has not been proven, but it may be due to libertarian residents who refuse to buy and use bear-resistant containers, who do not dispose of waste materials (such as feces) safely, or who deliberately put out food to attract the bears to their own yards, but do not feel any responsibility for how their behavior affects their neighbors. [29]
props to OP for still writing a first-person title for this post as if it is their own, despite it being a repost from at least a year ago 😂
(it is a good meme imo)
I think it’s healthy for the fediverse to have similar communities on different instances, because if we centralize, it basically becomes reddit, which means moderation and censorship are at the whims of whoever owns the only place people go.
See also this blog post discussing this issue and some of the proposed improvements: https://popcar.bearblog.dev/lemmy-needs-to-fix-its-community-separation-problem/
I like their proposed solution #3, but it is somewhat hampered by the DNS-centric model of ActivityPub. I hope that one day something like this proof-of-concept of making AP content-addresable (which i found via this post about “How decentralized is Bluesky really?”) will be widely adopted and make instances less important.
But even without such a major change as moving to content addressability, that blog’s proposed solution #3 (simply letting communities “follow” other communities) would let readers pick which moderation they like without posters needing to manually cross post to reach everyone: If communities A and B could mutually follow eachother, posts would by default appear on both but could be independently removed from either. 🤔
I tried giving them some other species
👍
i don’t usually cross-post my comments but I think this one from a cross-post of this meme in programmerhumor is worth sharing here:
The statement in this meme is false. There are many programming languages which can be written by humans but which are intended primarily to be generated by other programs (such as compilers for higher-level languages).
The distinction can sometimes be missed even by people who are successfully writing code in these languages; this comment from Jeffrey Friedl (author of the book Mastering Regular Expressions) stuck with me:
I’ve written full-fledged applications in PostScript – it can be done – but it’s important to remember that PostScript has been designed for machine-generated scripts. A human does not normally code in PostScript directly, but rather, they write a program in another language that produces PostScript to do what they want. (I realized this after having written said applications :-)) —Jeffrey
(there is a lot of fascinating history in that thread on his blog…)