• @disguy_ovahea
    link
    2971 month ago

    This meme is way more clever than it should be

    • runeko
      link
      fedilink
      651 month ago

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

      • @[email protected]
        link
        fedilink
        451 month ago

        I didn’t realise until I read that comment, your comment and the other comment about slash direction.

        • @hemmes
          link
          English
          221 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
            link
            31 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.

            • @[email protected]
              link
              fedilink
              31 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
          link
          111 month ago

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

        • @Serinus
          link
          3
          edit-2
          1 month ago

          deleted by creator

    • @Droggelbecher
      link
      61 month ago

      Can you please explain? I’ve never used Mac and it’s been a long time since I’ve properly used windows.

      • @disguy_ovahea
        link
        271 month ago

        File paths in Linux and Mac use / while Windows uses \

        Take a look at the angle of the lightsabers.

          • @disguy_ovahea
            link
            81 month ago

            Like I said, way more clever than it should be. Props to the creator for sure.

        • @[email protected]
          link
          fedilink
          English
          4
          edit-2
          1 month ago

          Technically, Windows understands both / and \. I personally always use / just because it’s easier to type that.

    • Anas
      link
      31 month ago

      Took me a minute

    • Pennomi
      link
      English
      291 month ago

      Python raw strings to the rescue!

      • unalivejoy
        link
        fedilink
        English
        171 month ago

        Nobody is stopping you from using forward slashes. Python will translate the path for the current platform.

    • Diplomjodler
      link
      171 month ago

      Try pathlib. All your problems solved.

  • @atx_aquarian
    link
    73
    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.

    • @[email protected]
      link
      fedilink
      631 month ago

      From a technical standpoint, the windows NTFS filesystem is designed inherently case sensitive, just windows doesn’t allow creating case sensitive files.

      Connecting an NTFS drive to linux, you can create two separate files readme.txt and Readme.txt.

      Using windows, you can see both files in the filesystem, but chances are most (if not all) software will struggle accessing both files, opening readme.txt might instead open Readme.txt or vice versa.

      • @riodoro1
        link
        331 month ago

        Such a microsoft thing to do.

        • The_Decryptor
          link
          fedilink
          English
          17
          edit-2
          1 month ago

          NTFS was designed back in the mid 90s, when the plan was to have the single NT kernel with different subsystems on top of it, some of those layers (i.e. POSIX) needed case sensitivity while others (Win32 and OS/2) didn’t.

          It only looks odd because the sole remaining subsystem in use (Win32) barely makes use of any of the kernel features, like they’re only just now enabling long file paths.

      • @[email protected]
        link
        fedilink
        English
        161 month ago

        For a few years now, Windows has had the capability of marking certain directories as case-sensitive. So you can have a mixed-case-sensitivity filesystem experience now. Yeah. :/

      • JackbyDev
        link
        fedilink
        English
        31 month ago

        You’re correct. I once was trying to rename a file in Windows in a git repository that had a wrong capitalization. It was tricky.

      • @paperplane
        link
        161 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

        • @[email protected]
          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

    • @[email protected]
      link
      fedilink
      151 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”.

    • @ikidd
      link
      English
      101 month ago

      As is right and proper.

      • @[email protected]
        link
        fedilink
        English
        51 month ago

        But why? What is the point?

        That you can give 2 different files the same name? Because that would confuse the hell out of every regular user. Especially if you work on a network share and have an entire directory full of same named files because everyone and their grandma throws their files in there.

        It is almost as bad as Case Sensitive Usernames and email.

    • @MooseTheDog
      link
      91 month ago

      Least favorite part of linux honestly

      • @[email protected]
        link
        fedilink
        221 month ago

        Case-insensitive filesystems are for maniacs. They are only causing trouble. Ever had two folders with the same name but different capitalization in windows? You see both, but whichever you click it will always open the same one, while the other can’t be accessed. Psychopath behavior.

        • @MooseTheDog
          link
          41 month ago

          In my decades of IT work I have literally never seen this to be an issue. To myself or others.

        • @[email protected]
          link
          fedilink
          41 month ago

          That’s because NTFS isn’t case-insensitive. If it was there’d be no two folders. Windows is a case-insensitive operating system running on a case-sensitive file system. It’s pretty clear Microsoft wanted case sensitivity and then realised how much legacy software that’d break.

      • @asdfasdfasdf
        link
        111 month ago

        Hard disagree. I don’t understand why anyone would want case insensitive.

        Am I the only one who doesn’t go around mindlessly capitalizing letters? Do people find it too difficult to capitalize things?

        Do you want case insensitive passwords too?

        If I type X I mean X and only X. Uppercase letters are different letters, just like X and Y are different letters.

        • @CallMeButtLove
          link
          English
          21 month ago

          It’s less about me randomly capitalizing letters and more about me not remembering whether or not what I’m looking for had capitals or not.

        • @[email protected]
          link
          fedilink
          English
          21 month ago

          Uppercase letters are different letters

          No, they’re different glyphs, they’d still be alphabetized the same way as X and x are the same letter

      • @[email protected]
        link
        fedilink
        English
        111 month ago

        Makes changing the case of a file/folder a lot easier though. Windows you have to rename it to something else then rename it again just to change case but Linux you can just…rename it. It’s a small thing but it’s something

        • stebo
          link
          fedilink
          21 month ago

          is this bug really impossible to fix just because the file system is case insensitive?

      • optional
        link
        fedilink
        21 month ago

        It’s a big difference whether a folder is named PetersHits or PeterShits. So what should I expect when opening a folder called petershits? Pictures of Peter on the potty or some great songs?

  • pelya
    link
    591 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.

    • palordrolap
      link
      fedilink
      361 month ago

      There used to be an undocumented setting in early versions of MS-DOS that would allow the setting of the command option character to something other than the slash, and if you did that, the slash automatically became the path separator. All you needed was SWITCHAR=- in your CONFIG.SYS and DOS was suddenly very Unix-y.

      It was taken out after a while because, with the feature being undocumented, too many people didn’t know about it and bits of software - especially batch files, would have been reliant on things being “wrong”. The modern support for regular slash in API calls probably doesn’t use any of the old SWITCHAR code, but it is, in some way, the spiritual descendant of that secret feature.

      Here’s an old blog that talks about it: https://learn.microsoft.com/en-gb/archive/blogs/larryosterman/why-is-the-dos-path-character

    • @marcos
      link
      141 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.

    • @[email protected]
      link
      fedilink
      English
      291 month ago

      And BSD. It’s really just Windows vs. literally everything. Or is there anything else that uses backslashes?

      • @db2
        link
        271 month ago

        CP/M

        Which in this context is named hilariously.

    • @mercano
      link
      111 month ago

      Only Mac OS 10 and later, based on BSD, uses ‘/‘. (And, I guess, A/UX.) Classic MacOS used a ‘:’, but it wasn’t regularly exposed in the UI. The only way most users would know is that the colon couldn’t be used in a file name.

      • horse
        link
        fedilink
        3
        edit-2
        1 month ago

        I might be wrong, but I think you still can’t use a ‘:’ in a filename in macOS. If I recall correctly it will let you do it and show it in Finder, but actually replace it with a ‘-’.

    • @[email protected]
      link
      fedilink
      111 month ago

      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.

      • @[email protected]
        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.

      • @OrteilGenou
        link
        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?

    • @Sorgan71
      link
      71 month ago

      at that point operating systems are also not real.

  • @nexguy
    link
    231 month ago

    Would it be more efficient to say Unix vs Windows?

      • @[email protected]
        link
        fedilink
        English
        61 month ago

        I’d just like to interject for a moment. What you’re refering to as Linux, is in fact, GNU/Linux, or as I’ve recently taken to calling it, GNU plus Linux. Linux is not an operating system unto itself, but rather another free component of a fully functioning GNU system made useful by the GNU corelibs, shell utilities and vital system components comprising a full OS as defined by POSIX.

        Many computer users run a modified version of the GNU system every day, without realizing it. Through a peculiar turn of events, the version of GNU which is widely used today is often called Linux, and many of its users are not aware that it is basically the GNU system, developed by the GNU Project.

        There really is a Linux, and these people are using it, but it is just a part of the system they use. Linux is the kernel: the program in the system that allocates the machine’s resources to the other programs that you run. The kernel is an essential part of an operating system, but useless by itself; it can only function in the context of a complete operating system. Linux is normally used in combination with the GNU operating system: the whole system is basically GNU with Linux added, or GNU/Linux. All the so-called Linux distributions are really distributions of GNU/Linux!

        • @stetech
          link
          31 month ago

          No, Richard, it’s ‘Linux’, not ‘GNU/Linux’. The most important contributions that the FSF made to Linux were the creation of the GPL and the GCC compiler. Those are fine and inspired products. GCC is a monumental achievement and has earned you, RMS, and the Free Software Foundation countless kudos and much appreciation.

          Following are some reasons for you to mull over, including some already answered in your FAQ.

          One guy, Linus Torvalds, used GCC to make his operating system (yes, Linux is an OS – more on this later). He named it ‘Linux’ with a little help from his friends. Why doesn’t he call it GNU/Linux? Because he wrote it, with more help from his friends, not you. You named your stuff, I named my stuff – including the software I wrote using GCC – and Linus named his stuff. The proper name is Linux because Linus Torvalds says so. Linus has spoken. Accept his authority. To do otherwise is to become a nag. You don’t want to be known as a nag, do you?

          (An operating system) != (a distribution). Linux is an operating system. By my definition, an operating system is that software which provides and limits access to hardware resources on a computer. That definition applies whereever you see Linux in use. However, Linux is usually distributed with a collection of utilities and applications to make it easily configurable as a desktop system, a server, a development box, or a graphics workstation, or whatever the user needs. In such a configuration, we have a Linux (based) distribution. Therein lies your strongest argument for the unwieldy title ‘GNU/Linux’ (when said bundled software is largely from the FSF). Go bug the distribution makers on that one. Take your beef to Red Hat, Mandrake, and Slackware. At least there you have an argument. Linux alone is an operating system that can be used in various applications without any GNU software whatsoever. Embedded applications come to mind as an obvious example.

          Next, even if we limit the GNU/Linux title to the GNU-based Linux distributions, we run into another obvious problem. XFree86 may well be more important to a particular Linux installation than the sum of all the GNU contributions. More properly, shouldn’t the distribution be called XFree86/Linux? Or, at a minimum, XFree86/GNU/Linux? Of course, it would be rather arbitrary to draw the line there when many other fine contributions go unlisted. Yes, I know you’ve heard this one before. Get used to it. You’ll keep hearing it until you can cleanly counter it.

          You seem to like the lines-of-code metric. There are many lines of GNU code in a typical Linux distribution. You seem to suggest that (more LOC) == (more important). However, I submit to you that raw LOC numbers do not directly correlate with importance. I would suggest that clock cycles spent on code is a better metric. For example, if my system spends 90% of its time executing XFree86 code, XFree86 is probably the single most important collection of code on my system. Even if I loaded ten times as many lines of useless bloatware on my system and I never excuted that bloatware, it certainly isn’t more important code than XFree86. Obviously, this metric isn’t perfect either, but LOC really, really sucks. Please refrain from using it ever again in supporting any argument.

          Last, I’d like to point out that we Linux and GNU users shouldn’t be fighting among ourselves over naming other people’s software. But what the heck, I’m in a bad mood now. I think I’m feeling sufficiently obnoxious to make the point that GCC is so very famous and, yes, so very useful only because Linux was developed. In a show of proper respect and gratitude, shouldn’t you and everyone refer to GCC as ‘the Linux compiler’? Or at least, ‘Linux GCC’? Seriously, where would your masterpiece be without Linux? Languishing with the HURD?

          If there is a moral buried in this rant, maybe it is this:

          Be grateful for your abilities and your incredible success and your considerable fame. Continue to use that success and fame for good, not evil. Also, be especially grateful for Linux’ huge contribution to that success. You, RMS, the Free Software Foundation, and GNU software have reached their current high profiles largely on the back of Linux. You have changed the world. Now, go forth and don’t be a nag.

          Thanks for listening.

        • @[email protected]
          link
          fedilink
          31 month ago

          There are several linux systems that don’t use GNU. Android for one. Alpine (everyone’s favorite docker image) for two. ChromeOS for three.

      • @nexguy
        link
        21 month ago

        I thougt linux is no longer Posix compliant, or is just partially posix compliant.

  • @umbraroze
    link
    211 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

    • @T156
      link
      English
      81 month ago

      Specifying paths with - would be its own special brand of hell.

  • katy ✨
    link
    fedilink
    161 month ago

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

    • Diplomjodler
      link
      701 month ago

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

        • @PNW_Doug
          link
          201 month ago

          They did! And I weirdly kind of miss them for the entirely non-logical reason that they looked elegant.

          Don’t get me wrong, I adapted in about 3 seconds when I made the switch to Mac OS X 25 years ago, but I irrationally kinda miss them just a tiny bit.

          • @saplyng
            link
            91 month ago

            Code in Rust and you can get double colons for your library path imports!

      • @Valmond
        link
        71 month ago

        Was that bill gates just to make one of the first incompatibilities in a long long run?

        • @[email protected]
          link
          fedilink
          English
          22
          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.

      • @CaptPretentious
        link
        61 month ago

        Times change. You used to not be able to run Linux in Windows, but you can do that too.

        • @SpaceNoodle
          link
          121 month ago

          Yeah, and I’ve tried that. It turns out it works even better if you throw away the Windows part.

      • @[email protected]
        link
        fedilink
        English
        21 month ago

        Actually, from what I can tell in my brief 15-minute internet search, every version of Windows since NT has accepted both because DOS 2.0 supported both. The exception to this was Command Prompt. But, these days, it supports both. Not sure when they made that change in Command Prompt, but I think it’s been that way since at least Windows 7.

        • @SpaceNoodle
          link
          2
          edit-2
          1 month ago

          Sadly, I had the great displeasure of writing code for Windows (and DOS) well before then.

  • @Adalast
    link
    81 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.

  • RedSnt 👓♂️🖥️
    link
    fedilink
    71 month ago

    If you know what a nordic keyboard layout looks like, you’d probably prefer backslash. Since I moved to Linux a year ago I’ve been struggling to find the easiest way to forward slash. Shift + 7? Or numpad / with my right pinky?

    • @[email protected]
      link
      fedilink
      Deutsch
      81 month ago

      For me it’s even worse. Forward slash is also Shift + 7 and backslash is AltGr + ß?? I hate that computing is only optimized for US american layouts. Going by my keyboard, the filepath separator should probably be an ö.

      • RedSnt 👓♂️🖥️
        link
        fedilink
        11 month ago

        The alt gr + ß is probably the same for nordic keyboards, the one below A. It’s <>\ for me, but afaik both < and > are also individual keys on a US keyboard. And then there’s ~. But I guess you get used to dead keys.

    • @[email protected]
      link
      fedilink
      31 month ago

      Get a macro pad and configure one button to type a forward slash.

      How do you type URLs using that keyboard layout?

      • RedSnt 👓♂️🖥️
        link
        fedilink
        61 month ago

        Shift+7 feels wrong for some reason, so I currently tend to just send my pinky on a kamikaze mission towards the numpad hoping I hit /. Sometimes I hit numlock, sometimes I hit *.
        Even if I made a compose key “shortcut” via ~/.XCompose it’d still be more work than what I’m doing already.

        Macro pad could be a solution, I have considered it beforehand for other purposes tbh

    • @[email protected]
      link
      fedilink
      English
      21 month ago

      Had a similar struggle with the German layout, but in the meantime I have moved to the “EURKey” layout. It is built in to many distros and available for Windows and Mac. It mimics a US layout while still having all the äüöß (and much more) I could ever need. Though I will say it’s only really worth it if you’re in IT or similar where you frequently need certain symbols.

      • RedSnt 👓♂️🖥️
        link
        fedilink
        21 month ago

        That’s not a bad shout at all. It does hide æøå on weird keys though, would take a lot of practice to get used to that, but I’ll definitely put that layout into the layout rotation, thanks for the suggestion.

  • @[email protected]
    link
    fedilink
    41 month ago

    The number of times I had to ask “how can I tell where the file ‘physically’” (I know) “lives” on the network when I took up work at a Windows shop, it was just baffling. And Win people couldn’t understand what I was asking.

    There’s a location for this effing thing. I want to know where it is, really! How do I get that info?!

    • @[email protected]
      link
      fedilink
      41 month ago

      Physically, it’s probably on your hdd or ssd. Or possibly just in ram or a data center somewhere 😜

    • @[email protected]
      link
      fedilink
      English
      21 month ago

      It’s not Win people. It is dumb people.

      Any Infrastructure IT guy can tell you where specific files are stored, it is their job. Whether they mainly use Windows, Mac or Linux doesn’t matter.