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

Packing rectangles: Does rotation ever help?

Mac Pro install disk keeps ejecting itself

How do I deal with a coworker that keeps asking to make small superficial changes to a report, and it is seriously triggering my anxiety?

How to verbalise code in Mathematica?

A Strange Latex Symbol

how to sum variables from file in bash

Is there really no use for MD5 anymore?

What does KSP mean?

Will a top journal at least read my introduction?

Why do Computer Science majors learn Calculus?

What makes accurate emulation of old systems a difficult task?

How to creep the reader out with what seems like a normal person?

Binary Numbers Magic Trick

Is the 5 MB static resource size limit 5,242,880 bytes or 5,000,000 bytes?

How exactly does Hawking radiation decrease the mass of black holes?

Any examples of headwear for races with animal ears?

Pulling the rope with one hand is as heavy as with two hands?

simple conditions equation

Fizzy, soft, pop and still drinks

How can Republicans who favour free markets, consistently express anger when they don't like the outcome of that choice?

Why does nature favour the Laplacian?

What happened to Captain America in Endgame?

Critique of timeline aesthetic

Is there any limitation with Arduino Nano serial communication distance?



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
            13 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
            13 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
            13 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.3k870127




          32.3k870127












          • 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
            13 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
            13 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
          13 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
          13 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

          Magento 2 duplicate PHPSESSID cookie when using session_start() in custom php scriptMagento 2: User cant logged in into to account page, no error showing!Magento duplicate on subdomainGrabbing storeview from cookie (after using language selector)How do I run php custom script on magento2Magento 2: Include PHP script in headerSession lock after using Cm_RedisSessionscript php to update stockMagento set cookie popupMagento 2 session id cookie - where to find it?How to import Configurable product from csv with custom attributes using php scriptMagento 2 run custom PHP script

          Can not update quote_id field of “quote_item” table magento 2Magento 2.1 - We can't remove the item. (Shopping Cart doesnt allow us to remove items before becomes empty)Add value for custom quote item attribute using REST apiREST API endpoint v1/carts/cartId/items always returns error messageCorrect way to save entries to databaseHow to remove all associated quote objects of a customer completelyMagento 2 - Save value from custom input field to quote_itemGet quote_item data using quote id and product id filter in Magento 2How to set additional data to quote_item table from controller in Magento 2?What is the purpose of additional_data column in quote_item table in magento2Set Custom Price to Quote item magento2 from controller

          How to solve knockout JS error in Magento 2 Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?(Magento2) knockout.js:3012 Uncaught ReferenceError: Unable to process bindingUnable to process binding Knockout.js magento 2Cannot read property `scopeLabel` of undefined on Product Detail PageCan't get Customer Data on frontend in Magento 2Magento2 Order Summary - unable to process bindingKO templates are not loading in Magento 2.1 applicationgetting knockout js error magento 2Product grid not load -— Unable to process binding Knockout.js magento 2Product form not loaded in magento2Uncaught ReferenceError: Unable to process binding “if: function()return (isShowLegend()) ” magento 2