Why do people keep reinventing OS features? There's Docker, OverlayFS, FUSE, ZFS or Btrfs snapshots? Do you not trust your OS to do this correctly, or do you think you can do better? A lot of this stuff existed 5, 10, 15 years ago... Somehow there's been a trend for every effing program to grow and absorb the features and responsibilities of every other program. Actually, I have a brilliant idea, what if we used node…
Node.js needs a virtual file system
111–120 of 275 posts
Re: Node.js needs a virtual file system
#112Sure you can. Function() exists and require.cache exists. This is _intentionally_ exploitable.
Re: Node.js needs a virtual file system
#113Earlier quoted context omitted.
How exactly does it violate the Developer's Certificate of Origin clause?
The submitted code must adhere to either of (a), (b), (c), and separately a (d) clause of: https://github.com/nodejs/node/blob/main/CONTRIBUTING.md#dev... If submitter picks (a) they assert that they wrote the code themselves and have right to submit it under project's license. If (b) the code was taken from another place with clear license terms compatible with the project's license. If (c) contribution was written…
(a) The contribution was created in whole or in part by me and I have the right to submit it under the open source license indicated in the file; or
Re: Node.js needs a virtual file system
#114Why do people keep reinventing OS features? There's Docker, OverlayFS, FUSE, ZFS or Btrfs snapshots? Do you not trust your OS to do this correctly, or do you think you can do better? A lot of this stuff existed 5, 10, 15 years ago... Somehow there's been a trend for every effing program to grow and absorb the features and responsibilities of every other program. Actually, I have a brilliant idea, what if we used node…
Re: Node.js needs a virtual file system
#115Re: Node.js needs a virtual file system
#116Re: Node.js needs a virtual file system
#117Would be nice if node packages could be packed up in ZIP files so to avoid the security/metadata tax for small file access on Windows.
Combined with a hackable IDE like Atom (Pulsar) made with the same tech it’s a pretty great dev exp for web devs
Re: Node.js needs a virtual file system
#118Re: Node.js needs a virtual file system
#119Taking the question of whether this would be a useful addition to Node.js core or aside, it must be noted that this 19k LoC PR was mostly generated by Claude Code and manually reviewed by the submitter which in my opinion is against the spirit of the project and directly violates the terms of Developer's Certificate of Origin set in the project's CONTRIBUTING.md
Note aside, OpenJS executive director mentioned it's ok to use AI assistance on Node.js contributions:
I checked with legal and the foundation is fine with the DCO on AI-assisted contributions. We’ll work on getting this documented.
[1]: https://github.com/nodejs/node/pull/61478#issuecomment-40772...Re: Node.js needs a virtual file system
#120Yeah. That’s what we need. More Node.