Viewing profile — jtxx000
jtxx000
HN member- Joined
- Sat, Apr 27, 2013, 9:11 PM UTC
- HN karma
- 30
- Public activity
- 8 items
- HN profile
- View on Hacker News ↗
About jtxx000
Recent public activity
-
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…
-
comment
Comment #11444999
Very cool paper.
-
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,…
-
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…
-
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.…
-
comment
Comment #11053645
As a followup, if I use __builtin_expect as recommended by the article, the situation reverses, with c++ being significantly faster.
-
comment
Comment #11052899
On my Macbook Pro, the rust version seems consistently faster (20% or so) than the c++ version compiled with clang.
-
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…