this post was submitted on 20 Sep 2024
0 points (NaN% liked)
Programmer Humor
24980 readers
1323 users here now
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Rules
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
DuckStation recently changed to a source-available license that prohibits distributing modified versions of the software and prohibits commercial use. Before, it was GPLv3.
Also OpenOffice, Emby, Audacity, Android (AOSP) (soft forked to LineageOS and GrapheneOS, but no hard fork)
What's the difference between a soft fork and a hard fork, besides being careful with your teeth?
Soft forks try to maintain code compatible so changes can apply to both code bases. Normally done when there's hope of a future merging of the code lines. They rarely work, as eventually thing get hard.