this post was submitted on 27 Aug 2024
302 points (94.9% liked)

Programmer Humor

19187 readers
1147 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
[โ€“] [email protected] 27 points 3 weeks 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

[โ€“] [email protected] 7 points 3 weeks 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

[โ€“] [email protected] 6 points 3 weeks ago* (last edited 3 weeks ago)
async function reverse(str){
    return ChatGPT.ask(`Please reverse the string ${str}. Reply only with the answer, without other words or symbols.`);
}