Live data from Hacker News

Viewing profile — nejenendn

nejenendn

HN member
Joined
Fri, Oct 13, 2017, 6:47 AM UTC
HN karma
16
Public activity
31 items

About nejenendn

No profile information was provided.

Recent public activity

  1. comment
    Comment #15559493

    Wait, who are you talking about?

  2. comment
    Comment #15559467

    Did you respond to the right comment? I’m having difficulty figuring out where the OP compared reaches.

  3. comment
    Comment #15555165

    While I agree with that sentiment, the idea that large investments are risky is not in itself interesting. What does this add to the conversation?

  4. comment
    Comment #15553225

    Not to mention this is the point of the < operator.

  5. comment
    Comment #15503727

    Yup, this is a problem of money draining from rural america. There are many symptoms.

  6. comment
    Comment #15503707

    Heh, it’s slightly ironic you use the sequential programming model as the basis for modern computing when that’s less true each year, both at the language and the instruction level…

  7. comment
    Comment #15499351

    Thankfully people actually using the software is more meaningful than awards :) Also why is it so weird to see your company wants you to be replaceable? It’s up to YOU to different…

  8. comment
    Comment #15499276

    Well if you refuse to learn from mistakes you’re going to keep missing. Gchat is still better than whatever half baked, whitespace filled crap is there now.

  9. comment
    Comment #15494473

    It’s hard to tell the difference between your narrative and the narrative that you can only be hired at failing companies because they can’t afford someone who will stick around.

  10. comment
    Comment #15494167

    18 months is a lot different than 6 months. You can’t even ramp up fully on a codebase in 6 months, arguably.

  11. comment
  12. comment
    Comment #15493217

    Jealous after bailing after six months? Are you sure it’s not pity? How many times have you quit in a row?

  13. comment
    Comment #15489840

    Probably just blocked the port.

  14. comment
    Comment #15488002

    It decoded to a phase vocoder on the nearest semitones.

  15. comment
    Comment #15487998

    You could also throw the tor browser on a usb stick when i graduated.

  16. comment
    Comment #15485149

    Heh, we have a similar experience here in the bay area from all the wild fires.

  17. comment
    Comment #15484901

    Psh 808s and Heartbreak is a classic. Don’t tell me T-Pain doesn’t just make your heart soar; I know you’re lying. /humor

  18. comment
    Comment #15483759

    Driving to the right of a car turning left isn’t even illegal in all cases.

  19. comment
    Comment #15481178

    https://www.nytimes.com/2017/08/14/world/asia/north-korea-mi...

  20. comment
    Comment #15480836

    It really depends on the route in SF; some DO have express busses.

  21. comment
    Comment #15480812

    Well, it’s still working for NK, regardless of who funded it. Also, I think China is exceedingly unlikely to be the source here, especially when it’s been established the recent nu…

  22. comment
  23. comment
    Comment #15480143

    Ouch. Is this at a legal or community level?

  24. comment
    Comment #15478416

    Agreed. However, C++ pragmatically does have restrict in both clang and g++, which is still useful in cases where you can deductively prove the lack of aliasing.

  25. comment
    Comment #15477826

    Fortran is easier to optimize compared to c/++ if you don’t use restrict for the c end. If you do use restrict (iirc) the compilers are competitive.