Live data from Hacker News

Side projects

antirez.com

1–10 of 243 posts

Re: Side projects

#2
I hope this question isn't too forward - but my main question is 'how did you afford to do this?'

I have had plenty of fun little side projects (some finished some not), but my main project is my salaried position. Aside from being independently wealthy, how can one create and maintain a long term open source project as a full time job. Consulting on the side? Donations? Something else?

P.S. Thanks for Redis :)

Re: Side projects

#4

I hope this question isn't too forward - but my main question is 'how did you afford to do this?' I have had plenty of fun little side projects (some finished some not), but my main project is my salaried position. Aside from being independently wealthy, how can one create and maintain a long term open source project as a full time job. Consulting on the side? Donations? Something else? P.S. Thanks for Redis :)

Unfortunately I've no good answer for your question, since I'm sponsored by Pivotal, but if we consider the percentage of open source software created, only a small percentage is sponsored. Many developers simply do it for free, as I did it in the first year of Redis developments, because I had an alternative stream of money to pay the bills. So, my point of view, is that the IT ecosystem is broken and IT companies are leveraging a huge value from OSS without providing enough back to pay developments of more OSS. It is one of the biggest injustices currently happening in the "rich world", but there is no easy fix.

Re: Side projects

#5
Thanks for Redis. It has come a long way over the last six years. Looking forward for your "few side projects for the next years" to come.

Re: Side projects

#6
post #3

The site is not responsive for me, here is a cached copy: http://webcache.googleusercontent.com/search?q=cache:http://...

Yea, it is indeed not responsive. But I think Antirez is affording his time more on his "side projects" rather than making it responsive.

Re: Side projects

#7
post #4

I hope this question isn't too forward - but my main question is 'how did you afford to do this?' I have had plenty of fun little side projects (some finished some not), but my main project is my salaried position. Aside from being independently wealthy, how can one create and maintain a long term open source project as a full time job. Consulting on the side? Donations? Something else? P.S. Thanks for Redis :)

Unfortunately I've no good answer for your question, since I'm sponsored by Pivotal, but if we consider the percentage of open source software created, only a small percentage is sponsored. Many developers simply do it for free, as I did it in the first year of Redis developments, because I had an alternative stream of money to pay the bills. So, my point of view, is that the IT ecosystem is broken and IT companies a…

Glad to hear that it is sponsored - I did not know that. I agree with your points on the injustice, but with OSS it is hard to have it both ways. Lots of innovation comes from using OSS as building blocks by folks just starting out, who cannot afford it. Maybe we need more vocal social stigma against large profitable companies who built their company on free software and who don't give back. I've seen a couple good things happen recently though - with GPG and FreeBSD. Hopefully it is the beginning of a trend.

Re: Side projects

#8
post #4

I hope this question isn't too forward - but my main question is 'how did you afford to do this?' I have had plenty of fun little side projects (some finished some not), but my main project is my salaried position. Aside from being independently wealthy, how can one create and maintain a long term open source project as a full time job. Consulting on the side? Donations? Something else? P.S. Thanks for Redis :)

Unfortunately I've no good answer for your question, since I'm sponsored by Pivotal, but if we consider the percentage of open source software created, only a small percentage is sponsored. Many developers simply do it for free, as I did it in the first year of Redis developments, because I had an alternative stream of money to pay the bills. So, my point of view, is that the IT ecosystem is broken and IT companies a…

you don't have to look far to see how true your words are - there've been multiple security fiascos pretty much directly caused by what you describe and hopefully things like http://www.linuxfoundation.org/programs/core-infrastructure-... will start appearing. one can hope there will be a time when such initiatives will happen proactively instead of in response to a disaster...

Re: Side projects

#9
post #4

I hope this question isn't too forward - but my main question is 'how did you afford to do this?' I have had plenty of fun little side projects (some finished some not), but my main project is my salaried position. Aside from being independently wealthy, how can one create and maintain a long term open source project as a full time job. Consulting on the side? Donations? Something else? P.S. Thanks for Redis :)

Unfortunately I've no good answer for your question, since I'm sponsored by Pivotal, but if we consider the percentage of open source software created, only a small percentage is sponsored. Many developers simply do it for free, as I did it in the first year of Redis developments, because I had an alternative stream of money to pay the bills. So, my point of view, is that the IT ecosystem is broken and IT companies a…

> IT companies are leveraging a huge value from OSS without providing enough back to pay developments of more OSS. It is one of the biggest injustices currently happening in the "rich world", but there is no easy fix.

GPL?

Re: Side projects

#10
post #6
post #3

The site is not responsive for me, here is a cached copy: http://webcache.googleusercontent.com/search?q=cache:http://...

Yea, it is indeed not responsive. But I think Antirez is affording his time more on his "side projects" rather than making it responsive.

Not sure what is happening, probably Apache mod proxy is not configured well enough, since the machine is idle, and the Ruby process serving the requests is idle as well...

EDIT: Btw current deployment is "ruby app.rb" + Apache mod_proxy. Not stellar...

EDIT2: Problem found, was running via WEBrick since Mongrel was uninstalled for error from the server.

Post reply on HN