Great article. I feel like "exciting" applications that made it big get far too much of our attention. There's real value you can create by doing something "boring" like a background job framework. Most business solve boring business needs. Find something you find interesting and exciting, that most people regard as a boring chore - and solve the problem in a tidy, approachable way. Is this a more reliable way to act…
How Sidekiq makes $80,000 a month
51–55 of 55 posts
Re: How Sidekiq makes $80,000 a month
#52Earlier quoted context omitted.
You might be interested in reading this story. Mike has run an enormously value-creating OSS project for several years. It is one of the most interesting technically-oriented business in the Ruby community, and one whose model should be studied with attention by many HN readers. Can I encourage people to have less reflexive skepticism about running a business on the Internet? Plenty of people do it. Some of those bus…
I wasn't referring to sidekiq but to indiehackers.
Re: How Sidekiq makes $80,000 a month
#53By the way, I punched in sidekiq.com without a second thought and the domain is on sale.
Re: How Sidekiq makes $80,000 a month
#54Can someone please explain the open-source yet earning? Is it that part of the project is open source and the rest is paid and closed source? How to protect products if they're open source?
Correct, sidekiq is open source by default. The pro portion of the code base is closed source. Sidekiq is one almost a must have for any Rails app. I'd imagine some people just want to support him and pay the licensing fee. It reminds me of how people were willing to pay for Pivotal Tracker when it was free. https://github.com/mperham/sidekiq/wiki/Commercial-collabora...
Re: How Sidekiq makes $80,000 a month
#55Earlier quoted context omitted.
Correct, sidekiq is open source by default. The pro portion of the code base is closed source. Sidekiq is one almost a must have for any Rails app. I'd imagine some people just want to support him and pay the licensing fee. It reminds me of how people were willing to pay for Pivotal Tracker when it was free. https://github.com/mperham/sidekiq/wiki/Commercial-collabora...
I try to start similar dual-licensing model for my project. But I don't get this. The link page and "In order to unambiguously own and sell Sidekiq commercial products, I must have the copyright associated with the entire codebase. Any code you create which is merged must be owned by me. That's not me trying to be a jerk, that's just the way it works." - it has no legal value. I think all contributions are also LGPL…