Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
Kache
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
Kache
3mo ago
> Consider we have an API receiving 50 requests per second. Say we want to keep the average response time under 200 ms so that users don’t get frustrated. We can estimate the number of concurrent requests that should be in the system and
2.
▲
by
Kache
2y ago
It means that hierarchy matters more than otherwise, because the higher-ups "are right" more by LP decree than by meritous consensus.
3.
▲
by
Kache
2y ago
I don't understand these kinds of leadership/management. What they want clearly isn't a tech company. They don't want technical wisdom, insight, nor vision. Why bother hiring in-house SWE's at all? They should jus
4.
▲
by
Kache
5y ago
In terms of debugging inconvenience for intermediate values, `->(x) | a | b | c` is the same as `c(b(a(x)))`. I find debugging /w a REPL using functional-esque code much easier. You can play around and exec/inspect lines/s