• @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.

    • @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”.

      • @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

        • Sonotsugipaa
          link
          fedilink
          English
          21 month ago

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

        • @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.