Earlier quoted context omitted.
> A glance at fair.io shows an interesting attempt to provide OSS under a proprietary model. I'm not sure that that is the case: its clearly not Free, but it might be that rare example of a license that meets the OSI Open Source definition but not the FSF Free Software definition. (It clearly violates the spirit of Open Source, and if OSI were to review it, the Open Source definition might be explicitly amended to pr…
You might have a look at my discussion with the CEO here, https://news.ycombinator.com/item?id=10622760 It seems they've completely prohibited forks effectively by prohibiting redistribution of modified versions. I'm not sure about the OSI definitions, but that definitely doesn't fit with any idea of open source I have at least. At best, I view it as a proprietary product, their source release is no more useful than…
Sourcegraph: self-hosted Git service with semantic code navigation/search/review
131–137 of 137 posts
Re: Sourcegraph: self-hosted Git service with semantic code navigation/search/review
#132Re: Sourcegraph: self-hosted Git service with semantic code navigation/search/review
#133Earlier quoted context omitted.
> A glance at fair.io shows an interesting attempt to provide OSS under a proprietary model. I'm not sure that that is the case: its clearly not Free, but it might be that rare example of a license that meets the OSI Open Source definition but not the FSF Free Software definition. (It clearly violates the spirit of Open Source, and if OSI were to review it, the Open Source definition might be explicitly amended to pr…
I can't speak for the OSI, but this seems in clear violation of the Open Source definition. I'll await their word.
Re: Sourcegraph: self-hosted Git service with semantic code navigation/search/review
#134I've been talking to these guys and using their stuff in various forms for over a year now. I worked on developer tooling for years at Twitter, and had been feeling like this space (code discovery / review / nav ) was ripe for an evolutionary leap for a long, long time. I was really excited to meet the team at Sourcegraph and learn they not only had the same vision, they were executing on it at a very high level. I'm…
[1] https://wiki.mozilla.org/DXR [2] Actual instance on mozilla code https://dxr.mozilla.org/mozilla-central/source/
Re: Sourcegraph: self-hosted Git service with semantic code navigation/search/review
#135I've been talking to these guys and using their stuff in various forms for over a year now. I worked on developer tooling for years at Twitter, and had been feeling like this space (code discovery / review / nav ) was ripe for an evolutionary leap for a long, long time. I was really excited to meet the team at Sourcegraph and learn they not only had the same vision, they were executing on it at a very high level. I'm…
Out of curiosity, how does sourcegraph compare to something like mozilla's dxr [1][2]. Granted DXR is C++ only, but it is the best tool I know for browsing C++ in a browser while being able to navigate semantically. [1] https://wiki.mozilla.org/DXR [2] Actual instance on mozilla code https://dxr.mozilla.org/mozilla-central/source/
Re: Sourcegraph: self-hosted Git service with semantic code navigation/search/review
#136Earlier quoted context omitted.
After comparing the features of Core and Enterprise, it looks like the Core package is not self-hosted à la non-enterprise github. And the source at https://src.sourcegraph.com/sourcegraph seems to be the Enterprise version – minus 24/7 technical support and automatic backups I'd say.
Sourcegraph CTO here. Sourcegraph Core is self-hosted and the source code for it lives at https://src.sourcegraph.com/sourcegraph . Sourcegraph Enterprise includes the additional features mentioned in the pricing section on https://sourcegraph.com that are specific to very large companies. Sorry about the confusion. Anything we can do to make that clearer?
Re: Sourcegraph: self-hosted Git service with semantic code navigation/search/review
#137Earlier quoted context omitted.
Sourcegraph CTO here. Sourcegraph Core is self-hosted and the source code for it lives at https://src.sourcegraph.com/sourcegraph . Sourcegraph Enterprise includes the additional features mentioned in the pricing section on https://sourcegraph.com that are specific to very large companies. Sorry about the confusion. Anything we can do to make that clearer?
Maybe change the README.md file at https://sourcegraph.com/github.com/sourcegraph/srclib Beyang, which says "Sourcegraph is licensed under the MIT License." ... I think you probably mean "The sourcegraph/srclib sub-directory is licensed under the MIT License." ;)