Live data from Hacker News

Viewing profile — theyoungestgun

theyoungestgun

HN member
Joined
Thu, Oct 23, 2014, 12:54 AM UTC
HN karma
46
Public activity
20 items

About theyoungestgun

No profile information was provided.

Recent public activity

  1. comment
    Comment #13675385

    This is mentioned in her bio at the end, but worth noting here, I think: Barbara runs a coursera course on learning how to learn ( https://www.coursera.org/learn/learning-how-to-le…

  2. comment
    Comment #12866239

    Psst . . . verilog (not saying the same for systemVerilog) isn't doing its job ;)

  3. comment
    Comment #12354100

    Many FPGAs these days have flash memories that are good for ~10K writes.

  4. comment
    Comment #12294731

    Famous example with Porsche: http://www.nytimes.com/2008/10/30/business/worldbusiness/30i...

  5. comment
    Comment #10854126

    This is a list of startups. Orbitz is far from a startup.

  6. comment
    Comment #10826873

    I like these "You CAN do X with Y!" types of posts - especially when it's not the same drum being banged over and over. I think there's a really big part of this case study that is…

  7. comment
    Comment #10807653

    See-also: trickle down economics.

  8. comment
    Comment #10699555

    "When I don't have to" If I'm not going to depend on the IDE to tell me what a deduced variable type is, you can bet your ass I'm going to want to depend on it for autocompleting s…

  9. comment
    Comment #10699528

    I do not consider the API of a reasonably complex construct "obvious". That is often where IDEs shine for me - in java or any other language that can gather that info for me. It's …

  10. comment
    Comment #10699461

    He acknowledges its real power when talking about templates. That's what this feature is about: make template metaprogramming accessible, and the regular developers of the world wi…

  11. comment
    Comment #10699428

    Agreed - but this is why modern features should be paired with modern tools. A simple hover-over or click through in an IDE to show what the function signature looks like is pretty…

  12. comment
    Comment #10340735

    The Aussie dollar is pretty weak right now. That translates to $1640 USD.

  13. comment
    Comment #9610620

    Then penalize the OS scheduler by removing your spinning CPU from its available resources ;)

  14. comment
    Comment #9246957

    Cpp and c also call things volatile for entirely different reasons than Java. These are two distinct ecosystems. They use the same terminology with different meaning. That perhaps …

  15. comment
    Comment #9092154

    Assuming you mean friend in the standard cpp way, that's not exactly correct. http://stackoverflow.com/questions/495021/why-can-templates-...

  16. comment
    Comment #9017822

    I was asked a variant of this sorting question (with the same expected answer) a while back. I think it's utter horseshit, just on principle that in 99% of cases the interviewer wi…

  17. comment
    Comment #8820106

    Are there any options besides JNA and multi-process shared memory (java to native through message passing of some sort)?

  18. comment
    Comment #8597064

    What do you mean that 'microsecond as barely acceptable'? That was too long for what? I'm skeptical that there are really that many players out there who are in a position where a …

  19. comment
    Comment #8593834

    These switches aren't really a secret. And the crazy expensive switch is guaranteed to be the cheap part. Now add the all the ip required to make that fpga smart enough to place or…

  20. comment
    Comment #8496154

    Better yet - avoid the kernel altogether! Onload + Solarflare is a wonderful thing.