Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
iter8n
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
iter8n
15y ago
I've always felt this way... enjoying a story is more about the experience the writer creates while telling it. I always encourage people to go ahead and "spoil" the story for me.
2.
▲
Story behind the TIME magazine Gaddafi cover art
(drawger.com)
4 points
by
iter8n
15y ago
|
0 comments
3.
▲
Segmented Sleep
(en.wikipedia.org)
1 points
by
iter8n
15y ago
|
0 comments
4.
▲
by
iter8n
15y ago
Of course. This could have happened to any site, but in this case I just found it funny because 'JQuery -> jquery.com' is so simple and obvious. I'm sure the author knew the actual domain, but used google out of habit or preference.
5.
▲
by
iter8n
15y ago
I would have just typed in 'jquery.com' and then clicked the link for the download page.
6.
▲
by
iter8n
15y ago
Signing up for anything google feels more like a commitment compared to creating a twitter account. Google wants to integrate more and more of your data into their system, linking it with your other google accounts whether you like it or no
7.
▲
by
iter8n
15y ago
There is plenty of noise on either side.. if you want to look at it like that.
8.
▲
by
iter8n
15y ago
Now that the hype is dying down, maybe people will start thinking more about how to make bitcoin easier and more available and less about how they can profit off of mining and trading.
9.
▲
by
iter8n
15y ago
Wow, awesome. It shouldn't be hard to create a binding for execvp as well then. I found the pipe() binding, but I can't use those fd's with child_process.spawn if i want to open them as fd 3, 4, 5, etc in the child.
10.
▲
by
iter8n
15y ago
child_process.exec is different from n*x system exec. Node is still doing the fork()ing and exec()ing behind the scenes. Exposing those calls in node would give you direct access to the child process before executing your commands.
11.
▲
by
iter8n
15y ago
Because they aren't trying to sell a product. This is an announcement directed towards developers and coders using node who wish to contribute by trying out new features. Calling it 'unstable' makes it clear what it is and what it isn't.