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 whole deserved it.
HN user
schlecht
72 karma
I'm schlecht
Posts3
Comments13
Ubuntu's Bug #1 is fixed 13 years ago
Rubs me the wrong way where people don't give the necessary credit.
PayPal.com XSS Vulnerability 13 years ago
As so many do.
Poll: Which is your primary text editor? 13 years ago
And Sublime Text 3 the successor of Sublime Text 2.
Reddit secret plan for world domination 13 years ago
I'll take a gander, thanks.
Reddit secret plan for world domination 13 years ago
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.
How do GameShark/GameGenie codes work? 13 years ago
Elite.
Podcasts for Hackers 14 years ago
I see.
Podcasts for Hackers 14 years ago
I think you have the term "hackers" mixed up with Fortran/AJAX/.Net developers.
const json_char *cur_line_begin, *i;
...
top->u.dbl = strtod (i, (json_char **) &i);
top->u.integer = strtol (i, (json_char **) &i, 10);
IckWhere c is `json_c', "return c > 127 ? 0xFF : hex_table [c];" always returns false due to the range of types.
Why are you doing "#define numeric(b) ((b) >= '0' && (b) <= '9')" instead of say isdigit(3) ?
Podcasts for Hackers 14 years ago
Forgive me, but what has "This Developer's Life", and "The Ruby Show" got to do with "hacking" exactly?