Closed Thread
Page 1 of 5 123 ... LastLast
Results 1 to 10 of 44

Thread: Open Source vs. Closed Source

  1. #1
    Join Date
    Jul 2006
    Location
    Amherst, New York, United States
    Posts
    6,277
    Blog Entries
    26
    Rep Power
    20

    Open Source vs. Closed Source

    Which paradigm, closed source or open source, do you prefer and why? Good, relevant, and unique responses will receive +rep


    I prefer open source because in many cases it is free of cost, it is more stable and more secure.

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Location
    Advertising world
    Posts
    Many

     
  3. #2
    Join Date
    Jul 2006
    Posts
    16,491
    Blog Entries
    75
    Rep Power
    143

    Re: Open Source vs. Closed Source

    I see both having their advantages.

    Open-Source allows people to exchange ideas freely, and a useful utility can grow much more rapidly as people get excited about it and contribute to it. On the other hand, open-source's viral licensing can also prevent it from contributing to closed-source projects, resulting in an otherwise helpful utility being completely useless for an application and forcing a closed-source developer to re-implement existing functionality. Open-source can also have some serious issues with enabling companies to make money or utilize closed-source solutions.

    Closed-source is easier to work with from the perspective of securing valuable code and making money from it. It can also be easier to ensure certain standards for the code/product. That said, when a company goes out of business, it can be a disaster for their customers that have no way to maintain the code. Closed-source also lends itself to proprietary formats that can disappear. My wife is dealing with that issue with Word Perfect (she can't open documents in OpenOffice on her EEE PC, and is having to manually transfer all her writing to the new format).

    This has actually been one of the major factors as I review various GUI toolkits for C++. Some toolkits cannot be used to create closed-source applications, which I may want to do in the future. By the same token, I'm not going to shell out a lot of money for a proprietary toolkit so I can create an application for personal use or to release as an Open-Source application.
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

  4. #3
    Join Date
    Jul 2006
    Location
    Amherst, New York, United States
    Posts
    6,277
    Blog Entries
    26
    Rep Power
    20

    Re: Open Source vs. Closed Source

    Quote Originally Posted by WingedPanther View Post
    This has actually been one of the major factors as I review various GUI toolkits for C++. Some toolkits cannot be used to create closed-source applications, which I may want to do in the future. By the same token, I'm not going to shell out a lot of money for a proprietary toolkit so I can create an application for personal use or to release as an Open-Source application.
    That is true. Quite ironic actually, but there are so many open source licenses, many of them (like the LGPL) allow you to use them with proprietary software. If I can recall, by 2012 it is estimated that 80% of all software will use some form of open source software.

  5. #4
    Join Date
    Jul 2006
    Posts
    16,491
    Blog Entries
    75
    Rep Power
    143

    Re: Open Source vs. Closed Source

    LGPL can get tricky as well... many toolkits actually use a modified LGPL to allow static linking.
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

  6. #5
    Join Date
    Mar 2008
    Location
    The North Pole
    Posts
    13,174
    Blog Entries
    13
    Rep Power
    114

    Re: Open Source vs. Closed Source

    Open-source opens the floodgates for addons, extensions and whatnot. Just take a look at FireFox. Its popularity is largely due to the extensions, which couldn't have been done (obviously) if the program was closed-source.

    Quote Originally Posted by Jordan View Post
    Good members, like yourself, stick around and post for ages to come!
    Mr. Xav | Blog | Forums

  7. #6
    Join Date
    Jul 2006
    Posts
    16,491
    Blog Entries
    75
    Rep Power
    143

    Re: Open Source vs. Closed Source

    Not true. A well documented plugin API could accomplish the same thing. IE also has plugins, but most of the plugins for IE aren't free.
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

  8. #7
    Join Date
    Apr 2008
    Posts
    789
    Blog Entries
    5
    Rep Power
    24

    Re: Open Source vs. Closed Source

    I prefer to use open-source software, because it is generally of very high quality. Examples include Firefox, Linux, Perl, Python, Zsnes, Bittorrent...
    Watches: Nanoha, Haruhi, AzuDai. Listens to: E-Type, Dj Melodie, Nightcore.
    "When people are wrong they need to be corrected. And then when they can't accept it, an argument ensues." - MeTh0Dz

  9. #8
    Join Date
    Sep 2008
    Location
    Australia
    Posts
    4,834
    Blog Entries
    10
    Rep Power
    51

    Re: Open Source vs. Closed Source

    I prefer to use open-source software. One of the reasons is they are always free, compared to closed-source which can be free but also can be very expensive.

    The code is freely available. This is good so other coders can have a look at the code and suggest to the designers that they could improve there good here and there and add new features this way.

    Most open-source software can be better than many other closed-source software.

    Look at Paint.NET vs Photoshop. Yes Photoshop wins, but Paint.NET is a great competitor and has many of the same features.

    Firefox/Chrome vs Internet Explorer. Do I really need to explain?

    Look at PHP and MySQL now. Because they are open-source and have many great features, it has made them the top of their markets. So open-source can help you gain popularity too!
    jQuery Selectors Tutorial - jQuery Striped Table tutorial - jQuery Events - jQuery Validation
    Sorry if I don't post as often as I did, I'll try to get here as much as possible! I'm working my bum off to get this scholarship and other stuff!

  10. #9
    Prototype is offline Newbie
    Join Date
    Aug 2008
    Posts
    17
    Rep Power
    13

    Re: Open Source vs. Closed Source

    It depends. It might help fix problems.

  11. #10
    Join Date
    Jul 2006
    Location
    Amherst, New York, United States
    Posts
    6,277
    Blog Entries
    26
    Rep Power
    20

    Re: Open Source vs. Closed Source

    Quote Originally Posted by Brandon W View Post
    I prefer to use open-source software. One of the reasons is they are always free, compared to closed-source which can be free but also can be very expensive.
    Not all open source software is free in terms of price. Red Hat Enterprise Linux is a perfect example.

Closed Thread
Page 1 of 5 123 ... LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. open source
    By wisemonk in forum C and C++
    Replies: 8
    Last Post: 10-06-2011, 05:28 AM
  2. Open Source
    By Tonchi in forum C# Programming
    Replies: 1
    Last Post: 03-27-2011, 05:38 PM
  3. open source software
    By danieltm64 in forum Business and Legal
    Replies: 1
    Last Post: 03-13-2010, 04:58 PM
  4. Open Source Challenges
    By Blaze in forum Software Development Tools
    Replies: 1
    Last Post: 09-15-2006, 01:20 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts