Viewing profile — theaino
theaino
HN member- Joined
- Sun, Jun 10, 2018, 4:55 PM UTC
- HN karma
- 75
- Public activity
- 11 items
- HN profile
- View on Hacker News ↗
About theaino
No profile information was provided.
Recent public activity
- comment
-
comment
Comment #23352146
It's going to be interesting when you come to the end and are reviewing your life, realizing that you decided to spend what little time you have on this planet being the volunteer …
-
comment
Comment #21938547
It wouldn't help your case since that's a paraphrasing of this quote from Max Planck: “A new scientific truth does not triumph by convincing its opponents and making them see the l…
-
comment
Comment #21938301
> They are very practical like that. Or not. "Science advances one funeral at a time." Related HN discussion from a few days ago: https://news.ycombinator.com/item?id=21911225
- comment
-
comment
Comment #21648410
> "The death of the working class reporter" This article is just standard journalistic myth-making. The journalists cited as examples of success without college degrees, Carl Berns…
-
comment
Comment #20848396
Dropbox was replacing symlinks with the target file or directory tree in synced copies. This obviously breaks legitimate symlinks since the whole point of having the symlink is to …
-
comment
Comment #20846434
No, because Dropbox is a file syncing utility so symlinks, which are special files that point to other files, should be synced as symlinks. Replacing the symlink with the target fi…
-
comment
Comment #20846414
No, previously you were relying on a magic Dropbox hack that broke symlinks, whereas now the file system can be used properly and symlinks work like actual symlinks.
-
comment
Comment #20846321
Dropbox’s following of symlinks has always been magical, nonstandard behavior that breaks symlinks and is user-hostile for anyone who relies on proper symlink behavior.
-
comment
Comment #20846281
As another commenter mentioned, it is actually very common to symlink dotfiles like that and is how most dotfile management tools work. Dropbox’s magic symlink following has always…