Viewing profile — schlecht
schlecht
HN member- Joined
- Thu, Feb 09, 2012, 11:45 PM UTC
- HN karma
- 72
- Public activity
- 16 items
- HN profile
- View on Hacker News ↗
About schlecht
Recent public activity
-
comment
Comment #5794762
Despite the small detail that Ubuntu was not at all instrumental in the progression of Android, I think that this was a well written piece, and came at a time where Linux as a whol…
-
comment
Comment #5788137
Rubs me the wrong way where people don't give the necessary credit.
-
comment
Comment #5772531
As so many do.
- story
- story
- story
-
comment
Comment #5736715
And Sublime Text 3 the successor of Sublime Text 2.
-
comment
Comment #5734332
I'll take a gander, thanks.
-
comment
Comment #5732908
I really would visit reddit more if the UX wasn't so horrible. I feel the same way about RapGenius. Great services, horrible user experience.
-
comment
Comment #5729993
Elite.
-
comment
Comment #3584967
I see.
-
comment
Comment #3583332
I think you have the term "hackers" mixed up with Fortran/AJAX/.Net developers.
-
comment
Comment #3583308
const json_char *cur_line_begin, *i; ... top->u.dbl = strtod (i, (json_char **) &i); top->u.integer = strtol (i, (json_char **) &i, 10); Ick
-
comment
Comment #3583279
Where c is `json_c', "return c > 127 ? 0xFF : hex_table [c];" always returns false due to the range of types.
-
comment
Comment #3583264
Why are you doing "#define numeric(b) ((b) >= '0' && (b) <= '9')" instead of say isdigit(3) ?
-
comment
Comment #3580992
Forgive me, but what has "This Developer's Life", and "The Ruby Show" got to do with "hacking" exactly?