logoalt Hacker News

codethieftoday at 3:01 PM4 repliesview on HN

In a similar move (silently changing a feature crucial to some users), in Android 11 Google suddenly removed the possibility to use "special" characters

  ":<>?|\*
in filenames[0], presumably because they're not allowed on Windows/NTFS and Windows users might end up struggling to transfer them to their Windows computer. I don't care about NTFS at all, though. I just want to be able to sync all my files with my Linux machines and now I'm no longer able to. Makes me want to scream.

[0]: https://github.com/GrapheneOS/os-issue-tracker/issues/952


Replies

xigoitoday at 3:34 PM

I have a personal convention that all files I put into my synced folder must consist of lowercase alphanumeric characters, hyphens and periods (to be precise, match the regex /\.?([a-z0-9]([-.][a-z0-9])?)+/). It saves a lot of pain.

driverdantoday at 5:22 PM

What types of files are you syncing that have those characters in their names?

raw_anon_1111today at 3:54 PM

And you don’t see why Google would cater to Windows and a Mac users at the expense of Linux users?

ThePowerOfFuettoday at 3:10 PM

Putting a star into a filename is a pain in the ass, no matter the OS.

show 1 reply