Ask HN: What is something you built but never marketed?
1–10 of 306 posts
Re: Ask HN: What is something you built but never marketed?
#2So I took a left turn and started making a VR game instead. The marketing path for that is much more interesting.
Re: Ask HN: What is something you built but never marketed?
#3The data is small enough that you can keep it all in memory. It was a nice toy and it let me play with a few data retrieval techniques I had heard talking about but never actually implemented.
Re: Ask HN: What is something you built but never marketed?
#4Re: Ask HN: What is something you built but never marketed?
#5Recently I wrote a small search engine for NYC menus: https://c.bitlet.org/ff.html The data is small enough that you can keep it all in memory. It was a nice toy and it let me play with a few data retrieval techniques I had heard talking about but never actually implemented.
Re: Ask HN: What is something you built but never marketed?
#6Re: Ask HN: What is something you built but never marketed?
#7It works well and I still use it with friends and family to play games together. I even designed a logo, registered it for an EU trademark, and made t-shirts.
But when Steam Remote Play Together was announced, I decided that there wasn't a market for it anymore, so instead I switched to building real-time AI tools in C++.
My next idea, funny Webcam filters for desktop, was then pre-empted by Snap Camera coming to desktop. With so many FAANG-scale companies releasing free tools, it has become really tricky to find financially viable niches.
Re: Ask HN: What is something you built but never marketed?
#8Tech-stack: OpenVPN + MySQL + some Python scripts as glue + PayPal integration.
Use case: If you need a Venezuelan IP address [0]. you'd just access the VPN front site, pay for a day-pass, and use the VPN [1]. Also banks use SMS-based 2FA, so having the SIM card in the server helps [2].
Turns out there are cheaper VPNs that do have Venezuelan IP addresses, though my offered benefit is to offer home random IP addresses, which makes it more stealth. Also the economics didn't help, and the upstream bandwidth isn't great as well.
I took down the site and just left the VPN for myself and some trusted friends. Also, if someone did something sketchy with it, it'd by tied to my home address.
Maybe someday I'll create a blog post about it.
--
[0]: Something very niche, banks here don't allow people foreign IP addresses to do bank transfers, etc., they could also block your bank account entirely.
[1]: It'd issue short lived certificates for the amount of time purchased.
[2]: With a ZTE MF667 USB modem.
Re: Ask HN: What is something you built but never marketed?
#9Re: Ask HN: What is something you built but never marketed?
#10Throwing this out there, why not… if anyone would like to help me, let me know!