Viewing profile — hdevalence2
hdevalence2
HN member- Joined
- Thu, Dec 15, 2011, 2:15 AM UTC
- HN karma
- 19
- Public activity
- 8 items
- HN profile
- View on Hacker News ↗
About hdevalence2
Recent public activity
-
comment
Comment #3882524
Replace "," with "and".
-
comment
Comment #3872099
I don't think it's unreasonable for people to assume that = means equality, not assignment. Edit: In particular, the link posted in the second edit has a rather poor test using a a…
-
comment
Comment #3772496
Unfortunately, the implementation is, in my experience, not very good, because it's not consistent. Sometimes it shows up, and other times it doesn't, so you can't rely on it, and …
-
comment
Comment #3753084
I use python_markdown with MathJaX, and it works pretty well.
-
comment
Comment #3704973
Wouldn't it be better to do #define M_TAU = (2.0*M_PI) instead, so that it's clear that it's a math constant instead of a local variable? Also, I suspect that the math.h pi constan…
-
comment
Comment #3687169
FTA: > Here’s the thing. The LRA is an incredibly complex issue. By simplifying down to a case of “Goodies versus Baddies” the Invisible Children campaign risks undermining the ver…
-
comment
Comment #3550431
It sort of depends. For the blackboard bold, it's not really much difference between doing it in the editor and doing it as TeX macros. I used to do them in TeX, but after I starte…
-
comment
Comment #3550141
Hey, this is really great (and a strange coincidence -- this afternoon I was thinking about building something similar). Something I'm wondering about: I currently use vim-latexsui…