Live data from Hacker News

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

news.ycombinator.com

41–50 of 169 posts

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

#41
post #37

Earlier quoted context omitted.

I gladly pay $100/year to never ever ever EVER have to hear my wife complaining about me losing the pictures of us and the kids. You can't put a price on that my friend. :) Same reason I pay for iCloud storage on our family account. Peace of mind. Could I wire up some rsync contraption, sure maybe - would I sleep peacefully? No.

Google photos is better for that.

So long as Google decides to keep the service operating, maybe.

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

#42
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 gladly pay $100/year to never ever ever EVER have to hear my wife complaining about me losing the pictures of us and the kids. You can't put a price on that my friend. :) Same reason I pay for iCloud storage on our family account. Peace of mind. Could I wire up some rsync contraption, sure maybe - would I sleep peacefully? No.

Funnily enough, I wrote a "one-way sync your OneDrive to external disk" tool for my wife to avoid the opposite problem: loss of data due to failures of the paid-for sync solution.

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

#43
post #25
post #12

Earlier quoted context omitted.

Amazing. This comment must compare to the famous Slashdot takedown of the iPod. "For a Linux user, you can already build such a system yourself quite trivially by getting an FTP account, mounting it locally with curlftpfs, and then using SVN or CVS on the mounted filesystem. " (Not meant as criticism; we're all horribly naive in hindsight.)

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.

Every time this topic comes up, which is reasonably often, I like to link to this: http://www.michaelrwolfe.com/2013/10/19/why-is-dropbox-more-...

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

#44
post #25
post #12

Earlier quoted context omitted.

Amazing. This comment must compare to the famous Slashdot takedown of the iPod. "For a Linux user, you can already build such a system yourself quite trivially by getting an FTP account, mounting it locally with curlftpfs, and then using SVN or CVS on the mounted filesystem. " (Not meant as criticism; we're all horribly naive in hindsight.)

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 listings), no automatic way of differentiating between text and binary data so modern FTP clients have to guess from file extensions (picking the wrong mode will break your files)). ?FTP is outdated - from a bygone era we no longer compute in and thus by modern standard it's become horrible in every conceivable way.

Thankfully we have SFTP which natively supports chroot (not all FTP servers do), key-based logins (more secure) as well as passwords, compression, and no fuzzy callback ports like in FTP. Also sshfs is pretty handy too.

If one needs "anonymous FTP" then you can also throw HTTPS into the list of better solutions: TLS encryption, compression, smarter handling of MIME types, and again no stupid fuzzy callback ports.

I don't often say things this strongly, but FTP should die.

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

#45
post #12
post #2

DropBox: https://news.ycombinator.com/item?id=8863

Amazing. This comment must compare to the famous Slashdot takedown of the iPod. "For a Linux user, you can already build such a system yourself quite trivially by getting an FTP account, mounting it locally with curlftpfs, and then using SVN or CVS on the mounted filesystem. " (Not meant as criticism; we're all horribly naive in hindsight.)

The Slashdot takedown wasn't naivety, it was CmdrTaco's honest opinion of the iPod. It's absurd the way he's portrayed to be making some sort of market prediction.

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

#47
post #37

Earlier quoted context omitted.

I gladly pay $100/year to never ever ever EVER have to hear my wife complaining about me losing the pictures of us and the kids. You can't put a price on that my friend. :) Same reason I pay for iCloud storage on our family account. Peace of mind. Could I wire up some rsync contraption, sure maybe - would I sleep peacefully? No.

Google photos is better for that.

I have 1/2 TB of pictures kids pic, videos from cell phone, SLR etc backup to multiple HDD. If everyone put 1/2 TB or more to google, can google backend really handle that, if so for how long?

Also need to consider how long it will take me to download back those pic once they decide to shutdown the "free" service.

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

#48
post #14

Gumroad: https://news.ycombinator.com/item?id=2406614

So you pivoted from link-shortening to actual content, interesting.

In my industry (reselling) a lot of people use gumroad to sell information, anything from product leads to guides to bulk lists for scanning (for online arbitrage) to chrome extensions. I did it myself briefly and made around $250, but I'm sure people are making a lot more than that.

It's just an incredibly useful tool even for technical people who could set up a store, still saves time.

Edit: the SSL cert on https://help.gumroad.com is expired for 3 months. You should fix that.

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

#50
post #37

Earlier quoted context omitted.

Google photos is better for that.

I have 1/2 TB of pictures kids pic, videos from cell phone, SLR etc backup to multiple HDD. If everyone put 1/2 TB or more to google, can google backend really handle that, if so for how long? Also need to consider how long it will take me to download back those pic once they decide to shutdown the "free" service.

> If everyone put 1/2 TB or more to google, can google backend really handle that, if so for how long?

Not everyone is going to do that though (anytime soon anyway) so that's not a real concern. It's like asking when gmail first launched "okay but what if EVERYONE uses the full gigabyte?"

Post reply on HN