Viewing profile — kele
kele
HN member- Joined
- Thu, Apr 10, 2014, 9:36 AM UTC
- HN karma
- 35
- Public activity
- 39 items
- HN profile
- View on Hacker News ↗
About kele
No profile information was provided.
Recent public activity
-
comment
Comment #42136085
That was the intention of that paragraph.
-
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…
- story
-
comment
Comment #14203270
What's wrong with existing browser extensions like Vimperator or Vimium?
-
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.
-
comment
Comment #11988592
This is just a very catchy phrase.
-
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.
-
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…
-
comment
Comment #11967229
And yet Switzerland is much less immigration friendly than all the countries you've mentioned.
-
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…
-
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…
-
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…
-
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…
-
comment
Comment #11239184
"So Good They Can't Ignore You" by Cal Newport is awesome.
-
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.
-
comment
Comment #11173670
https://blogs.janestreet.com/
-
comment
Comment #11097717
The big companies never really stop hiring, so there's no point to close a job posting.
-
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…
-
comment
Comment #11018607
Actually, "cloning" doesn't sound easy at all. :)
-
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…
-
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…
-
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…
-
comment
Comment #10850273
StyleBot for Chrome to adjust the width.
-
comment
Comment #10817094
Yes, thanks!
-
comment
Comment #10754439
I believe there is a big difference between Y combinator and Dijkstra. In the former case, it could be harder.