There are a lot less GPL projects in your system than you might think. Your core system is already filled with liberally licensed libraries and programs. Case in point, since you talked about rust rewrites, original sudo is not GPL software.
- 0 Posts
- 11 Comments
ISO@lemmy.zipto
Linux@lemmy.ml•Post age-attestation distro migration | Artix vs Void vs endeavorOS vs ???
62·28 days agoDid you ask an LLM to write a comment full of cliches?
Only looked at the
Cargo.tomlfiles.- (pet peeve) Considering there is (presumably) no compatibility concerns, why not use an efficient binary format instead of JSON?
- Not checking in
Cargo.lockfiles, and using=dependency versions forPhoenix_Desktop, is a bit odd!
ISO@lemmy.zipto
Open Source@lemmy.ml•VOID just passed 100 stars on GitHub in less than a week! Thank you very much for all of your support!
2·8 months agoWhat’s wrong with it
- It’s a random crate no one uses.
- You’re not even really “using” it. You are just importing a re-export of
reqwest, which is what I expected you to immediately notice after I brought it into attention. You can obviously just remove it and usereqwestdirectly. - Still, trusting a re-export is not a trivial matter. The random author of the no-name crate could replace the original
reqwestwith something malicious, or bad in some other way, in a v0.1.1 release. That (theoretical) release will be picked up after acargo updatecall, or whenCargo.lockis not checked, which is the case by default with libraries.
ISO@lemmy.zipto
Open Source@lemmy.ml•VOID just passed 100 stars on GitHub in less than a week! Thank you very much for all of your support!
1·8 months agoHow did you find that crate?
Why do you think you need it?
ISO@lemmy.zipto
Open Source@lemmy.ml•VOID just passed 100 stars on GitHub in less than a week! Thank you very much for all of your support!
2·8 months agoCan you explain the rust-fetch dependency?
Why Peter Thiel though?
It was a (failed) joke about your user-name.
ISO@lemmy.zipto
Open Source@lemmy.ml•VOID just passed 100 stars on GitHub in less than a week! Thank you very much for all of your support!
4·8 months agoHow much “vibe coding” is involved?
And are you Peter Thiel by any chance 😉
You are in a thread where a user is having a problem because of the push for flatpaks, and because of some distros like Fedora crippling their packages and providing objectively worse alternatives on purpose (because they don’t want to risk
RHIBM getting sued). If the user was using some sane community distro like Arch, the user would have never come to realize that such unnecessary issues even exist.As for flatpak hate specifically, see my ramblings here.
Users are better off using a “freeworld” ffmpeg package, or not using Fedora at all. The cisco decoder is shit.
your life will be better if you stop using both flatpaks and openh264.
If you’re posting from Desktop Linux, your comment utilized at least 10 liberally licensed libraries. And that’s before it got into the wire. GPL packages are a MINORITY, not a majority with exceptions.