Live data from Hacker News

Viewing profile — HolyHaddock

HolyHaddock

HN member
Joined
Fri, Oct 09, 2009, 11:38 AM UTC
HN karma
74
Public activity
47 items

About HolyHaddock

No profile information was provided.

Recent public activity

  1. comment
    Comment #17919307

    It seems you keep your corpse related conversation mostly to email: https://hn.algolia.com/?query=mikekchar%20corpse&sort=byPopu... As someone who's quirked the odd sceptical eyebr…

  2. comment
    Comment #17599408

    Is it just pedantry? Even in the strongliest of practical strongly typed languages, two functions with the same signatures might fail to return on some inputs in the new version th…

  3. comment
    Comment #17505610

    You may also want to look into the Saga pattern - I found https://www.youtube.com/watch?v=xDuwrtwYHu8 to be a handy high level overview for applying it to microservices. Although p…

  4. comment
    Comment #17408378

    Earnestly: Yes. But there may well be programming tasks or jobs that they are suited to, for which no understanding of boolean logic will make no difference on a day to day basis.

  5. comment
    Comment #17187353

    What's the scrum manifesto?

  6. comment
    Comment #16240347

    Thank you for the clarification.

  7. comment
    Comment #16229589

    > a practically-attainable real-world solution. I can't be understanding this correctly. Please expand, I fear otherwise this is going to be at the back of my mind all day.

  8. comment
    Comment #15026371

    That's delightful, thank you for posting it!

  9. comment
    Comment #14495555

    Thank you both for the link and the google-fu tip.

  10. comment
    Comment #14487153

    Do you have a citation for that first claim? It fits my prejudices so neatly that I'd like to see the proof. I've tried to google a little for it with no success, so my apologies f…

  11. comment
    Comment #14451026

    > And frankly, if you can't point to bugs or performance issues, it's likely you don't need to be refactoring in the first place! I feel this is a lack of clarity around the word r…

  12. comment
    Comment #14210684

    At least one blogger preferred Googles assistant because she was ordering around an impersonal un-gendered corporation rather than what felt like an individual. That said, this doe…

  13. comment
    Comment #14184858

    > language is designed for communication between humans. Unlike machines, humans do not always just want to exchange factual information about the world, and often use communicatio…

  14. comment
    Comment #12919818

    I'm afraid I'm missing the point too. Would you mind finding another way to make it? If the core point of the essay is to cut the YAGNI and just get something shipped, aren't gamej…

  15. comment
    Comment #12786439

    So what is the distinction? I mean that as a genuine question - Vidarh's position seems to be that the death penalty is intentionally taking a life, and shouldn't have a different …

  16. comment
    Comment #11955050

    Interesting! My team in HCOM is all Scala, but more generally here and in our upstreams it is still quite niche. Are you based in the UK? It would be interesting to compare notes. …

  17. comment
    Comment #11771002

    Does anyone know what they mean by `Instead, use applicative transactions.`?

  18. comment
    Comment #11644421

    I've wondered about building an AI tournament for Avalon before, as my feel from playing and discussing it is that success in the game is strictly dominated by social strategy. It …

  19. comment
    Comment #11445942

    Have you had any feedback from colleagues that have found that useful?

  20. comment
    Comment #11431852

    > Yes, code review is an invaluable part of the git history. It explains why you made the decisions you made. This is interesting - even places I've worked that have cared about co…

  21. comment
    Comment #10386075

    That's fine in theory, but it's not a universal heuristic, and even then, different smart well-intentioned people independently applying it won't necessarily come to the same resul…

  22. comment
    Comment #10380264

    Having conversations about what the system being architected/designed/planned is going to do can be very useful. There are definitely better techniques than waiting until someone q…

  23. comment
    Comment #10311115

    The "See what it does" slideshow's totally broken for me - what does it actually do?

  24. comment
    Comment #10108475

    It's no longer correct that it uses MySQL - it's still not using BigTable, and in fact an RDBMS seems to have been implemented instead. That would appear to still support his rant?…

  25. comment
    Comment #10071700

    This is a reasonable, common quibble when starting property based testing. A failing test should be straightforward to turn into a simple checked example - most good libraries have…