I did a Show HN for Roll20 right after launching: https://news.ycombinator.com/item?id=4532754 We now have almost 2 million users and a small team working on it full-time. I definitely originally thought it would only be a side project...
Hey, pretty neat idea. These screenshots look impressive.
Ask HN: Have any side projects from Show HN gone big?
111–120 of 169 posts
Re: Ask HN: Have any side projects from Show HN gone big?
#112Re: Ask HN: Have any side projects from Show HN gone big?
#113Somewhat related, it wasn't Show HN but show YC that turned my side-project into a business. YC's Application has the question "what have you hacked that wasn't a computer". That question compelled me to create a hack that converted a cheap ($10 in some cases) bluetooth headset into a garage door opener compatible with any smartphone. It didn't even require an App. I posted a Youtube video and then submitted my event…
I wouldn't expect them to actually do that. Between the girlfriend and myself, we get a lot of packages. They usually leave them by the garage door because it's easier / closer. We've told them before they can leave them inside the (unlocked) garage but the general response is "we can't".
Re: Ask HN: Have any side projects from Show HN gone big?
#114You can hear Peter talk about it with Aaron Harris here: https://soundcloud.com/akharris/startup-school-radio-episode...
Re: Ask HN: Have any side projects from Show HN gone big?
#115Re: Ask HN: Have any side projects from Show HN gone big?
#116Earlier quoted context omitted.
The scan we run from the homepage is a rudimentary scan that only scans for client-side vulnerabilities, since we can't scan for server-side issues until you've verified ownership. As a result, we can't give you a clean bill of health until you've run a full scan, which is why you see that. If you verify ownership, you'll see any issues we found and be able to run a full scan which can give you a clean bill of health…
I'm not using your app but I assume it's not as clear as your comment based on upthread posts. You might want to modify the app to show both client and server side results with server saying "unknown: must verify ownership first." That would eliminate the confusion.
Re: Ask HN: Have any side projects from Show HN gone big?
#117Somewhat related, it wasn't Show HN but show YC that turned my side-project into a business. YC's Application has the question "what have you hacked that wasn't a computer". That question compelled me to create a hack that converted a cheap ($10 in some cases) bluetooth headset into a garage door opener compatible with any smartphone. It didn't even require an App. I posted a Youtube video and then submitted my event…
> ... would allow shipping companies to leave packages in your garage when you aren't home. I wouldn't expect them to actually do that. Between the girlfriend and myself, we get a lot of packages. They usually leave them by the garage door because it's easier / closer. We've told them before they can leave them inside the (unlocked) garage but the general response is "we can't".
Long term it isn't clear how to initiate a relationship with the largest shippers. It's possible I'll spend years calling into those accounts with nothing to show for it.
Re: Ask HN: Have any side projects from Show HN gone big?
#118Earlier quoted context omitted.
> ... would allow shipping companies to leave packages in your garage when you aren't home. I wouldn't expect them to actually do that. Between the girlfriend and myself, we get a lot of packages. They usually leave them by the garage door because it's easier / closer. We've told them before they can leave them inside the (unlocked) garage but the general response is "we can't".
Agreed. I'll focus on smaller delivery companies and services at first that have a direct relationship with their customers. Long term it isn't clear how to initiate a relationship with the largest shippers. It's possible I'll spend years calling into those accounts with nothing to show for it.
Re: Ask HN: Have any side projects from Show HN gone big?
#119Earlier quoted context omitted.
It's not amazing at all :) I still struggle to find a reason why should I use dropbox over ftp or any other file repository service. I guess marketing and creating artificial buzz played big role in their success.
I get that many techies can live without Dropbox and it's ilk (myself included), but NOBODY should ever be advocating FTP. It's insure (no encryption - unless you're talking about FTP(E)S, but that introduces it's own issues), it's broken by design (no clear client/server relationship which can cause issues for NATing and filewalls (particularly if running with TLS), output specs depend on the host OS (eg directory l…
I'm not a big fan of FTP and hardly ever use it any more, but it does what it was designed to do and still manages to work pretty well considering how much everything else around it has changed.
Re: Ask HN: Have any side projects from Show HN gone big?
#120I did not put "Show HN" in the title when I posted Redis here, but an HN post was the first announcement I did.
I just read the about page. Could you help me understand a little more about how it works? It seems like a tool that could replace sessions and cookies, and possibly a browser-based database? My current project is a tournament-scoring app where I'm using cookies to hold match scores, so that the score won't be lost if the page is refreshed before the match is over and saved to the database. Would redis be appropriate…