Live data from Hacker News

Viewing profile — mainland

mainland

HN member
Joined
Wed, Mar 11, 2009, 5:36 AM UTC
HN karma
100
Public activity
27 items

About mainland

No profile information was provided.

Recent public activity

  1. comment
    Comment #49039306

    I have also always loved---and used---LaTeX ;)

  2. 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…

  3. 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…

  4. 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…

  5. comment
    Comment #36434918

    https://archive.is/DOb4c

  6. story
  7. story
  8. 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…

  9. comment
    Comment #27006937

    Great post! What do you use to draw your state diagrams?

  10. 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.…

  11. 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…

  12. 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…

  13. comment
    Comment #9140963

    The first "correct" solution will leak memory if the call to TSuperFoo::operator= throws an exception.

  14. comment
    Comment #8350995

    Using pkfix before ps2pdf will improve the final output---it replaces bitmap fonts with Type 1 fonts.

  15. story
  16. 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…

  17. 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 …

  18. story
  19. story
  20. story
  21. story
  22. comment
    Comment #1910113

    Are there any references that detail the new inliner?

  23. 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…

  24. 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 …

  25. 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 …