Live data from Hacker News

Show HN: File0 – An easier way to manage files in serverless apps

file0.dev

121–130 of 158 posts

Re: Show HN: File0 – An easier way to manage files in serverless apps

#121

It's well executed from a UX and Marketing point of view, but what it needs is some copy dedicated to security of files, privacy of files, why I (and my customers) should trust your system etc.

Fair.

There's a surprising large portion of Hacker News can't grasp the concept of positioning.

Re: Show HN: File0 – An easier way to manage files in serverless apps

#122

This seems like a great idea. I've come to think the UX requirements of enterprise and indie dev / start up customers are fundamentally incompatible in the cloud. As an enterprise I want to be able to set restrictions at the org, project, team and resource level for various compliance rules. And I want these rules to be restrictive by default (e.g block public access). However as an individual developer the mere exis…

Or you need to have enough experience with any IaC tech that setting up a bucket with proper permisioning is a breeze.

Once you get your own little pulumi/terraform library, these things really stop to be a pain.

Re: Show HN: File0 – An easier way to manage files in serverless apps

#123

This looks nifty but what is the story on security? It is great to have the File0 code next to the over verbose S3 code. The S3 code contains a few security operations that are missing in the F0 code. What is the story on that?

The file0 package is relying on the presence of an evironment variable F0_SECRET_KEY that you can obtain from the dashboard. The example code is fully functional and secure, the authentication is happening in the background.

Re: Show HN: File0 – An easier way to manage files in serverless apps

#125

isn't this just a knock off of uploadthing?

ut is a little bit smarter than f0. they provide ui components and server-framework bindings for file uploads.

I feel like f0 is a more minimalistic take on file management. More comparable to Vercel blobs than ut. I don't feel these two are comparable though. ut is a nice product if you are looking for those functionalities though.

Re: Show HN: File0 – An easier way to manage files in serverless apps

#126

I could not find the docs. Does it offer a static storage URI for people to download stuff via a link? Can I update the contents of the storage URI without generating a new URI everytime?

There are no docs. Once you create an account you will have a setup guide and will have a useful snippets section in your dashboard that contains everything you need to know about file0. Yes. By default all your files are private and only you can access them. To make a public url you can use f0.publish('filename'); This returns a static url that you can share with anyone, and they can download the file. This url will…

[deleted]

Re: Show HN: File0 – An easier way to manage files in serverless apps

#127
This is great! I was able to get it running in Val Town: https://www.val.town/v/stevekrouse/f0_example

We built simple blob storage in Val Town, which has the added benefit of not needing an external API key if you're using it from within Val Town: https://docs.val.town/std/blob/

The API is similar: `blob.setJSON(key, value)` and `blob.getJSON`

Re: Show HN: File0 – An easier way to manage files in serverless apps

#128

Earlier quoted context omitted.

Fair.

There's a surprising large portion of Hacker News can't grasp the concept of positioning.

It’s a bit sad to position yourself as a magnet for the gullible though.

Re: Show HN: File0 – An easier way to manage files in serverless apps

#129

These comparisons are really unfair. For example there's no reason you have to use a bucket policy in the sdk (I've never). Unless it's S3 compatible it's going to be a gargantuan task to make this successful as _everything_ uses the S3 API.

R2 is also a solution to much of this. But best of luck to OP!

R2 also makes it hard to figure out how to simply upload a file.

Re: Show HN: File0 – An easier way to manage files in serverless apps

#130

Earlier quoted context omitted.

Yeah you addressed the elephant in the room. Obviously it's a brand new product, with 0 reputation. As with every new product at the begining I expect bugs and disruptions, but IMO the product is simple enough to get it right quickly. FILE0 a simple layer on top of R2, so for reliability and HA is majorly dependant of their system. You can trust me as much as any random guy on the internet. For a big cloud provider y…

It seems like they’re asking you to write out your plans and what makes you trustworthy on the website. Talking to people 1:1 won’t solve that problem. Saying “you can’t trust me” isn’t a good look for a SaaS.

> Saying “you can’t trust me” isn’t a good look for a SaaS.

It worked out for Facebook.

I’m kinda happy about that since we can now use it as an example.

But more importantly, it’s realistic. You should absolutely expect someone to walk away with all your data and zero recourse.

Post reply on HN