Live data from Hacker News

How Sidekiq makes $80,000 a month

indiehackers.com

41–50 of 55 posts

Re: How Sidekiq makes $80,000 a month

#41

Earlier quoted context omitted.

I am pursuing this path. I'm interested in fulfilled by Amazon-type products in addition to software projects. It's truly amazing how "easy" it is run one of these businesses solo in comparison to before the internet.

What do you mean by "fulfilled by Amazon-type products"?

I guess he means Amazons' FBA, their drop shipping service.

Re: How Sidekiq makes $80,000 a month

#42
post #5

I'm really fascinated by this career path. As I approach 40 I'm really feeling the pain of the whole developer vs manager dichotomy. The fact is, I've always been comfortable on both sides as a generalist and a team lead, but as my career progresses I'm increasingly feeling the pressure to specialize either by going full-time or specializing in some area that can command a hire salary than the reams of bootcamp dev g…

I'm trying to do the same. But after spending the last few months building my own product, I feel like I'm not ready yet. The mistake I made in my career so far was not knowing enough about one industry, it's very difficult to think of a profitable idea if there isn't an industry you know inside out. So I'm considering going back to full time employment, pick an area that I'm really interested and learn that market well.

Re: How Sidekiq makes $80,000 a month

#43

Can 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?

Core is open, paid product extends the core, and you access via a private gem server. You have the code at that point, and it's not DRM'ed or encrypted or anything. Nothing to keep you from running it after your subscription stops. Some features, like unique jobs, are covered by other open source extensions to Sidekiq - Mike happily lists those projects inside of Sidekiq's wiki. Much of this openness seems counterint…

Not being of the Ruby world, I did not understand what his licensing method would entail. Amazingly simple, yet profitable. I guess the fear of missing out is what keeps the annual subscriptions re-upped.

Re: How Sidekiq makes $80,000 a month

#44

I'm a fan of sidkiq but holding out using a different more atomic redis command for 'pro' is pretty lame - it's closer to 'intentional gimping' than 'open-core'.

Sidekiq fetches jobs same as how Resque fetches, which is based on what is easy to do in Redis: LPOP. It's been that way since day one.

Adding reliable fetching is much, much harder than you think. It's taken me years to get it right.

Re: How Sidekiq makes $80,000 a month

#45
How does Sidekiq compare to Celery (apart from being a different language)?

IMHO Sidekiq succeeded, because it works smoother, than other (Ruby-based) task scheduling systems, but can we say the same for Celery? It seems pretty stable and is used in production by many organizations and companies, so the question is, could one do the same for the Python ecosystem, or is Celery just in such a good shape, that it's hard to compete with (considering the same open-core model)?

Re: How Sidekiq makes $80,000 a month

#46
post #5

I'm really fascinated by this career path. As I approach 40 I'm really feeling the pain of the whole developer vs manager dichotomy. The fact is, I've always been comfortable on both sides as a generalist and a team lead, but as my career progresses I'm increasingly feeling the pressure to specialize either by going full-time or specializing in some area that can command a hire salary than the reams of bootcamp dev g…

Pick something that you enjoy ... What does pro athletes like more then money, fame, good looks, and medals ? They like training and competing over all else. So in order to get successful you need to really like what you do. Sometimes it will feel like "work", but that usually means it is work.

Re: How Sidekiq makes $80,000 a month

#48
Kudos to Mike. I'm glad to see Sidekiq Pro/Enterprise are this successful.

My favorite things about Sidekiq (and how Mike runs it) are:

1) The documentation and wiki pages of Sidekiq. [0]

2) The weekly happy hour chats. [1]

The docs and getting started guides are some of best I've seen in OSS -- everything is well-documented and thought through. There's a lot of good things to emulate here.

In addition to his years of conferences talks, blogging, and helpfulness through over mediums... Mike has a weekly happy hour on Fridays to answer questions. I've done it a couple times and he's been extremely helpful.

[0] https://github.com/mperham/sidekiq/wiki

[1] http://sidekiq.org/support

Re: How Sidekiq makes $80,000 a month

#49
post #43

Earlier quoted context omitted.

Core is open, paid product extends the core, and you access via a private gem server. You have the code at that point, and it's not DRM'ed or encrypted or anything. Nothing to keep you from running it after your subscription stops. Some features, like unique jobs, are covered by other open source extensions to Sidekiq - Mike happily lists those projects inside of Sidekiq's wiki. Much of this openness seems counterint…

Not being of the Ruby world, I did not understand what his licensing method would entail. Amazingly simple, yet profitable. I guess the fear of missing out is what keeps the annual subscriptions re-upped.

I'd say a big part of it is that most of the subscribers have a business to run, and it's generally good practice to stay legal. Besides, if it's working and worth the price, you keep paying.

Re: How Sidekiq makes $80,000 a month

#50

Earlier quoted context omitted.

I am pursuing this path. I'm interested in fulfilled by Amazon-type products in addition to software projects. It's truly amazing how "easy" it is run one of these businesses solo in comparison to before the internet.

What do you mean by "fulfilled by Amazon-type products"?

one business model out there is: Find a product like vitamins and slap your brand on it put it on amazon and let them fulfill it.
Post reply on HN