Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
aghull
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
aghull
13y ago
Space Monkey's wording maybe could have been better, but I understood it as they intended and they appear to be dealing with a customer issue in a very reasonable manner. It's a little discouraging that public "exposés"
2.
▲
by
aghull
13y ago
All his short stories are worth reading. My favourites are this one, Story of Your Life, and Tower of Babylon.
3.
▲
by
aghull
13y ago
I can't imagine anyone stepping onto an autonomous passenger aircraft for a long time, not until long after cars and smaller commercial aircraft are regularly driven using computers only. And even that seems like a stretch. I don'
4.
▲
by
aghull
13y ago
Isn't this a lot closer to dwarf fortress?
5.
▲
by
aghull
13y ago
Since the exploit lets you easily root the install, couldn't zamfoo just patch all his users machines themselves? That would make about as much sense as everything else they've done....
6.
▲
by
aghull
13y ago
I have a lot of problems with this article. > What there is is a shortage of ultra-elite American-born talent, and Silicon Valley wants to hire the very best in the world. The view from Silicon Valley is that a lot of the US talent, whi
7.
▲
by
aghull
13y ago
Agreed. Surprised "Symbian Down By 80%!" didn't make it into the headline.
8.
▲
by
aghull
14y ago
Agree with both points from the author. The other 2 big ones that I can't get Chrome to do as well as Firefox are Type-Ahead Find, and the default behaviour of the location bar to match on any URL in your history. The Chrome version tries t
9.
▲
by
aghull
14y ago
This is the same behaviour as Safari has had by default for years. App developers that depend on 3rd-party cookies should in general already have the work-arounds in place to support Firefox 22 assuming they already support Safari.
10.
▲
by
aghull
14y ago
Common in Lua, Ruby, Python. In fact, ruby gives _ a minor amount of special meaning to make it more convenient as a throw-away variable, e.g. it can be specified multiple times in an argument list without an error and generates no warning
11.
▲
by
aghull
14y ago
How convenient that all the examples use digits in the 1-3 range. This looks painful for normal numbers with a mix of large and small digits. This method always made more sense to me: http://www.ehow.com/video_12244670_solve-multiplication
12.
▲
by
aghull
15y ago
I like how it's laid out from the most specific tools that are easy to understand and eventually leads to the pocketknives of sed and awk that beginners might not need until they've exhausted the potential of the previous commands.