Live data from Hacker News

Viewing profile — RedGreenCode

RedGreenCode

HN member
Joined
Sun, Mar 22, 2015, 7:38 PM UTC
HN karma
4
Public activity
11 items

About RedGreenCode

I blog about software development learning techniques at http://www.redgreencode.com.

Twitter: @RedGreenCode

Recent public activity

  1. comment
    Comment #32422582

    If you want to get good at something, practice that thing. It sounds like you're asking how to get good at coding interviews. So practice coding interview questions, not logic prob…

  2. comment
    Comment #31456274

    > the group that's unwilling to put up with this is unqualified Companies that get a lot of applicants care more about false positives than false negatives. So they're fine not hir…

  3. comment
    Comment #29861864

    That has been done as well: https://codeforces.com/blog/entry/94353

  4. comment
    Comment #21897014

    This looks like a duplicate of https://news.ycombinator.com/item?id=21892189 . I answered there.

  5. comment
    Comment #21897003

    Here's a curated list of resources that a lot of people refer to: https://github.com/lnishan/awesome-competitive-programming But really, the way to get started is just to pick a si…

  6. comment
    Comment #16963433

    Most people who are doing competitive programming aren't good at the harder problems. For example, there are >2500 people listed on the TopCoder Top Ranked Algorithm Competitors pa…

  7. story
  8. comment
    Comment #10278825

    https://news.ycombinator.com/item?id=10270014

  9. comment
    Comment #9870628

    Solving programming puzzles (or competitive programming) is a good basis for a deliberate practice plan. There are a lot of sites that provide puzzles of increasing difficulty. So …

  10. comment
    Comment #9653659

    Gayle Laakmann McDowell has a good Quora answer on the pros and cons of tech inteviews: http://www.quora.com/Why-are-programmers-in-the-software-eng... It's worth reading the whole…

  11. comment
    Comment #9247996

    You need a certain amount of programming puzzle skill to get past the interview process at most tech companies. Competitive programming is a good way to practice this skill, but yo…