HN user

znull

64 karma
Posts0
Comments10
View on HN
No posts found.

I'm surprised to hear so many in this thread had negative experiences. My experience as an applicant at Stripe was stellar from beginning to end, probably the most professional and well-executed interview process I've seen in my career. I can say that without bias because I ended up choosing another offer, but it was really difficult to turn down Stripe's after that.

I haven't pushed it very hard. I'm only using it for personal stuff.

That said, it's pretty good at DWIM for a command-line tool. It works as advertised and doesn't require any fiddling once you have it set up.

cons: command line syntax is verbose. Enough so that there's a wrapper for it (http://duply.net/) which I also recommend. Access to backups isn't as straightforward as with forest-of-hardlinks approaches.

I'd be interested to hear how it holds up to production use.

X += x++ 17 years ago

$ cat foo.c #include <stdio.h> int main(int ac, char av) { int x = 3; x = x + x++; printf("x = %d\n", x); return 0; } $ make foo CFLAGS=-Wall cc -Wall foo.c -o foo foo.c: In function ‘main’: foo.c:5: warning: operation on ‘x’ may be undefined $ ./foo x = 7

what are you all talking about? I've been using 64-bit firefox 3.0 (debian's iceweasel) with 64-bit flash (ever since 64-bit flash became available), no nspluginwrapper, and I have no firefox stability troubles at all.

I restart FF every week or so to keep its memory usage down. I typically have 30-50 tabs open at a time. Is it because I use flashblock?