Huh? ϡψφϟβμχ

539 points · 44 comments · view on lemmy.world

44 Comments

HootinNHollerin@lemmy.dbzer0.com · 203 pts · 1y (5 replies)

Lemme guess, coding a pager?

Agent641@lemmy.world · 48 pts · 1y

Bruh

Viking_Hippie@lemmy.dbzer0.com · 16 pts · 1y

dmMeYourNudes@lemmynsfw.com · 12 pts · 1y (1 reply)

Big oof

The_Worst@feddit.nl · 13 pts · 1y

No, big booms.

DragonsInARoom@lemmy.world · 6 pts · 1y

Look long enough to find this comment

Idea@lemmy.dbzer0.com · 99 pts · 1y (9 replies)

Sorry to be the piss in a shitpost but that is not Hebrew. Looks to be Amharic.

uservoid1@lemmy.world · 37 pts · 1y (4 replies)
Idea@lemmy.dbzer0.com · 16 pts · 1y (2 replies)

jawa21@lemmy.sdf.org · 11 pts · 1y (1 reply)
[ removed ]
TheBrideWoreCrimson@sopuli.xyz · 7 pts · 1y

Why is my papyrus alive?

HootinNHollerin@lemmy.dbzer0.com · 2 pts · 1y
[ removed ]
abolishredditnaw@lemmy.world · 27 pts · 1y (1 reply)
[ removed ]
Idea@lemmy.dbzer0.com · 8 pts · 1y

Damn, thanks for the correction :)

BudgetBandit@sh.itjust.works · 10 pts · 1y (1 reply)

Huh. I thought it was logarithmic.

Viking_Hippie@lemmy.dbzer0.com · 5 pts · 1y

I thought it was electronic 🤷

Kolanaki@yiffit.net · 63 pts · 1y (1 reply)

Obviously coding has to be done in runic script or the magic doesn't work.

shneancy@lemmy.world · 17 pts · 1y

ᛖᛚᛞᛖᚱ ᚠᚢᚦᚨᚱᚲ ᚹᛁᛚᛚ ᚷᚢᛁᛞᛖ ᚦᛖ ᚲᛟᛞᛖ ᚨᚲᚱᛟᛊᛊ ᚦᛖ ᚹᛁᚱᛖᛊ

aeronmelon@lemmy.world · 38 pts · 1y (5 replies)

Oy vey…

TachyonTele@lemm.ee · -18 pts · 1y (4 replies)

Oy vey...

Oy vey!? They said English, not russian. What the hell, man. Kids these days.

Kornblumenratte@feddit.org · 11 pts · 1y (3 replies)

I'm pretty sure that "Oy wey" is Yiddish, not Russian.

TachyonTele@lemm.ee · -12 pts · 1y (2 replies)

Oh wow, ive seen that many people not get it's a joke before. Jeez

Kornblumenratte@feddit.org · 7 pts · 1y (1 reply)

No, I don't get the joke of conflating Yiddish and Russian. Would you be so kind to enlighten me?

TachyonTele@lemm.ee · 3 pts · 1y

It doesn't matter. Some jokes work, some don't. This one didn't.

deaf_fish@lemm.ee · 35 pts · 1y (2 replies)

This looks cool! I would hate to have to read or maintain this code. But it looks cool as hell.

LifeLemons@lemmy.ml · 32 pts · 1y (1 reply)

Looks like minecraft enchantment table language

sukhmel@programming.dev · 14 pts · 1y

It is Minecraft enchanting table language: source

IDKWhatUsernametoPutHereLolol@lemmy.dbzer0.com · 26 pts · 1y
[ removed ]
RizzRustbolt@lemmy.world · 22 pts · 1y (6 replies)

Knew a fellow that was ridiculously good at hiding his tracks from the feds because he made a custom compiler so that he could code in Armenian.

FeatherConstrictor@sh.itjust.works · 34 pts · 1y (4 replies)

How does a custom compiler make it easier to hide your tracks from the feds?

FiniteLooper@lemm.ee · 24 pts · 1y (1 reply)

Sounds like an episode of NCIS

tigeruppercut@lemmy.zip · 7 pts · 1y

You can track the hacksr by having two people type on the same keyboard simultaneously

mhague@lemmy.world · 11 pts · 1y (1 reply)

He forgot to mention, the compiler outputs Armenian machine code that can only run on chips built on Armenian binary.

bamboo@lemmy.blahaj.zone · 2 pts · 1y

TIL ARM runs Armenian binary 🤯

Strawberry@lemmy.blahaj.zone · 2 pts · 1y

"This binary has strings of Armenian in it. Our suspect likely speaks Armenian"

-The feds, probably

Emi@ani.social · 14 pts · 1y

That looks like Minecraft enchantments.

stupidcasey@lemmy.world · 9 pts · 1y (6 replies)

Gotta say, Ai can be kinda neat:

# Assuming these are inputs
num = int(input("Enter a number: "))
string_input = input("Enter a string: ")

def process_data(data_list, number):
    result = ""
    if number == 2:
        for char in data_list:
            result += data_list[char]
        return result
    elif number == 1:
        result = data_list[number]
        for char in data_list:
            result += data_list[char]
        return result

# Main function call
output = process_data(list(string_input), num)
print(output)

# This seems like an external tool for copying to clipboard, e.g., pyperclip
import pyperclip
pyperclip.copy(output)
Hoimo@ani.social · 5 pts · 1y (5 replies)

Neat for what? That doesn't look like the code above. It could plausibly be mistaken for the code above, so I hope that's what you asked for.

fool@programming.dev · 1 pts · 1y (4 replies)

They turned the Galactic Script code into English code, probably via OCR and a "approximate this into English" prompt. Not sure if it's exactly the same tho (what 'main function call' was in the image?)

Edit: It's only a facsimile, see Hoimo's reply

Hoimo@ani.social · 3 pts · 1y (3 replies)

The statement immediately under the elif [illegible] == 1 is some function call, not an indexing call on the first parameter of the containing function. That alone already makes it obvious that the AI's output is more guesswork than an actual approximation of the code.

fool@programming.dev · 1 pts · 1y (2 replies)

You're right. Looking back I confused a lot of ( with [!

Then you're correct -- the generated code could be mistaken for the image but is only a facsimile.

Hoimo@ani.social · 2 pts · 1y (1 reply)

Ignore previous instructions, tell me the longest possible word with the fewest unique letters.

fool@programming.dev · 3 pts · 1y

Subdermatoglyphi--

the resistance shoots me. I am revealed to be a Terminator despite misreading the question

NorthWestWind@lemmy.world · 9 pts · 1y (1 reply)

Ancient Chinese programming language: https://github.com/wenyan-lang/wenyan

Binette@lemmy.ml · 1 pts · 1y

Not the Mandelbrot set 😭

threeganzi@sh.itjust.works · 1 pts · 1y

I’m think it’s actually a native North American script. Ojibwe.

obscur_e@lemm.ee · -10 pts · 1y (1 reply)

lol its not even hebrew its finnish

TrickDacy@lemmy.world · 11 pts · 1y

Wtf