-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Application: Operating Systems and IPFS #57
Comments
If the caching was good enough, you could use something like goboLinux, and make an "append only" operating system. No need for a package manager when everything is already "installed". The big question is how should linking work. A normal dynamic linker doesn't make much sense, since we should be linking to ipfs hashes directly. But what we're looking for isn't quite a conventional static linker either... |
Hi folks, Is there any research or work done for this ticket? |
The main IPFS goal for this year is package manager support. That is, improving the performance and usability of IPFS such that it can be used by package managers. The next logical step would be to support something like goboLinux and/or GUIX. Work is being tracked here: https://github.com/ipfs/package-managers. |
Nice; ack. Can you please help me which is the ticket where I can find notes or discussion? |
The roadmap lives here: https://github.com/ipfs/roadmap. Discussions, unfortunately, happened all over the place |
I didn't find anything in https://github.com/ipfs/roadmap. Are these |
These are application ideas. Note: I brought up package manager support as package managers are a key part of many operating systems and decent package manager support would enable use-cases like https://github.com/ipfs/ipfs/issues/247#issuecomment-376153573. |
Note: Discussion on applications of IPFS are happening over in the IPFS Forums now ... please continue the discussion there! This issue is being moved over to the archived repo https://github.com/ipfs/apps/ for reference. |
Work in progress - please contribute. See #40.
The text was updated successfully, but these errors were encountered: