Live data from Hacker News

Ask HN: Projects that don't make you money but you're doing it out of sheer joy?

news.ycombinator.com

71–80 of 587 posts

Re: Ask HN: Projects that don't make you money but you're doing it out of sheer joy?

#73
http://www.overseer.tv

I built a show tracker just for me (it's not nearly where I want it to be, so I don't share it anywhere, eg. currently my show database is out of date I need to see what broke my cron tonight. no ssl cert, no optimization at all I don't even know if my js is minified tbh, etc).

I am the only active user http://www.overseer.tv/user/smt and I built this because I watch a shit ton of shows and I often forget when premieres come, or what episode I left off on. My site is basically one click to mark a show/season/episode "watched" and I have a calendar and upcoming section, which is all I wanted from many other sites I tried before creating my own.

I host this on an EC2 instance for 29$ a month, and my own usage alone makes it worth it to me haha.

Re: Ask HN: Projects that don't make you money but you're doing it out of sheer joy?

#74
I built + maintain todolist[1] which is a GTD-style task management app for the command line. It's getting a bit of traction now which is pretty fun. It got a ton of upvotes on Product Hunt which was really cool to see[2].

I have very loose plans to monetize via a paid subscription for syncing with other devices / phones, but there will always bee a free / open source version as well.

[1]: http://todolist.site

[2]: https://www.producthunt.com/posts/todolist

Re: Ask HN: Projects that don't make you money but you're doing it out of sheer joy?

#76

http://www.overseer.tv I built a show tracker just for me (it's not nearly where I want it to be, so I don't share it anywhere, eg. currently my show database is out of date I need to see what broke my cron tonight. no ssl cert, no optimization at all I don't even know if my js is minified tbh, etc). I am the only active user http://www.overseer.tv/user/smt and I built this because I watch a shit ton of shows and I o…

That sounds really cool.

Is it open source?

Re: Ask HN: Projects that don't make you money but you're doing it out of sheer joy?

#77
Everything to do with cryptocurrency! I wrote trading bot that was actually making a small profit - and then the exchange got hacked and took all of my coins & dollars with it :(

I've started to get into Ethereum and Solidity recently, but mining even a few coins just to have gas money costs more in electricity than they're worth. I'm letting my desktop mine anyways, but when I reach my pools payout threshold in a week or two (it's got a 3-year-old GPU), I'll probably kill the mining. (I know I could just buy some ETH with USD, but that's probably even more expensive and somehow feels different.)

(To be fair it hasn't been all negative - I bought a copy of the game Portal with the first bitcoin I ever earned, and a Kindle with the second bitcoin. But looking at it from a strictly money perspective, I'm definitely in the hole. In theory, it will be positive eventually.. but I'm still not sure exactly how.)

Re: Ask HN: Projects that don't make you money but you're doing it out of sheer joy?

#79
post #68

Definitely jsDelivr https://github.com/jsdelivr/jsdelivr Billions of requests every month. Building the service is pure joy. I have lots of new features coming like a new website, stats per project and more.

How do you handle the traffic? How much does this cost you to run?
Post reply on HN