AstonJ
macOS had always used your Account Name as your Username (Case-Preserving) but from around Catalina onwards it started downcasing usernames, so /Users/Yourname became /Users/yourname.
Is your username Capitalised or lowercased and which do you prefer?
- My home directory is lowercase and I don’t mind/prefer it lowercase
- My home directory is lowercase but I would prefer it Capitalised
- My home directory is Capitalised and I don’t mind/prefer it Capitalised
- My home directory is Capitalised and prefer it Capitalised, but am considering making it lowercase to be on the safe side/future compatibility
- My home directory is Capitalised but I would prefer it lowercase
- Other (please say in thread!)
0
voters
If you’ve run into any issues because of it please share too ![]()
(If you’re wondering why they started lowercasing usernames they said it was to improve compatibility and reduce issues with command-line tools/scripts - though I never had any issues myself)
Trending in Dev Env & Tools
Other Trending Topics
Hey, I’m Jesse and I’m the main contributor behind Dexter, a full-featured, lightning-fast Elixir LSP optimized for large codebases. It s...
New
I am happy to introduce the very α version of the new programming language compiled to BEAM.
Welcome Cure.
It has literally three kille...
New
Hi there! We created Gust: A task orchestrator inspired by Airflow.
For those who have never heard about Aiflow, it’s a Python-based wor...
New
Hi everyone!
The first release candidate for the Expert language server project is now available!
We’ve published a press release detai...
New
Beam Bots (or just BB for short) is a framework for building fault-tolerant robotics applications in Elixir using familiar OTP patterns. ...
New
Xamal is a deployment tool for Elixir apps that deploys native releases to bare metal servers over SSH. It’s a port of GitHub - basecamp/...
New
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #library
- #deployment
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #elixirconf
- #channels
- #exunit
- #discussion
- #code-sync
- #podcasts
- #javascript
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixirconf-us
- #ai
- #blog-post
- #elixir-ls
- #phoenix_html
- #iex
- #graphql
- #genstage
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #metaprogramming
- #hex
- #security











Showing Posts 1 to 6- Show Best Posts
- Show All (oldest first)
- Show All (newest first)
katafrakt
But wait, does it matter? The default filesystem for MacOS is case insensitive anyway, so you can do
ls /uSERs/MyUsErand it will still work. Or am I missing something wrt compatibility issues?AstonJ
Gosh I feel like such a rebel
When Catalina changed it I changed it straight back - the inconsistency just didn’t sit right with me. We still have
/Users/Sharedand then all of our usual directories start with a capital letter resulting in a miss-mash, eg:/Users/aston/Documents/Projects. If you have your home folder in the Finder sidebar it would again be inconsistent and just look a bit wrong. I prefer this:So for now I have changed my vote and I am sticking with it capitalised. Hopefully it won’t cause me any issues…
I believe they changed it to bring it in line with Unix conventions where user accounts are always lowercase, and from what I’ve read the main problems were because of Docker. However I don’t use Docker on my Mac and if I ever need it I’d just create a new account and use it via that.
The only issue I’ve had with this myself is when Apple made the change and thought it would be helpful to update everything else as well - it was a about 5 or 6 years ago now but IIRC they also changed the PG user for my account to lowercase, so when I changed my account back to
AstonPG broke. If they had just left it it would have been fine.Curious if anyone knows of any other potential issues tho..
byhemechi
You know you can choose your home directory name in the OOBE right?
AstonJ
What’s the OOBE George?
byhemechi
out of box experience, initial setup screen thing
AstonJ
Ah, unfortunately that always downcases the account name - the only way to Capitalise it now is by creating a second admin account, logging in with that, then Users & Groups > Advanced Options for the account you want to change. However I would not recommend doing this on an existing system with a dev environment already set up, best done on a fresh system.