Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
hermod
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
hermod
6y ago
This was downvoted, but I think it's an interesting argument, in this context and in general. Should we be rooting for things that make supply of labor in our field more plentiful? Wouldn't it be in our self-interest to prevent
2.
▲
by
hermod
6y ago
In fact, yes! This is counterintuitive if you think of the floats as a model for the reals, but in fact the floats give the wrong intuition, being (a finite subset of) rationals. [1] details this and refers to two related articles (particul
3.
▲
by
hermod
6y ago
Which would be an excellent endorsement for PGP, provided that the said criminals don't get caught.
4.
▲
by
hermod
7y ago
With respect to async, I'm partial to trio [0], which is a spiritual successor to curio [1]. The model is similar to Golang in many ways, e.g. communication using channels [2] and cancellation [3] reminiscent of context.WithTimeout, ex