Live data from Hacker News

Viewing profile — constantine42

constantine42

HN member
Joined
Sun, Mar 22, 2020, 6:48 PM UTC
HN karma
26
Public activity
19 items

About constantine42

No profile information was provided.

Recent public activity

  1. comment
    Comment #37471708

    I see a lot of "government shouldn't interfere with the free market", but this is par for the course for Germany. After the world wars, they were in a do-or-die economic situation.…

  2. comment
    Comment #30754474

    In my experience, there is little disagreement with how to solve a problem as with the problem being solved. I've found that within the high performing engineers, they tend to agre…

  3. comment
    Comment #30754094

    It's like everything in programming. The 1% of the elite can use almost any methodology with great success, but the other 99% constantly fail to perform. The problem solving aspect…

  4. comment
    Comment #26220189

    Lots of talk about false positives. As a human, when dealing with fuzzy logic, I like to focus on recognizing when something is wrong to reduce false positives. Maybe Google should…

  5. comment
    Comment #26196263

    Code smell, poorly factored. I almost never do this, but when I do, it's almost always because the code is already messy. This can vary by problem domain and language. I see some e…

  6. comment
    Comment #24995324

    "sqs & kinesis"? These are two vastly different queuing systems. It's like saying "SSDs and Tape" are a better storage system than X.

  7. comment
    Comment #24635055

    I had the opposite experience. Old huge tank toilets got clogged and the new high efficiency ones don't.

  8. comment
    Comment #24526819

    100% "The trick is to not come off combative or argumentative". But I've never had to worry about "Tricking people into thinking something was their idea". It is always their idea,…

  9. comment
    Comment #23411761

    The company I work for has an interesting setup. Marketing drives what products we need via marketing research, Product Owners(PO) represent those products and further research the…

  10. comment
    Comment #23411567

    The problem with any outsourced companies is they live and die by acceptance criteria. Many times it takes longer to write out all of the criteria to the level of detail that I nee…

  11. comment
    Comment #23406705

    It's funny to say, but I can't agree. I've designed and implemented many custom systems for which there was never a predecessor, and not only did it work splendidly at first releas…

  12. comment
    Comment #23406596

    "Grind" your way into good architecture? Good architecture is designing, not trial-and-errored. The only grinding I do is mental before I type a single letter of code.

  13. comment
    Comment #23213803

    I don't follow you. I need an ID to get a voters registration card. You already need an ID to drive, vote, bank, work, rent.

  14. comment
    Comment #23055979

    Good ole double buffering. I've used this pattern for many custom concurrency designs.

  15. comment
    Comment #23055965

    Useful redundancy is a continuum. On one side is adding "unnecessary" null checks. On the other side re-implementing complex business logic checks. I like to strike a balance. "Ove…

  16. comment
    Comment #22984055

    Yes and no. Testing is a very important part of agile, yet if you don't have a somewhat final internal design, you will find yourself changing your unit tests every time you refact…

  17. comment
    Comment #22983621

    Jira can be highly customized. I find it easy to use for day-to-day. I also have to deal with Jira with a subsidiary company, and their Jira is completely different, but it works w…

  18. comment
    Comment #22983553

    Where I work, all teams have different point systems. When we need to do high level planning, we used a normalized "sizing" system of small, medium, large, huge. They give some num…

  19. comment
    Comment #22657946

    I don't entirely agree with this article, but I do understand its merits. When I was really young, around 8, I didn't have books, TV, and the internet wasn't around. I spent much o…