|
|
|
|
|
by catchmilk
1630 days ago
|
|
There has been a few posts recently on HN where people tell us about their success with side projects/small products that actually make them a decent living. It's inspiring to say the least. What's most attractive to me is the claim that the creators now spend little to no time on maintaining or fixing the products, and it just sits there and makes money. Is this actually a realistic representation? If I just think about the projects that I maintain(ed), there's almost always something to do, something to fix, some library or tech that's been deprecated/patched etc etc. The idea of just creating a product (let alone a few) that just "works" nowadays and requires minimum attention is pretty mind-blowing. Does anyone have any advice/books/resources on creating such products? |
|
This obviously does not work if you feel like all your code's libraries must always be on the newest version because simply keeping several projects' code running with the latest thing is quite a bit of work.
I have a profitable project that is still running on PHP 5 on Ubuntu 14 and it seems that now I finally will have to upgrade things, but it will be a single upgrade now after many years that may take 1 day instead of 20 separate little ones that may have cost 1/2 day each if I always had kept up to date.