Viewing profile — miksago
miksago
HN member- Joined
- Thu, Mar 13, 2008, 11:23 AM UTC
- HN karma
- 8
- Public activity
- 10 items
- HN profile
- View on Hacker News ↗
About miksago
No profile information was provided.
Recent public activity
-
comment
Comment #7014665
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…
-
comment
Comment #7014660
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 …
-
comment
Comment #7014645
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 …
-
comment
Comment #6710736
I've just tried to install crosstool-ng on Mac OS X 10.6.8 (i386), and building it just never works.
-
comment
Comment #6710671
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 wor…
-
comment
Comment #3251964
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.
-
comment
Comment #2682823
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 of…
-
comment
Comment #1140228
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 r…
-
comment
Comment #1090098
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 …
-
comment
Comment #135882
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 comm…