Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
helpme3
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
63 ms
·
1.
▲
The Beauty of Dependency Injection
(dimes.github.io)
1 points
by
helpme3
7y ago
|
0 comments
2.
▲
Show HN: Dihedral – compile-time dependency injection for Go
(github.com)
2 points
by
helpme3
7y ago
|
0 comments
3.
▲
by
helpme3
7y ago
The wildlife isn't exactly thriving, but I guess getting dosed is better than human contact for most species: https://www.nytimes.com/2014/05/06/science/nature-adapts-to-...
4.
▲
by
helpme3
7y ago
This is terrifying. If this, and similar ideas, gain adoption, this will undoubtedly lead to the next financial crisis. From my understanding, JPMC wants to issue a new coin and make the market for that coin by buying the coin for $1. Then,
5.
▲
by
helpme3
8y ago
That isn't an enum because it's valid to do SOME_NON_ENUM_VALUE = MyEnum(10) in Go.
6.
▲
by
helpme3
8y ago
This isn't that surprising. I think the reason for this is that, even though the model is linear, the space of n-grams is so large that there usually is a line that separates any two classes.
7.
▲
by
helpme3
8y ago
The purpose of this work isn't to generate realistic NSFW images. The purpose is to visually represent what a neural network "looks for" when classifying NSFW content. It is very interesting that these generate images strike
8.
▲
Show HN: A command-line tool for getting today's NHL games
(github.com)
1 points
by
helpme3
8y ago
|
0 comments
9.
▲
by
helpme3
8y ago
You should definitely CDN your data. A majority of a client-side latency is spent round-tripping to the server. Using a CDN greatly reduces this time. I don't know your workload, but 60ms doesn't seem that fast. Don't get me