Viewing profile — servbot
servbot
HN member- Joined
- Sun, Sep 13, 2015, 4:01 PM UTC
- HN karma
- 13
- Public activity
- 5 items
- HN profile
- View on Hacker News ↗
About servbot
No profile information was provided.
Recent public activity
-
comment
Comment #41684498
So is this a reflection on Boeing engineering culture? Seems it would be, I remember comments from previous articles saying it is.
-
comment
Comment #40880273
I have to favorite mantras related to this: There is nothing more permanent than temporary. ... and ... We don't have time to do it right, but we do have time to do it twice.
-
comment
Comment #18374004
Here is something from Clojure that stuck with me as particularly elegant: The -> macro. (-> {} (add-person 'servbot) add-age add-info add-to-db notify-status-by-email log-user-add…
-
comment
Comment #15496032
Thank you for the insights on Go and how Go has added value to your organizations and enabled a better environment for development at your organization! I love hearing viewpoints o…
-
comment
Comment #10211807
From: http://legacy.python.org/dev/peps/pep-0465/#id24 Implementing __matmul__, __rmatmul__ and __imatmul__ will allow you to apply this operator to any given class. In that light,…