Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
servbot
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
4 ms
·
1.
▲
by
servbot
2y ago
So is this a reflection on Boeing engineering culture? Seems it would be, I remember comments from previous articles saying it is.
2.
▲
by
servbot
2y ago
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.
3.
▲
by
servbot
8y ago
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-addition )
4.
▲
by
servbot
9y ago
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 on tradeoffs and general evaluations on value of new(ish) dev
5.
▲
by
servbot
11y ago
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, you could subclass the nump