Live data from Hacker News

Viewing profile — jtxx000

jtxx000

HN member
Joined
Sat, Apr 27, 2013, 9:11 PM UTC
HN karma
30
Public activity
8 items

About jtxx000

http://www.acceliva.com

Recent public activity

  1. comment
    Comment #14828701

    Kernel density plots should be preferred to histograms in nearly all cases. Histograms can be seen as a kernel density plot with a uniform kernel that has been sampled. Since a ker…

  2. comment
    Comment #11444999

    Very cool paper.

  3. comment
    Comment #11443583

    Sure, for bitmaps fonts or pixel hinting the signal processing framework doesn't provide much insight. However, the word aliasing itself refers to a concept from signal processing,…

  4. comment
    Comment #11442777

    The paper is old, but it's actually a fairly trivial application of signal processing techniques that have been well-understood since the 40s. For sub-pixel anti-aliasing, the appr…

  5. comment
    Comment #11441100

    > Most anti-aliasing techniques do boundary smoothing by treating each pixel as a little square and visualizing the fraction of the pixel area that is contained inside the outline.…

  6. comment
    Comment #11053645

    As a followup, if I use __builtin_expect as recommended by the article, the situation reverses, with c++ being significantly faster.

  7. comment
    Comment #11052899

    On my Macbook Pro, the rust version seems consistently faster (20% or so) than the c++ version compiled with clang.

  8. comment
    Comment #6638101

    For my recently-launched consulting site ( http://www.acceliva.com ), I used a static site generator with a custom bootstrap-based design. I started off with a Node.js stack (Winte…