Viewing profile — jvanenk
jvanenk
HN member- Joined
- Wed, Jan 26, 2011, 9:35 PM UTC
- HN karma
- 166
- Public activity
- 42 items
- HN profile
- View on Hacker News ↗
About jvanenk
No profile information was provided.
Recent public activity
-
comment
Comment #8428074
You should really really REALLY read the article.
-
comment
Comment #7386949
It's also doesn't work well for hyphenated words: 'step-by-step' and 'hastily-implemented' are flashed up all at once. (Regardless of whether or not those are properly hyphenated.)…
- story
-
comment
Comment #7179974
as meaningless as most works of science fiction.
-
comment
Comment #7157053
If you have clang available, the -fsanitize flag is also incredibly helpful for runtime analysis.
-
comment
Comment #7081778
Based on the post's content, I have no idea what the complaint is. Can some one provide some more context?
-
comment
Comment #6936612
http://www.youtube.com/watch?v=87jnCABBaeY Overly enthusiastic video demonstrating the issue for those who are curious. :)
-
comment
Comment #6849054
A friend of mine wrote something up on this technique a while ago: http://spin.atomicobject.com/2012/11/01/hey-c-is-a-functiona...
-
comment
Comment #6538694
Because of the timing, it's unlikely this was done in response to this incident, but CodeMash did update its code of conduct on September 26th. https://groups.google.com/forum/#!ms…
-
comment
Comment #6517267
Or the circle you're working in is comprised of people from varying languages, countries, and backgrounds to whom "guys" might be at best ambiguous.
-
comment
Comment #6244544
I'm reminded of protothreads ( http://dunkels.com/adam/pt/ ). I used protothreads some time ago on an embedded project to implement a (very small) HTTP server in only a few KB or R…
-
comment
Comment #5938951
What your parent comment described is steganography. It's not strictly limited to images or videos. (1,2) (3,4) (10,7) (11,1) (12, 2)
-
comment
Comment #5752116
Stop Using Linked-Lists (in areas where linked-lists are the wrong structure to use) Edit: I should note this article's advice is really good advice if your focus is performance.
-
comment
Comment #5294017
Haskell has marvelous concurrent constructs. It's actually one of the few places where I end up thinking "wow, I'm glad I get to use threads here" and I'm not thinking it sarcastic…
-
comment
Comment #4848058
Ah, I have no rights to encryption either then since ... you know ... child porn. Or UPS for that matter.
-
comment
Comment #4790614
It's a full two days after the original order went through. Couldn't they know this information earlier?
-
comment
Comment #4732442
> It's a cute example, but I can't see any scenario where its better or safer than heap use. The author does explicitly point this out: "While I find this style strangely addictive…
-
comment
Comment #4505317
> it amounts to an advertisement of a free service available No it doesn't. Especially if it's unintentional.
-
comment
Comment #4324195
A paraphrasing of "other people have it off worse, so stop complaining" isn't an argument.
-
comment
Comment #4323480
That's a pretty strong claim to make without citing sources.
-
comment
Comment #4297539
I actually have some experience with GoogCustSvc now. I bought a Nexus 7. It has touch-screen problems. They provided a way to contact them here ( http://support.google.com/nexus/b…
-
comment
Comment #4094469
> most people recognize that there is a place where C is really your only choice But should it be?
-
comment
Comment #3976510
last I checked, Heroku does have a free offering.
-
comment
Comment #3943858
> That is the absolute major issue with doing safety-critical development right: it has a cost, that cost is very, very high, and few want to pay it. This is absolutely true. The c…
-
comment
Comment #3943749
My experience in aerospace has been that people still distrust optimizers. Generally, they are turned off. Same thing for things like CPU cache. Not exactly relevant to this discus…