Skip to main content

Open Source: Why?

So I won't re-write everything I just posted on C++ Soup about cpp-netlib 0.9.1 being released. I'll just point you over to that blog post and talk about something else in this entry. What I do want to write about is more of a reflection on my reasoning for why I do open source development. I feel like I need to write this down in a more thought-out form with better structure than what I've tried doing before.

Different people have different reasons to do open source development. Some do it for the fame. Some do it to put it in their resume. Some people do it for a living. Some people do it because they don't have anything else to do. Some people do it because they believe it's the right thing to do. I'm none of the above.

I do open source development because I love sharing. I see open source development as a means of collaboratively solving a problem and reaping the results of the process. It's the journey and the destination in my view.

There's something very self-less as well as selfish when you do open source development. I can't say that doing open source hasn't helped me get my name out. I can't say that it hasn't gotten me work. Open source involvement has done these things for me among other things. It has helped me get my name out there as well. However the selfish parts aren't nearly as interesting to me as the self-less part.

Altruism is a funny thing. I really do want to help a lot of people solve the same problems I've had to face as well before. The C++ Network library started because I felt frustrated with all the existing networking solutions in C++ and I thought there might be a different way of doing things that would work. Along the way I discovered a few things that I've shared to like-minded peers. I've learned a lot about myself in the process that I share as well in case others would see something useful in what I learn. The things I do for altruism include open source development because I think code that I write and expose for everyone else to read has the potential to help others see the value in sharing.

I do open source development because it makes me happy to share with the world at large a solution to some problem. It's one way for me to exercise my problem solving skills and keep improving myself in the process as well as help whoever might need the help I can offer.

It's the same reason I volunteer, the same reason I donate, and the same reason I share as much as I can. I do it because it makes me happy.

Do you develop open source? I'd love to know why.

Comments

  1. I do open source because I am a craftsman and my idea of fun is creating something useful.

    ReplyDelete
  2. I develop open source for a few reasons.

    First, I believe it's what makes sense to foster progress. If not for open source, the wheel would continuously be re-invented. To solve the same problem over and over again needlessly is stagnation.

    Secondly, I love to share information. If I improve on an existing solution or provide a new solution altogether, I want all others interested to be able to benefit from my insights.

    ReplyDelete
  3. I do open source because that's the best interface between the academic and business worlds

    ReplyDelete

Post a Comment

Popular posts from this blog

Help wanted: writing resources

I'm currently fleshing out a fantasy setting for a series of short stories rattling in my head that I'd like to get out into the world. However, it's the first time I'm even trying to do this, so I need your help: are there any good resources for world-building and writing guides that have been helpful in your projects? So far I've been really enamoured by Brandon Sanderson's world building and Patrick Rothfuss' storytelling. I suspect those two are at the pinnacle of the trade and I'm probably not going to do myself any favours by trying to live up to what they're doing, but I'd still like to give it the good college try. Are there any resources (forums, books, guides, blogs, or courses) that I should be taking if I want to do a decent first take at this? This is probably better as an email to friends and maybe some random folks (or maybe even a tweet) but why not a blog as well?

Reconnecting with people

2021 started with a a good sense of connection for me, having spent time with friends and family in a simple celebration of the oncoming year. The transition from 2020 to 2021 and being able to look back at a good part of my recent history got me thinking about how life has been for me and the family for the past decade. There’ve been a lot of people that I’ve met and become friends with while there are those that I’ve left behind and lost touch with. There’s a saying about treating old friends different from new ones, which I do appreciate now that I’m a bit older. It also means that my relationships with people that I get to spend a good amount of time with take a different shape. This reflection has given me some time and space to think about what it means to reconnect with people. Friends are the family we choose ourselves. — Edna Buchman I have the privilege of having life-long friends that I don’t always stay in regular contact with. From my perspective, if I consider you a frien...

Six-hour workdays for focus and productivity

Sometime in 2018 I experimented with a strict 6-hour workday. I negotiated this with my manager who at the time said it was worth the experiment. The idea would be for me to be at the office by 10am and be out by 4pm. This didn't preclude me from continuing to work while I was in the train, or at home. It was an experiment where I can remember some good and bad parts and this is a post looking back at that time. Ruthless prioritisation The first thing I needed to do as an individual contributor was to ruthlessly prioritise all the tasks I have to accomplish. This meant I had to put a budget on the amount of time I'm spending doing certain things. Additionally this meant I needed to remove  all unnecessary meetings from my calendar. This was defined as whether it was something I was needed to make a decision on anything. Being an individual contributor at the time the answer it turns out for most meetings in my calendar was "no". Some examples of things I've stoppe...