Live data from Hacker News

Ask HN: What revenue generating side projects do full-time employees here have?

news.ycombinator.com

111–120 of 121 posts

Re: Ask HN: What revenue generating side projects do full-time employees here have?

#111

Earlier quoted context omitted.

I actually appreciated your answer, because its easy to lose sight of truly passive options to make money. If you don't mind, how much do you have to invest to get that $8-$10k worth of dividends?

Unless my math is horribly wrong, $8,000/year of dividends in an ETF like SDY would cost you about $400,000 right now.

that sounds roughly correct

Re: Ask HN: What revenue generating side projects do full-time employees here have?

#113

New account because I don't want my employers knowing. My sideproject on iOS and Android generates 1.1M a year. About 90-100k a month. I'm still employed because the app runs on its own, very low maintenance, so might as well get a salary doing something else and learn new things

Just curious. Are you proficient iin both java and objective c, as in you developed both the apps natively. Again, how dependent it is on a web service? Did you do the back end yourself too? I believe answering above questions will not affect your anonimity.

Proficient in both Java and Obj-C. I like just going native and learning about the platform rather than cutting corners with cross platform frameworks.

Very dependent on the API, wrote the API myself in Go.

Hosted on Google Compute and using RethinkDB as the database.

Re: Ask HN: What revenue generating side projects do full-time employees here have?

#114

Apart from venusflytrap90, it seems that not many devs have profitable side incomes -- or maybe are not willing to speak about them.

I would guess some people who had a profitable side project turned it into their primary source of income. Someone making $1000 a month from a side project can't afford to quit their day job. Someone making $10k a month from a side project can probably afford to quit their job and make the side project their primary focus.

Re: Ask HN: What revenue generating side projects do full-time employees here have?

#115

Earlier quoted context omitted.

I think the GP was asking about how your company/manager is able to keep you working there.

I'd guess it's not the company keeping GP there; it's GP choosing not to leave.

You got it! Nothing that special about the company but it's in a good enough space that I choose to hang around and learn as much as I can about the space.

Re: Ask HN: What revenue generating side projects do full-time employees here have?

#116

Earlier quoted context omitted.

How well does Carbon Ads perform? Have you compared it against something like Google Adsense?

$10 - $40 a month depending on traffic. Seems to be higher earning than Adsense.

Thanks for the info. I might give it a look.

Re: Ask HN: What revenue generating side projects do full-time employees here have?

#118

I built http://www.whatsmyua.com/ for myself back in college, it reports and breaks down browser's User Agent strings. It now brings in $20-30/month via adsense. I also built https://github.com/nfriedly/node-unblocker around the same time, it's a web proxy for evading government/corporate/school/etc. filters. When I had a copy of it online, it got a lot of traffic from around the world, and used to earn anywhere from…

I couldn't see any ads on your "whatsmyua" site. Is there anything you control on when and when not to show ads? Also, I would like to know whether that 20-30$ is consistent over months. Nice site by the way

There's a single adsense banner between the big user agent string and the JSON details, and just the standard adsense code, nothing to disable it. Google might just not have had any inventory when you checked (or you have an adblocker?)

And, looking at my history, "$20-30" is accurate for the past few months, but it was lower further back. This is the past 12 months, starting at July 2015: $12.41, 4.40, 21.29, 16.12, 13.38, 12.96, 15.56, 11.52, 23.93, 26.04, 23.84, 30.56.

It's been online since 2011 and more or less trending upwards, but last month was the first time ever to break $30.

Re: Ask HN: What revenue generating side projects do full-time employees here have?

#119

I don't have a project but I have always been wondering if there is some open-source style software (with a license that allows this of course) that would let me customize the software and sell it to other businesses and get small recurring income as a SaaS product (like $70 a month). Think small restaurant inventory management, pricing, CRM, software for real estate brokers to manage clients, dentist online appointm…

You don't need to for most open-source software. You are free to take any GPLv2 software, modify it and host it on your own servers and charge a usage fee, all without publicly releasing your changes - it's an unforeseen catch in certain open-source licenses that only requires source release if the customer can get their hands on the binaries - if it's accessed through a browser or over the network then they lose tha…

This is what AGPL fixes, BTW. That's why many web based tools are under AGPL.

Re: Ask HN: What revenue generating side projects do full-time employees here have?

#120

Earlier quoted context omitted.

Just curious. Are you proficient iin both java and objective c, as in you developed both the apps natively. Again, how dependent it is on a web service? Did you do the back end yourself too? I believe answering above questions will not affect your anonimity.

Proficient in both Java and Obj-C. I like just going native and learning about the platform rather than cutting corners with cross platform frameworks. Very dependent on the API, wrote the API myself in Go. Hosted on Google Compute and using RethinkDB as the database.

In general terms can you talk about how you obviously successfully marketed the app?
Post reply on HN