Live data from Hacker News

Jesse Noller (of Python fame) launches simple fileserver for the cloud

nasuni.com

21–30 of 37 posts

Re: Jesse Noller (of Python fame) launches simple fileserver for the cloud

#21
What an amazing video introduction. I think more websites should do something like that. I'm really tired of watching video presentations of programmers clicking through a bunch of menus to show me how easy the product it.

Excellent approach good job.

I also love the idea. It's like Dropbox, but for enterprise users!

Re: Jesse Noller (of Python fame) launches simple fileserver for the cloud

#23
For a large business, this looks like a great product. Way too expensive for an individual or very small company. Jungle Disk is a lot cheaper, and I am going to set my wife's MacBook up to use it since she is not so good about backing up frequently to Time Machine. Personally, I use a remote git server, and frequently back up the remote git directories to S3. The only problem is this is not secure if remote servers get hacked so there is quite a bit of proprietary work (mostly for customers) that only gets backed up by zip/gnupg copied manually to S3. I would like to use some form of encrypted git but that is not (I am fairly sure) practical.

Re: Jesse Noller (of Python fame) launches simple fileserver for the cloud

#24
post #13

For what it's worth - I'm Jesse :) Like I've said in previous replies - I'm just a (very happy) employee. On launch day I did post to HN (here: http://news.ycombinator.com/item?id=1112218 ). If you're interested in details, take a look at the technology section, FAQ: http://www.nasuni.com/product/technology/ http://www.nasuni.com/resources/faqs/ It's important to note that an important feature of the Filer is that we…

At my company, we continually are looking for new providers for shared storage. Right now, we're on Dropbox, but I'm evaluating just throwing them all into Google Docs since they give us free storage and we can copy/paste direct URLs for files into IMs and e-mails. Can you compare Nasuni's offerings to Dropbox and GDocs? The "choose your cloud" is nice, I suppose, but that's way too complicated for me as a business p…

Does anyone worry about the built-in Law Enforcement Access systems that the cloud services have? Bruce Schneier wrote an essay (http://www.cnn.com/2010/OPINION/01/23/schneier.google.hackin...) describing why that was bad and how it played into the Chinese hack of gmail. I hate to be a wet blanket, but just can't help to wonder, how many people stop and think of their privacy and the privacy of their corporate data, or do they just rush, following the herd over this particular cliff?

Re: Jesse Noller (of Python fame) launches simple fileserver for the cloud

#25
post #24

Earlier quoted context omitted.

At my company, we continually are looking for new providers for shared storage. Right now, we're on Dropbox, but I'm evaluating just throwing them all into Google Docs since they give us free storage and we can copy/paste direct URLs for files into IMs and e-mails. Can you compare Nasuni's offerings to Dropbox and GDocs? The "choose your cloud" is nice, I suppose, but that's way too complicated for me as a business p…

Does anyone worry about the built-in Law Enforcement Access systems that the cloud services have? Bruce Schneier wrote an essay ( http://www.cnn.com/2010/OPINION/01/23/schneier.google.hackin... ) describing why that was bad and how it played into the Chinese hack of gmail. I hate to be a wet blanket, but just can't help to wonder, how many people stop and think of their privacy and the privacy of their corporate data…

In the case of Nasuni and the Filer product; we have thought about this. All data is encrypted using your encryption keys, before being stored in the cloud. You're perfectly right to be concerned though.

Storing your data in the cloud, in the clear does open you to risk, which is one of the reasons cloud storage has not "taken off" for businesses in general, and why we do so much work to encrypt and protect all data before it is sent over the wire.

We wrote a blog post on this recently, in fact:

http://www.nasuni.com/news/nasuni-blog/security-and-the-nasu...

Re: Jesse Noller (of Python fame) launches simple fileserver for the cloud

#26
post #25
post #24

Earlier quoted context omitted.

Does anyone worry about the built-in Law Enforcement Access systems that the cloud services have? Bruce Schneier wrote an essay ( http://www.cnn.com/2010/OPINION/01/23/schneier.google.hackin... ) describing why that was bad and how it played into the Chinese hack of gmail. I hate to be a wet blanket, but just can't help to wonder, how many people stop and think of their privacy and the privacy of their corporate data…

In the case of Nasuni and the Filer product; we have thought about this. All data is encrypted using your encryption keys, before being stored in the cloud. You're perfectly right to be concerned though. Storing your data in the cloud, in the clear does open you to risk, which is one of the reasons cloud storage has not "taken off" for businesses in general, and why we do so much work to encrypt and protect all data…

Oh! Another question (and I'm not trying to be a dick; I'm just really curious - data storage/retrieval in the cloud solves 1,000 other problems): how's Nasuni different than Cleversafe? Cleversafe runs their own data centers, I believe, but other than that, it seems similar: http://www.cleversafe.com/

Re: Jesse Noller (of Python fame) launches simple fileserver for the cloud

#27
So, you support multiple backends (looks like two, moving towards four), but as a user, I have to choose one? Is there a plan for a RAID-type storage? One of my big fears about cloud storage is that when a provider decides it's done with the game, I have to try to slurp all my data off that provider onto a new one. If I could have a RAID5 between the four providers you offer, it would provide some peace of mind. Or is that feature already available, and I'm just missing it?

Re: Jesse Noller (of Python fame) launches simple fileserver for the cloud

#28
post #16
post #8

At USD3000/year + storage, it's a little more expensive than jungledisk, etc... I wonder if they'll gain the traction they need at the price? It's an interesting price point actually.

I believe the features speak for themselves. End-to-end encryption, versioning/snapshots (no more backups), the ability to talk to $N cloud providers rather than a single one, simple to use and unified management for an entire company to use.

JungleDisk offers all of this for 4$/user/month.

Re: Jesse Noller (of Python fame) launches simple fileserver for the cloud

#29
post #25

Earlier quoted context omitted.

In the case of Nasuni and the Filer product; we have thought about this. All data is encrypted using your encryption keys, before being stored in the cloud. You're perfectly right to be concerned though. Storing your data in the cloud, in the clear does open you to risk, which is one of the reasons cloud storage has not "taken off" for businesses in general, and why we do so much work to encrypt and protect all data…

Oh! Another question (and I'm not trying to be a dick; I'm just really curious - data storage/retrieval in the cloud solves 1,000 other problems): how's Nasuni different than Cleversafe? Cleversafe runs their own data centers, I believe, but other than that, it seems similar: http://www.cleversafe.com/

Questions and feedback/questions like this are best sent to feedback@nasuni.com, where the team can look at it at comment as a whole.

Re: Jesse Noller (of Python fame) launches simple fileserver for the cloud

#30
post #13

For what it's worth - I'm Jesse :) Like I've said in previous replies - I'm just a (very happy) employee. On launch day I did post to HN (here: http://news.ycombinator.com/item?id=1112218 ). If you're interested in details, take a look at the technology section, FAQ: http://www.nasuni.com/product/technology/ http://www.nasuni.com/resources/faqs/ It's important to note that an important feature of the Filer is that we…

At my company, we continually are looking for new providers for shared storage. Right now, we're on Dropbox, but I'm evaluating just throwing them all into Google Docs since they give us free storage and we can copy/paste direct URLs for files into IMs and e-mails. Can you compare Nasuni's offerings to Dropbox and GDocs? The "choose your cloud" is nice, I suppose, but that's way too complicated for me as a business p…

[deleted]
Post reply on HN