this post was submitted on 14 Jul 2023
208 points (98.1% liked)

Linux

48152 readers
871 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

Personally, I'm looking forward to native Wayland support for Wine and KDE's port to Qt 6.

you are viewing a single comment's thread
view the rest of the comments
[–] lloram239@feddit.de 16 points 1 year ago (5 children)

IPFS has a ton of potential behind it, as it makes publishing, accessing and retaining content drastically easier than HTTP. The content-addressing also means you can basically sidesteps the whole act of "downloading", no more need to download a file, extract a file, etc. You just access it directly in your file system by a unique name.

That said, I am also very pessimistic on it. IPFS suffer from "underspecification". The protocol is completely focused on just moving bytes around. It doesn't care about copyright or authorship, which becomes a huge problem due to content no longer having a real home in IPFS, everybody can pin, cache or share content on IPFS. It's very much like Bittorrent in this regard, but worse as even Open Source licenses don't help here. IPFS, unlike Bittorrent, doesn't even guarantee that content will stay together, e.g. you can pin and reshare your favorite icon, without a hint of what license it is under or what icon theme you picked it from. For the time being everybody seems to just ignore the problem, but I think it will kill it if it gets popular before this problem is solved.

Another problem is that it's just buggy and slow, especially when it comes to the fuse daemon that provides the /ipfs and /ipns directories. Though that at least is fixable on the client side. The copyright problem might not without some fundamental changes to the protocol itself.

[–] NotThatDave@lemmy.world 2 points 1 year ago

I think that would go against the philosophy of ipfs. Sticking drm on top of it would crash with the intended self-archiving capabilities and censorship resistance, as well as with the whole point of a decentralized network since some entity or entities would have the power to block or delete content from it

load more comments (4 replies)