It has since been rewritten in D and is Open Source:
Ask HN: What's a side project you built to make money that hasn't?
301–310 of 476 posts
Re: Ask HN: What's a side project you built to make money that hasn't?
#302Earlier quoted context omitted.
There were entire groups of people using it for “dating”, uploading nude photos, etc (you could upload a single photo along with your pin). I also found at least one bestiality-oriented group, with “meetups”, so... there was that. :-|
If you had the stomach for it, it would be interesting to just make it a map service for adult content. There are ad networks and billing providers that specialize in this sort of thing, and AWS allows porn (legal, that is).
Re: Ask HN: What's a side project you built to make money that hasn't?
#303Earlier quoted context omitted.
what was the name?
A google search of "myguestmap" finds articles which match the story and suggests the domain was likely http://myguestmap.lorca.eti.br/index.jsp
I got kicked out of dreamhosting, then kept it alive on railsplayground for years (but w/o the ads/donations)
Additional curiosity tidbit: I made that product to learn Ruby on Rails - the v0 was a Java Struts/JSP, so I rewrote it as an exercise and “launched” on mine & my friends personal blogs. The internet felt a lot more viral back then, at least to me (we ended up launching two other side projects that actually got some traction too, but could never focus on or monetize)
Re: Ask HN: What's a side project you built to make money that hasn't?
#304https://vidgen.io It's a web app that generates summary videos of online articles/content. I launched it in February and it hasn't made a dime. I was charging ~$3 per generated video, but since it's had zero traction, the videos can now be downloaded for free. The main feature it's lacking is a way to customize the generated videos. Once I get this implemented I will try promoting it again. Spent about 3 months build…
Would be nice if you could put a url in without https in front. Otherwise, this is a really cool idea. It makes sense that most people wouldn't find it worth $3 though. I'm trying it out now :)
Re: Ask HN: What's a side project you built to make money that hasn't?
#305https://zonewatcher.com After having multiple clients change their DNS settings without warning and then email us when shit hits the fan I knew I needed some type of warning system. This checks every X minutes and saves each version so you can see the revision history for all your DNS zones across many providers. I make ~$50 a month right now with it, which is enough to cover the hosting. I haven't really marketed it…
Some suggestions (only because I really want you to succeed!):
- Please consider the use case where I want to protect against a domain having its nameservers changed at the registrar. I don't think you currently handle that case, as e.g. pulling the NS records from Route53 will always show Route53 as the authoritative NS, which may not match what the registrar says. This is actually the main feature I want.
- I couldn't find docs or advice regarding how alerting or notifications work. I don't even know if I will receive alerts.
- Please support "plain" DNS-based checks. As in, ability to add a zone and add a number of records (e.g. MX) that I want checked and it is done via DNS protocol query to the authoritative NS.
- Fix the "flash of not-yet-parsed-by-Angular content" that appears on the signup page, it's pretty jarring on a medium latency connection
- For the credit card form, I had some misgivings about putting my details in until I dove into the HTML of the page to check that you weren't sending the card details to your own server. Maybe add a "powered by Stripe" icon or something.
Re: Ask HN: What's a side project you built to make money that hasn't?
#306"Oh By".[1] I launched this about a year ago and while it has made more than zero dollars (some folks have indeed paid for personalized, editable Oh By Codes) it doesn't really make any money. I am very busy with rsync.net and much more so these past 12 months so I haven't had the time I would like to invest into Oh By. I continue to believe it's a good idea. [1] https://0x.co
Re: Ask HN: What's a side project you built to make money that hasn't?
#307https://theothermail.com TheOtherMail generates throwaway email addresses so you can try new products and services with no risk. We deliver all emails from your generated accounts to your personal email address so you don't have to remember stupidly long emails. We spend a few dollars per month to run it, and we haven't made any money yet. Give it a try!
Re: Ask HN: What's a side project you built to make money that hasn't?
#308https://vidgen.io It's a web app that generates summary videos of online articles/content. I launched it in February and it hasn't made a dime. I was charging ~$3 per generated video, but since it's had zero traction, the videos can now be downloaded for free. The main feature it's lacking is a way to customize the generated videos. Once I get this implemented I will try promoting it again. Spent about 3 months build…
There's a germ of a really interesting idea in here, esp with video sort of becoming the de facto standard of content consumption these days ( at least in short form across social media ). Maybe take a breather from the tech side and go out to some possible users, and I would almost start super niche-y with this type of thing. Don't bother developing some type of customizing generated video tool yet. I bet there's a…
The text-to-speech software was ~$1500, and it's been running on a $100/month dedicated server since February.
Re: Ask HN: What's a side project you built to make money that hasn't?
#309I made Word Nazi, which is essentially just a dirty version of Taboo (in the same way that Cards Against Humanity is a dirty version of Apples to Apples) in app form. Lessons learned: * I should've paid someone to do some decent graphics, turns out "minimalist aesthetic" is not the same as "no effort put in to design" * Making it a free demo, with the full game available as an in-app-purchase, sounds like a good deal…
For those checking out the ineptech site, please don't miss the poetry compiler joke! It's the bit I'm the most proud of. It's in an unlinkable modal so actually I'll just paste it here: Upon a stack of bits, about so tall, // Boolean[] isprime = new Boolean[n]; just think, O traveller, what we could do // Arrays.fill(isprime, true); if every other bit was set to false // for (int i = 4; i (You may have figured out t…
That made me laugh so hard. Man. Great site.
Re: Ask HN: What's a side project you built to make money that hasn't?
#310https://vidgen.io It's a web app that generates summary videos of online articles/content. I launched it in February and it hasn't made a dime. I was charging ~$3 per generated video, but since it's had zero traction, the videos can now be downloaded for free. The main feature it's lacking is a way to customize the generated videos. Once I get this implemented I will try promoting it again. Spent about 3 months build…
Would be nice if you could put a url in without https in front. Otherwise, this is a really cool idea. It makes sense that most people wouldn't find it worth $3 though. I'm trying it out now :)