| 1. | | Losing graciously (markshuttleworth.com) |
| 513 points by ash on Feb 14, 2014 | 202 comments |
|
| 2. | | Flappy Space Program (corpsmoderne.itch.io) |
| 495 points by ski on Feb 14, 2014 | 112 comments |
|
| 3. | | How the US Treasury imposes sanctions on me and every other "Stephen Law" (stephenlaw.blogspot.com) |
| 344 points by slyall on Feb 14, 2014 | 173 comments |
|
| 4. | | De La Soul to Make Entire Catalog Available for Free (rollingstone.com) |
| 244 points by grahamel on Feb 14, 2014 | 125 comments |
|
| 5. | | The Star Trek Economy (medium.com/editors-picks) |
| 241 points by FD3SA on Feb 14, 2014 | 232 comments |
|
| 6. | | Show HN: A simple IP address API (ipinfo.io) |
| 241 points by zvanness on Feb 14, 2014 | 117 comments |
|
| 7. | | Servo Layout Engine: Parallelizing the Browser [video] (paulrouget.com) |
| 206 points by paulrouget on Feb 14, 2014 | 59 comments |
|
| 8. | | Solo.im – A single founder peer group (solo.im) |
| 160 points by matthiaswh on Feb 14, 2014 | 67 comments |
|
| 9. | | Drop the ego and prove "I could make that so much better" (lawnstarter.com) |
| 140 points by stevencorcoran on Feb 14, 2014 | 94 comments |
|
| 10. | | Cryptic Crossword: Amateur Crypto and Reverse Engineering (muppetlabs.com) |
| 131 points by breadbox on Feb 14, 2014 | 16 comments |
|
| 11. | | The Insecurity of Secret IT Systems (schneier.com) |
| 132 points by listronica on Feb 14, 2014 | 24 comments |
|
| 12. | | BitPay introduces Bitcore (bitcore.io) |
| 128 points by kolev on Feb 14, 2014 | 78 comments |
|
| 13. | | Crazy ants take on fire ants and win (arstechnica.com) |
| 120 points by jusben1369 on Feb 14, 2014 | 59 comments |
|
| 14. | | Instapainting Turns Your Photos Into Hand-Painted Oil Paintings On The Cheap (techcrunch.com) |
| 107 points by cmulligan on Feb 14, 2014 | 89 comments |
|
| 15. | | How I want to write Node: Stream all the things (caolanmcmahon.com) |
| 107 points by nua on Feb 14, 2014 | 114 comments |
|
| 16. | | Venezuela Blocks Twitter as Opposition Stage New Protests (businessweek.com) |
| 104 points by throwaway_yy2Di on Feb 14, 2014 | 39 comments |
|
| 17. | | Darpa Open Catalog (darpa.mil) |
| 106 points by kbar13 on Feb 14, 2014 | 10 comments |
|
| |
|
|
| 19. | | Gog.com giving away Dungeon Keeper for free (gog.com) |
| 95 points by cmsefton on Feb 14, 2014 | 69 comments |
|
| 20. | | My website is being stolen in real time and I don't know what to do |
| 90 points by joeyjones on Feb 14, 2014 | 97 comments |
|
| |
|
|
| 22. | | Rendered Prose Diffs (github.com/blog) |
| 83 points by dieulot on Feb 14, 2014 | 13 comments |
|
| 23. | | Apple's Remote Desktop client is bundled for free with every Mac (benguild.com) |
| 82 points by tommyd on Feb 14, 2014 | 43 comments |
|
| 24. | | "BitHack" Hackathon by Coinbase (coinbase.com) |
| 87 points by irunbackwards on Feb 14, 2014 | 39 comments |
|
| 25. | | Man Confronts CEO of MT. Gox In Tokyo (coindesk.com) |
| 84 points by richardknop on Feb 14, 2014 | 89 comments |
|
| 26. | | CppCat, an Ambitious C++ Code Analyzer from Tula (viva64.com) |
| 82 points by AndreyKarpov on Feb 14, 2014 | 25 comments |
|
| 27. | | Throwing in the towel on becomming a programmer (waterstreetgm.org) |
| 78 points by saltcod on Feb 14, 2014 | 121 comments |
|
| 28. | | Multiple Simultaneous Ajax Requests (with one callback) in jQuery (css-tricks.com) |
| 73 points by uptown on Feb 14, 2014 | 30 comments |
|
| 29. | | Internet troll study: Machiavellianism, narcissism, psychopathy, sadism (slate.com) |
| 75 points by zvanness on Feb 14, 2014 | 82 comments |
|
| |
|
|
|
| More |
And Rust isn't just another C clone with OOP or CSP bolted on: it's principled, relatively elegant and takes full advantage of the last few decades of PL research. All while being practical—it has to be, since it's evolved with a Servo as a concomitant project. A non-trivial companion project like that seems great for naturally guiding a language! Not many other languages can say any of this, much less ones actually poised to replace C++ or at least do actual systems programming.
And Mozilla is doing all this in a completely open and transparent way. I think this is incredibly important: anybody can get a glimpse into active development or even contribute. Just go to the relevant GitHub repo[1][2] and you're set. This is the way open source is supposed to work, rather than having companies develop behind close doors and dump source code occasionally (although that's also better than nothing).
I really wish more companies would take this sort of approach with their open source or basic research work. This gives me more confidence in Servo, Rust and Mozilla as a whole, especially compared to many of Mozilla's competitors (both in the browser space and in programming languages).
[1]: https://github.com/mozilla/servo/ [2]: https://github.com/mozilla/rust