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…
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…
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 call…
I've just tried to install crosstool-ng on Mac OS X 10.6.8 (i386), and building it just never works.
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 log…
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.
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…
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.
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…
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,…
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…
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…
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 call…
I've just tried to install crosstool-ng on Mac OS X 10.6.8 (i386), and building it just never works.
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 log…
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.
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…
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.
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…
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,…