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.…
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.
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.…
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…
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…
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…
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.
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 */ }) .catch(() => { // ..do other…
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…
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.…
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.
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.…
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…
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…
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…
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.
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 */ }) .catch(() => { // ..do other…
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…