Live data from Hacker News

Show HN: NoFile.io – A simple file storage site with lots of perks

nofile.io

81–90 of 193 posts

Re: Show HN: NoFile.io – A simple file storage site with lots of perks

#81
post #37

Earlier quoted context omitted.

The site will simply not operate with large margins like other sites. The cost of keeping the servers and development running will be covered by a premium plan that's targeted to heavy users.

Isn't storing and serving terabytes of stuff pretty expensive? How many heavy users do you think you'll manage to win over in the first place, much less convince them to pay for the privilege of uploading their 100GB of illicit car diagnostic software to your website? Do you have an actual niche you plan to target? I don't mean to be negative, it's just that I've seen the transition from free to freemium to ad-suppor…

A few years ago bandwidth and storage was much more expensive than it is today.

Rapidshare was a service that had to swiftly and reluctantly change their business model. They were operating out of large offices with over 60 employees and due to the change they saw a sudden drstic drop in revenue.

Rapidshare's financial information isn't public since it's a private company, but one could argue whether they were actually losing money or not making the profits that they expected at the time of the shutdown.

Re: Show HN: NoFile.io – A simple file storage site with lots of perks

#82

From looking at "upload.js" you are using AES in counter mode. var aesCtr = new aesjs.ModeOfOperation.ctr(encryptionKeyBytes, new aesjs.Counter(-1)); Please use https://github.com/bitwiseshiftleft/sjcl which supports a very high-level sjcl.encrypt(passphrase, plaintext) API and has been audited, instead of using crypto primitives. One specific issue is you are only encrypting, not authenticating, so if the servers ar…

Re authentication: the site uses HTTPS, and doesn't HTTPS provide authentication that you are connected to the right server, receiving only data from that server (assuming the server and it's contents aren't compromised)? Or are you referring to another type of authentication

> assuming the server and it's contents aren't compromised

That's the assumption that file authentication would remove. Well, assuming that the server isn't also sending a backdoored client..

Re: Show HN: NoFile.io – A simple file storage site with lots of perks

#83

i've been looking for a site where i can upload my audiobooks files and an app for andriod that would play it for me, (possibly offline). Is there any other options other than dropbox?

There isn't currently an app, but there shouldn't be any disadvantages between using the site.

You can upload as many files as you wish and save them on your phone to play offline (similar to what an app would do in the background) or play them directly from the site.

Re: Show HN: NoFile.io – A simple file storage site with lots of perks

#84

Just in the way of feedback (and I might be really out of the loop/not your target market!) but here was my brain-in-action after I clicked on the link from HN: "Hmm, this looks pretty... what is it for? It has a huge area that says "click here or drag and drop to start uploading"... but uploading what? And why? Let's scroll down and read the 'about'!: "Fast", "Compatible", "Encryption"... um... ok but WHY?! Is it pe…

I guess it might be a cultural thing, but it seemed pretty obvious to me that it's something in the style of Mediafire/RapidShare/Hostr, before they all went to crap.

Re: Show HN: NoFile.io – A simple file storage site with lots of perks

#85

FAQ says "What's the file size limit?: 10 GB." Tried to upload a 9.66 GB test file but am getting following error message "File Size Limit This file is too large. The largest file size that can be uploaded is 1.25 GB" What am I doing wrong?

Looks like either a type on their page or code. Because 10 Gb == 1.25GB. Mixing bits and bytes somewhere

Re: Show HN: NoFile.io – A simple file storage site with lots of perks

#86
post #63

Earlier quoted context omitted.

I generally see prices of 2 cents per gigabyte per month for active storage, even less, most under half a cent per gigabyte per month for long-term archival. Assuming there were willing to fork out 10 dollars a month, they would be able to get around a terabyte of storage. Lets imagine our average citizen uploads quarter of a gigabyte, that means 4,000 visitors uploading files per $10 client. Assuming you can keep ot…

You're forgetting the transfer / bandwidth costs.

But also offsetting credits from dedup.

Re: Show HN: NoFile.io – A simple file storage site with lots of perks

#88

FAQ says "What's the file size limit?: 10 GB." Tried to upload a 9.66 GB test file but am getting following error message "File Size Limit This file is too large. The largest file size that can be uploaded is 1.25 GB" What am I doing wrong?

This was due to an old client-side limit that hadn't been updated.

It's been changed and you can now upload files up to 10.2 GB, thanks for pointing it out.

Re: Show HN: NoFile.io – A simple file storage site with lots of perks

#89

Just in the way of feedback (and I might be really out of the loop/not your target market!) but here was my brain-in-action after I clicked on the link from HN: "Hmm, this looks pretty... what is it for? It has a huge area that says "click here or drag and drop to start uploading"... but uploading what? And why? Let's scroll down and read the 'about'!: "Fast", "Compatible", "Encryption"... um... ok but WHY?! Is it pe…

guys, Rapidshare and Megaupload, once pinnacle of pirate file sharing, are now dead. (I miss them so much :))

Re: Show HN: NoFile.io – A simple file storage site with lots of perks

#90
post #85

FAQ says "What's the file size limit?: 10 GB." Tried to upload a 9.66 GB test file but am getting following error message "File Size Limit This file is too large. The largest file size that can be uploaded is 1.25 GB" What am I doing wrong?

Looks like either a type on their page or code. Because 10 Gb == 1.25GB. Mixing bits and bytes somewhere

The page states 10 GB (not Gb). To be completely correct the precise limit is 10.2 GiB.
Post reply on HN