Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
wtfleming
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
wtfleming
3mo ago
150-200k is also just the employee’s salary, the actual cost to the company is significantly higher, you need to multiply that by something like 1.5 to get the fully loaded cost, people are expensive!
2.
▲
by
wtfleming
1y ago
I haven’t used Ruby much, but anecdotally I once rewrote a Ruby service in Java and was able to reduce the number of servers needed from ~100 to 10. That was a case where it was “frustratingly slow” in practice.
3.
▲
by
wtfleming
7y ago
Unity's burst compiler https://docs.unity3d.com/Packages/com.unity.burst@1.2/manual... uses LLVM, but only supports a somewhat limited subset of C#. I've used it a bit in some performance critical parts
4.
▲
by
wtfleming
11y ago
Maybe i'm misunderstanding, but wouldn't this mean that there would be no way to safely remove a relationship? I guess there are a number of cases where this would be ok. But people tend to make mistakes. When you discover that so
5.
▲
by
wtfleming
12y ago
I recently moved to the East Bay from Los Angeles - I gave up on even trying to find a place to live in SF. I'm paying 2X the rent I had in Silver Lake (which is a relatively expensive part of LA) and competition was so tough I had to
6.
▲
by
wtfleming
14y ago
The "Getting started with" guides at http://aws.amazon.com/documentation/ec2/ are great. Once you're done with those might as well just read the docs at there too.