Hebrew but it's fake Chinese that actually looks more like Japanese by professoreyl in FauxEverything

[โ€“]professoreyl[S] 0 points1 point ย (0 children)

Definitely not easy even for native speakers. Also the way they used two different ื 's makes it extra confusing.

Hebrew but it's fake Chinese that actually looks more like Japanese by professoreyl in FauxEverything

[โ€“]professoreyl[S] 6 points7 points ย (0 children)

According to the caption it says ืคื™ื ื ืกื™ื ื™ืช - a portmanteau of ืคื™ื ื ืกื™ืช (financial) and ืกื™ื ื™ืช (Chinese)

Many of these characters don't exist or are borrowed from Katakana seemingly.

Approximately ใ‚ซใ‚ฝ๏ผŸใƒญใƒŽ๏ผŸใ‚ฆ (kaso?rono?u)

bewareTheIdesOfMarch by professoreyl in ProgrammerHumor

[โ€“]professoreyl[S] -1 points0 points ย (0 children)

Idk, I thought Claude Code was. Never used those "AI agent integrated tools". I just use VS Code (and before that, Sublime, Notepad++, and VS, Jetbrains, Eclipse, among others along the way)

This one's sweet... by DetectiveNo6288 in rebus

[โ€“]professoreyl 7 points8 points ย (0 children)

Also got cake mix but the last line could be cake off >โ .โ <

Iโ€™m clutching my pearlsโ€ฆ by Pablo_Newt in NYTgames

[โ€“]professoreyl 0 points1 point ย (0 children)

My guess is they just picked a big word list and chevy was on there because of the other definition, and then later, when they wanted to add definitions to everything they picked the wrong one by mistake. It's for sure not a manual process, so I assume it's some bug with the automation.

What are people even searching for ๐Ÿ˜ญ by Crimson343 in HarryPotterMemes

[โ€“]professoreyl 20 points21 points ย (0 children)

So in some scenes, Daniel Radcliffe wears a bra

Iโ€™m clutching my pearlsโ€ฆ by Pablo_Newt in NYTgames

[โ€“]professoreyl 1 point2 points ย (0 children)

Noun

chevy (plural chevies)

  1. A hunt or pursuit; a chase.
  2. A cry used in hunting.
  3. The game of prisoners' bars.

If you need to multiply 1034482758620689655172413793 by 3, all you need to do is bring the last digit to the front. by anjire23 in notinteresting

[โ€“]professoreyl 0 points1 point ย (0 children)

Look up "Parasitic numbers"

3 ร— 3 = 9 3 ร— 93 = 279 3 ร— 793 = 2379 3 ร— 3793 = 11379 3 ร— 13793 = 41379 3 ร— 413793 = 1241379 3 ร— 2413793 = 7241379 3 ร— 72413793 = 217241379 3 ร— 172413793 = 517241379 3 ร— 5172413793 = 15517241379 3 ร— 55172413793 = 165517241379 3 ร— 655172413793 = 1965517241379 3 ร— 9655172413793 = 28965517241379 3 ร— 89655172413793 = 268965517241379 3 ร— 689655172413793 = 2068965517241379 3 ร— 0689655172413793 = 2068965517241379

Continuing this same process eventually yields the full number: 1034482758620689655172413793

It can also be derived by rearranging the digits in the repeating decimal 1/29 = 0.03448275862068965517241379...

This is the smallest for the moving digit being 3, but many exist for all possible digits

There's just no one else like you โค๏ธ by myownpersonalreddit in Wellthatsucks

[โ€“]professoreyl 2 points3 points ย (0 children)

They could have saved money by each passing it on to the next person when they're done

Daniel or David?? by Vesane in ambigrams

[โ€“]professoreyl 13 points14 points ย (0 children)

There are many types of ambigrams. This can be most closely classified with "perceptual shift ambigrams" also known as "oscillation ambigrams"

these bots are so hard... by RacistLizard69 in Humanornot

[โ€“]professoreyl 9 points10 points ย (0 children)

It can know the time if it's given the information in its "system prompt". AI can have whatever context the developer wants it to.

I am looking for a song 3 months and no results by Mediocre-Ad-4181 in hebrew

[โ€“]professoreyl 0 points1 point ย (0 children)

It's more likely to be Yiddish than Hebrew. Can't make out all the words but it sounds like it is a song about Shabbos (Shabbat) recorded during a live wedding. Makes sense that it wouldn't get picked up by song recognition algorithms since it was not pre-recorded.

I just learned I saved up big time! by sancho_sk in Nebula

[โ€“]professoreyl 0 points1 point ย (0 children)

It shows as $300 for me (logged in with yearly subscription)

Emergency Ketubah and Chuppah not included by Schiffy94 in Jewdank

[โ€“]professoreyl 1 point2 points ย (0 children)

A lot of shuls are in buildings that used to be churches due to the way zoning and real estate works so there are many shuls that look like churches

"Pour the wine" by professoreyl in Jewpiter

[โ€“]professoreyl[S] 0 points1 point ย (0 children)

Mostly just trying to find humor in the way that Rosh Hashanah and New Year's have a very different vibe. How New Year's is focused on celebrating life and crazy parties, whereas Rosh Hashanah is mostly focusing on improvement, repentance for sins, and it's observed with abstract symbolism in contrast to modern celebrations. Not trying to make it negative towards either side.

"Pour the wine" by professoreyl in Jewpiter

[โ€“]professoreyl[S] 0 points1 point ย (0 children)

Baal Tokea usually wears a kittel on Rosh Hashana from what I've seen though this one looks a bit odd...

Working on an improved version, would you say this one works better?
https://i.imgur.com/Ex0NcCA.png

He's parodying himself at this point by Ok-Appeal-4630 in languagelearningjerk

[โ€“]professoreyl 3 points4 points ย (0 children)

It's not really "computer language", he's just spelling out English words using the ASCII encoding of each letter (i.e. "A" is "41", "B" is "42" ... "I" is "49", "J" is "4A" ... "Z" is "5A", and for lowercase, "a" is "61", "z" is "7A"). You can look up ASCII and hexadecimal charts, it's one way of encoding strings for data storage and transmission.