Live data from Hacker News

Viewing profile — random_coder

random_coder

HN member
Joined
Tue, Jul 23, 2013, 6:15 PM UTC
HN karma
76
Public activity
46 items

About random_coder

No profile information was provided.

Recent public activity

  1. comment
  2. comment
    Comment #44133960

    I think you're right and the given answer of 596 is wrong. It's 380 m-w, 190 m-m, 45 w-w handshakes, so 615 in total.

  3. comment
  4. comment
    Comment #41021879

    Also, a co-author of the Raft consensus algorithm.

  5. comment
    Comment #37940546

    What's wrong with talking about animals anyway? Truly bizarre.

  6. comment
    Comment #33971469

    A neat trick indeed, using bitsets in a sliding window. Contest programming makes heavy use of some such tricks.

  7. comment
    Comment #33194944

    Hi Peter, thanks a lot for doing this. I have a h1b from 2012, i worked in the us for an year using it and returned to my home country. Is it of any use to me now, can i be cap exe…

  8. comment
    Comment #32585958

    It's a joke.

  9. comment
    Comment #31787003

    Best to forget about that interview and focus on future ones. Frontend engineering doesn't mean you can ignore performance issues in your programs. Binary trees are a very useful d…

  10. comment
    Comment #31221533

    Could you share your VR development setup? PC specs, which platforms/devices do you develop for etc...

  11. comment
    Comment #30416679

    Each letter is given a weight and it's multiplied by the length of the word it's part of to get its effective weight. Sum it up for all letters and you get the final score. Here, i…

  12. comment
    Comment #28435205

    You say it's a superset of C that compiles to C. But why does your example with main() look like Python? It's certainly not valid C code.

  13. story
  14. comment
    Comment #26512512

    Usually SICP is recommended as a follow up to HtDP. It's freely available at https://mitpress.mit.edu/sites/default/files/sicp/full-text/...

  15. comment
    Comment #24018699

    I wake up early at 4AM, make a cup of coffee for myself, play 15 min of chess and study Spanish for another 15-20 min. This routine gets me ready to do intellectually intensive wor…

  16. comment
    Comment #23987231

    Same exact thing happened to me at Microsoft during the system design interview round. Interviewer wouldn't just let me explain and kept on arguing about a relatively minor issue a…

  17. comment
    Comment #17219511

    I noticed I spend too much time reading wikipedia articles, jumping from one to another, so I built a chrome extension to limit that browsing time to a few minutes per day.

  18. comment
    Comment #14515285

    That I am not good enough to do the things I dream of doing.

  19. comment
    Comment #13080410

    Or Which may be exactly what they want.

  20. comment
    Comment #12889835

    I've been making a Django app for over a week because I wanted to learn doing web dev. I hope to finish it another 2-3 weeks. So far, it's been a intimidating and yet fantastic exp…

  21. story
  22. comment
    Comment #12588879

    Lol at the third category - they're at the wrong jobs(for them), perhaps they need to do something on their own, figuring things out themselves!

  23. comment
    Comment #12516819

    To me, it looks like you're just having problems with algorithm interviews. I have a solution for you and it's much more effective than textbooks - go to websites like www.spoj.com…

  24. comment
    Comment #12226465

    I've never worked in an early stage startup, but what is it exactly that those working more than 100 hours per week do?

  25. comment
    Comment #11391849

    I mostly write C++ code on Linux systems. I use ddd for interactive debugging in bigger projects. For throwaway code(C++ & Python), I just use print statements.