| 1. | | Firefox Developer Edition (developer.mozilla.org) |
| 979 points by tazer on Nov 10, 2014 | 295 comments |
|
| 2. | | The Founder’s Guide to Selling Your Company (justinkan.com) |
| 442 points by sinak on Nov 10, 2014 | 54 comments |
|
| 3. | | Police Use Department Wish List When Deciding Which Assets to Seize (nytimes.com) |
| 403 points by molecule on Nov 10, 2014 | 162 comments |
|
| 4. | | All cameras are police cameras (shorttermmemoryloss.com) |
| 383 points by alandarev on Nov 10, 2014 | 220 comments |
|
| 5. | | Pirate Bay Founder Peter Sunde Released from Prison (torrentfreak.com) |
| 380 points by lelf on Nov 10, 2014 | 200 comments |
|
| 6. | | Material UI (material-ui.com) |
| 386 points by eskimobloood on Nov 10, 2014 | 163 comments |
|
| 7. | | Federal law enforcement documents about Aaron Swartz, released under FOIA (swartzfiles.com) |
| 361 points by pje on Nov 10, 2014 | 105 comments |
|
| 8. | | An Update on Hacker News (blog.ycombinator.com) |
| 331 points by nicklovescode on Nov 10, 2014 | 351 comments |
|
| 9. | | The dark side of .io (gigaom.com) |
| 298 points by zactral on Nov 10, 2014 | 79 comments |
|
| 10. | | Half a decade with Go (golang.org) |
| 259 points by geetarista on Nov 10, 2014 | 250 comments |
|
| 11. | | BrowserStack was hacked |
| 262 points by spiralganglion on Nov 10, 2014 | 108 comments |
|
| 12. | | Celebrating 10 Years of Firefox (blog.mozilla.org) |
| 266 points by _qprp on Nov 10, 2014 | 60 comments |
|
| 13. | | How to write a developer resume that will get you hired (slideshare.net) |
| 251 points by peteretep on Nov 10, 2014 | 205 comments |
|
| 14. | | If money doesn't make you happy, you probably aren't spending it right (2010) [pdf] (wjh.harvard.edu) |
| 258 points by monort on Nov 10, 2014 | 143 comments |
|
| 15. | | Essential Math for Games Programmers (essentialmath.com) |
| 230 points by th0ma5 on Nov 10, 2014 | 28 comments |
|
| 16. | | Pointer Pointer (pointerpointer.com) |
| 205 points by mp4box on Nov 10, 2014 | 30 comments |
|
| 17. | | WireEdit – A Full Stack WYSIWYG Editor for Network Packets (wireedit.com) |
| 221 points by csmajorfive on Nov 10, 2014 | 78 comments |
|
| 18. | | How we’ve made Raptor fast (rubyraptor.org) |
| 178 points by triskweline on Nov 10, 2014 | 71 comments |
|
| 19. | | Google Takes Over Operations of Moffett Airfield from NASA (techcrunch.com) |
| 167 points by mtviewdave on Nov 10, 2014 | 53 comments |
|
| 20. | | World War II Is Full of Plot Holes (2010) (squid314.livejournal.com) |
| 151 points by mblevin on Nov 10, 2014 | 60 comments |
|
| 21. | | A Few Questions About the Culture: An Interview with Iain Banks (strangehorizons.com) |
| 154 points by strlen on Nov 10, 2014 | 86 comments |
|
| 22. | | Random Darknet Shopper (bitnik.org) |
| 157 points by janfoeh on Nov 10, 2014 | 36 comments |
|
| 23. | | Self-tightening nut that provides tight fastening with a unique screw thread (akihabaranews.com) |
| 152 points by dmmalam on Nov 10, 2014 | 63 comments |
|
| |
|
|
| 25. | | OVH servers exploited through shellshock (ovh.net) |
| 157 points by spindritf on Nov 10, 2014 | 77 comments |
|
| 26. | | Glendix: Bringing the Beauty of Plan9 to Linux (glendix.org) |
| 144 points by pmoriarty on Nov 10, 2014 | 17 comments |
|
| |
|
|
| 28. | | Reproducible SBCL builds – a month ahead of schedule (rhodes.io) |
| 133 points by luu on Nov 10, 2014 | 15 comments |
|
| 29. | | London’s Legendary Taxi-Driver Test Puts Up a Fight in the Age of GPS (nytimes.com) |
| 122 points by jaynos on Nov 10, 2014 | 105 comments |
|
| |
|
|
|
| More |
1. HTTP Request builder (think cURL with a nicer GUI and the ability to save presets);
2. Web Proxy, able to "stop-and-modify" requests (think Fiddler or Charles);
3. Network conditions simulator for throttling, packet dropping and limited bandwidth, with profiles (e.g. GPRS);
4. Local Mock REST API, with a few predefined endpoints (e.g. /users/) + the ability to create new ones (with configurable values such as random integers between X and Y or a random string which is a valid e-mail);
5. Multi-touch simulator (with a modifier key);
6. A usability test facilitator, able to create test scripts and automatically record timing and extra information (e.g. define a task that ends when user clicks the element with id X; when said user clicks #X, you annotate the time, the number of misclicks, etc). You could also implement this for static images, with clickable regions. I would love you for this one.