awful.systems
  • Communities
  • Create Post
  • heart
    Support Lemmy
  • search
    Search
  • Login
  • Sign Up
@LifeLemons@lemmy.ml to Lemmy Shitpost@lemmy.worldEnglish • 7 months ago

Huh? ϡψφϟβμχ

lemmy.ml

message-square
37
fedilink
551

Huh? ϡψφϟβμχ

lemmy.ml

@LifeLemons@lemmy.ml to Lemmy Shitpost@lemmy.worldEnglish • 7 months ago
message-square
37
fedilink
alert-triangle
You must log in or register to comment.
  • @HootinNHollerin@lemmy.dbzer0.com
    link
    fedilink
    English
    201•7 months ago

    Lemme guess, coding a pager?

    • @Agent641@lemmy.world
      link
      fedilink
      46•7 months ago

      Bruh

    • @Viking_Hippie@lemmy.dbzer0.com
      link
      fedilink
      15•7 months ago

    • @dmMeYourNudes@lemmynsfw.com
      link
      fedilink
      12•7 months ago

      Big oof

      • The_Worst
        link
        fedilink
        13•7 months ago

        No, big booms.

    • @DragonsInARoom@lemmy.world
      link
      fedilink
      6•7 months ago

      Look long enough to find this comment

  • @Idea@lemmy.dbzer0.com
    link
    fedilink
    98•7 months ago

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

    • @uservoid1@lemmy.world
      link
      fedilink
      English
      37•7 months ago

      Standard Galactic Alphabet

      • @Idea@lemmy.dbzer0.com
        link
        fedilink
        16•7 months ago

        • @jawa21@lemmy.sdf.org
          link
          fedilink
          11•
          edit-2
          5 months ago

          deleted by creator

          • @TheBrideWoreCrimson@sopuli.xyz
            link
            fedilink
            7•7 months ago

            Why is my papyrus alive?

      • @HootinNHollerin@lemmy.dbzer0.com
        link
        fedilink
        English
        2•7 months ago

        deleted by creator

    • @abolishredditnaw@lemmy.world
      link
      fedilink
      26•7 months ago

      Def not Amharic

      Source: I’m Eritrean and we share our alphabet (Ge’ez)

      • @Idea@lemmy.dbzer0.com
        link
        fedilink
        8•7 months ago

        Damn, thanks for the correction :)

    • @BudgetBandit@sh.itjust.works
      link
      fedilink
      10•7 months ago

      Huh. I thought it was logarithmic.

      • @Viking_Hippie@lemmy.dbzer0.com
        link
        fedilink
        5•7 months ago

        I thought it was electronic 🤷

  • @aeronmelon@lemmy.world
    link
    fedilink
    38•7 months ago

    Oy vey…

  • deaf_fish
    link
    fedilink
    36•7 months ago

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

    • @LifeLemons@lemmy.mlOP
      link
      fedilink
      English
      31•7 months ago

      Looks like minecraft enchantment table language

      • lad
        link
        fedilink
        English
        13•7 months ago

        It is Minecraft enchanting table language: source

  • @IDKWhatUsernametoPutHereLolol@lemmy.dbzer0.com
    link
    fedilink
    English
    26•
    edit-2
    3 months ago

    deleted by creator

  • @RizzRustbolt@lemmy.world
    link
    fedilink
    24•7 months ago

    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
      link
      fedilink
      34•7 months ago

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

      • @FiniteLooper@lemm.ee
        link
        fedilink
        English
        24•7 months ago

        Sounds like an episode of NCIS

        • @tigeruppercut@lemmy.zip
          link
          fedilink
          7•7 months ago

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

      • @mhague@lemmy.world
        link
        fedilink
        11•7 months ago

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

        • @bamboo@lemmy.blahaj.zone
          link
          fedilink
          English
          2•7 months ago

          TIL ARM runs Armenian binary 🤯

    • @Strawberry@lemmy.blahaj.zone
      link
      fedilink
      2•7 months ago

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

      -The feds, probably

  • @Emi@ani.social
    link
    fedilink
    14•7 months ago

    That looks like Minecraft enchantments.

  • @NorthWestWind@lemmy.world
    link
    fedilink
    9•7 months ago

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

    • Binette
      link
      fedilink
      1•7 months ago

      Not the Mandelbrot set 😭

  • @stupidcasey@lemmy.world
    link
    fedilink
    9•7 months ago

    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
      link
      fedilink
      7•7 months ago

      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
        link
        fedilink
        1•
        edit-2
        7 months ago

        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
          link
          fedilink
          3•7 months ago

          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
            link
            fedilink
            1•
            edit-2
            7 months ago

            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
              link
              fedilink
              2•7 months ago

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

              • @fool@programming.dev
                link
                fedilink
                3•
                edit-2
                7 months ago

                Subdermatoglyphi–

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

  • @obscur_e@lemm.ee
    link
    fedilink
    English
    7•7 months ago

    lol its not even hebrew its finnish

  • @threeganzi@sh.itjust.works
    link
    fedilink
    1•7 months ago

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

Lemmy Shitpost@lemmy.world

!lemmyshitpost@lemmy.world

remote_follow_modal_title

Create a post
You are not logged in. However you can subscribe from another Fediverse account, for example Lemmy or Mastodon. To do this, paste the following into the search field of your instance: !lemmyshitpost@lemmy.world

Welcome to Lemmy Shitpost. Here you can shitpost to your hearts content.

Anything and everything goes. Memes, Jokes, Vents and Banter. Though we still have to comply with lemmy.world instance rules. So behave!


Rules:

1. Be Respectful

Refrain from using harmful language pertaining to a protected characteristic: e.g. race, gender, sexuality, disability or religion.

Refrain from being argumentative when responding or commenting to posts/replies. Personal attacks are not welcome here.

…


2. No Illegal Content

Content that violates the law. Any post/comment found to be in breach of common law will be removed and given to the authorities if required.

That means:

-No promoting violence/threats against any individuals

-No CSA content or Revenge Porn

-No sharing private/personal information (Doxxing)

…


3. No Spam

Posting the same post, no matter the intent is against the rules.

-If you have posted content, please refrain from re-posting said content within this community.

-Do not spam posts with intent to harass, annoy, bully, advertise, scam or harm this community.

-No posting Scams/Advertisements/Phishing Links/IP Grabbers

-No Bots, Bots will be banned from the community.

…


4. No Porn/Explicit

Content


-Do not post explicit content. Lemmy.World is not the instance for NSFW content.

-Do not post Gore or Shock Content.

…


5. No Enciting Harassment,

Brigading, Doxxing or Witch Hunts


-Do not Brigade other Communities

-No calls to action against other communities/users within Lemmy or outside of Lemmy.

-No Witch Hunts against users/communities.

-No content that harasses members within or outside of the community.

…


6. NSFW should be behind NSFW tags.

-Content that is NSFW should be behind NSFW tags.

-Content that might be distressing should be kept behind NSFW tags.

…

If you see content that is a breach of the rules, please flag and report the comment and a moderator will take action where they can.


Also check out:

Partnered Communities:

1.Memes

2.Lemmy Review

3.Mildly Infuriating

4.Lemmy Be Wholesome

5.No Stupid Questions

6.You Should Know

7.Comedy Heaven

8.Credible Defense

9.Ten Forward

10.LinuxMemes (Linux themed memes)


Reach out to

All communities included on the sidebar are to be made in compliance with the instance rules. Striker

  • 4.04K users / day
  • 9.38K users / week
  • 15.2K users / month
  • 31.1K users / 6 months
  • 33.1K subscribers
  • 15.8K Posts
  • 333K Comments
  • Modlog
  • mods:
  • Aer
  • Striker
  • @WiildFiire@lemmy.world
  • Decoy321
  • @Thekingoflorda@lemmy.world
  • @YoBuckStopsHere@lemmy.world
  • The Picard Maneuver
  • Flying Squid
  • The Picard Maneuver
  • BE: 0.19.3
  • Modlog
  • Instances
  • Docs
  • Code
  • join-lemmy.org