| 1. | | Steve Jobs passed away one year ago - HN Frontpage (waybackletter.com) |
| 345 points by duck on Oct 5, 2012 | 96 comments |
|
| 2. | | Zip Bomb (wikipedia.org) |
| 342 points by takinola on Oct 5, 2012 | 108 comments |
|
| 3. | | This picture is worth a thousand pictures (slate.com) |
| 240 points by abhimir on Oct 5, 2012 | 38 comments |
|
| 4. | | Yale scientists explain how ketamine vanquishes depression within hours (yale.edu) |
| 216 points by 001sky on Oct 5, 2012 | 128 comments |
|
| 5. | | The best interface is no interface (cooper.com) |
| 214 points by ropiku on Oct 5, 2012 | 87 comments |
|
| 6. | | Yes I Still Want To Be Doing This at 56 (thecodist.com) |
| 214 points by jerhewet on Oct 5, 2012 | 56 comments |
|
| 7. | | How To Set Up Your Linode For Maximum Awesomeness (feross.org) |
| 208 points by feross on Oct 5, 2012 | 112 comments |
|
| 8. | | Clearing up some things about LinkedIn mobile’s move from Rails to node.js (ikaisays.com) |
| 205 points by ikailan on Oct 5, 2012 | 32 comments |
|
| 9. | | Living in a Van (priceonomics.com) |
| 210 points by rohin on Oct 5, 2012 | 165 comments |
|
| 10. | | Things you didn't know about Python (speakerdeck.com) |
| 181 points by d0ugal on Oct 5, 2012 | 41 comments |
|
| 11. | | How SQLite is tested (sqlite.org) |
| 176 points by antonios on Oct 5, 2012 | 40 comments |
|
| 12. | | When Will We See Collisions for SHA-1? (schneier.com) |
| 168 points by mikegerwitz on Oct 5, 2012 | 51 comments |
|
| 13. | | How to Write a Spelling Corrector (norvig.com) |
| 160 points by ashishgandhi on Oct 5, 2012 | 24 comments |
|
| 14. | | Ice Box Pro: The best of Dropbox and Amazon Glacier combined (iceboxpro.com) |
| 157 points by patrickod on Oct 5, 2012 | 128 comments |
|
| |
|
|
| 16. | | Zurb Foundation vs. Twitter Bootstrap (designshack.net) |
| 137 points by andreiursan on Oct 5, 2012 | 50 comments |
|
| 17. | | Facebook the Devourer (awardwinningfjords.com) |
| 138 points by hellosmithy on Oct 5, 2012 | 98 comments |
|
| 18. | | How do they make money? (seerinteractive.com) |
| 137 points by giorgiofontana on Oct 5, 2012 | 72 comments |
|
| 19. | | New comet might blaze brighter than the full Moon (astronomynow.com) |
| 134 points by tartarugafeliz on Oct 5, 2012 | 50 comments |
|
| 20. | | Happy 20th Birthday, IBM/Lenovo ThinkPad (reghardware.com) |
| 122 points by bornhuetter on Oct 5, 2012 | 68 comments |
|
| 21. | | Twitter, PayPal reveal database performance (itnews.com.au) |
| 119 points by werner on Oct 5, 2012 | 48 comments |
|
| 22. | | What is static program analysis? (might.net) |
| 110 points by p4bl0 on Oct 5, 2012 | 33 comments |
|
| 23. | | The $5000 Compression Challenge (patrickcraig.co.uk) |
| 104 points by jpablo on Oct 5, 2012 | 119 comments |
|
| |
|
|
| 25. | | Automating xkcd Diagrams: Transforming Serious to Funny (wolfram.com) |
| 102 points by soofy on Oct 5, 2012 | 7 comments |
|
| |
|
|
| 27. | | Cloud Haskell: work-stealing, master-slave and work-pushing (well-typed.com) |
| 84 points by dons on Oct 5, 2012 | 6 comments |
|
| 28. | | How airbnb lost me as a customer |
| 78 points by ARobotics on Oct 5, 2012 | 67 comments |
|
| 29. | | All ideas are old ideas (chris-granger.com) |
| 76 points by llambda on Oct 5, 2012 | 30 comments |
|
| 30. | | Dennis Ritchie passes away at 70 (2011) (techcrunch.com) |
| 75 points by disgruntledphd2 on Oct 5, 2012 | 12 comments |
|
|
| More |
I jumped through a lot of hoops to get to the point where I got a backtrace that showed me the SQL statement of a corrupted places.sqlite. I then loaded SQLite on the data file, ran the statement and reproduced the segfault. One of their lead devs then got in contact with me, grabbed the data file and fixed the issue.
I suspect that not only did my diagnosis lead to a fix for a LOT of Firefox crashes, but it stopped a lot of frustrating crashes on things like iPhones, etc :-)
I may not have done the fix, but I took the time to reproduce the problem. It felt damn good :-)
P.S. in case anyone is interested, the bug is https://bugzilla.mozilla.org/show_bug.cgi?id=581946 on Mozilla, and at SQLite it's at http://www.sqlite.org/src/ci/83395a3d24