Viewing profile — znull
znull
HN member- Joined
- Fri, Sep 18, 2009, 5:22 PM UTC
- HN karma
- 64
- Public activity
- 10 items
- HN profile
- View on Hacker News ↗
About znull
No profile information was provided.
Recent public activity
-
comment
Comment #29029558
All I can think of is Comcast -> Xfinity and how well that's gone...
-
comment
Comment #24724331
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…
-
comment
Comment #20332103
Statistically, it's the other way around.
-
comment
Comment #17491948
Just the bikes and scooters? Not, say, the idle cars left on streets all over town?
-
comment
Comment #7676180
You want to settle a dispute between economists and ecologists? Ask a physicist: http://physics.ucsd.edu/do-the-math/about-this-blog/
-
comment
Comment #1538857
And why do you think that is? I've seen too many situations where the reward for being more productive than lesser-clued co-workers was a greater share of grief and stress.
-
comment
Comment #1233012
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 fid…
-
comment
Comment #1217339
http://www.dirvish.org/ and http://rsnapshot.org/ are both wrappers around rsync that do exactly this. Eventually, though, I switched to http://duplicity.nongnu.org/ for the networ…
-
comment
Comment #847054
$ cat foo.c #include 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’:…
-
comment
Comment #830676
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…