Viewing profile — senderpath
senderpath
HN member- Joined
- Thu, Dec 24, 2015, 11:48 PM UTC
- HN karma
- 2
- Public activity
- 6 items
- HN profile
- View on Hacker News ↗
About senderpath
No profile information was provided.
Recent public activity
-
comment
Comment #45337482
Yes, indeed! It's a design philosophy, and one that the market does not always reward. I suspect that for many, it is either not salient, or unimportant. Design is subjective, and …
-
comment
Comment #32726388
The very concept of "fairness" won't help you and will likely hurt your efforts to succeed in life. Besides being somewhat subjective, a business must prioritize profit over fairne…
-
comment
Comment #32071830
Gratitude helps, counting your blessings. Also, tackle something meaningful to you that's very hard. It's the striving that leads to happiness, not the attaining.
-
comment
Comment #10989881
PS: We have corrected the editing glitch and restored the missing section. Thanks for catching it.
-
comment
Comment #10989748
Sorry; editing mishap, yes. Here's the missing example: class Holder { var x = 0 } var n = 1 var h: Holder? = ... h?.x = n++ n // 1 or 2?
-
comment
Comment #10789948
Just watched the vid. IMO the talk does a disservice by minimizing the importance of mutability or immutability and the related issue of static vs dynamic. Are there commonalities?…