this post was submitted on 24 Jun 2024
37 points (91.1% liked)

Linux

7839 readers
198 users here now

Welcome to c/linux!

Welcome to our thriving Linux community! Whether you're a seasoned Linux enthusiast or just starting your journey, we're excited to have you here. Explore, learn, and collaborate with like-minded individuals who share a passion for open-source software and the endless possibilities it offers. Together, let's dive into the world of Linux and embrace the power of freedom, customization, and innovation. Enjoy your stay and feel free to join the vibrant discussions that await you!

Rules:

  1. Stay on topic: Posts and discussions should be related to Linux, open source software, and related technologies.

  2. Be respectful: Treat fellow community members with respect and courtesy.

  3. Quality over quantity: Share informative and thought-provoking content.

  4. No spam or self-promotion: Avoid excessive self-promotion or spamming.

  5. No NSFW adult content

  6. Follow general lemmy guidelines.

founded 1 year ago
MODERATORS
 

I recently spent some time browsing my favorite website, Distrowatch.com, where they provide weekly news updates on the latest developments in the world of Linux distributions. This week, I noticed that a new distro had been added to their list: SDesk. Given its intriguing name, I decided to take a closer look and discovered that it utilizes a programming language called 'Blue'.

What caught my attention was that to use this Blue programming language, one must pay $131! As someone who values open-source principles, I found this surprising, especially since many Linux distributions are built on the idea of free and open collaboration.

Other websites also features links to a previous GitHub page for Blue, which was removed. Without knowing the original license used by that project, it's unclear whether using paid-for programming language in an open-source operating system would be legally acceptable. As I'm not a lawyer nor an expert online, I'd love to hear from anyone who might have insight into this matter.

To me, it seems counterintuitive for a Linux distro to incorporate proprietary programming tools that require payment to edit or modify code. This goes against the fundamental nature of open-source collaboration, where code is freely shared and repurposed. It's an interesting development, to say the least what are your thoughts?

dead-github link https://github.com/SteveStudios/Blue

--edit also when finding the link duck duck go said it was GPL V3

you are viewing a single comment's thread
view the rest of the comments
[–] Max_P@lemmy.max-p.me 32 points 3 months ago

Stritcly speaking if you buy it and it comes with sources under the GPL then that is perfectly okay. The principle of freedom software isn't that everything is free of charge, but rather that when you obtain software you should be free to access its source and customize it for your needs and share those modifications with other people.

That does make it hard for people to really have to pay for it, but it's not like people don't pirate proprietary software anyway. The presumption is if you're honest and a good person you will pay the other for the software that you like and want to keep using.

It's also not violating the GPL by having proprietary apps alongside GPL ones bundled together. SteamOS for example, comes with Steam and other proprietary Valve stuff.

But I would definitely expect it to not be popular and for most of the open-source and Linux communities to want nothing of it (paying for a programming language, what is this, 1995 when we pay for Delphi?).