I launched 17 side projects. Result? I'm rich in expired domains
171–180 of 267 posts
Re: I launched 17 side projects. Result? I'm rich in expired domains
#172Work on a side project because it's interesting (e.g. you want to learn the tech) or because it's useful to you (i.e. you want to use it). Not because it may make you rich.
In the former case, you may lose interest, but that's okay: you've learned in the process. In the latter, if you get to a point where you can use it, it's really rewarding.
Re: I launched 17 side projects. Result? I'm rich in expired domains
#173Earlier quoted context omitted.
i actually buy the domain name at the end. i am stingy. which means i do not buy domain names as i always loose interest after some allnighters. but the code base remains until the motivation returns
That's not stingy, that's sensible :-) After spending far too much money buying things to support some planned activity that I never actually carry out, I now try to follow the rule that I only buy the thing when I actually need to use it.
Re: I launched 17 side projects. Result? I'm rich in expired domains
#174Re: I launched 17 side projects. Result? I'm rich in expired domains
#175And this is a couple weekends ago: https://www.danesh.app/
Let's be friends! I've hacked couple websites with other people before and honestly the learning itself is worth the time even if the project doesn't take off.
Re: I launched 17 side projects. Result? I'm rich in expired domains
#176Ever thinked on automating this process of creating this side projects? i think that more and more future feels like a lot of ones having really big swarms of "agents" that can like research about ideas on the internet (like finding problems on twitter, reddit, ... that a saas can solve it) and a team implementing and deploying since from code to marketing in a frenetic rhythm
Re: I launched 17 side projects. Result? I'm rich in expired domains
#177> I buy a domain name → I code for 3 all-nighters → I lose interest → I start again. At least you're actually doing the "I code for 3 all-nighters" step! I've stopped too many projects at the "I buy a domain name" stage, and added an intermediate "I create a Trello board" step between that and starting to write code. No need to pull all-nighters, which are hard to do with family and a full-time job, if all I need to…
Re: I launched 17 side projects. Result? I'm rich in expired domains
#178Maybe some of them could make money, with more polish and marketing. Who knows! I have never tried.
I just make whatever I feel like.
Re: I launched 17 side projects. Result? I'm rich in expired domains
#179Earlier quoted context omitted.
What's wrong with a single domain and a $5/m VPS that keeps both DB and application on it? I ran a paid business app on a $5/m VPS. No complaints. If your $5/m VPS cannot handle some load, then that's when you upgrade it. And, TBH, at the point that your $5/m VPS is at 80% load on a paid product, you're already getting a few thousands of dollars of revenue from it anyway.
if i were just using a dataset to store user settings, i could get by with something tiny. but my problem is that my fun project ideas are usually some variant of "theres a huge dataset, lets build some fun dataviz on it". which is a problem because a) i need a big db to store that giant dataset and b) the db size doesn't scale with usage, so i can't just put it off until later
$5/m droplet + $10/m storage gets you 100GB of storage that you can put a PostgreSQL (or other) DB onto.
The storage situation is not quite as expensive as it used to be.