Viewing profile — ttz
ttz
HN member- Joined
- Sat, Aug 24, 2019, 2:13 AM UTC
- HN karma
- 470
- Public activity
- 78 items
- HN profile
- View on Hacker News ↗
About ttz
Recent public activity
-
comment
Comment #48162327
Like all things... this too shall pass.
-
comment
Comment #48162093
Savantism is a separate concept from autism, though popular culture has somehow associated the two.
-
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…
-
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.
-
comment
Comment #45974887
modulo 2
-
comment
Comment #45883421
root cause is believing anecdotes of people on the internet
-
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
-
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?
-
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?
-
comment
Comment #45510963
in tech? oft times you just look at your manager or skip level
-
comment
Comment #45243844
Ah, I see what you're objecting to. Yes, it is build tag trickery, and wouldn't work without it
-
comment
Comment #45214773
Yep - my point was that _test is not the only exception to the "rule"
-
comment
Comment #45192918
You can also include package main files in a non-main package directory (usually sed when implementing go generate)
-
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 […
-
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
-
comment
Comment #45079469
Thank you for this relevant insight.
-
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…
-
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…
-
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…
-
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…
-
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.
-
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 ?
-
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 …
-
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…
-
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…