Slashdot Mirror


Ask Slashdot: Open Vs. Closed-Source For a Start-Up

atamagabakkaomae writes "Together with a friend, I am starting up a company in Japan that develops sensors used in motion capture. For these sensors we develop hardware and software. Part of the software development is an open-source toolkit called openMAT. We have some special purpose algorithms that we developed ourselves and that are better than our competitor's technology. I first wanted to publish everything open-source to spark interest in our company and to do development in collaboration with the community. My company partner disagreed and said that we will lose our technological advantage if we open-source it. So I eventually published only a part of the toolkit open-source and closed the most interesting code. How do you guys think that open-sourcing your code-base affects a company's business? Is it wrong for a small company to give away precious intellectual property like that or will it on the contrary help the development of the company?"

46 of 325 comments (clear)

  1. No need to help your competitors by Calibax · · Score: 5, Insightful

    You believe you have better algorithms than the competition. Starting a company is hard enough without giving Christmas presents to the competition. Keep everything closed while the company is young and vulnerable. Open source your code later if it won't help the competition AND you believe it will add value to your company. How far would Google have progressed if they had open sourced their search engine ten minutes after they had it working?

    Frankly, if you have to ask this question you aren't really serious about succeeding.

    1. Re:No need to help your competitors by gnasher719 · · Score: 5, Insightful

      The question is: How is publishing code as open source of advantage to you? That's what you have to ask yourself. If you base your work on existing open source code, then you obviously have the advantage of being able to use that code, and the disadvantage that everyone else can use your additions. Or if you had a customer that would pay you lots of money if you let them integrate your code into their open source code, that would be an advantage. But I can't quite see in your case how you benefit from opening up your source.

    2. Re:No need to help your competitors by spyder-implee · · Score: 5, Insightful

      I think it might depend on how the company is viewed in the industry. Will you gain some street-cred by releasing it as open-source after your initial advantage is becoming less relevant? Perhaps there is an option to open-source the code after it's been in the wild for some time, and the company has new and better secrets to push their latest products?

      --
      Take what ye can. Give nothing back!
    3. Re:No need to help your competitors by khipu · · Score: 4, Insightful

      Note that he said he is in the hardware business; the software is just something extra.

      I suspect that if they aren't competitive on the hardware, a few extra bits of binary-only software won't help. If other people manage to make better hardware at the same or lower price, they'll figure out how to make better software as well.

    4. Re:No need to help your competitors by im_thatoneguy · · Score: 4, Insightful

      Well but that's kind of a binary response. I think a hybrid approach serves the motion picture industry best.

      *Keep your secret sauce secret!*
      If you've developed something new and novel then open source isn't going to improve it you're just giving away the labors of your intellect. There is absolutely not benefit from giving away your recipe for success.

      *Open source the rest!*
      Your secret sauce if it's a mo-cap algorithm can return the tracking/skeletal data without giving away how you derived it from the RAW data. Make all of the translators, interfaces and UI open source. This is how most vfx studios prefer to receive their tools since they will inevitably want to customize it and work it into their pipeline.

      If it's something that's been done 1,000 times and nobody does it better or worse then you only benefit from getting the community to help create your product. The community is great at uncreative and uninspired work. The community is not going to improve your novel motion capture algorithm.

    5. Re:No need to help your competitors by vaccum+pony · · Score: 3, Insightful

      Actually what I was trying to point out is that success does not have to be measured against how you compete against someone else or how much money beyond what the company needs you end up with. It's not a dog-eat-dog world. The world is just what we make of it.

    6. Re:No need to help your competitors by jedidiah · · Score: 4, Insightful

      Are you trying to suggest that those of us that were here in the 90s wouldn't tell him to keep the secret sauce secret?

      If so, I am here to tell you that you're wrong.

      --
      A Pirate and a Puritan look the same on a balance sheet.
    7. Re:No need to help your competitors by DerekLyons · · Score: 5, Informative

      I think it might depend on how the company is viewed in the industry. Will you gain some street-cred by releasing it as open-source

      I can't think of a single industry where you'd gain useful 'street cred' by releasing your code as open source.

    8. Re:No need to help your competitors by ETEQ · · Score: 4, Insightful

      Frankly, if you have to ask this question you aren't really serious about succeeding.

      I was with you right up until this bit. The arrogant presumption just drips off these words.

    9. Re:No need to help your competitors by Evil+Pete · · Score: 4, Insightful

      Agree. Open source an API to use your hidden stuff. Someone will eventually reverse engineer your algorithms but hopefully by then you will have got past the survival stage and have progressed your work further.

      --
      Bitter and proud of it.
    10. Re:No need to help your competitors by errandum · · Score: 3, Insightful

      Releasing the source code 3 years later when the game as close to no commercial value is not what he meant at all.

    11. Re:No need to help your competitors by Missing.Matter · · Score: 5, Insightful

      I think it really depends on how new the industry is. For example, in the robotics industry, Willow Garage open sourced the software they use to run their PR2 robot. The end result is that pretty much every robotics lab in the country is using their software... maybe even some of their competitors. Now, what does this mean for their bottom line? I'm not sure. But it does mean that more and more people are adopting their platform, and perhaps these labs will be buying a couple PR2 robots (at $500,000 a pop) sometime in the future. But Willow Garage can afford to do this because 1) robotics is a new industry and there are no monolithic players yet and 2) there are no stadards they have to dethrone. Might as well make your own software the defacto standard in that case.

      So in that sense, if your customer base is small, and open sourcing will make your cusomter base want to use your product over a competitor who has closed source code, then it seems like a good idea to open source. If you're not targeting people who appreciate open source code (say, if you make accounting software or something) then there really is no compelling reason to.

    12. Re:No need to help your competitors by stephanruby · · Score: 3, Informative

      How far would Google have progressed if they had open sourced their search engine ten minutes after they had it working?

      That's a silly question.

      A code base is not some static artifact. It's a living and evolving part of a larger system. It can not be replicated, just by taking the code. It needs the people behind the code too at the very least.

      And by the way, Google did publish their secret sauce in an academic research paper, not that this helped their competitors much.
         

    13. Re:No need to help your competitors by rev0lt · · Score: 3, Informative

      Sun did it (OpenOffice, Java, OpenSolaris to name a few), IBM did it (JFS? NUMA?), MySQL Did it, Zend did it, RedHat did it, Yahoo did it (Hadoop), Google did it (Hbase) and probably many more. The question is - is the business model based solely on the product, or on related services?

    14. Re:No need to help your competitors by zippthorne · · Score: 4, Interesting

      I think the key here is the question of what is it you plan to sell. If you plan to sell the software.. opening up the source would probably be counter-productive. If you plan to sell a solution, of which the software is a part.. then, you might have some advantage.

      Red hat, for instance, does not sell operating systems. They sell support. Indeed, most of the software they ship isn't even theirs, but by going open source, they have the license to ship it all together and support the whole package.

      --
      Can you be Even More Awesome?!
    15. Re:No need to help your competitors by Jason+Earl · · Score: 4, Interesting

      There is a little company called Red Hat, perhaps you have heard of them. Their competitors have had a distinct habit of taking their Free Software and adding a few pieces of proprietary code. These additions generally made the competition nicer to use than Red Hat, but for whatever reason the competitors never were able to gain any significant market share.

      Caldera, SuSE, Novell, and most recently Oracle have all taken a crack at Red Hat using software that was largely based on Red Hat's own distribution. So far this strategy has produced nothing but failure.

    16. Re:No need to help your competitors by story645 · · Score: 4, Interesting

      Willow Garage open sourced the software they use to run their PR2 robot

      I think Willow Garage almost had to because they were using lots of open source tools in the first place. ROS is based on playerstage, which is GPL, and a lot of the heavy computer vision stuff is OpenCv, which itself was originally open-sourced by Intel. And the deal with everyone using ROS had a lot to do with development shifting from playerstage to ROS 'cause they were similar but ROS was saner, so they became the standard in large part 'cause they improved on the existing open source standard rather then trying to create some kind of large scale shift in the community. Plus, Willow Garage is as much experimental lab as company, so I don't know if it works as a good case study 'cause it sort of has a weird mix of end goals.

      Willow Garage also gained a lot of cred by taking over OpenCV from intel and actively maintaining it, which isn't something a fledgling company can do but is worth considering. They adopted the library 'cause it was critical to their business and considered something of a standard in the vision community, which meant a lot of people were already using it, so it was popular enough that maintaining it was seen as a good thing.

      --
      open source modern art: laser taggi
    17. Re:No need to help your competitors by rtb61 · · Score: 3, Insightful

      The real question here is whether your secret sauce is actually secret or whether anyone is who is interested and capable can reproduce your secret sauce.

      So keeping it secret unless you can patent the product provides you nothing except an minor possible effort gain upon your competitors. Competitors who only need to expend the effort to match the outcome.

      Technically what you can do is not open source the code but publish it under copyright and achieve copyright protection on that code. Of course every other closed source company can simply cheat and steal that code keeping their code secret, which the already of course do with open source code.

      Reality, don't count your chickens before they hatch, you product might have a better algorithm but lack in every other area, marketing, production, distribution, price competitiveness and lose. So you might consider what works out best for the people involved, would open sourced code work out as a good fall back for employment, market the people not the company.

      --
      Chaos - everything, everywhere, everywhen
  2. Your partner has a point by InsightIn140Bytes · · Score: 5, Insightful

    Your company is just starting up and probably isn't established in the industry. Giving away everything you have done better than your competitors is not going to end well. Remember that they are already established in the industry, and way more known than you. You're already at disadvantage there. Don't give away the one thing you have - technological advantage.

    Since you work in a very specific industry and not with something that has everyday uses for everyone or at least lots of people, open sourcing your code won't spark interest in your company or get you a community that helps you develop it. Less specialized software already doesn't get contributors, and if they do, it takes insane amount of time to look over the contributions. You work in a very niche industry - you won't get either one of these, but instead you will give away whatever advantage you have.

    Now is not a good time to open source it. Maybe later if you grow to a large company, but not now. You will probably see most comments suggesting open sourcing it, but they are only saying so because of the community of slashdot. They aren't thinking it in business sense.

  3. Open Source (Almost) Everything by Anonymous Coward · · Score: 5, Interesting

    Tom Preston-Werner from GitHub recently posted his take on this question:

    http://tom.preston-werner.com/2011/11/22/open-source-everything.html

    The tl;dr version of it -- open source everything except what is intrinsic to your core business value. My personal take is that if you can't beat your competitors with a mostly open book, you won't beat them with a closed book either. Hire the best people you can find, be thoughtful about your product, and hope for a bit of luck.

    1. Re:Open Source (Almost) Everything by icebike · · Score: 3, Insightful

      But algorithms can't be patented, and the competition will have them shortly.

      Plan the business model around the hardware, the first sentence did say:
         

      I am starting up a company in Japan that develops sensors used in motion capture.

      Embed the algorithms into the sensor if possible, but in any case make sure your sensors are better than the competition.

      Hardware can be patented, and the software can be opensource. If someone else makes better software (and you get tired of the arms race)
      you can fall back to selling just the hardware and actually service your competition with smarter better sensors.

      --
      Sig Battery depleted. Reverting to safe mode.
    2. Re:Open Source (Almost) Everything by hackstraw · · Score: 3, Insightful

      I'll chime in and say that if open source isn't a core part of your business plan, then why expend the time and money making your project open source? It costs you more to open source something than keeping the code to yourself _unless_ you have something compelling enough that people will want to help you with the code, which is very unlikely. Keep in mind that you can open source the code at any time, so the question is what is it compelling to you now to have it open source?

    3. Re:Open Source (Almost) Everything by ksd1337 · · Score: 3, Informative

      Algorithms can be patented. You're just not allowed to use the word "algorithm" in the patent application.

  4. Not a lot of open source companies making $$$ by durdur · · Score: 5, Insightful

    There are a few. Red Hat is a good sized company. Springsource had a reasonable-sized business (tens of millions in revenue) before being acquired by VMwware. mySQL was similar in revenue, and got acquired for crazy money by Sun. There's SugarCRM. But in general .. most of the really valuable companies have really valuable software they keep under lock and key.

    1. Re:Not a lot of open source companies making $$$ by durdur · · Score: 4, Insightful

      Yeah, but those who make it mega-big (Facebook, Google, Oracle, IBM ..) all have their "crown jewels" close sourced. There is no equivalent monster company that is exclusively open source.

  5. Focus on the business. That's hard enough. by engineerErrant · · Score: 5, Insightful

    Focus, focus, focus on getting that product out the door; that alone will take everything you've got. Open-sourcing involves managing a team of people who are distributed in geography and in time zones, and may not care about the mission of your business. It's way more headache than you need right now; I'd definitely not try to add that to your already-full plate.

    Open-sourcing isn't really a marketing tool. Once you have a harem of happy customers, they will provide all the buzz you need, and then if you're profitable, you might have some breathing room to think about helping society.

  6. Open source is good... by gillbates · · Score: 4, Insightful

    Provided that you're selling something else. The reason we open source things is to give something back to the community; it helps us get our jobs done. But we don't give away our work.

    Incidentally, I'm split on the issue. I happen to know a chip vendor that lost at least one contract because their development tools were proprietary; we instead developed with their competitor's FPGA because the tools provided were free.

    But it sounds like your expertise is not in the HW, but the SW. Consider that your competition sounds like they're expertise is not in SW, but HW. With their better expertise in HW, they could probably use your algorithms to offer a better overall solution than you can, effectively shutting you out of the market.

    --
    The society for a thought-free internet welcomes you.
    1. Re:Open source is good... by owlstead · · Score: 4, Informative

      Yup, I quickly shut down a move to open source within our company that gave away some of the crown jewels. Within a product we used a open source library (GPL) that we would have to improve radically to be of any business value. I'm all for open source, and I will give some open source improvements back (crypto, bouncy castle) soon. But I won't help create an open source product that will harm my Christmas bonus, or even my chances of employment.

      In other words, it makes *lots* of sense to use and maintain, and even create new open source within companies (mine does too little of that). As long as that software is what makes your business worthwhile. This is of course speaking in general. If you are big enough, you can make your money around the main, open sourced product. Generally, that won't be the case for a startup (unless it is build around something that has been open sourced by someone else).

  7. Don't by M0j0_j0j0 · · Score: 4, Funny

    Open source is only acceptable when it's other peoples work!

  8. Is it worth it? by OverflowingBitBucket · · Score: 5, Insightful

    Consider:

    - Is your product something that hobby developers might take an interest in? Will their contributions add value to your codebase or company? Will they want to contribute?

    - Is your product something other companies might find useful if they took it, added a feature, and contributed it back to you? Will they have any incentive to send anything back to you?

    - Do you have anything that you can subsequently sell to the people using your open code, that they are going to want to buy, that a competitor can't quickly spring up and take the opportunity from you?

    - Could opening the code allow you to steal away a significant part of the market, that you can later sell products or services to, for a net profit? Is this likely?

    And weigh this up against:

    - You've given away the code. Is there anything left to sell, and will people want to buy it?

    - Would your company survive if someone saw the code, thought it was a good idea, and put double the number of developers on it and told them: "make something like this"? Assume they will use your code as a reference, but no proof of it will ever be found.

    - A company with an international presence steals your code, builds it into their product, and sells it. Do you either have the resources to fight a huge multinational (possibly hiding behind a subsidiary in a different country), and the ability to survive for a few years whilst it works its way through the courts, as well as fight off baseless countersuits? Or is your product such that your company will survive, even if it is being ripped off, possibly even benefiting from the exposure?

    1. Re:Is it worth it? by greg1104 · · Score: 3, Insightful

      There's actually one more point to consider along this line. When facing a well funded competitor, one thing that can happen is them patenting some aspect to what they do, one that is obvious and necessary for any similar design to function. One way you can block this is by releasing your version as open-source, serving as an undeniable bit of prior art. Killing competitors with patents is now the area unfair tech business competition is fighting hardest at. One reason I push out almost everything I do to the world is to keep someone else from patenting the ideas I come up with.

      Even if your competitors do then take that idea and steal it, it's possible to make money from the fact that your version is always months ahead in innovations. It's easier for someone who is actively inventing ideas to keep the flow of research moving forward, compared to someone that who just copied a subset of their ideas.

  9. The business power of Know How by DF5JT · · Score: 4, Insightful

    Since I work as sales director for an Open Source company, you will know my answer.

    Tell your partner, that not only will you keep your technological advantage, but you will always be one step ahead of any competition if you work with a community. Be a leader for that community. Provide an infrastructure that makes communication easy among contributors. Inspire them by giving directions and accept input at the same time. Tell the community about your goals, let them be part of the story, inspire them to contribute and make yourself a desirable target for talent.

    What you need is a clear focus on your business model. As an Open Source company you will market your know how, your unique expertise and tell everyone that you and only know are the ones to support a customers into the deepest abysses of technical problems. Find partners and share your expertise. Identify key contributors to the project and hire them. Be the experts in your field of knowledge and make yourself independent from a product that others can copy. Develop a business case, a sales pitch that potential customers will easily understand and identify as something that will bring a distinct advantage to their business by using your product.

    One last thing: You will have lots more fun building an OSS company than going the closed way. You will be part of a community, you will lead it and you will continuously get input from intelligent people, input that otherwise will cost you dearly when hiring external consultants.

  10. Heh by rapidreload · · Score: 3, Insightful

    Despite Richard Stallman's objections if he heard the same question*, open-source is not going to help in any way here. Your technology is what's known as a "trade secret", and would be the basis for whatever revenue your company makes. Giving out the algorithms to your competitors would be corporate suicide, and gain absolutely nothing except a reputation for being a total idiot.

    Google open-sources things that it can afford to have open sourced, because it's to their benefit in various, interrelated ways. They're in the business of information after all, and whatever avenues they can make in obtaining said information are all the better.

    * His first objection of course would be to first clarify the difference between free and open-source software, which I'm aware of but don't see the relevance in this particular case.

    --
    To all newcomers - people here are very close-minded and can't handle complaints about Linux. Keep this in mind.
    1. Re:Heh by stinerman · · Score: 4, Insightful

      The difference is very relevant here. Stallman believes that developing closed source software is morally wrong, much the same way that some folks believe abortion is morally wrong. The Open Source "movement" believes that opening the source leads to technically superior software. Linus open-sourced Linux because he thought it would be more useful that way, not because he thought that he was doing something morally right.

      The OP here apparently came to an agreement with his partner that they not open source the good parts of the code. His question about it being "wrong" to open source the "good stuff" seems to come from a moral perspective. From a moral perspective, I think he's on fine ground. If he's worrying about making the most money, it depends on what he considers his company to be. Are they are hardware shop first and a software shop second or is it the other way around? If it's the former, open source it all. If it's the latter, he should close everything up if money is the only issue at hand.

  11. what do your customers need? by khipu · · Score: 3, Interesting

    For many of your customers, closed source (i.e., binary or restrictive source license) may simply not work, for example because they are at a university (and can't guarantee that the source code won't leak out), or because they need to run the software on specialized hardware that you can't provide binaries for. Your advantage may also not be as big as you think, so open sourcing the software may not matter much, and other people may provide you with useful input and improvements. So, I think you should seriously consider open sourcing the software. You could make it a dual license (GPL + proprietary).

    The best choice would be if you could incorporate those algorithms into your hardware. Can you add a small DSP do the hardware? That doesn't just protect your code, it actually may also make your hardware easier to use (fewer software dependencies). On the other hand, that way, you won't get any improvement from the community.

  12. Patent it by shutdown+-p+now · · Score: 3, Insightful

    You have a third option here: patent the special purpose algorithms, then open source it under a license that does not include a patent grant. This way, your value-generating asset is protected, but your users still get some benefits of OSS - the ability to tinker with the code and adapt them to their needs, and knowledge that they can support it themselves in long term if need be.

    If you want, you can also add an explicit patent grant for open source applications only (e.g. only for GPL v2 and v3). That way you get FOSS community onboard, but any commercial competitors would still have to license your patents (which you could refuse outright, or at least ask a fair price) to reuse the idea.

  13. Put it in the hardware by cstdenis · · Score: 4, Insightful

    Put the algorithm in the hardware if you can, then you can publish the library open source without any risks.

    There is also the question of whether closed source will even protect the algorithm. Binaries can be disassembled and reverse engineered, so closing source just makes thing more difficult if it's something as simple as an algorithm you are trying to protect.

    --
    1984 was not supposed to be an instruction manual.
  14. Ask Greenpeace: Nuclear or Solar by JoeMerchant · · Score: 4, Insightful

    I've done plenty of startup software development - we tend to use open tools and LGPL libraries, staying away from the pure GPL stuff because of the shades of green that the investors turn when they hear that they don't own secrets in the code.

  15. Re:worked for Sun, Netscape, and HP by BluBrick · · Score: 3, Insightful

    Irrelevant! They were all pretty much massive juggernauts with well-established reputations when they went on their respective forays into Open Source, not fledgling startups. Regardless of the success or otherwise of their OSS experience, their stories are not even remotely comparable to a startup selling Motion-Capture sensors.

    --
    Ahh - My eye!
    The doctor said I'm not supposed to get Slashdot in it!
  16. Mixed Open/Closed Source Models Are A Disaster by sk999 · · Score: 4, Insightful

    You won't build any community among your customers if they feel locked out of key pieces of the product. If anything, they will be resentful. Jon Oosterhout tried it with TCL (Scriptics). Ransom Love tried it with OpenLinux (Caldera). Both failed.

    You have already build your software on top of openMAT. If you want to be a closed-source company, then do the right thing - dump openMAT, and write your own replacement.

    For what it's worth, in my opinion people are overly obsessed with the importance of protecting their precious "IP". You are not that smart. Any "edge" it gives you will only last a short time. It is more important that the products that you make do what you say they will do, that they are delivered on schedule, that they are reliable, that they are properly documented, and that you are available to stand behind them.

  17. Re:Important point by tomhudson · · Score: 3, Insightful

    Do you want the kind of culture where people stain the couches with take out chinese food and eat parts of their feet, yet write great code? And use free code? Then open sources is for you. Emacs is crazy, but it is great.

    Turn in your geek card. RMS failed at maintaining emacs (for some reason, people don't like working with him), and was forced to import the complete xemacs fork and rename it "emacs".

    Same story with gcc and egcs.

    RMS can't earn a living with "his" code, which is why he rambles around talking about how you too can be dirt poor via open source.

    Only open source your codebase if you want to outsource your entire company and any future profits to your competitors.

  18. Or if your code isn't a product by Craig+Ringer · · Score: 5, Informative

    I'm releasing tools from my work that I developed for our operations.

    We don't want to sell the tools - for the kind of money we could get for them in a market full of existing commercial options, it wouldn't be worth the trouble, let alone the sales and support overheads.

    We could keep them closed in-house. There's nothing wrong with that and it's a viable option, but it means we give up the chance of sharing maintenance costs with others and benefiting from others' improvements to the tools.

    Consequently, we've decided to open them up. This will permit competitors to use them - but most of our local competitors have already licensed expensive commercial equivalents they're committed to, so the only way they're likely to benefit is if we push pricing down across the industry, which isn't likely at this stage given that our tools are significantly less polished and more limited than the existing commercial offerings. It'd also permit new start-ups who wanted to compete with us to use them - but we're the dominant player in a mature and saturated local market with significant community loyalty. Startups have consistently failed despite having vast amounts of cash pumped into them by outfits who want to knock us out of the way and don't mind taking epic short-term losses to do it.

    The upside of opening our tools up is that we're hoping to see participation from other companies and non-commercial publications, reducing the cost of ownership of our in-house tools, making them easier to maintain and less dependent on just one person in one company. That should help future-proof them for us if they're successful, and hopefully get us the use of contributed enhancements we wouldn't have developed ourselves.

    IMO this is one area where OSS is really key in commercial use: when you need to build tools that help your business but aren't viable as a product.

    1. Re:Or if your code isn't a product by rioki · · Score: 3, Interesting

      The important thing that OP pointed out is that the SW is his core product. There is no harm in open sourcing your collaterals, if you can't make money of them. These colaterals are normally just a cost center and putting the software out there may even reduce the maintenance effort.

      The thing looks differently with your core product. The question here is in what business are you? If your are in the business of selling software, open source is clearly not a real option. Why will people buy software they can get free from others. If you are in the business of providing paid support (Canonical) or paid training (MySql AB) then open sourcing your software makes sense, since more people will use it. If you are in the business for selling hardware it may make sense to open source the software that works with the hardware. It depends where your "company secrets" really are.

      Intel has an interesting approach with their thread building blocks; the provide the library under GNU GPL or a commercial license. This is ingenious, be cause the GNU GPL states that any derivative work is also GPL so it bars any closed source software. This may work for you.

  19. If it's a cost center by emt377 · · Score: 3, Interesting

    If it's a cost center, open source it. It may offset the cost slightly. If it's a profit center, hold it to your chest.

  20. Think of it as enlarging your research team by NickFortune · · Score: 3, Interesting

    The question is: How is publishing code as open source of advantage to you?

    The question is: What are you selling? Hardware or software?

    If the software is the product, then close it obviously. There's money to be had from support contracts, but that's more of a pathway for monetising an existing free software project than for setting up a new business.

    If the hardware is the product, then open the software. In doing so you effectively recruit every university doing research in the field, since they will all have tweaks and improvements. They publish their research, along with the software used (copyleft is good for that) and you either modify your own default software, or add the code to a repository for special purpose software. Your code is continuously improved and supports an increasingly wide range of applications.

    Your competitor can adapt the results to their product as well, of course, but first of all they've got to port it. Meanwhile the number of applications for your sensor with custom software from third parties is going to grow and grow...

    ... probably. I don't want to sound too dogmatic when I only have a sketchy outline of the situation. But that's the way I'd look at it.

    --
    Don't let THEM immanentize the Eschaton!
  21. Re:Important point by buchner.johannes · · Score: 3, Insightful

    Only open source your codebase if you want to outsource your entire company and any future profits to your competitors.

    I think your criticism is valid, but your conclusion isn't. You should open source your code if you estimate that you will still be the driver of the development. Then, other companies will build up dependence on you, you will gain influence and importance.

    How can you make sure you will still be the driver of the development?
      a) You have skills and experience in your area and your codebase nobody else has and will have difficulties to develop. Then others will always rely on your work.
      b) You continuously add value and innovate, so your codebase is the go-to point.
      c) You outwork your competition with consistency. When their fork goes stale, people will abandon it.

    The beauty of open sourcing is that keeping upstream with you (feature-wise) is extremely difficult for a competitor that has a separate closed-source codebase. This is only accelerated when other people add to your product (don't start with counting on that though).

    --
    NB: The message above might reflect my opinion right now, but not necessarily tomorrow or next year.