Linus Torvalds Explains How Linux Still Surprises and Motivates Him
1–10 of 12 posts
Re: Linus Torvalds Explains How Linux Still Surprises and Motivates Him
#2Re: Linus Torvalds Explains How Linux Still Surprises and Motivates Him
#3I can't even imagine that in a 1000x scale, which is what Linus has done (I know that he has people working under him taking care of certain sections of the kernel, but it's still incredible how he has managed so many people, companies and organizations for so long so efficiently). Linux will always be one of the greatest man-made efforts ever.
Re: Linus Torvalds Explains How Linux Still Surprises and Motivates Him
#4 >> The 2-3 weeks I worked on Git to get that started for example.
His side-project, kicked-off in 2-3 weeks :). This would be a lifetime project for most people.Re: Linus Torvalds Explains How Linux Still Surprises and Motivates Him
#5>> The 2-3 weeks I worked on Git to get that started for example. His side-project, kicked-off in 2-3 weeks :). This would be a lifetime project for most people.
Re: Linus Torvalds Explains How Linux Still Surprises and Motivates Him
#6Re: Linus Torvalds Explains How Linux Still Surprises and Motivates Him
#7>> The 2-3 weeks I worked on Git to get that started for example. His side-project, kicked-off in 2-3 weeks :). This would be a lifetime project for most people.
Re: Linus Torvalds Explains How Linux Still Surprises and Motivates Him
#8It's still hard to use IMHO, once you deep dive into it, the complexity start to rise up to the point where a complete reset of the repo is required but anyway "what changed" is that Google Code close and suddenly every svn backed project looked for alternatives, the easiest one being "git" since it has a compat API for svn repos, later Jr's started learning git at school and ditched svn et al and now everyone chooses git for default, not because its great, but because everyone is using it and GitHub exploded in popularity due to "social coding" being the norm.
Re: Linus Torvalds Explains How Linux Still Surprises and Motivates Him
#9A few weeks ago I started a simple open source project that got a little bit of traction over here in HN. Since then I've had 4-5 active volunteers contributing to the project and I'm ever so thankful for them. But I've got to admit, even 4-5 active volunteers is quite taxing on my time: I need to spend a fair bit of time reviewing stuff, triaging issues, updating the README or the code to be more newcomer friendly a…