Live data from Hacker News

Viewing profile — kele

kele

HN member
Joined
Thu, Apr 10, 2014, 9:36 AM UTC
HN karma
35
Public activity
39 items

About kele

No profile information was provided.

Recent public activity

  1. comment
    Comment #42136085

    That was the intention of that paragraph.

  2. comment
    Comment #38878421

    It's a mix of what you just said, and many more. But besides that, I work there because I actually believe that the company still does a lot of good. And from what I can tell, most…

  3. story
  4. comment
    Comment #14203270

    What's wrong with existing browser extensions like Vimperator or Vimium?

  5. comment
    Comment #14203258

    In order to learn something, one does not just invest time, but energy. It's way easier to play than to practice deliberately.

  6. comment
    Comment #11988592

    This is just a very catchy phrase.

  7. comment
    Comment #11976008

    The percentage of immigrants living in a country is a result of a long term process. I believe that what we are discussing right now is the 'refugee' crisis.

  8. comment
    Comment #11976004

    Just to be clear, I'm not saying that Switzerland is unfriendly. I'm saying that it's less friendly than the countries mentioned in the comment. That's because I believe they are t…

  9. comment
    Comment #11967229

    And yet Switzerland is much less immigration friendly than all the countries you've mentioned.

  10. comment
    Comment #11827228

    C++ has lots of issues, most of them due to backward compatibility and versatility. Also, the language is very complex and enormously hard to master. I've used C++ for quite a whil…

  11. comment
    Comment #11654242

    The union-find data structure (the idea is so simple and a sophisticated analysis yields a really low upper bound). RMQ with linear preprocessing and constant time queries (which i…

  12. comment
    Comment #11599580

    The only thing that comes to my mind might be "Discrete Mathematics" by Ross, Wright. This is quite a heavy book and you don't need to go through all of it, but there are some chap…

  13. comment
    Comment #11246322

    When I started learning low level programming, I've studied C and x86 assembly simultaneously. This gave me a somewhat broader perspective. From my experience with learning Rust, i…

  14. comment
    Comment #11239184

    "So Good They Can't Ignore You" by Cal Newport is awesome.

  15. comment
    Comment #11202709

    When the codebase is so big and you're hiring so many engineers it might be actually a good idea to have such an extensive style guide.

  16. comment
    Comment #11173670

    https://blogs.janestreet.com/

  17. comment
    Comment #11097717

    The big companies never really stop hiring, so there's no point to close a job posting.

  18. comment
    Comment #11023733

    I would actually recommend reading "So Good They Can't Ignore You" by Cal first. This book made me comfortable with the idea that deep work is what really matters. And although I u…

  19. comment
    Comment #11018607

    Actually, "cloning" doesn't sound easy at all. :)

  20. comment
    Comment #11008407

    I think that this is interesting question. It has been already pointed out, that cooking/eating at home is not just a way to provide fuel for your body. There are many other reason…

  21. comment
    Comment #11008343

    I have read Cal's Newport new book about Deep Work ( http://calnewport.com/books/deep-work/ ) and have been trying to adapt some of the strategies from it. So far I see positive re…

  22. comment
    Comment #10886710

    I suggest you don't start reading about writing compilers if you know only C-derivatives. As for the choice of a functional language for a beginner, I think you just should pick wh…

  23. comment
    Comment #10850273

    StyleBot for Chrome to adjust the width.

  24. comment
    Comment #10817094

    Yes, thanks!

  25. comment
    Comment #10754439

    I believe there is a big difference between Y combinator and Dijkstra. In the former case, it could be harder.