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

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] refurbishedrefurbisher@lemmy.sdf.org 0 points 9 months ago* (last edited 9 months ago) (1 children)

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)

[–] phoenixz@lemmy.ca 0 points 9 months ago (1 children)

What's the difference between a soft fork and a hard fork, besides being careful with your teeth?

[–] wewbull@feddit.uk 1 points 9 months ago

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.