Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
ttz
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
ttz
4mo ago
Like all things... this too shall pass.
2.
▲
by
ttz
4mo ago
Savantism is a separate concept from autism, though popular culture has somehow associated the two.
3.
▲
by
ttz
5mo ago
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 long as they are consistent. Blue is more tasteful here
4.
▲
by
ttz
5mo ago
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.
▲
by
ttz
10mo ago
modulo 2
6.
▲
by
ttz
10mo ago
root cause is believing anecdotes of people on the internet
7.
▲
by
ttz
11mo ago
> Alternatively, where possible set the server timezone to UTC so that no daylight savings changes will happen at all this is the way
8.
▲
by
ttz
11mo ago
NPEs are also present in a lot of languages with "stronger" type systems though. Is there a specific language you're comparing against?
9.
▲
by
ttz
11mo ago
out of curiosity (not meant snidely), do you have an example of a case where the weaker type system resulted in serious problems?
10.
▲
by
ttz
11mo ago
in tech? oft times you just look at your manager or skip level
11.
▲
by
ttz
1y ago
Ah, I see what you're objecting to. Yes, it is build tag trickery, and wouldn't work without it
12.
▲
by
ttz
1y ago
Yep - my point was that _test is not the only exception to the "rule"
13.
▲
by
ttz
1y ago
You can also include package main files in a non-main package directory (usually sed when implementing go generate)
14.
▲
by
ttz
1y ago
> 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 [edit/add: see] seems to have mor
15.
▲
by
ttz
1y ago
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.
▲
by
ttz
1y ago
Thank you for this relevant insight.
17.
▲
by
ttz
1y ago
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 special cases and rules that cannot be generalized... the unk
18.
▲
by
ttz
1y ago
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 logic. In hard engineering you can push back a lot harder beca
19.
▲
by
ttz
1y ago
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 interface is not necessarily nil" issue as much as anyon
20.
▲
by
ttz
3y ago
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 working.
21.
▲
by
ttz
3y ago
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.
▲
by
ttz
3y ago
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.
▲
by
ttz
3y ago
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 compete will inevitably dominate those who do not, and so pr
24.
▲
by
ttz
4y ago
> 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 understand the value of technical debt. But I have also see
25.
▲
by
ttz
5y ago
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 deployed on-prem so it's a bit more isolated/secure.
26.
▲
by
ttz
5y ago
Yeah pretty much this. If a paradigm (whether functional, OOP, or whatever label makes you feel better) isn't working for you when it has worked for many others, maybe it's not because the paradigm sucks... it's because you m
27.
▲
by
ttz
5y ago
revised solution? " i am going to send a random posint next round, and will continue to do so until you also send a random posint. When we both receive posints, if they are identical, resend. Otherwise, if both are the same parity, the
28.
▲
by
ttz
5y ago
ah, yes, good point. thanks for the catch!
29.
▲
by
ttz
5y ago
am i finding some of the comments here over analyzing? you can assume neither of you will end on the first round with a color. message on round 1 = "if you send me a color, let us choose the most alphabetically earliest of your color a
30.
▲
by
ttz
5y ago
i find python generally quite pleasing to code in; django by extension is quite nice as well. well designed mixins and class-based views can make a project very smooth.
More ›