| 31. | | "Android Tools Are Horrendous, OS Is Hideous," FB iPhone Dev Joe Hewitt Tweets (yahoo.com) |
| 50 points by siglesias on Aug 25, 2010 | 56 comments |
|
| |
|
|
| |
|
|
| 34. | | 17 Year Old creates website that predicts future of Digg (gigaom.com) |
| 51 points by rjvir on Aug 25, 2010 | 23 comments |
|
| 35. | | Thoughts After Y Combinator Demo Day (adamsmith.cc) |
| 49 points by adamsmith on Aug 25, 2010 | 2 comments |
|
| |
|
|
| |
|
|
| 38. | | I'm Split Testing ... Why Haven't I Doubled My Revenue Yet? (markitecht.tumblr.com) |
| 48 points by dcancel on Aug 25, 2010 | 9 comments |
|
| |
|
|
| |
|
|
| 41. | | Amazon: New Kindles Selling at Record Rates (techcrunch.com) |
| 45 points by charlief on Aug 25, 2010 | 53 comments |
|
| 42. | | Ask HN: What happens when your startup fails? |
| 45 points by pilom on Aug 25, 2010 | 32 comments |
|
| |
|
|
| 44. | | The penultimate guide to stopping a DDoS attack – A new approach (unixy.net) |
| 43 points by konradc on Aug 25, 2010 | 44 comments |
|
| |
|
|
| |
|
|
| |
|
|
| 48. | | Pragmatic Bookshelf announces new Pragmatic Guide series (pragprog.com) |
| 42 points by tswicegood on Aug 25, 2010 | 8 comments |
|
| 49. | | inDinero (YC S10) Adds Automated Financial Forecasts for Businesses (readwriteweb.com) |
| 42 points by jlm382 on Aug 25, 2010 |
|
| 50. | | SCVNGR’s Secret Game Mechanics Playdeck (techcrunch.com) |
| 40 points by ssclafani on Aug 25, 2010 | 15 comments |
|
| |
|
|
| |
|
|
| |
|
|
| 54. | | Subscription Revenue Model (spreadsheet) (spreadsheets.google.com) |
| 37 points by rlivsey on Aug 25, 2010 | 14 comments |
|
| |
|
|
| |
|
|
| 57. | | RabbitMQ 2.0 is out includes paging messages on disk and support for AMQP 0-9-1 (rabbitmq.com) |
| 35 points by antirez on Aug 25, 2010 | 7 comments |
|
| 58. | | Paul Graham and "It turns out" (jsomers.net) |
| 35 points by bkudria on Aug 25, 2010 | 15 comments |
|
| |
|
|
| |
|
|
|
| More |
Look at virtually everyone new to JavaScript and web development as a great example of this. Even brilliant minds, when first introduced to the surprisingly powerful JavaScript, post diatribes of dislike for it.
For instance consider-
"A bit surprised how many hoops I have to jump through to do asynchronous HTTP on Android. NSURLConnection+delegate was so easy."
So how does one do asynchronous HTTP on Android?
http://stackoverflow.com/questions/828280/is-there-an-accept...
Is that hard? What hoops are there? It is extraordinarily straightforward, and is built such that you are essentially the commander and chief of a centralized asynchronous mechanism. But yes, if you look for it to be exactly like you've done it before, it might seem Byzantine.
Android has a tremendous number of quirks and imperfections, but I see no reason why Joe Hewitt's opinion is of any significance.