• 0 Posts
  • 41 Comments
Joined 1 year ago
cake
Cake day: July 9th, 2023

help-circle



  • OK, so is Redhat breaking any license? Do you really think a company like Redhat would open itself to thousands of lawsuits like that. The CEO already explained that this is totally legal and covered by GPL. They are in fact distributing the source to the people receiving the product. This is exactly what GPL says. They are not forced to open the source code to people who aren’t getting the distributed software.

    What is your complaint then? They are not breaking any law and they are following the GPL license.

    I was using the webframework/language as examples because you said this wasn’t a matter of law but a matter of principle. So why does the principle apply to Redhat but not the million other products that totally depend on FOSS on their core?

    So many projects do in fact distribute the FOSS, but they use more permissive licenses like MIT, Apache or LGPL. BUT you’re saying the law is not relevant, what matters is the principle. So why don’t everyone release their code if they depend on FOSS on their core products? Because they aren’t breaking the Apache or MIT licenses? Well, that’s great! Redhar isn’t breaking the GPL license either. Why must Redhat follow whatever subjective principles you have?

    — “hey there’s this company creating a commercial product around FOSS. They aren’t breaking any license.”

    — “Nice, as long as the licenses aren’t compromised”

    — “It’s Redhat”

    — “Those mofos! How dare they!”


  • Well, the re-builders would be breaking the law now that the source code isn’t available for non-paying customers. They weren’t breaking the law before.

    So, do you expect every company to release the source code of their products just because they used a FOSS web framework or a FOSS programming language like Python? Or by the same logic, for companies to release the source code of their products if their developers use Linux in their development machines? Or if they use Linux to deploy their applications in the cloud? That’s such an unreasonable position.







  • When they think it is morally correct, yeha. When they think piracy is morally correct and ethical, they are basically disregarding private property and private incentive. They think it is their right to have free access to information that others worked to create.

    I wouldn’t have a problem if they accepted they are basically stealing, at least I’d respect that, but they won’t. They think piracy is freeing society from capitalism. If you don’t believe me, keep reading the posts in this community.







  • pazukaza@lemmy.mltoProgrammer Humor@programming.devOnly 14.99$
    link
    fedilink
    arrow-up
    8
    arrow-down
    1
    ·
    1 year ago

    Actual question. Isn’t installing stuff from third party repos like super dangerous? The package scripts run with root access, right?

    So, I guess you could tell if the hash of the package matches the hash of the code after you build it… But, what about upgrades on that package after it is installed? They could change the setup scripts and screw a lot of people right?

    Not saying these guys do it, just wondering about security stuff.