Live data from Hacker News

Open Source made me the man I am

cubiq.org

41–50 of 51 posts

Re: Open Source made me the man I am

#41

I write open source code — some stuff I'm tidying up before I release, since I just whack it on GitHub unusable for the 99% — but don't have much exposure? I have plugins built for Sublime Text which have around 4k downloads. http://github.com/jbrooksuk

How do you track your number of downloads on Github?

Re: Open Source made me the man I am

#42
post #33

It's nice to hear about such success stories. Unfortunately most OSS projects never gain such a user base to be able to make a living off of it. I'm currently evaluating changing the license of our GPL-ed software to use something more restrictive or even dropping OSS and make it freeware only without providing sources. Read these emails if you want to know why: http://www.mail-archive.com/nxlog-ce-users@lists.source…

My advice would be to setup a paid support arm ASAP, and tell the person complaining they have two options:

1) Log a bug against the windows build process, and you'll look at it when it reaches the top of your priority list, or

2) Engage you for paid support to investigate the issue.

You are under no obligation to make your softwear buildable on any platform. If he chooses to disagree,he can refuse your license, delete your software and move on.

Re: Open Source made me the man I am

#43
Open Source has been berry, berry good to me! (Anyone else old enough to catch the reference?)

It's really an amazing social phenomenon, something unexpected and unique, that seems to go against the grain, or at least usefully counter, the market-driven, proprietary, DRM, locked-in, control-freak sensibility that is so prominent today in mainstream high tech.

Re: Open Source made me the man I am

#44
post #33

It's nice to hear about such success stories. Unfortunately most OSS projects never gain such a user base to be able to make a living off of it. I'm currently evaluating changing the license of our GPL-ed software to use something more restrictive or even dropping OSS and make it freeware only without providing sources. Read these emails if you want to know why: http://www.mail-archive.com/nxlog-ce-users@lists.source…

Chris Main wrote to you:

   However, if you do choose to release your software under GPL or LGPL you also
   place yourself under an obligation to provide build instructions. This is not
   what I say, it is what the GPL/LGPL themselves say.
This is wrong. Section 4 of the compliance guide, from which Mr. Main proceeds to quote, is directed towards those distributing GPL software written by other people. The GPL does not place any such constraints on the author(s). If you want to distribute Windows binaries, and don't want to bother explaining how to build nxlog on Windows, you are completely within your rights. If Mr. Main cannot figure out how to build it on Windows, he is simply unable to distribute a modified version that runs on Windows (since the GPL would require him to explain how he did so), and you are not obliged to lift a finger about that.

Re: Open Source made me the man I am

#45
post #19

I contribute to some FOSS projects with hundreds of thousands of downloads and it's healthy from several points of view. On the one hand, I made some great "online" friends and feel great as I write code that I know people will use and appreciate. On the other hand, I've learnt so much and I know that some of the skills I've acquired during these years will help me when I'm old enough to get a job and start "actually…

Reminds me of the time I used to contribute to the enlightenment project. e17 was still not released, and very rough around the edges, I had commit access, so I wrote a theme selector app and put it in the repo, it eventually got picked up and included with the default installation of e17. Was the best feeling at the time to have something you wrote used by people all around the world.

Of course the project then moved on and my code was replaced.

Re: Open Source made me the man I am

#46

I liked that, and open source has similarly helped my career over the decades (I write this wearing a FSF tee shirt :-) One warning to the author: he might be more careful about posting his rate for specific customers. I am also contracting at Google and my contract says that remuneration is confidential.

thanks for the heads-up. My standard hourly rate is public (you can find it in the "hire me" section too), long term hires are then discussed on a per project basis. I actually didn't disclose how much they spent :)

Re: Open Source made me the man I am

#47
post #42
post #33

It's nice to hear about such success stories. Unfortunately most OSS projects never gain such a user base to be able to make a living off of it. I'm currently evaluating changing the license of our GPL-ed software to use something more restrictive or even dropping OSS and make it freeware only without providing sources. Read these emails if you want to know why: http://www.mail-archive.com/nxlog-ce-users@lists.source…

My advice would be to setup a paid support arm ASAP, and tell the person complaining they have two options: 1) Log a bug against the windows build process, and you'll look at it when it reaches the top of your priority list, or 2) Engage you for paid support to investigate the issue. You are under no obligation to make your softwear buildable on any platform. If he chooses to disagree,he can refuse your license, dele…

Paid support is already there. There is a "support" menu on the webpage, the issue tracker has a polite note saying that this is available. Some people have been contacted directly in email to see whether they'd be interested.

For example some users at a big Taiwanese laptop maker company were after windows2000(!) support. When they were politely offered support saying "please decide whether paid support would be of interest or not", the response was "ok, thank you for your information but when can you fix the bug?". I could give countless other similar examples.

Anyway, thanks for your suggestions. I'll heed the advice and will change the website to make this more clear for those who are only after the free labor.

Re: Open Source made me the man I am

#48
post #41

I write open source code — some stuff I'm tidying up before I release, since I just whack it on GitHub unusable for the 99% — but don't have much exposure? I have plugins built for Sublime Text which have around 4k downloads. http://github.com/jbrooksuk

How do you track your number of downloads on Github?

Ah, I don't. All of my Sublime packages are in Package Control, so I can check the downloads through wbonds site; https://sublime.wbond.net/browse/authors/jbrooksuk

Re: Open Source made me the man I am

#49

Open source is one of those rare times when "build it and they will come" holds true. I built a testing gem for stripe, and with zero marketing I've had eight complete strangers come in and make useful contributions through the magic of github. Open source is truly fascinating.

Link to your stripe testing gem?

Re: Open Source made me the man I am

#50

Open source is one of those rare times when "build it and they will come" holds true. I built a testing gem for stripe, and with zero marketing I've had eight complete strangers come in and make useful contributions through the magic of github. Open source is truly fascinating.

Link to your stripe testing gem?

https://github.com/rebelidealist/stripe-ruby-mock
Post reply on HN