this post was submitted on 18 Mar 2026
657 points (98.1% liked)

People Twitter

9725 readers
983 users here now

People tweeting stuff. We allow tweets from anyone.

RULES:

  1. Mark NSFW content.
  2. No doxxing people.
  3. Must be a pic of the tweet or similar. No direct links to the tweet.
  4. No bullying or international politcs
  5. Be excellent to each other.
  6. Provide an archived link to the tweet (or similar) being shown if it's a major figure or a politician. Archive.is the best way.

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] BilSabab@lemmy.world 7 points 2 days ago (1 children)

a couple of months ago i was tasked to gather suggestions for "fun" test tasks for junior developers and the most popular one was english to chinese but gibberish translator with caveat to figure out how to make input text technically a translation but also uniquely nonsensical one. even though it's not really a galaxy brain task and you could probably just vibecode that thing - the failure rate for it was surprisingly high because folks can't fathom OULIPO.

[–] Test_Tickles@lemmy.world 10 points 2 days ago (1 children)

Dude, I didn't even understand the task until I did a search for what OULIPO was.

[–] BilSabab@lemmy.world 1 points 2 days ago

the catch of the task is that you just need to implement S+7 technique before the initial translation and translate that as input instead of the actual input without indicating that particular switch up. it is actually pretty neat problem solving task for a business analyst but can be a lot for a programmer.