this post was submitted on 26 Aug 2023
819 points (91.5% liked)

Programmer Humor

19594 readers
978 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 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 162 points 1 year ago (13 children)

Open source ≠ Source availiable

Example of non open source programs with source code https://en.m.wikipedia.org/wiki/List_of_proprietary_source-available_software

[–] [email protected] 84 points 1 year ago (9 children)
[–] [email protected] 33 points 1 year ago (7 children)

Open source inherently means you can compile the code locally, for free. You can’t necessarily redistribute it, depending on the license, but I’m not aware of a “you can compile this source for testing and code changes only but if you use it as your actual copy you are infringing” license.

I am very much open to correction here.

[–] [email protected] 6 points 1 year ago

Most free software is also open source and vice versa, but not all, the difference usually lies in the licence, this stackexchange answer gets it pretty well

load more comments (6 replies)
load more comments (7 replies)
load more comments (10 replies)