Live data from Hacker News

Viewing profile — perdunov

perdunov

HN member
Joined
Sat, Jan 31, 2015, 6:07 PM UTC
HN karma
116
Public activity
161 items

About perdunov

A serial armchair entrepreneur. Have not founded a row of successful startups.

Recent public activity

  1. comment
    Comment #9559262

    > I didn't miss C++, it just seems a worse alternative than C. This is such a retarded opinion. A person expressing it probably doesn't know shit about C++ or just plainly an idiot…

  2. comment
    Comment #9559206

    Would be nice to see a comparison with std::unordered_map , both on the performance and usability side.

  3. comment
    Comment #9558939

    It seems that people are so intimidated by the infamous complexity of C++ that they don't even want to bother getting more familiar with it. So, although technically the existence …

  4. comment
  5. comment
  6. comment
  7. comment
  8. comment
  9. comment
  10. comment
    Comment #9504689

    The title needs rephrasing, but I wouldn't expect someone to say that we're almost there with AI, as it would sound ridiculous, so I used my natural intelligence to correct the mea…

  11. comment
  12. comment
  13. comment
  14. comment
  15. comment
  16. comment
    Comment #9480487

    Having no time limit is actually more stressful than to have a reasonable time limit. No time limit is basically "as fast as you can".

  17. comment
  18. comment
  19. comment
  20. comment
    Comment #9470336

    A certificate given by the domain registrar makes a lot of sense to me. My registrar holds my data and indeed can certify the identity of the domain.

  21. comment
    Comment #9467839

    I wish they shipped their superb kernel as a separate product allowing third-party shells, as their UI design division has gone off the rails. Actually, I think there should be a l…

  22. comment
    Comment #9467114

    It's almost surreal to see that one of the douchiest companies around is so radically transforming.

  23. comment
    Comment #9464211

    Do you mean the games that push your hardware to the edge, like DOOM and Quake I-III at the time?

  24. comment
    Comment #9464158

    I think it's quite easy to build a GC-like system for a particular subsystem of the engine. The only nuisance is the lack of reflection in C++, as usual.

  25. comment
    Comment #9464152

    Pointers can be easily mapped from and into integer indices or file offsets in-place, so there is no big difference really. I think it is generally not a good idea when in-memory r…