this post was submitted on 27 Aug 2024
303 points (95.0% liked)

Programmer Humor

19282 readers
646 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] petey@aussie.zone 27 points 1 month ago (1 children)

Iโ€™m tempted to publish an NPM package to do so as a joke, but I fear that itโ€™d get used seriously

[โ€“] RonSijm@programming.dev 7 points 1 month ago (1 children)

Where does it end though? It's a bit like infinite craft - but instead of combining resources you'd have to find an inverse for every emoji

[โ€“] Feathercrown@lemmy.world 6 points 1 month ago* (last edited 1 month ago)
async function reverse(str){
    return ChatGPT.ask(`Please reverse the string ${str}. Reply only with the answer, without other words or symbols.`);
}