Viewing profile — tniswong
tniswong
HN member- Joined
- Mon, Jan 25, 2016, 7:58 PM UTC
- HN karma
- 13
- Public activity
- 4 items
- HN profile
- View on Hacker News ↗
About tniswong
No profile information was provided.
Recent public activity
-
comment
Comment #11631103
In a meritocracy, people earn money by means reaping the rewards of their own personal merit. The government has no money of its own. So, in order to fund these programs, it must f…
-
comment
Comment #11623753
Mind explaining how intentionally reducing the explicit tangible rewards of personal merit strengthens a meritocracy? Is critical thinking no longer a thing?
-
comment
Comment #11552260
When you walk around in your daily life, do you write your password down on everything you touch? Why not?
-
comment
Comment #10969523
I just use bash aliases in my .profile ---- alias dm="docker-machine" alias dc="docker-compose" alias denv='function __denv() { eval "$(dm env $@)"; unset -f __denv; }; __denv' ---…