Viewing profile — gopher_protocol
gopher_protocol
HN member- Joined
- Thu, Dec 22, 2016, 11:34 PM UTC
- HN karma
- 48
- Public activity
- 10 items
- HN profile
- View on Hacker News ↗
About gopher_protocol
No profile information was provided.
Recent public activity
-
comment
Comment #36434382
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 becaus…
-
comment
Comment #19904124
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; th…
-
comment
Comment #19882657
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 ho…
-
comment
Comment #19444901
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 t…
-
comment
Comment #19315105
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 hlsear…
-
comment
Comment #17340204
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 res…
-
comment
Comment #15882316
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 c…
- comment
-
comment
Comment #13368227
I've found another issue where it just removes comments entirely inside an otherwise empty block. function doSomething() : int { return myPromise .then(() => { // ...do thing /* wh…
-
comment
Comment #13273697
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 t…