Ask HN: Do you contribute to open source projects?
11–20 of 84 posts
Re: Ask HN: Do you contribute to open source projects?
#12Re: Ask HN: Do you contribute to open source projects?
#13I use FOSS in my personal computing needs which heavily intersects with my professional interests. Using 3rd party (FOSS) exposes me to bugs, issues with documentation, problems running things on esoteric hardware, security issues, eventually performance issues. Because of this I often need feedback from maintainers and I'm at their mercy for how fast my issue is resolved. Supplying a patch, giving feedback for issue…
The lack of public commits does not signal whether or not someone is a competent senior engineer.
Re: Ask HN: Do you contribute to open source projects?
#14I don't know how you can avoid doing it at all, unless you're just messily working around issues in your codebase or leaving a TODO or item in the backlog to fix it in the distant future. (Which can be a better use of time sometimes of course.)
Re: Ask HN: Do you contribute to open source projects?
#15My motivation to do so is if everyone puts in just a little bit of extra effort to contribute upstream we can get many people making small patches. It's nice for a contributor to see folks care (as opposed to just complaining of issues).
Re: Ask HN: Do you contribute to open source projects?
#16I use FOSS in my personal computing needs which heavily intersects with my professional interests. Using 3rd party (FOSS) exposes me to bugs, issues with documentation, problems running things on esoteric hardware, security issues, eventually performance issues. Because of this I often need feedback from maintainers and I'm at their mercy for how fast my issue is resolved. Supplying a patch, giving feedback for issue…
Re: Ask HN: Do you contribute to open source projects?
#17Expecting to get paid for your first contributions to open source sounds, to me, like the wrong motivation.
Re: Ask HN: Do you contribute to open source projects?
#18More seriously; no. The license gives no warranty for the software, or potential issues I encounter. If the developer would take more professional responsibility there, I might feel like funding or contributing somehow. But if their approach is this is free stuff no strings, my approach is freely take and provide no guarantees in return.
Re: Ask HN: Do you contribute to open source projects?
#19My motivation is saving others the ass-ache I just went through. There’s no reason in my mind that I should have a fix and not share it, especially after all of the lift/savings I've gotten over the years from emacs, Linux, apache, svn, git, etc.