Live data from Hacker News

Viewing profile — jvanenk

jvanenk

HN member
Joined
Wed, Jan 26, 2011, 9:35 PM UTC
HN karma
166
Public activity
42 items

About jvanenk

No profile information was provided.

Recent public activity

  1. comment
    Comment #8428074

    You should really really REALLY read the article.

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

  3. story
  4. comment
    Comment #7179974

    as meaningless as most works of science fiction.

  5. comment
    Comment #7157053

    If you have clang available, the -fsanitize flag is also incredibly helpful for runtime analysis.

  6. comment
    Comment #7081778

    Based on the post's content, I have no idea what the complaint is. Can some one provide some more context?

  7. comment
    Comment #6936612

    http://www.youtube.com/watch?v=87jnCABBaeY Overly enthusiastic video demonstrating the issue for those who are curious. :)

  8. 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...

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

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

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

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

  13. 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.

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

  15. comment
    Comment #4848058

    Ah, I have no rights to encryption either then since ... you know ... child porn. Or UPS for that matter.

  16. comment
    Comment #4790614

    It's a full two days after the original order went through. Couldn't they know this information earlier?

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

  18. comment
    Comment #4505317

    > it amounts to an advertisement of a free service available No it doesn't. Especially if it's unintentional.

  19. comment
    Comment #4324195

    A paraphrasing of "other people have it off worse, so stop complaining" isn't an argument.

  20. comment
    Comment #4323480

    That's a pretty strong claim to make without citing sources.

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

  22. comment
    Comment #4094469

    > most people recognize that there is a place where C is really your only choice But should it be?

  23. comment
    Comment #3976510

    last I checked, Heroku does have a free offering.

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

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