What is the incentive for curl to release the library for free?How to send a header using a HTTP request...

Any examples of headwear for races with animal ears?

Examples of non trivial equivalence relations , I mean equivalence relations without the expression " same ... as" in their definition?

How to make a pipeline wait for end-of-file or stop after an error?

What is the difference between `command a[bc]d` and `command `a{b,c}d`

Does this extra sentence in the description of the warlock's Eyes of the Rune Keeper eldritch invocation appear in any official reference?

How did Captain America manage to do this?

Reducing vertical space in stackrel

Binary Numbers Magic Trick

Mac Pro install disk keeps ejecting itself

Unexpected email from Yorkshire Bank

Error message with tabularx

Is there a way to get a compiler for the original B programming language?

How can I place the product on a social media post better?

How could Tony Stark make this in Endgame?

a sore throat vs a strep throat vs strep throat

Pass By Reference VS Pass by Value

What is the incentive for curl to release the library for free?

Was there a shared-world project before "Thieves World"?

Controversial area of mathematics

What language was spoken in East Asia before Proto-Turkic?

Stop and Take a Breath!

Term for maladaptive animal behavior that will lead to their demise?

What route did the Hindenburg take when traveling from Germany to the U.S.?

French for 'It must be my imagination'?



What is the incentive for curl to release the library for free?


How to send a header using a HTTP request through a curl call?How can I see the request headers made by curl when sending a request to the server?Using cURL with a username and password?What is cURL in PHP?How to display request headers with command line curlHow do I POST JSON data with Curl from a terminal/commandline to Test Spring REST?PHP cURL custom headersHow do I install and use curl on Windows?How do I measure request and response times at once using cURL?VS2013 VC++ libcurl LNK2028 LNK2019 linking errors






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}







7















Recently started using libCurl for my VC++ project and wondering, the incentive for curl creators to release the entire library for free.



Is it purely for helping other fellow developers? This is one of the best open source libraries I've used in the recent times. (Other than Python and R programming language).




Project cURL is entirely free and open. No person gets paid for
developing curl full time. We do this voluntarily, mostly in our spare
time. Occasionally companies pay individual developers to work on
curl, but that's up to each company and developer. This is not
controlled by nor supervised in any way by the project.











share|improve this question





























    7















    Recently started using libCurl for my VC++ project and wondering, the incentive for curl creators to release the entire library for free.



    Is it purely for helping other fellow developers? This is one of the best open source libraries I've used in the recent times. (Other than Python and R programming language).




    Project cURL is entirely free and open. No person gets paid for
    developing curl full time. We do this voluntarily, mostly in our spare
    time. Occasionally companies pay individual developers to work on
    curl, but that's up to each company and developer. This is not
    controlled by nor supervised in any way by the project.











    share|improve this question

























      7












      7








      7


      2






      Recently started using libCurl for my VC++ project and wondering, the incentive for curl creators to release the entire library for free.



      Is it purely for helping other fellow developers? This is one of the best open source libraries I've used in the recent times. (Other than Python and R programming language).




      Project cURL is entirely free and open. No person gets paid for
      developing curl full time. We do this voluntarily, mostly in our spare
      time. Occasionally companies pay individual developers to work on
      curl, but that's up to each company and developer. This is not
      controlled by nor supervised in any way by the project.











      share|improve this question














      Recently started using libCurl for my VC++ project and wondering, the incentive for curl creators to release the entire library for free.



      Is it purely for helping other fellow developers? This is one of the best open source libraries I've used in the recent times. (Other than Python and R programming language).




      Project cURL is entirely free and open. No person gets paid for
      developing curl full time. We do this voluntarily, mostly in our spare
      time. Occasionally companies pay individual developers to work on
      curl, but that's up to each company and developer. This is not
      controlled by nor supervised in any way by the project.








      curl libcurl






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked 10 hours ago









      nsivakrnsivakr

      653931




      653931
























          1 Answer
          1






          active

          oldest

          votes


















          40














          I'm Daniel Stenberg.



          I made curl



          I founded the curl project back in 1998, I wrote the initial curl version and I created libcurl. I've written more than half of all the 24,000 commits done in the source code repository up to this point in time. I'm still the lead developer of the project. To a large extent, curl is my baby.



          I shipped the first version of curl as open source since I wanted to "give back" to the open source world that had given me so much code already. I had used so much open source and I wanted to be as cool as the other open source authors.



          Thanks to it being open source, literally thousands of people have been able to help us out over the years and have improved the products, the documentation. the web site and just about every other detail around the project. curl and libcurl would never have become the products that they are today were they not open source. The list of contributors now surpass 1900 names and currently the list grows with a few hundred names per year.



          Thanks to curl and libcurl being open source and liberally licensed, they were immediately adopted in numerous products and soon shipped by operating systems and Linux distributions everywhere thus getting a reach beyond imagination.



          Thanks to them being "everywhere", available and liberally licensed they got adopted and used everywhere and by everyone. It created a defacto transfer library standard.



          At an estimated six billion installations world wide, we can safely say that curl is the most widely used internet transfer library in the world. It simply would not have gone there had it not been open source. curl runs in billions of mobile phones, a billion Windows 10 installations, in a half a billion games and several hundred million TVs - and more.



          Should I have released it with proprietrary license instead and charged users for it? It never occured to me, and it wouldn't have worked because I would never had managed to create this kind of stellar project on my own. And projects and companies wouldn't have used it.



          Why do I still work on curl?



          Now, why do I and my fellow curl developers still continue to develop curl and give it away for free to the world?




          1. I can't speak for my fellow project team members. We all participate in this for our own reasons.

          2. I think its still the right thing to do. I'm proud of what we've accomplished and I truly want to make the world a better place and I think curl does its little part in this.

          3. There are still bugs to fix and features to add!

          4. curl is free but my time is not. I still have a job and someone still has to pay someone for me to get paid every month so that I can put food on the table for my family. I charge customers and companies to help them with curl. You too can get my help for a fee, which then indirectly helps making sure that curl continues to evolve, remain free and the kick-ass product it is.

          5. curl was my spare time project for twenty years before I started working with it full time. I've had great jobs and worked on awesome projects. I've been in a position of luxury where I could continue to work on curl on my spare time and keep shipping a quality product for free. My work on curl has given me friends, boosted my carreer and taken me to places I would not have been at otherwise.

          6. I would not do it differently if I could back and do it again.


          Am I proud of what we've done?



          Yes. So insanely much.



          But I'm not satisfied with this and I'm not just leaning back, happy with what we've done. I keep working on curl every single day, to improve, to fix bugs, to add features and to make sure curl keeps being the number one file transfer solution for the world even going forward.



          We do mistakes along the way. We make the wrong decisions and sometimes we implement things in crazy ways. But to win in the end and to conqer the world is about patience and endurance and constantly going back and reconsidering previous decisions and correcting previous mistakes. To continously iterate, polish off rough edges and gradually improve over time.



          Never give in. Never stop. Fix bugs. Add features. Iterate. To the end of time.



          For real?



          Yeah. For real.



          Do I ever get tired? Is it ever done?



          Sure I get tired at times. Working on something every day for over twenty years isn't a paved downhill road. Sometimes there are obstacles. During times things are rough. Occasionally people are just as ugly and annoying as poeple can be.



          But curl is my life's project and I have patience. I have thick skin and I don't give up easily. The tough times pass and most days are awesome. I get to hang out with awesome people and the reward is knowing that my code helps driving the Internet revolution everywhere is an ego boost above normal.



          curl will never be "done" and so far I think work on curl is pretty much the most fun I can imagine. Yes, I still think so even after twenty years in the driver's seat. And as long as I think its fun I intend to keep at it.






          share|improve this answer
























          • Thank you. You are a genius. People like you are role models for the society.

            – nsivakr
            5 hours ago











          • Awesome reply, but I'm sure lots of people are wondering how you pay the bills. Do you have a day job as well?

            – kristianp
            4 hours ago











          • @kristianp See point 4. "curl is free but my time is not. I still have a job and someone still has to pay someone for me to get paid every month so that I can put food on the table for my family. I charge customers and companies to help them with curl."

            – Mateusz Konieczny
            9 mins ago












          Your Answer






          StackExchange.ifUsing("editor", function () {
          StackExchange.using("externalEditor", function () {
          StackExchange.using("snippets", function () {
          StackExchange.snippets.init();
          });
          });
          }, "code-snippets");

          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "1"
          };
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function() {
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled) {
          StackExchange.using("snippets", function() {
          createEditor();
          });
          }
          else {
          createEditor();
          }
          });

          function createEditor() {
          StackExchange.prepareEditor({
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader: {
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          },
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          });


          }
          });














          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55884514%2fwhat-is-the-incentive-for-curl-to-release-the-library-for-free%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          40














          I'm Daniel Stenberg.



          I made curl



          I founded the curl project back in 1998, I wrote the initial curl version and I created libcurl. I've written more than half of all the 24,000 commits done in the source code repository up to this point in time. I'm still the lead developer of the project. To a large extent, curl is my baby.



          I shipped the first version of curl as open source since I wanted to "give back" to the open source world that had given me so much code already. I had used so much open source and I wanted to be as cool as the other open source authors.



          Thanks to it being open source, literally thousands of people have been able to help us out over the years and have improved the products, the documentation. the web site and just about every other detail around the project. curl and libcurl would never have become the products that they are today were they not open source. The list of contributors now surpass 1900 names and currently the list grows with a few hundred names per year.



          Thanks to curl and libcurl being open source and liberally licensed, they were immediately adopted in numerous products and soon shipped by operating systems and Linux distributions everywhere thus getting a reach beyond imagination.



          Thanks to them being "everywhere", available and liberally licensed they got adopted and used everywhere and by everyone. It created a defacto transfer library standard.



          At an estimated six billion installations world wide, we can safely say that curl is the most widely used internet transfer library in the world. It simply would not have gone there had it not been open source. curl runs in billions of mobile phones, a billion Windows 10 installations, in a half a billion games and several hundred million TVs - and more.



          Should I have released it with proprietrary license instead and charged users for it? It never occured to me, and it wouldn't have worked because I would never had managed to create this kind of stellar project on my own. And projects and companies wouldn't have used it.



          Why do I still work on curl?



          Now, why do I and my fellow curl developers still continue to develop curl and give it away for free to the world?




          1. I can't speak for my fellow project team members. We all participate in this for our own reasons.

          2. I think its still the right thing to do. I'm proud of what we've accomplished and I truly want to make the world a better place and I think curl does its little part in this.

          3. There are still bugs to fix and features to add!

          4. curl is free but my time is not. I still have a job and someone still has to pay someone for me to get paid every month so that I can put food on the table for my family. I charge customers and companies to help them with curl. You too can get my help for a fee, which then indirectly helps making sure that curl continues to evolve, remain free and the kick-ass product it is.

          5. curl was my spare time project for twenty years before I started working with it full time. I've had great jobs and worked on awesome projects. I've been in a position of luxury where I could continue to work on curl on my spare time and keep shipping a quality product for free. My work on curl has given me friends, boosted my carreer and taken me to places I would not have been at otherwise.

          6. I would not do it differently if I could back and do it again.


          Am I proud of what we've done?



          Yes. So insanely much.



          But I'm not satisfied with this and I'm not just leaning back, happy with what we've done. I keep working on curl every single day, to improve, to fix bugs, to add features and to make sure curl keeps being the number one file transfer solution for the world even going forward.



          We do mistakes along the way. We make the wrong decisions and sometimes we implement things in crazy ways. But to win in the end and to conqer the world is about patience and endurance and constantly going back and reconsidering previous decisions and correcting previous mistakes. To continously iterate, polish off rough edges and gradually improve over time.



          Never give in. Never stop. Fix bugs. Add features. Iterate. To the end of time.



          For real?



          Yeah. For real.



          Do I ever get tired? Is it ever done?



          Sure I get tired at times. Working on something every day for over twenty years isn't a paved downhill road. Sometimes there are obstacles. During times things are rough. Occasionally people are just as ugly and annoying as poeple can be.



          But curl is my life's project and I have patience. I have thick skin and I don't give up easily. The tough times pass and most days are awesome. I get to hang out with awesome people and the reward is knowing that my code helps driving the Internet revolution everywhere is an ego boost above normal.



          curl will never be "done" and so far I think work on curl is pretty much the most fun I can imagine. Yes, I still think so even after twenty years in the driver's seat. And as long as I think its fun I intend to keep at it.






          share|improve this answer
























          • Thank you. You are a genius. People like you are role models for the society.

            – nsivakr
            5 hours ago











          • Awesome reply, but I'm sure lots of people are wondering how you pay the bills. Do you have a day job as well?

            – kristianp
            4 hours ago











          • @kristianp See point 4. "curl is free but my time is not. I still have a job and someone still has to pay someone for me to get paid every month so that I can put food on the table for my family. I charge customers and companies to help them with curl."

            – Mateusz Konieczny
            9 mins ago
















          40














          I'm Daniel Stenberg.



          I made curl



          I founded the curl project back in 1998, I wrote the initial curl version and I created libcurl. I've written more than half of all the 24,000 commits done in the source code repository up to this point in time. I'm still the lead developer of the project. To a large extent, curl is my baby.



          I shipped the first version of curl as open source since I wanted to "give back" to the open source world that had given me so much code already. I had used so much open source and I wanted to be as cool as the other open source authors.



          Thanks to it being open source, literally thousands of people have been able to help us out over the years and have improved the products, the documentation. the web site and just about every other detail around the project. curl and libcurl would never have become the products that they are today were they not open source. The list of contributors now surpass 1900 names and currently the list grows with a few hundred names per year.



          Thanks to curl and libcurl being open source and liberally licensed, they were immediately adopted in numerous products and soon shipped by operating systems and Linux distributions everywhere thus getting a reach beyond imagination.



          Thanks to them being "everywhere", available and liberally licensed they got adopted and used everywhere and by everyone. It created a defacto transfer library standard.



          At an estimated six billion installations world wide, we can safely say that curl is the most widely used internet transfer library in the world. It simply would not have gone there had it not been open source. curl runs in billions of mobile phones, a billion Windows 10 installations, in a half a billion games and several hundred million TVs - and more.



          Should I have released it with proprietrary license instead and charged users for it? It never occured to me, and it wouldn't have worked because I would never had managed to create this kind of stellar project on my own. And projects and companies wouldn't have used it.



          Why do I still work on curl?



          Now, why do I and my fellow curl developers still continue to develop curl and give it away for free to the world?




          1. I can't speak for my fellow project team members. We all participate in this for our own reasons.

          2. I think its still the right thing to do. I'm proud of what we've accomplished and I truly want to make the world a better place and I think curl does its little part in this.

          3. There are still bugs to fix and features to add!

          4. curl is free but my time is not. I still have a job and someone still has to pay someone for me to get paid every month so that I can put food on the table for my family. I charge customers and companies to help them with curl. You too can get my help for a fee, which then indirectly helps making sure that curl continues to evolve, remain free and the kick-ass product it is.

          5. curl was my spare time project for twenty years before I started working with it full time. I've had great jobs and worked on awesome projects. I've been in a position of luxury where I could continue to work on curl on my spare time and keep shipping a quality product for free. My work on curl has given me friends, boosted my carreer and taken me to places I would not have been at otherwise.

          6. I would not do it differently if I could back and do it again.


          Am I proud of what we've done?



          Yes. So insanely much.



          But I'm not satisfied with this and I'm not just leaning back, happy with what we've done. I keep working on curl every single day, to improve, to fix bugs, to add features and to make sure curl keeps being the number one file transfer solution for the world even going forward.



          We do mistakes along the way. We make the wrong decisions and sometimes we implement things in crazy ways. But to win in the end and to conqer the world is about patience and endurance and constantly going back and reconsidering previous decisions and correcting previous mistakes. To continously iterate, polish off rough edges and gradually improve over time.



          Never give in. Never stop. Fix bugs. Add features. Iterate. To the end of time.



          For real?



          Yeah. For real.



          Do I ever get tired? Is it ever done?



          Sure I get tired at times. Working on something every day for over twenty years isn't a paved downhill road. Sometimes there are obstacles. During times things are rough. Occasionally people are just as ugly and annoying as poeple can be.



          But curl is my life's project and I have patience. I have thick skin and I don't give up easily. The tough times pass and most days are awesome. I get to hang out with awesome people and the reward is knowing that my code helps driving the Internet revolution everywhere is an ego boost above normal.



          curl will never be "done" and so far I think work on curl is pretty much the most fun I can imagine. Yes, I still think so even after twenty years in the driver's seat. And as long as I think its fun I intend to keep at it.






          share|improve this answer
























          • Thank you. You are a genius. People like you are role models for the society.

            – nsivakr
            5 hours ago











          • Awesome reply, but I'm sure lots of people are wondering how you pay the bills. Do you have a day job as well?

            – kristianp
            4 hours ago











          • @kristianp See point 4. "curl is free but my time is not. I still have a job and someone still has to pay someone for me to get paid every month so that I can put food on the table for my family. I charge customers and companies to help them with curl."

            – Mateusz Konieczny
            9 mins ago














          40












          40








          40







          I'm Daniel Stenberg.



          I made curl



          I founded the curl project back in 1998, I wrote the initial curl version and I created libcurl. I've written more than half of all the 24,000 commits done in the source code repository up to this point in time. I'm still the lead developer of the project. To a large extent, curl is my baby.



          I shipped the first version of curl as open source since I wanted to "give back" to the open source world that had given me so much code already. I had used so much open source and I wanted to be as cool as the other open source authors.



          Thanks to it being open source, literally thousands of people have been able to help us out over the years and have improved the products, the documentation. the web site and just about every other detail around the project. curl and libcurl would never have become the products that they are today were they not open source. The list of contributors now surpass 1900 names and currently the list grows with a few hundred names per year.



          Thanks to curl and libcurl being open source and liberally licensed, they were immediately adopted in numerous products and soon shipped by operating systems and Linux distributions everywhere thus getting a reach beyond imagination.



          Thanks to them being "everywhere", available and liberally licensed they got adopted and used everywhere and by everyone. It created a defacto transfer library standard.



          At an estimated six billion installations world wide, we can safely say that curl is the most widely used internet transfer library in the world. It simply would not have gone there had it not been open source. curl runs in billions of mobile phones, a billion Windows 10 installations, in a half a billion games and several hundred million TVs - and more.



          Should I have released it with proprietrary license instead and charged users for it? It never occured to me, and it wouldn't have worked because I would never had managed to create this kind of stellar project on my own. And projects and companies wouldn't have used it.



          Why do I still work on curl?



          Now, why do I and my fellow curl developers still continue to develop curl and give it away for free to the world?




          1. I can't speak for my fellow project team members. We all participate in this for our own reasons.

          2. I think its still the right thing to do. I'm proud of what we've accomplished and I truly want to make the world a better place and I think curl does its little part in this.

          3. There are still bugs to fix and features to add!

          4. curl is free but my time is not. I still have a job and someone still has to pay someone for me to get paid every month so that I can put food on the table for my family. I charge customers and companies to help them with curl. You too can get my help for a fee, which then indirectly helps making sure that curl continues to evolve, remain free and the kick-ass product it is.

          5. curl was my spare time project for twenty years before I started working with it full time. I've had great jobs and worked on awesome projects. I've been in a position of luxury where I could continue to work on curl on my spare time and keep shipping a quality product for free. My work on curl has given me friends, boosted my carreer and taken me to places I would not have been at otherwise.

          6. I would not do it differently if I could back and do it again.


          Am I proud of what we've done?



          Yes. So insanely much.



          But I'm not satisfied with this and I'm not just leaning back, happy with what we've done. I keep working on curl every single day, to improve, to fix bugs, to add features and to make sure curl keeps being the number one file transfer solution for the world even going forward.



          We do mistakes along the way. We make the wrong decisions and sometimes we implement things in crazy ways. But to win in the end and to conqer the world is about patience and endurance and constantly going back and reconsidering previous decisions and correcting previous mistakes. To continously iterate, polish off rough edges and gradually improve over time.



          Never give in. Never stop. Fix bugs. Add features. Iterate. To the end of time.



          For real?



          Yeah. For real.



          Do I ever get tired? Is it ever done?



          Sure I get tired at times. Working on something every day for over twenty years isn't a paved downhill road. Sometimes there are obstacles. During times things are rough. Occasionally people are just as ugly and annoying as poeple can be.



          But curl is my life's project and I have patience. I have thick skin and I don't give up easily. The tough times pass and most days are awesome. I get to hang out with awesome people and the reward is knowing that my code helps driving the Internet revolution everywhere is an ego boost above normal.



          curl will never be "done" and so far I think work on curl is pretty much the most fun I can imagine. Yes, I still think so even after twenty years in the driver's seat. And as long as I think its fun I intend to keep at it.






          share|improve this answer













          I'm Daniel Stenberg.



          I made curl



          I founded the curl project back in 1998, I wrote the initial curl version and I created libcurl. I've written more than half of all the 24,000 commits done in the source code repository up to this point in time. I'm still the lead developer of the project. To a large extent, curl is my baby.



          I shipped the first version of curl as open source since I wanted to "give back" to the open source world that had given me so much code already. I had used so much open source and I wanted to be as cool as the other open source authors.



          Thanks to it being open source, literally thousands of people have been able to help us out over the years and have improved the products, the documentation. the web site and just about every other detail around the project. curl and libcurl would never have become the products that they are today were they not open source. The list of contributors now surpass 1900 names and currently the list grows with a few hundred names per year.



          Thanks to curl and libcurl being open source and liberally licensed, they were immediately adopted in numerous products and soon shipped by operating systems and Linux distributions everywhere thus getting a reach beyond imagination.



          Thanks to them being "everywhere", available and liberally licensed they got adopted and used everywhere and by everyone. It created a defacto transfer library standard.



          At an estimated six billion installations world wide, we can safely say that curl is the most widely used internet transfer library in the world. It simply would not have gone there had it not been open source. curl runs in billions of mobile phones, a billion Windows 10 installations, in a half a billion games and several hundred million TVs - and more.



          Should I have released it with proprietrary license instead and charged users for it? It never occured to me, and it wouldn't have worked because I would never had managed to create this kind of stellar project on my own. And projects and companies wouldn't have used it.



          Why do I still work on curl?



          Now, why do I and my fellow curl developers still continue to develop curl and give it away for free to the world?




          1. I can't speak for my fellow project team members. We all participate in this for our own reasons.

          2. I think its still the right thing to do. I'm proud of what we've accomplished and I truly want to make the world a better place and I think curl does its little part in this.

          3. There are still bugs to fix and features to add!

          4. curl is free but my time is not. I still have a job and someone still has to pay someone for me to get paid every month so that I can put food on the table for my family. I charge customers and companies to help them with curl. You too can get my help for a fee, which then indirectly helps making sure that curl continues to evolve, remain free and the kick-ass product it is.

          5. curl was my spare time project for twenty years before I started working with it full time. I've had great jobs and worked on awesome projects. I've been in a position of luxury where I could continue to work on curl on my spare time and keep shipping a quality product for free. My work on curl has given me friends, boosted my carreer and taken me to places I would not have been at otherwise.

          6. I would not do it differently if I could back and do it again.


          Am I proud of what we've done?



          Yes. So insanely much.



          But I'm not satisfied with this and I'm not just leaning back, happy with what we've done. I keep working on curl every single day, to improve, to fix bugs, to add features and to make sure curl keeps being the number one file transfer solution for the world even going forward.



          We do mistakes along the way. We make the wrong decisions and sometimes we implement things in crazy ways. But to win in the end and to conqer the world is about patience and endurance and constantly going back and reconsidering previous decisions and correcting previous mistakes. To continously iterate, polish off rough edges and gradually improve over time.



          Never give in. Never stop. Fix bugs. Add features. Iterate. To the end of time.



          For real?



          Yeah. For real.



          Do I ever get tired? Is it ever done?



          Sure I get tired at times. Working on something every day for over twenty years isn't a paved downhill road. Sometimes there are obstacles. During times things are rough. Occasionally people are just as ugly and annoying as poeple can be.



          But curl is my life's project and I have patience. I have thick skin and I don't give up easily. The tough times pass and most days are awesome. I get to hang out with awesome people and the reward is knowing that my code helps driving the Internet revolution everywhere is an ego boost above normal.



          curl will never be "done" and so far I think work on curl is pretty much the most fun I can imagine. Yes, I still think so even after twenty years in the driver's seat. And as long as I think its fun I intend to keep at it.







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered 7 hours ago









          Daniel StenbergDaniel Stenberg

          32.3k869127




          32.3k869127













          • Thank you. You are a genius. People like you are role models for the society.

            – nsivakr
            5 hours ago











          • Awesome reply, but I'm sure lots of people are wondering how you pay the bills. Do you have a day job as well?

            – kristianp
            4 hours ago











          • @kristianp See point 4. "curl is free but my time is not. I still have a job and someone still has to pay someone for me to get paid every month so that I can put food on the table for my family. I charge customers and companies to help them with curl."

            – Mateusz Konieczny
            9 mins ago



















          • Thank you. You are a genius. People like you are role models for the society.

            – nsivakr
            5 hours ago











          • Awesome reply, but I'm sure lots of people are wondering how you pay the bills. Do you have a day job as well?

            – kristianp
            4 hours ago











          • @kristianp See point 4. "curl is free but my time is not. I still have a job and someone still has to pay someone for me to get paid every month so that I can put food on the table for my family. I charge customers and companies to help them with curl."

            – Mateusz Konieczny
            9 mins ago

















          Thank you. You are a genius. People like you are role models for the society.

          – nsivakr
          5 hours ago





          Thank you. You are a genius. People like you are role models for the society.

          – nsivakr
          5 hours ago













          Awesome reply, but I'm sure lots of people are wondering how you pay the bills. Do you have a day job as well?

          – kristianp
          4 hours ago





          Awesome reply, but I'm sure lots of people are wondering how you pay the bills. Do you have a day job as well?

          – kristianp
          4 hours ago













          @kristianp See point 4. "curl is free but my time is not. I still have a job and someone still has to pay someone for me to get paid every month so that I can put food on the table for my family. I charge customers and companies to help them with curl."

          – Mateusz Konieczny
          9 mins ago





          @kristianp See point 4. "curl is free but my time is not. I still have a job and someone still has to pay someone for me to get paid every month so that I can put food on the table for my family. I charge customers and companies to help them with curl."

          – Mateusz Konieczny
          9 mins ago




















          draft saved

          draft discarded




















































          Thanks for contributing an answer to Stack Overflow!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid



          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.


          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55884514%2fwhat-is-the-incentive-for-curl-to-release-the-library-for-free%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          “%fieldName is a required field.”, in Magento2 REST API Call for GET Method Type The Next...

          How to change City field to a dropdown in Checkout step Magento 2Magento 2 : How to change UI field(s)...

          夢乃愛華...