• runeko
      link
      fedilink
      541 month ago

      Didn’t realize until I read your comment. Thanks.

        • @Serinus@lemmy.world
          link
          fedilink
          91 month ago

          I realized immediately, read the comment, and then went back to look for a deeper meaning. It wasn’t there.

        • @hemmes@lemmy.world
          link
          fedilink
          English
          191 month ago

          JFC, thank you. I didn’t realize until it was spelled out for me. I’m definitely not that kind of smart.

          This is why I always sucked at games like Myst

          • @disguy_ovahea@lemmy.world
            link
            fedilink
            21 month ago

            Myst and Riven are two of my favorite games of all time. Give Myst another go if you’ve never finished it. After you complete the game, you unlock the “making of Myst” videos. The red and blue brothers in the videos are the two creators. They were independent developers in the 90s, so they made do with what they had. At one point they shove a rubber hose into a toilet to make the atmospheric bubbling sounds.

            • @frezik@midwest.social
              link
              fedilink
              21 month ago

              It’s a beautiful, clever, and groundbreaking game. Its puzzles, however, are taken in game design as an example of what not to do.

              The clocktower combination puzzle, in particular, still makes me angry.

        • @Serinus@lemmy.world
          link
          fedilink
          2
          edit-2
          1 month ago

          I realized immediately, read the comment, and then went back to look for a deeper meaning. It wasn’t there.

  • @atx_aquarian@lemmy.world
    link
    fedilink
    52
    edit-2
    1 month ago

    Fun fact, though: Linux is the only case-sensitive one.

    Edit: I feel silly for forgetting that it’s all about the choice of FS. If anyone needs anything from me, I’ll be in the corner, coloring.

      • @paperplane@lemmy.world
        link
        fedilink
        131 month ago

        When case insensitivity is the default I always wonder how many apps unknowingly rely on that due to typos somewhere. I encountered this once while porting a Windows/macOS app to Linux that someone imported a module with the wrong case and nobody noticed

        • @Orygin@sh.itjust.works
          link
          fedilink
          31 month ago

          The source engine does not handle case sensitivity when loading assets from disk. On windows it’s not an issue but on Linux it will silently fail to load assets if the case doesn’t match. I lost so many hours trying to fix some weapon animation that had 0 seconds run time when porting a mod dedicated server to Linux.

        • Sonotsugipaa
          link
          fedilink
          English
          21 month ago

          VS Codium did that at some point, it probably still does but I haven’t checked

    • @frezik@midwest.social
      link
      fedilink
      111 month ago

      I once ran into a bug in an Arduino program where it wouldn’t compile. The author blamed my “broken environment”. Turned out, he had included “arduino.h” instead of the correct “Arduino.h”.

  • katy ✨
    link
    fedilink
    101 month ago

    Why fight when you can just do cd /mnt/c/Program\ Files\ \(x86\)/

    • Diplomjodler
      link
      fedilink
      551 month ago

      Linux uses forward slash. Windows uses backslash. Because some dude 45 years ago wanted to make it look different from UNIX.

        • @__nobodynowhere@startrek.website
          link
          fedilink
          English
          19
          edit-2
          1 month ago

          DOS originally didn’t even support directories but was using / for command line arguments. They didn’t want to change the option character and break stuff so they went with \ as the directory separator.

          DOS wasn’t originally created by Microsoft. They bought the OS from computer shop in Seattle.

  • pelya
    link
    fedilink
    471 month ago

    You can actually use / as a path separator on Windows in functions like fopen(), because it supports some ancient version of POSIX standard.

    • @marcos@lemmy.world
      link
      fedilink
      111 month ago

      The one thing about NT was that it didn’t have it’s own semantics, but it could emulate any system you wanted. It’s the unofficial successor of an OS that was based on creating VMs where you could run any other OS you want.

      Then Microsoft decided to create their own system in it, and only really finished writing that one.

  • @umbraroze@lemmy.world
    link
    fedilink
    161 month ago

    I don’t really watch Star Wars. I’m a more of a Trekkie gal.

    🖖

    See, you can separate files both ways as long as it’s logical

    • What is this “real” concept anyway?

      Adam Savage famously stated on Mythbusters “I reject your reality and substitute my own”

      Sure, but is reality even real then? Is anything real?

      Not that I meant to get all pop-philosophical on this beautiful Sunday morning, sorry about that.

      • @OrteilGenou@lemmy.world
        link
        fedilink
        11 month ago

        Yes

        Interpretation of reality is individual

        Reality itself is relative

        But if it didn’t exist we wouldn’t be chatting about it right now

        That’s my reality anyway

        What’s yours?

      • @GhostedIC@sh.itjust.works
        link
        fedilink
        31 month ago

        I, too, first heard this quote from Adam on Mythbusters as a child. But, I’m pretty sure I also heard it was said first by some philosopher.

        I would later be informed that “some philosopher” was the 1984 film The Dungeon Master.

        Only apparently that was not the first, and it was said in a 1974 episode of Doctor Who. Well, someone on Reddit said that, and linked to this WikiQuote page but on that page it also says it’s from The Dungeon master.

        So, I don’t know what to believe any more, and I still hope it was actually an obscure lost quote of Rene Magritte or something because in my head it would just make sense.

  • Yeather
    link
    fedilink
    31 month ago

    Shouldn’t the blade be green? I thought Luke wore all black in ROTJ when he got hos green lightsaber.

  • @Adalast@lemmy.world
    link
    fedilink
    61 month ago

    Ohhhhh… I fucking hate this. I use Windows locally, but I do support for a render farm that runs on Linux. The number of times I have recieved “it works locally” tickets from an artist who decided to get clever and embed Windows paths in string literals in their scene makes me want to punch a puppy. They don’t even look at the application logs we provide to see that the paths threw errors. We handle repointing their file paths with symlinks normally, but when they use literals it literally fucks the system with escapes. I will never understand why Microsoft refuses to standardize to POSIX with the rest of the world. Aside from them being a US company with decision makers who still think freedom units make sense.