• dev_null
    link
    fedilink
    arrow-up
    3
    arrow-down
    1
    ·
    10 days ago

    For example I might store blobs of data processed by my database in files that have the Base64 ID of the blob as the filename. If the filesystem was case insensitive, I’d be getting collisions.

    Users probably don’t make such files, no. But 99% of files on a computer weren’t created by the user, but are part of some software, where it may matter.

    And often software originally written for Linux or macOS and then ported to Windows ends up having problems due to this.