Viewing profile — mainland
mainland
HN member- Joined
- Wed, Mar 11, 2009, 5:36 AM UTC
- HN karma
- 100
- Public activity
- 27 items
- HN profile
- View on Hacker News ↗
About mainland
No profile information was provided.
Recent public activity
-
comment
Comment #49039306
I have also always loved---and used---LaTeX ;)
-
comment
Comment #49039200
If you are at all interested in punctuation---and especially the em-dash---I highly recommend Nicholson Baker's essay "Survival of the Fittest" in the NYRB: https://www.nybooks.com…
-
comment
Comment #39745412
Here is a copy of what looks to be the original report: https://wellcomecollection.org/works/seuuc6a5 > Here is a link to the version published with the ACM: https://dl.acm.org/doi…
-
comment
Comment #37557548
If you'd like to see what Donn's BASIC was like, you can! The Internet Archive has a version that runs in-browser [1]. Although the Folklore article says there were two books descr…
-
comment
Comment #36434918
https://archive.is/DOb4c
- story
- story
-
comment
Comment #30515841
An interesting, older paper that explores how to bridge the "ninja gap" between naive code and hand-optimized code is Can Traditional Programming Bridge the Ninja Performance Gap f…
-
comment
Comment #27006937
Great post! What do you use to draw your state diagrams?
-
comment
Comment #24049232
If you're doing new development and not opposed to using C++, I recommend xsimd, which provides a higher-level interface to architecture-specific SIMD instructions: https://github.…
-
comment
Comment #9710819
The OverbiteFF extension ( http://gopher.floodgap.com/overbite/ ) will let you use the gopher protocol as well. I actually installed it just so I could browse the floodgap gopher s…
-
comment
Comment #9709743
A bit of Googling got me this: gopher://gopher.floodgap.com/1/archive/userserve-ucsd-edu/Fonts/%20bitmapped%20fonts/screen-ImageWriter%20Fonts/Boston%20II Hopefully that's what you…
-
comment
Comment #9140963
The first "correct" solution will leak memory if the call to TSuperFoo::operator= throws an exception.
-
comment
Comment #8350995
Using pkfix before ps2pdf will improve the final output---it replaces bitmap fonts with Type 1 fonts.
- story
-
comment
Comment #5508573
The library writer is the "consumer" here. The programmer just uses the library, and the library chooses the proper stream representation. Of course the programmer can also use the…
-
comment
Comment #5508564
First author here. The dot product example was compiled with GCC 4.7.2 -O3 -msse4.2 -ffast-math -ftree-vectorize -funroll-loops; see the caption to Figure 5. What compiler options …
- story
- story
- story
- story
-
comment
Comment #1910113
Are there any references that detail the new inliner?
-
comment
Comment #1274777
OK, I'm being tongue-in-cheek here, but aren't they providing value by making the market more efficient? ;) That is, they're providing a service to the music industry and the artis…
-
comment
Comment #1268282
Actually, a tax is termed "progressive" when the tax rate increases as the taxable amount increases. A "regressive" tax is a tax where the tax rate decreases as the taxable amount …
-
comment
Comment #1175931
As much as I like Python, Guido has repeatedly demonstrated a pretty fundamental lack of understanding when it comes to functional programming concepts (I'm thinking in particular …