35
kiki
1y

Woah that’s one hell of a meme

Comments
  • 1
    Good morning Kiki ;).
  • 8
    Windows, after 256 characters:
    Noooooooooo!
  • 0
    @Lensflare I wonder if Linux has a technical depth limit
  • 2
    @PotatoCookie apparently yes, but it’s 4096 by default. And it’s configurable.
  • 5
    to those who don't get it, lightsabers are slashes, backward and forward ones
  • 1
    @kiki I got it. The char limit was an extra layer on top of that joke. 😎
  • 6
    Everything in windows related to paths and files sucks
    In every programming language you have to write \\
    And who thought it was a good idea to make the fs case insensitive, disallow names like CON or use \r\n?
  • 3
    @devRancid a few days ago I found another weird behavior related to paths:

    cd to any folder, then try to modify that folder or one of its parents in the file explorer.
    It will complain that it is currently in use.
  • 3
    @Lensflare Well that's not completely stupid though is it? The explorer process is in fact using that folder and you don't want the folder to disappear just as you're about to copy/paste something from it right?
  • 1
    @PotatoCookie I think you misunderstood me.

    You open cmd, type in "cd path/to/folder".
    Now it somehow has an effect on the explorer so that you can not rename or delete that folder.

    This is weird because you don’t expect "cd" to mutate some global state.
    I don’t know if it’s stupid, just weird.
  • 2
    @PotatoCookie it is stupid
    KDE/Dolphin allows you to delete the parent folder if you're already in it
    And
    - UI updates to "empty folder"
    - terminal shows a lock icon (at least in zsh)
  • 1
    @devRancid there's arguments for both types of behavior I guess but personally I would dislike a folder being able to disappear when having it opened in a graphical program.

    @Lensflare Indeed, I assumed you were talking about explorer (no clue why). Terminal CD blocking folder removal is weird indeed.
  • 3
    I encountered so many times that windows locks a file for some reason and then you have to take wild guesses why, because it doesn't tell you
  • 1
    @devRancid There are utilities to figure out why a file is locked. Generally it is something stupid indeed like explorer or system. And indeed Windows is not very clear about this in the "usual" programs like explorer.

    However being able to delete or change a folder that is opened in graphical programs sounds like a bad idea to me and not a windows issue.

    Files being locked for no apparent reason and being unable to figure out why easily, is a windows issue.

    Both are unrelated though.
  • 1
    @devRancid I used to use Unlocker back in the day
  • 0
    The eternal IFDEF...
  • 1
    Hahaha I laughed harder than I should
  • 1
    Not all heroes wear capes, some are villains
  • 1
    On Linux I once created a file with a leading space in its name. It took a while to figure out why I could see the file in a listing but I couldn't load it into the editor. The allowance of control characters in file names is also completely crazy.
Add Comment