Starting on Lion, Apple decided to annoy the users hiding the ~Library directory.
I was forced to type this on terminal to bring it back:
sudo chflags nohidden ~/Library
the problem is that every new OS update makes the folder hidden again, forcing me to type the command every time.
Is there a way to make it read-only so Apple cannot change it back?