Lemmy.eus
  • Communities
  • Create Post
  • Create Community
  • heart
    Support Lemmy
  • search
    Search
  • Login
  • Sign Up
Gollum@feddit.de to Programmer Humor@programming.dev · 2 years ago

A fun simple game

i.imgur.com

message-square
37
fedilink
578

A fun simple game

i.imgur.com

Gollum@feddit.de to Programmer Humor@programming.dev · 2 years ago
message-square
37
fedilink
alert-triangle
You must log in or # to comment.
  • blackn1ght@feddit.uk
    link
    fedilink
    arrow-up
    122
    ·
    2 years ago

    There’s Linux distro called suicide Linux that wipes your hard drive on any mistyped command.

    • Rodeo@lemmy.ca
      link
      fedilink
      arrow-up
      31
      ·
      2 years ago

      I hope it comes preinstalled with sl and similar programs.

      • ferret@sh.itjust.works
        link
        fedilink
        English
        arrow-up
        17
        ·
        2 years ago

        if you type sl it wipes your drive. No funny train for you

        • const@sh.itjust.works
          link
          fedilink
          arrow-up
          2
          ·
          2 years ago

          Nah; it puts funny train to make you say phew then wipes your drive anyways!

      • sip@programming.dev
        link
        fedilink
        arrow-up
        4
        ·
        2 years ago

        or with ll alias for ls -laF, I’m using it so often, even if it’s not available, I still type it 5 times a minute.

    • MonkCanatella@sh.itjust.works
      link
      fedilink
      arrow-up
      19
      ·
      2 years ago

      hardcore mode

    • averyminya@beehaw.org
      link
      fedilink
      arrow-up
      2
      ·
      2 years ago

      Why don’t those people just run an amnesiac OS like tails? Do they not trust themselves not to say up persistence?

  • theghostoutside_@aussie.zone
    link
    fedilink
    arrow-up
    55
    arrow-down
    1
    ·
    2 years ago

    Shouldn’t it be

    if guess != number
    

    Isn’t Russian Roulette played with one bullet in the chamber? Not five?

    • snooggums@kbin.social
      link
      fedilink
      arrow-up
      39
      arrow-down
      1
      ·
      2 years ago

      A chamber is the space in automatics, semiautomatic, and the slide back single shot weapons for the bullet when it is about to be fired. Any game of Russin Roulette played with a bullet in the chamber is going to be very short.

      Russian Roulette is played with one bullet in the cylinder, the spinny thing on a revolver.

      • three@lemm.ee
        link
        fedilink
        arrow-up
        20
        arrow-down
        5
        ·
        2 years ago

        gun nerds are the worst.

        • snooggums@kbin.social
          link
          fedilink
          arrow-up
          29
          ·
          edit-2
          2 years ago

          Lemme tell you about the difference between a clip and a magazine!

          A magazine is a paper distributed like newspapers but in more of a booklet form and with higher quality paper.

          A clip is the thing that holds you chips bag closed after opening so they don’t get stolen.

          Edit: that should be stale, not stolen, but I’m leaving it

      • jaybone@lemmy.world
        link
        fedilink
        arrow-up
        4
        ·
        2 years ago

        Russian roulette hard mode: you’re hoping for a jam.

    • Mesa@programming.dev
      link
      fedilink
      arrow-up
      13
      ·
      2 years ago

      The game we see here is Russian Russian Roulette.

      • Zink@programming.dev
        link
        fedilink
        arrow-up
        4
        ·
        2 years ago

        Russian-in-Ukraine roulette

      • chocobo13z@pawb.social
        link
        fedilink
        arrow-up
        3
        arrow-down
        1
        ·
        2 years ago

        Polish Roulette?

    • Johanno@feddit.de
      link
      fedilink
      arrow-up
      7
      ·
      2 years ago

      More fun like that

    • LoamImprovement@beehaw.org
      link
      fedilink
      arrow-up
      3
      ·
      2 years ago

      https://img.ifunny.co/images/cd364138aec8bccbfcb8dec51694811206dab1b1a6bdd66f59b25e2b7703171a_1.webp

      • Illecors@lemmy.cafe
        link
        fedilink
        English
        arrow-up
        3
        ·
        2 years ago

        ![](https://img.ifunny.co/images/cd364138aec8bccbfcb8dec51694811206dab1b1a6bdd66f59b25e2b7703171a_1.webp) becomes an image:

    • const@sh.itjust.works
      link
      fedilink
      arrow-up
      1
      arrow-down
      2
      ·
      2 years ago

      It uses decorator on variable assignment so it will raise SyntaxError anyways!

  • Synthead@lemmy.world
    link
    fedilink
    arrow-up
    35
    arrow-down
    1
    ·
    2 years ago

    You’ll get an OSError if you try to remove a directory with os.remove

    https://docs.python.org/3/library/os.html#os.remove

    • KairuByte@lemmy.dbzer0.com
      link
      fedilink
      arrow-up
      9
      arrow-down
      1
      ·
      2 years ago

      I was gonna say, isn’t os.remove only for files? Docs say yes.

  • glad_cat@lemmy.sdf.org
    link
    fedilink
    arrow-up
    27
    ·
    2 years ago

    No docstring, no shebang, no main function, no raw strings, and I’m sure they don’t have unit tests with a mocked filesystem.

    • enkers@sh.itjust.works
      link
      fedilink
      arrow-up
      11
      ·
      2 years ago

      Pylint is screaming right now.

      • glad_cat@lemmy.sdf.org
        link
        fedilink
        arrow-up
        2
        ·
        2 years ago

        I like https://wemake-python-styleguide.readthedocs.io/en/latest/, it’s the Nazi version.

        • MNByChoice@midwest.social
          link
          fedilink
          arrow-up
          1
          ·
          edit-2
          2 years ago

          it’s the Nazi version.

          I skimmed the linked doc and they don’t:

          Reformat code, since we believe that developers should do that

          Which seems more open and forgiving than some linters. What makes them strict and inflexible?

          Or did you mean actual Nazi run the project? (I hate that this is a possibility.)

          Edit: They do say they have lots of strict rules. So, I am going that is it.

          • glad_cat@lemmy.sdf.org
            link
            fedilink
            arrow-up
            3
            ·
            2 years ago

            It’s flake8 with all the rules enabled. You get a hundred warnings even for small programs. I love it.

    • darcy@sh.itjust.works
      link
      fedilink
      arrow-up
      1
      ·
      2 years ago

      its 14 lines

  • busydoinnothin@lemm.ee
    link
    fedilink
    arrow-up
    18
    ·
    2 years ago

    I have laughed at this for too long. Good way to start the morning.

  • JackGreenEarth@lemm.ee
    link
    fedilink
    arrow-up
    9
    arrow-down
    1
    ·
    2 years ago

    Error: that file path does not exist.

    • Isoprenoid@programming.dev
      link
      fedilink
      English
      arrow-up
      5
      ·
      2 years ago

      Is that actually what happens? Let me check.

      • JackGreenEarth@lemm.ee
        link
        fedilink
        arrow-up
        2
        ·
        2 years ago

        It’s what happens on my machine.

        • NigelFrobisher@aussie.zone
          link
          fedilink
          arrow-up
          6
          ·
          2 years ago

          It works on my machine.

          • darcy@sh.itjust.works
            link
            fedilink
            arrow-up
            3
            ·
            2 years ago

            what machine?

          • nogrub@lemmy.world
            link
            fedilink
            arrow-up
            1
            ·
            2 years ago

            were not shipping your machine dave

  • Chahk@beehaw.org
    link
    fedilink
    arrow-up
    9
    arrow-down
    2
    ·
    2 years ago

    Still a better chance of success than an in-place upgrade of Win 10 to Win 11.

    • elint@programming.dev
      link
      fedilink
      arrow-up
      7
      ·
      2 years ago

      Have you actually tried that? It just works. Win11 isnt much more than a big Win10 feature update. We’ve updated a few hundred machines across several customers and they rarely required manual intervention.

  • kSPvhmTOlwvMd7Y7E@programming.dev
    link
    fedilink
    arrow-up
    6
    arrow-down
    1
    ·
    2 years ago

    So they posted that screenshot before even trying to run it on some useless file to see it works… Internet points are surely a drug

  • MonkderZweite@feddit.ch
    link
    fedilink
    arrow-up
    2
    arrow-down
    1
    ·
    2 years ago

    deleted by creator

Programmer Humor@programming.dev

programmer_humor@programming.dev

Subscribe from Remote Instance

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: !programmer_humor@programming.dev

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

  • Keep content in english
  • No advertisements
  • Posts must be related to programming or programmer topics
Visibility: Public
globe

This community can be federated to other instances and be posted/commented in by their users.

  • 2.09K users / day
  • 4.84K users / week
  • 9.37K users / month
  • 17.2K users / 6 months
  • 3 local subscribers
  • 23.1K subscribers
  • 1.09K Posts
  • 21.2K Comments
  • Modlog
  • mods:
  • Feyter@programming.dev
  • adr1an@programming.dev
  • BurningTurtle@programming.dev
  • Pierre-Yves Lapersonne@programming.dev
  • BE: 0.19.7
  • Modlog
  • Instances
  • Docs
  • Code
  • join-lemmy.org