Comments on: Set your code free! http://www.terminally-incoherent.com/blog/2008/12/17/set-your-code-free/ I will not fix your computer. Tue, 04 Aug 2020 22:34:33 +0000 hourly 1 https://wordpress.org/?v=4.7.26 By: Luke Maciak http://www.terminally-incoherent.com/blog/2008/12/17/set-your-code-free/#comment-11041 Thu, 18 Dec 2008 17:44:31 +0000 http://www.terminally-incoherent.com/blog/2008/12/17/set-your-code-free/#comment-11041

@Morten: Kenny is right, most of my projects are under GPL.

The main difference between GPL and BSD is whether or not proprietary projects can take your code, modify it and compile it into their binaries without giving you any credit (other than not removing the attribution comments from the original code). GPL forces people to give the code back to the community. So I prefer it. :)

@Kenny: Nope, haven’t really used git yet. I sort of decided that my next project (whatever it shall be) will go on github and I will force myself to learn it by doing. :)

Reply  |  Quote
]]>
By: Kenny http://www.terminally-incoherent.com/blog/2008/12/17/set-your-code-free/#comment-11040 Thu, 18 Dec 2008 16:18:05 +0000 http://www.terminally-incoherent.com/blog/2008/12/17/set-your-code-free/#comment-11040

@Morten: jtwitt is under GPL v2, same as the one on github.

@Dax: Throw it on github, then others can easily fork it, and you can pull back in the changes you like. Then set your ohloh account to load it, and you can track stats and see things like your comment ratio.

@Luke: Spend any time looking at git since you said you might in April? Based on your posts I think you’d like it, and if you need a hand feel free to email me directly.

Reply  |  Quote
]]>
By: Dax http://www.terminally-incoherent.com/blog/2008/12/17/set-your-code-free/#comment-11037 Wed, 17 Dec 2008 18:47:11 +0000 http://www.terminally-incoherent.com/blog/2008/12/17/set-your-code-free/#comment-11037

I have several proof-of-concept style projects that I have done in my spare time in the last few years that I’ve always though about just throwing up on google code under one of the open source licenses. I probalby will never extend my code past the initial work and maybe someone else will decide to take it futher. It might be fun to see if anything will come of it after a year or so.

Reply  |  Quote
]]>
By: Corey http://www.terminally-incoherent.com/blog/2008/12/17/set-your-code-free/#comment-11036 Wed, 17 Dec 2008 18:37:39 +0000 http://www.terminally-incoherent.com/blog/2008/12/17/set-your-code-free/#comment-11036

I LOVE when I see my Free code end up in surprising places. To find it, usually use one of the code search engines. Shown in the post below:

http://coreygoldberg.blogspot.com/2008/07/searching-for-your-open-sour ce-code.html

Reply  |  Quote
]]>
By: Morten http://www.terminally-incoherent.com/blog/2008/12/17/set-your-code-free/#comment-11035 Wed, 17 Dec 2008 16:30:51 +0000 http://www.terminally-incoherent.com/blog/2008/12/17/set-your-code-free/#comment-11035

Wow, that’s pretty cool! Too bad I don’t have any code to share :P Maybe someday…

I’m curious, what license did you release it under? And do you think it matters if it’s released under the GPL or under a BSD-like license?

Reply  |  Quote
]]>