| 1. | | Your looks and your inbox (okcupid.com) |
| 315 points by thirdusername on Nov 19, 2009 | 102 comments |
|
| |
| 219 points | parent |
|
| |
| 128 points | parent |
|
| 4. | | <script type="text/jquery"> (ejohn.org) |
| 103 points by maxwell on Nov 19, 2009 | 28 comments |
|
| 5. | | Microsoft makes patent claim for sparklines (edwardtufte.com) |
| 102 points by nirmal on Nov 19, 2009 | 31 comments |
|
| 6. | | Closure. "I had the only farm capable of nuclear weapons design." (steveblank.com) |
| 79 points by stakent on Nov 19, 2009 | 13 comments |
|
| 7. | | Chrome OS source code (chromium.org) |
| 72 points by ypavan on Nov 19, 2009 | 53 comments |
|
| 8. | | Gruber: The OS Opportunity (daringfireball.net) |
| 71 points by concretecode on Nov 19, 2009 | 33 comments |
|
| |
|
|
| 10. | | Clojars (clojars.org) |
| 67 points by fogus on Nov 19, 2009 | 9 comments |
|
| 11. | | Google Chrome OS will have no native apps, data will be stored in the cloud. (techcrunch.com) |
| 63 points by steveklabnik on Nov 19, 2009 | 79 comments |
|
| 12. | | Developers: You Are What's Wrong With the iPhone AppStore (ynniv.com) |
| 60 points by ynniv on Nov 19, 2009 | 45 comments |
|
| 13. | | Who needs angel financing/help? Testing hacker news for this purpose. (betashop.com) |
| 59 points by betashop on Nov 19, 2009 | 39 comments |
|
| 14. | | What Makes an Entrepreneur? Four Letters: JFDI (bothsidesofthetable.com) |
| 59 points by davidw on Nov 19, 2009 | 3 comments |
|
| 15. | | Divorce, Reddit-Style (thebigmoney.com) |
| 60 points by robg on Nov 19, 2009 | 25 comments |
|
| 16. | | Papercraft Self Portrait (testroete.com) |
| 57 points by aerique on Nov 19, 2009 | 8 comments |
|
| 17. | | The death of the blog post (and rise of the blogazine) (smashingmagazine.com) |
| 57 points by jlees on Nov 19, 2009 | 41 comments |
|
| |
|
|
| |
|
|
| |
|
|
| 21. | | Give Your App to Apple Employees (karelia.com) |
| 49 points by bensummers on Nov 19, 2009 | 2 comments |
|
| 22. | | Jobs to The Little App Factory: Name change “Not that big of a deal” (crunchgear.com) |
| 48 points by zaveri on Nov 19, 2009 | 23 comments |
|
| 23. | | RFS 5: Development on Handhelds (ycombinator.com) |
| 46 points by icey on Nov 19, 2009 | 45 comments |
|
| |
|
|
| 25. | | Releasing the Chromium OS open source project (googleblog.blogspot.com) |
| 46 points by mqt on Nov 19, 2009 | 9 comments |
|
| |
|
|
| 27. | | Reading Code is Key to Writing Good Code (stevenharman.net) |
| 43 points by edw519 on Nov 19, 2009 | 22 comments |
|
| 28. | | Automatic captions in YouTube (googleblog.blogspot.com) |
| 43 points by chrisconley on Nov 19, 2009 | 4 comments |
|
| 29. | | Société Générale tells clients how to prepare for 'global collapse' (telegraph.co.uk) |
| 42 points by gibsonf1 on Nov 19, 2009 | 15 comments |
|
| |
|
|
|
| More |
It iterated through an array doing 3 SQL SELECTs against non-indexed files for each element. There used to be about 50 elements in the array; now there were more than 5000. I rewrote the whole thing in one day to do a total of 4 SELECTs and run in 12 seconds.
But it took 6 days to get through QA (while the users continued to suffer). QA's biggest complaint? I indented 4 spaces instead of the (unpublished) standard of 5 spaces.
Of all the things I have to deal with, nothing pisses me off more. Software QA is becoming more and more like TSA security at the airport: illogical, and obviously so. Last year, flagrantly unacceptable code was promoted without question while its replacement was held up on a meaningless detail.
I got the feeling from the programmer's quotes in this essay that the same thing is happening at the app store.
We programmers are a funny lot. Make us struggle for business or technical reasons and we adapt beautifully. Make us struggle for something stupid and we just get pissed off and do something else. What a pity.