Live data from Hacker News

The Native File System API allows web apps to save directly to files

web.dev

21–30 of 155 posts

Re: The Native File System API allows web apps to save directly to files

#21
> Chrome 86 Enables the Native File System API by Default

Not only is this not the source title, but this information nowhere in the linked article.

It's true, but the linked article only very indirectly suggests the possibility in that the most recent origin trial ends in Chrome 85.

The Chromium blog post on 86 does indicate this directly: https://blog.chromium.org/2020/09/chrome-86-improved-focus-h...

Re: The Native File System API allows web apps to save directly to files

#22

Earlier quoted context omitted.

The main selling point would be if it works on my mobile. Vscode in its current form with plugins doesn't.

Why would you want to edit code on your mobile locally? I set up my phone to code recently and the first thing I did was set up my editor to connect to a remote server. Editing local files seems counter productive since you would think you would be doing most of your development not on a phone.

I don't but I use vscode for note taking. Chrome is cross platform and widely used so it would be easy for me to develop a standalone web app that works on most of my devices. I can sync the directory containing my data with self hosted next cloud.

There are other one time use cases where I don't want to install a native app. Sqooshy app is one. Maybe I want to make data extraction easier for someone with directory of old clunky pdf files. They don't need to download an app for that. Also Linux is a bit broken with sandboxing right now compared to browser.

I started using this: https://foambubble.github.io/foam/

Re: The Native File System API allows web apps to save directly to files

#23
post #5

Every time Chrome adds a new API it is nearly always abused by ad networks and tracking companies to fingerprint users. If you're bored one day you should consider reverse engineering some ad network code. You'll be stunned at the insidious practices used.

That sounds like a lot of fun. Do you have a good file to start with? Does Google deliver a payload to fingerprint browsers on page they serve ads to?

All they have to do with this API now is just save their own fingerprints to somewhere the user can write to and they can find later. Evercookies that can survive browser reinstalls, and anything short of a meticulous search through everything in your home directory.

Re: The Native File System API allows web apps to save directly to files

#25

Earlier quoted context omitted.

That sounds like a lot of fun. Do you have a good file to start with? Does Google deliver a payload to fingerprint browsers on page they serve ads to?

All they have to do with this API now is just save their own fingerprints to somewhere the user can write to and they can find later. Evercookies that can survive browser reinstalls, and anything short of a meticulous search through everything in your home directory.

They need to ask for permission after the person has closed the tab again.

Re: The Native File System API allows web apps to save directly to files

#26

> Chrome 86 Enables the Native File System API by Default Not only is this not the source title, but this information nowhere in the linked article. It's true , but the linked article only very indirectly suggests the possibility in that the most recent origin trial ends in Chrome 85. The Chromium blog post on 86 does indicate this directly: https://blog.chromium.org/2020/09/chrome-86-improved-focus-h...

There's some things in 86 that are even more interesting imo, mainly FTP support is finally being removed. Crazy that something so integral to the early web is now not even worth supporting in the browser.

Re: The Native File System API allows web apps to save directly to files

#27

Earlier quoted context omitted.

VS Code sucks and if I were to go the route of a different app there are lot better options out there for markdown editing. This feature has a lot of amazing potential, but some people like the Apple-model so much that they'd prefer only being told what they are allowed to do.

As a counter opinion I would posit that VS Code is probably the most well written piece of widely-used software written in the last decade. If you don't like the editing options, you've either not tried all the various plugins options available or you are too lazy or not interested enough to make your own.

> VS Code is probably the most well written piece of widely-used software written in the last decade.

You're entitled to your opinions, but I think your judgement is skewed.

Re: The Native File System API allows web apps to save directly to files

#28

Finally, we can have a local markdown editor with live preview. I just hope it can read files and folders in a particular directory as well, with permission of course.

Sounds like the plan is to make Chrome the OS. Native apps already do things like that.

Re: The Native File System API allows web apps to save directly to files

#29
post #28

Finally, we can have a local markdown editor with live preview. I just hope it can read files and folders in a particular directory as well, with permission of course.

Sounds like the plan is to make Chrome the OS. Native apps already do things like that.

[deleted]

Re: The Native File System API allows web apps to save directly to files

#30

Earlier quoted context omitted.

As a counter opinion I would posit that VS Code is probably the most well written piece of widely-used software written in the last decade. If you don't like the editing options, you've either not tried all the various plugins options available or you are too lazy or not interested enough to make your own.

> VS Code is probably the most well written piece of widely-used software written in the last decade. You're entitled to your opinions, but I think your judgement is skewed.

chromedev thinks judgement for MS praise is skewed. Everyone should follow chromedev's judgement. Surely it isn't skewed. chromedev's judgement.

VS Code is solid. I still prefer TextMate on a Mac, but on windows 10, VS Code is by far the best.

Post reply on HN