Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
PhilipTai
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
4 ms
·
1.
▲
by
PhilipTai
5y ago
Right. Local storage is much more performant and cost effective than network storage. I tried to run some iops sensitive workload on cloud. It turns out I need to pay several thousands dollar per month for the performance I can get on a $10
2.
▲
by
PhilipTai
5y ago
Seems like an accurate emulation of the real capitalism, as intended by the game creator.
3.
▲
by
PhilipTai
5y ago
No. There is really no difference whether CEO is paid in cash or in stock, regarding the negative impact of the pay. Scenario 1: CEO get paid $50 million in stock. Scenario 2: CEO get paid $50 million in cash. And then the company raise $50
4.
▲
by
PhilipTai
13y ago
For Fibonacci sequence, x = 1x^1 x * g(x) = 1x^2 + 1x^3 + 2x^4 + 3x^5 + 5x^6 + ... + x^2 * g(x) = 1x^3 + 1x^4 + 2x^5 + 3x^6 + ... ------------------------------------------------------------ =
5.
▲
by
PhilipTai
13y ago
The techniques of constructing such sequences have been studied formally in combinatorics under the name "generating function". http://en.wikipedia.org/wiki/Generating_function In this case, the sequence 1, 2