Live data from Hacker News

Ask HN: Have any side projects from Show HN gone big?

news.ycombinator.com

111–120 of 169 posts

Re: Ask HN: Have any side projects from Show HN gone big?

#111

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.

Thank you.

Re: Ask HN: Have any side projects from Show HN gone big?

#112
I posted an Ask HN to review my side project PCPartPicker about six years ago. Got great feedback and things grew from there. I went full-time, had to hire employees, etc. Not big like Dropbox, but we made it over the hump self-funded and without taking investment.

https://news.ycombinator.com/item?id=1883123

Re: Ask HN: Have any side projects from Show HN gone big?

#113

Somewhat 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".

Re: Ask HN: Have any side projects from Show HN gone big?

#114
Fairly certain that Segment (https://www.crunchbase.com/organization/segment-io#/entity) debuted on HN. The original business was failing, but they decided to give it a last shot and posted their open-sourced code from v1.

You 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?

#116
post #98

Earlier 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.

This is good feedback. Thanks.

Re: Ask HN: Have any side projects from Show HN gone big?

#117

Somewhat 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".

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?

#118

Earlier 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.

I've usually found it more effective to go to a tradeshow where they might show up. They're usually in an exploring and deal making mentality at the shows, and usually at least one senior person is present. A lot of deals get started at tradeshows.

Re: Ask HN: Have any side projects from Show HN gone big?

#119
post #44
post #25

Earlier 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…

... and yet billions (?) of dollars are moved around every day using this technology "from a bygone era" (transferring CSV files for ACH transfers, etc.).

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?

#120
post #107
post #15

I 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…

I'm not associated with redis, but I do use it daily. It's basically just a really good in memory db. You can use it for almost anything, from job queues, to message brokering, to session storage. Check out the different language clients, find you language of choice and read about how to fire it up and try it out https://redis.io/clients.
Post reply on HN