Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
gopher_protocol
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
gopher_protocol
3y ago
I know reading the article is hard, but if you did you'd realize that it was slow because colorization was performed by an extension, and could not be optimized sufficiently because of limitations of the public API. They sped it up by
2.
▲
by
gopher_protocol
7y ago
Beard oil is fantastic for making your beard feel softer and more manageable. For controlling shape, beard balm is generally even better, but I'm still learning to work with it; the one I have is basically a pomade.
3.
▲
by
gopher_protocol
7y ago
I've started going to a barber for a full trim/shape once a month or so. Then any trimming I do is kind of as-needed. I think this kind of depends on how your beard grows in and how particular you are about stray hairs. I find tha
4.
▲
by
gopher_protocol
8y ago
Open addressing has better cache performance, and for most workloads is much faster than chaining implementations. Hashbrown's implementation is based on Google's SwissTable, and they explained the reasoning behind their choices i
5.
▲
by
gopher_protocol
8y ago
I'm not arguing that Kakoune's way isn't better (I think it probably is). But you can sort of do this in Vim as well, minus the more advanced interactive adjustments: - :set hlsearch - Type `/` - Spend five seconds think
6.
▲
by
gopher_protocol
8y ago
He also styled himself as a progressive, and was largely supported by progressives. He specifically took rhetoric from the Progressive Party platform. Donald Trump bears little resemblance to Reagan or Lincoln, but he is still a Republican.
7.
▲
by
gopher_protocol
9y ago
No one is asking for C/C++ style macros, or even C++ templates. Go generics would be closer to Java or C# generics, which increase code clarity, reduce boilerplate and copy/paste code, and communicate intent.
8.
▲
by
gopher_protocol
10y ago
I've found another issue where it just removes comments entirely inside an otherwise empty block. function doSomething() : int { return myPromise .then(() => { // ...do thing /* what
9.
▲
by
gopher_protocol
10y ago
One of my partner's tasks as a legal assistant is to go through mountains of OCRed PDFs and classify them and extract pieces of data so that lawyers and paralegals can go through them more easily. Do you imagine deep learning would be