Ask HN: Should I Open-Source my Startup?
4 comments
I've been thinking about open sourcing my source code as well. I've been trying to monetize a new mapping technique and I think there just isn't demand for it. So now I'm leaning toward open sourcing the mapping tech and trying to build a business the uses the maps to solve part of a larger problem (like real estate search, or business relocation).
My biggest fear would be one of the big mapping companies picking it up and taking credit for it. Though I'm sure this is unfounded and even if it happens at least people get to use it.
My biggest fear would be one of the big mapping companies picking it up and taking credit for it. Though I'm sure this is unfounded and even if it happens at least people get to use it.
There is certainly a market for mapping data. I think the big part is being able to layer the data in a constructive way and having access to said data is probably the hard part.
But you have companies like Esri who make $1B/year on maps and yet most people have no idea who they are. (www.esri.com)
But you have companies like Esri who make $1B/year on maps and yet most people have no idea who they are. (www.esri.com)
Just curious, couldn't you open source it but have a license that doesn't allow commercial usage of it?
Marten Mickos had this to say: http://www.heavybit.com/library/video/2013-10-15-marten-mick...
You will also need to ensure you don't (accidentally) violate anyone's algorithm/code-related patents.
Use the AGPL, then at least you'll be able to take advantage of improvements your competitors make.
[deleted]
P.S.: I've tried an approach of Open-Sourcing separate components. It increases the whole quality and maintainability. But it takes much more time to create everything in a universal enough to be reused form, to elaborate documentation for every independent component, etc.