Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
miksago
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
miksago
13y ago
I'm honestly surprised how simple this code is, now that I started reading it. Julia, you've shown me in one succinct article that the linux kernel isn't a big scary black box of a place, and that maybe I too can hack on it o
2.
▲
by
miksago
13y ago
If your startup is actually shutting down, then this period you're in is as good as a notice period. I suspect you might find chatting with the Pay With Tab guys interesting, they were in a similar boat and also wrote that article abou
3.
▲
by
miksago
13y ago
Yeah, it is, I just read up on it, it's this function: http://lxr.linux.no/linux+v3.12.6/fs/namespace.c#L404 From what I can gather, if the file handle isn't in write mode or is a special file, then we
4.
▲
by
miksago
13y ago
I've just tried to install crosstool-ng on Mac OS X 10.6.8 (i386), and building it just never works.
5.
▲
by
miksago
13y ago
Yeah, I'm working on updated instructions at the moment. You may get stuck at the step that's "Install a new kernel on the RPi." if your system is i386; Those instructions only work on x86_64, afaik. I'm keeping a l
6.
▲
by
miksago
15y ago
Definitely worth a read, some really good words of wisdom in there, and some that are common sense, but sometimes common sense really does need to be written down.
7.
▲
by
miksago
15y ago
Hi, I work for Pusher and wrote that article, so I feel the need to respond: When people ask "Why would I use Pusher instead of running my own realtime services in-house?", they often overlook the other complexities involved in the problem.
8.
▲
by
miksago
17y ago
Node has actually had quite a few blocking API's, I'm not sure for how long, but there has for quite a while been a fs.*Sync, they're just undocumented, because their usage isn't recommended.
9.
▲
by
miksago
17y ago
I think the speed you see as a difference may be coming from how you're writing the data, node requires multiple function calls to do the writing of data (unless you use a raw tcp socket), tornado appears to just take it all in one function
10.
▲
by
miksago
19y ago
Ignore what others say about your interests, put your head down, do a bit of hard work (but mostly play,); get involved in communities (eg, your favourite javascript library's community), get recognised for your work, learn from the masters