Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
deadc0de
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
deadc0de
4y ago
"Men are judged by utility." I didn't realize this until recently. Rude awakening. Even the most close relationships turn out to be quite transactional.
2.
▲
by
deadc0de
5y ago
The problem with services like Airalo is that they almost never give you a local phone number. In many countries getting a phone number involves showing a physical id.
3.
▲
by
deadc0de
5y ago
Not really. Look at google maps sat view. These are two different projects.
4.
▲
by
deadc0de
5y ago
Tesla/PG&E are also building 182.5MW/730MWh presumably at the same site? https://www.teslarati.com/tesla-megapack-moss-landing-instal...
5.
▲
by
deadc0de
6y ago
Also ICE engines themselves are pretty heavy compared to electric motors and require heavy gearboxes and shafts.
6.
▲
by
deadc0de
7y ago
Prop 13 distorts that a lot. If you bought a house 25 years ago and now are earning 400k, yeah, you're an upper middle class.
7.
▲
by
deadc0de
7y ago
140k is believable, but I think they mean it's per person. If you rent, it's very unlikely you'd be able to buy a 1.2M house on 140k if you started with 0 in savings. EDIT: To clarify my previous post - I was talking about th
8.
▲
by
deadc0de
7y ago
The definition of the middle class would surely depend on the cost of living in the particular area. You can make $30k and live like royalty in the 99% of the world.
9.
▲
by
deadc0de
7y ago
You can go to a public school but if you want it to be a quality one your rent of a house will not be a 3k.
10.
▲
by
deadc0de
7y ago
Not in SV. $400k gets you to the lower middle class. That is you probably have a tiny chance of buying some real estate in your lifetime. House and expenses related to maintaining it is a huge chunk of change.
11.
▲
by
deadc0de
7y ago
There are a lot of nonlinearities. Taxes, healthcare, eligibility for the financial aid when the kids go to college, etc.
12.
▲
by
deadc0de
8y ago
No, compressed oops mode doesn't change at runtime. That's pretty hard to pull off. You'd need to change object layout dynamically and unless you want to reformat the whole heap you'd need tags or regions with different
13.
▲
by
deadc0de
8y ago
AOT implementation in the JDK, that we call the "HotSpot AOT" implements tiered compilation (look for $JAVA_HOME/bin/jaotc). It is also based on Graal, but with a different set of plugins. You get reasonably good startup
14.
▲
by
deadc0de
8y ago
JVM is pretty much running half of the internet.
15.
▲
by
deadc0de
9y ago
Here is a talk about it at JVMLS'17: https://youtu.be/n5DCg6M2MDM
16.
▲
by
deadc0de
9y ago
Really? I fly about two times a year to HI - never happened. But anyways, my favorite airline, the companion ticket thing rocks (especially to HI)!
17.
▲
by
deadc0de
9y ago
You're missing the point that there is a positive feedback loop at the source of the problem. The reason that women (or minorities for that matter) don't get into some fields of STEM is because there are no role models that tell t
18.
▲
by
deadc0de
11y ago
Being passionate and dare I say obsessive about you work is good. I fact, it's the only way to achieve good results. That's what separates hackers from people that just go to work.
19.
▲
by
deadc0de
12y ago
And we've had vectorization years ago in the JVM.
20.
▲
by
deadc0de
13y ago
Except 150k in Bay Area is nothing and you won't even make it into the middle class (i.e. buy a house).
21.
▲
by
deadc0de
13y ago
Exactly. It's fairly entertaining to play with this model: http://www.nytimes.com/interactive/business/buy-rent-calcula... ; Basically almost anything in the bay area is not going to be profitable, in the south bay for sure.
22.
▲
by
deadc0de
13y ago
It was not ok then, and it's even more not ok now, considering Chrome's market share.
23.
▲
by
deadc0de
13y ago
I mean use the monopoly to take the tech, clone, tweak, and then don't contribute back. Thankfully google will keep it open source since they're making money from it quite indirectly. But still.. A "fork you" to apple that would make the we
24.
▲
by
deadc0de
13y ago
A Microsoft-worthy move..
25.
▲
by
deadc0de
14y ago
In my case the effect of getting a PhD was extremely positive. I felt a huge difference in attitude at work to doctors (I worked for a couple of top big american software companies), basically allowing doctors to do whatever they liked as l
26.
▲
by
deadc0de
14y ago
Not really. Allocation and deallocation for a system that does not support object movement (and hence compaction) is inherently non-trivial. In most modern GCs allocation is bump-the-pointer with TLABs, you can get cheaper than that. If the
27.
▲
by
deadc0de
15y ago
Totally agree, man! Education is always the key.
28.
▲
by
deadc0de
15y ago
This describes the state of GC like it was 10 years ago (and in a few places incorrectly), at least in Hotspot. Shameless promotion: try out the new G1 (-XX:+UseG1GC), better to use the latest EA JDK7 build.
29.
▲
by
deadc0de
16y ago
I don't know... I would personally feel a bit weird asking, for example, an experienced compiler developer with a CS PhD to reverse a linked list, or words in a string, or something like that.
30.
▲
by
deadc0de
16y ago
The Facebook puzzles are pretty easy. That being said, I hate puzzles too. I think it's pretty degrading to ask a well-established researcher/engineer to do that kind of stuff. On interviews I typically ask people to give a talk about their
More ›