Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
ebikelaw
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
ebikelaw
8y ago
Following this line of thinking, all or even more than all US GDP "growth" is attributable to wasteful medical and educational inflation.
2.
▲
by
ebikelaw
8y ago
It's not an open standard, but this was the one of the interesting pieces of RIM's software stack. Their push system worked reasonably well, used little power on the handset, and organizations were able to run their own on-site p
3.
▲
by
ebikelaw
8y ago
Only on Hacker News is the fact that a database has a primary key for user accounts evidence of a global conspiracy against humanity. Here's some bad news for you: literally every company with a website and user accounts has the same
4.
▲
by
ebikelaw
8y ago
There are messes that cannot be cleaned up. We have the leverage to destroy everything. Therefore it is better to focus on preventing the mess, than in futilely pretending we can clean it.
5.
▲
by
ebikelaw
8y ago
Can you provide some supporting statements for your point 1(a)?
6.
▲
by
ebikelaw
8y ago
Part of the German economic success story has been keeping housing cheap, so they can keep pay down, so they can export. As soon as housing prices rise, pay rises, and the story falls apart.
7.
▲
by
ebikelaw
8y ago
Yeah they have Mozilla but not Google which occupies the other 99% of the same building. Amazon also has significant headcount in SF.
8.
▲
by
ebikelaw
8y ago
If there’s one job that robots are certainly going to take, it is solar panel squeegee guy.
9.
▲
by
ebikelaw
8y ago
Like any utility, you don't need a guy just hanging around waiting for the transformers to explode. You truck him in every 50 years when that actually happens. It's time domain multiplexing, essentially.
10.
▲
by
ebikelaw
8y ago
Solar utility installations in California that I’m familiar with employ fewer than 1 person per square km.
11.
▲
by
ebikelaw
8y ago
The old eastern span of the SF-Oakland bridge was a series of double-decked trusses between towers. Essentially it was several loosely-coupled, independent failure domains. In failure analysis that's not really the same thing as redu
12.
▲
by
ebikelaw
8y ago
We still have a lot of prestressed concrete structures that predate good understanding of creep in such structures. Box-beam highway bridges, for example, were universally built from prestressed concrete after WW2, but creep wasn't we
13.
▲
by
ebikelaw
8y ago
Indeed, it's not the data but the code to support it. There's a bazillion features in there designed to avoid the user having to do additional page loads. For example in my Gmail memory profile there's 20+ MB of code to sup
14.
▲
by
ebikelaw
8y ago
The very lightweight HTML Gmail lacks all of "normal" Gmail's latency-hiding features, which is one reason it uses so little memory. Gmail preloads all of the messages in the thread list so when you click them they are displ
15.
▲
by
ebikelaw
8y ago
function getDCRTT() { // Assume this doesn't change much? return 500000; // ns } :thinking face emoji: High by 10x in my experience.
16.
▲
by
ebikelaw
8y ago
Debug symbols don’t inhibit identical code folding. What you get is one copy of the function and one arbitrary file/line entry which makes it look like your program makes impossible function calls, if you happen to walk the stack. This
17.
▲
by
ebikelaw
8y ago
It is very rare that I have seen a use of std::set that seemed justified, although it does happen. People just use it because it's easier to type than unordered_set! One way to speed up set's usually appalling performance is to g
18.
▲
by
ebikelaw
8y ago
But why would you look at VTA when it's one of the worst-performing systems in the nation? Their ridership is in freefall.
19.
▲
by
ebikelaw
8y ago
Black people get pulled over for being black.
20.
▲
by
ebikelaw
8y ago
In California no white person has ever been pulled over for having one non-working headlight.
21.
▲
by
ebikelaw
8y ago
Tesla's own SEC filings.
22.
▲
by
ebikelaw
8y ago
That graph does deserve some explanation, but perhaps it is sales by year rather than production? Tesla is currently running off orders they booked years ago, so production rate is running well ahead of sales rate.
23.
▲
by
ebikelaw
8y ago
The guy sitting right next to me has been increasingly angry about not being able to get a new headlight for his Model S, at a price well over $2000, for over a year. I don't think the lack of a dealer service network is a big plus fo
24.
▲
by
ebikelaw
8y ago
The F-14 didn't have any purpose during the Cold War either. It was an idiotic fantasy toy, just like the carriers on which it sailed. All of that hardware would have been on the bottom of the ocean in the first half hour of a war wi
25.
▲
by
ebikelaw
8y ago
He doesn't seem to mention what the build times were with the Xeon.
26.
▲
by
ebikelaw
8y ago
When Intel released the Pentium with mandatory active heatsinks that was called a big scandal by the industry magazines. Now of course we have smaller CPUs drawing 150W or more.
27.
▲
by
ebikelaw
8y ago
Where is this struggling Intel? Their net income is astronomical.
28.
▲
by
ebikelaw
8y ago
Author doesn't put enough blame on the built environment. If you have urban planning codes that require 2 parking spaces per dwelling and detached single-family homes, the area will not be economically serviceable by transit (nor will
29.
▲
by
ebikelaw
8y ago
per-capita violent crime rate was basically flat in the 20 years leading to 1994, so I don't see how it could have been related to that.
30.
▲
by
ebikelaw
8y ago
Their allocator architecture seems very similar to tcmalloc, which maybe makes sense if all those people sit together at Google.
More ›