Hacker News new | past | comments | ask | show | jobs | submit login

This. Although I wish Apple would follow MS's suite and remove "spaces" in directories. Right now we have something like

    /Users/behnam/Library/Application Support
which is _nasty_ when working in a terminal.

MS tried to fix this by making directories like:

    C:/Users/AppData/Local/



The irony is, Microsoft originally put a space in "Program Files" intentionally, to force software developers to support paths with spaces in.

I don't know why developers have apparently collectively decided to go backwards. If your software doesn't support spaces there's a reasonable chance it doesn't support more exotic characters either, which really sucks if you are not natively English speaking.


> If your software doesn't support spaces there's a reasonable chance it doesn't support more exotic characters either, which really sucks if you are not natively English speaking.

The problem with space is that it's often a separator, which will not be the case for exotic characters. Fixing issues with exotic characters will not necessarily fix issues with spaces, and vice versa.


I honestly prefer having these spaces. It forces tools to actually cope with them instead of pretending spaces don't exist and breaking when they do.


It's not as much issue with tools as it is an issue when working from shell. You have to make sure to quote such paths, and autocomplete gets confused sometimes when it auto-escapes the space with \




Join us for AI Startup School this June 16-17 in San Francisco!

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: