| 1. | | JQuery 1.6 released (jquery.com) |
| 320 points by potomak on May 3, 2011 | 41 comments |
|
| 2. | | How I Turned Down $300,000 from Microsoft to go Full-Time on GitHub (preston-werner.com) |
| 295 points by jseliger on May 3, 2011 | 53 comments |
|
| 3. | | Slicehost accounts will be converted to Rackspace cloud accounts (rackspace.com) |
| 198 points by jsprinkles on May 3, 2011 | 151 comments |
|
| 4. | | Stack Overflow Makes Slow Pages 100x Faster By Simple SQL Tuning (highscalability.com) |
| 175 points by jpmc on May 3, 2011 | 124 comments |
|
| 5. | | Anatomy of a Fake Quotation (theatlantic.com) |
| 174 points by bjonathan on May 3, 2011 | 25 comments |
|
| 6. | | Tor project decides to fork Firefox (torproject.org) |
| 171 points by aj700 on May 3, 2011 | 18 comments |
|
| 7. | | Why I still don’t contribute to open source (brandonhays.com) |
| 170 points by phiggy on May 3, 2011 | 97 comments |
|
| 8. | | Woman removes SIM card from smart energy meter, uses $193k of 3G data (themercury.com.au) |
| 166 points by mambodog on May 3, 2011 | 201 comments |
|
| 9. | | I take illegal drugs for inspiration (susanblackmore.co.uk) |
| 160 points by ulvund on May 3, 2011 | 102 comments |
|
| 10. | | Linode launches native IPv6 support (linode.com) |
| 148 points by tasaro on May 3, 2011 | 49 comments |
|
| 11. |  | YC W2011 co hiring employee #1 and interns |
| on May 3, 2011 |
|
| 12. | | Jason Fried: How to Hire an Assistant (inc.com) |
| 110 points by gatsby on May 3, 2011 | 39 comments |
|
| 13. | | The German School of Lisp ("Fluchtpunkt Lisps") (fogus.me) |
| 106 points by cemerick on May 3, 2011 | 32 comments |
|
| 14. | | Eureqa - detecting equations and hidden mathematical relationships in data (cornell.edu) |
| 103 points by phreeza on May 3, 2011 | 20 comments |
|
| 15. | | The 10 commandments of good source control management (troyhunt.com) |
| 102 points by hanszeir on May 3, 2011 | 52 comments |
|
| 16. | | Google plays ball with carriers to kill tethering apps (thisismynext.com) |
| 98 points by msravi on May 3, 2011 | 69 comments |
|
| 17. | | Building Your Own Dropbox Equivalent (cloudfs.org) |
| 99 points by jnoller on May 3, 2011 | 23 comments |
|
| 18. | | Colourlovers Raises $1 Million To Make Everyone An Artist (techcrunch.com) |
| 98 points by citizenkeys on May 3, 2011 | 29 comments |
|
| 19. | | Getting Started with Android Development (jeanhsu.com) |
| 96 points by razin on May 3, 2011 | 8 comments |
|
| 20. | | 8 bit crop circle hack (dailygrail.com) |
| 93 points by jgamman on May 3, 2011 | 11 comments |
|
| |
|
|
| 22. | | "Take a Photo; It’ll Last Longer" (koralatov.com) |
| 89 points by superchink on May 3, 2011 | 50 comments |
|
| 23. | | Hacker Pwns Police Cruiser and Lives to Tell the Tale (theregister.co.uk) |
| 84 points by TheloniusPhunk on May 3, 2011 | 36 comments |
|
| 24. | | Bill Gates On Nuclear Energy: Compared To Coal, It Is Still Safer (techcrunch.com) |
| 84 points by k33l0r on May 3, 2011 | 109 comments |
|
| 25. | | High-Speed Video Shows How Hummingbirds Really Drink (wired.com) |
| 82 points by mukyu on May 3, 2011 | 12 comments |
|
| |
|
|
| 27. | | Wall Street's Cult Calculator Turns 30 (wsj.com) |
| 77 points by hornokplease on May 3, 2011 | 28 comments |
|
| |
|
|
| 29. | | Attachmate lays off Mono employees (internetnews.com) |
| 71 points by thesethings on May 3, 2011 | 32 comments |
|
| |
|
|
|
| More |
I strongly believe that everyone, and I mean everyone, is ready to contribute to OSS. On the Python project, Jesse Noller recently started a "core mentorship" group to help people put the rubber to the road. There's an almost endless amount of work to be done on CPython, and we'll literally take anyone with any amount of knowledge and help them contribute. Whether it's people contributing to OSS for the first time, or people new to contributing to Python, we can find something.
If you understand English, you can write documentation. If you can write Python code, which is obviously a common skill for someone interested in contributing to Python, there's plenty of work. If you know C, dig right in.
The group of core contributors ranges from 18 to the upper 60s, from the self-taught to multi-PhDs, from students to Googlers. I think the only people who aren't ready to contribute, wouldn't be interested in contributing in the first place.
> It’s not obvious where to start.
This is definitely an issue for a lot of projects, and as mentioned above for CPython, the core mentorship group is hoping to tackle this.
Online and in person, I've pointed countless amounts of newcomers to the "easy" bugs list on our tracker, but that's not always a great starting point. Half of the issues are a 35 comment bikeshed, but it's tagged as "easy" because the end result will probably be a 2 line change. The other half of the issues are easy, but in uninteresting corners of obscure modules.
I've had success leading newcomers at the PyCon sprint to start with test coverage, and I think that approach worked pretty well. You can't get too far without writing tests anyways, so it's a good educational step that you can even take back to your day job if you aren't already doing so. Additionally, it's a task that gives you a tangible sense of accomplishment. Being able to fix bugs is cool, but often they are very low impact. Being able to say you raised test coverage from 30% to 70% is nothing to shrug at.
Having early success is key to having continued fun on the project. No one wants to spend their evening working on a patch to have it rejected and shot down -- that's not fun. My approach, and one I also suggest to some first-timers, is to start with documentation. You can bang out 10 successful doc patches a lot easier than you can do 10 successful code changes. In order to get some attention to yourself, find the easiest way in the team and stick with it a bit before branching out.
> Guidelines often make a maintainer’s life easier, and mine harder.
I can certainly feel for this, and speaking for CPython, I think we've tried to keep the guidelines simple and well documented. Overall, the process doesn't deviate too far from "write it, review it, commit it", when it comes to being an external contributor. Once you have commit access, some of the source control process gets hairy, but it mostly stays out of your way and lets you do the work.
> Open source is for people who are better at this than me.
I'd put myself on the bottom of the pile both on the CPython team and at my day job. I told my dad programming was stupid when I was in high school, I barely got by in college, and finally found myself the first year on the job. I'm not a bad developer by any means, but I'm not blowing the doors off of companies when I interview with them. I just like what I do and I have fun doing it -- I think a lot of the people involved in this stuff are probably the same way.
> Trying to contribute and failing makes me feel stupid.
Failure sucks, straight up. It especially sucks when it's on an open source project that you're trying to help in your free time outside of work. It's not news that you're going to fail from time to time, but something that worked for me and apparently some people I've helped was choosing the right thing to work on. I touched on it earlier, but fixing 5 small easy things sometimes looks better to a maintainer than fixing 1 regular thing. If you start with that approach, soon you'll have 15 successful pull requests and may feel more confident to dive into deeper and harder things, and the maintainer may have more confidence that you can offer quality work for those harder things.
> There’s no time.
Time is the biggest bottleneck in open source. Not only do you have a kid, job, and responsibilities, everyone else does too. Submitting a patch or a pull request only to have it sit un-noticed for months sucks. The only way to get it through the system is more time. I don't know of any really good solutions on the maintainer side other than quitting everything and going full steam on the project, but that's clearly not viable :)
> It’s pretty lonely.
The CPython core mentors group aims to fix that. I don't remember the numbers off the top of my head, but the ratio of core contributors to new outsiders is pretty tight, and we've helped a bunch of interested contributors get their work accepted. Your average 1-man project might not be able to do this, but we've tried to make a group available for those who need a helping hand on Python.