Live data from Hacker News

Viewing profile — ttz

ttz

HN member
Joined
Sat, Aug 24, 2019, 2:13 AM UTC
HN karma
470
Public activity
78 items

About ttz

barely passable backend developer.

Recent public activity

  1. comment
    Comment #48162327

    Like all things... this too shall pass.

  2. comment
    Comment #48162093

    Savantism is a separate concept from autism, though popular culture has somehow associated the two.

  3. comment
    Comment #47930154

    I realize my initial analysis is kind of wrong - everyone picking blue would also ensure everyone survives. So I think the color doesn't really matter if everyone is rational. So l…

  4. comment
    Comment #47915293

    if everyone were rational, and knew everyone else would act rationally, then obvious answer is to pick red, because everyone would pick red, and hence everyone would survive.

  5. comment
  6. comment
    Comment #45883421

    root cause is believing anecdotes of people on the internet

  7. comment
    Comment #45724034

    > Alternatively, where possible set the server timezone to UTC so that no daylight savings changes will happen at all this is the way

  8. comment
    Comment #45674948

    NPEs are also present in a lot of languages with "stronger" type systems though. Is there a specific language you're comparing against?

  9. comment
    Comment #45672342

    out of curiosity (not meant snidely), do you have an example of a case where the weaker type system resulted in serious problems?

  10. comment
    Comment #45510963

    in tech? oft times you just look at your manager or skip level

  11. comment
    Comment #45243844

    Ah, I see what you're objecting to. Yes, it is build tag trickery, and wouldn't work without it

  12. comment
    Comment #45214773

    Yep - my point was that _test is not the only exception to the "rule"

  13. comment
    Comment #45192918

    You can also include package main files in a non-main package directory (usually sed when implementing go generate)

  14. comment
    Comment #45164244

    > contrasting craftsmanship and utility, since both are somewhat prized on HN I'd say they're prized everywhere, though "craftsmanship" is really subjective. and the HN I usually […

  15. comment
    Comment #45087044

    It hurts because it's true The amount of staffs at my place who build pointlessly complex bullshit that doesn't actually do anything different is too damn high

  16. comment
    Comment #45079469

    Thank you for this relevant insight.

  17. comment
    Comment #45078677

    You can still design for evolution and follow best practices. That's actually IMO a hallmark of good software design. The issue is when the evolution is random and rife with specia…

  18. comment
    Comment #45075195

    I was recently having a conversation with some coworkers about this. IMO a lot of (software) engineering wisdom and best practices fails in the face of business requirements and lo…

  19. comment
    Comment #44987954

    every language has its problems; Go I think is pretty good despite them. not saying points raised in the article are invalid, you def have to be careful, and I hate the "nil interf…

  20. comment
    Comment #39719519

    Not arguing against you in any way, but IMO, if you're at a place where politics will dictate your _actual continued employment_, it's probably not somewhere I'd particularly enjoy…

  21. comment
    Comment #39716744

    Not following the relevance here. I acknowledge and am aware this is very common, and it's a shame. But seems like a separate discussion.

  22. comment
    Comment #39716541

    Why does it matter if you don't get promoted? What if you like doing good work, making all that impact by osmosis anyway, but do it for the sake of just liking your damn job ?

  23. comment
    Comment #39288834

    As someone who wholeheartedly agrees with this statement, I do wonder why this mentality is so prevalent. Is it just a consequence of natural selection? Those who want to grow and …

  24. comment
    Comment #32386162

    > They inherit a codebase that successfully made enough of the right quality-vs-speed tradeoffs Or was lucky enough that all the choices they made did not blow up yet. I totally un…

  25. comment
    Comment #30341549

    Google Datastudio, if you're fine with something in the cloud hooking up to your DB (and whitelisting the IP). Metabase or Apache Superset, as others have mentioned, can be deploye…