just trying lemmy

  • 0 Posts
  • 14 Comments
Joined 1 year ago
cake
Cake day: June 3rd, 2023

help-circle

  • Google loves open source likely for another reason than you do.

    Google loves open source when they can capitalize on it.

    That is, when a big community works on code that Google can use for free to build their monopolistic infrastructure. They love a global community which works for them for free. They might even foster this community as far as it serves their purpose or for image reasons.

    However, if they’d truly love open-source, they could open the source code to their core services. But they’d never ever do that. For this reason they also ban the AGPL license internally (https://opensource.google/documentation/reference/using/agpl-policy). The AGPL license would force Google to open their code which relies on AGPL licensed projects. Google hates that.

    Google does clearly not stand for the ethical values people usually have in mind when talking about open source. For example when something is competing with them, they’ll hate it. Like ad-blockers or browsers which don’t block ad-blockers like Google chrome does. The core business of Google is about surveillance and advertising. To maximize the profitability of this, then need to violate freedoms of their users (like the freedom to use their service while blocking ads). This is in direct conflict with the ethical values often implied by free and open-source software.

    So if somebody tells you “Google loves open-source and contributes a lot”, think about what it really means.


  • gitlab.com is a for profit service/company. They have an open-source community edition of Gitlab which you can run on your own server. Codeberg is a non-profit association running the open-source software “forgejo” for you. At Codeberg you can become a member and then you can vote for important decisions and make proposals. People also care about ethics there. Nobody cares about profit. Codeberg runs on donations from members. I think some people feel more respected at Codeberg because the governing body of Codeberg is a subset of its users. If Gitlab cares about you, then probably because a bad user experience would be bad for business.


  • It is completely creepy. Think about who is behind Open AI. That’s a mixture of Elon Musk, Peter Thiel (Palantir), Microsoft and others. A right-wing, anti democratic, anti-human and purely profit oriented group. The name “Tools for Humanity” is complete sarcasm. What they do with Worldcoin smells like a modern attempt of colonization. Collecting biometry, subverting critical infrastructure (financial systems), making fake promises, blinding poor people with shiny metal balls and a little bit of money in some cases.

    This can be stopped though! The Kenyan government apparently banned the project - for good.





  • Spontaneous idea of how to use copyright law for keeping Meta out of the Fediverse (more for fun):

    Introduction: Parts of the Fediverse, including Mastodon, are software licensed under the APGL license. This license is a great choice because it forces the ones running the software to grant users access to the source code. GPL for example would allow to run proprietary services based on GPL code. The AGPL does not. Companies like Meta and Google will likely not use AGPL code because it might force them to also publish their proprietary systems behind the scenes. However, this does not help much for keeping the Fediverse save. They simply implement their own software which will not be open source.

    Therefore we may need another approach. Defederating is the simplest and in my opinion currently the best. It’s easy and keeps people in control.

    However, there could be some ‘automatic’ approach using copyright law. It’s a hack which allows to use existing law to regulate the way instances can federate.:

    • instances would Federate only if the other side can provide a certain piece of information called X
    • X is protected by copyright law, therefore by default, instances are not allowed to provide X
    • However, X is released under a license which for permits to copy and distribute X under certain conditions
    • The conditions allow to tune who can legally federate
    • Conditions could be
      • The server software must be AGPL licensed
      • The instance must not be owned by a company with a certain amount of annual revenue

    Open question is, who owns the copyright of X?






  • They can remove it from their repository but once you have a copy with a GPL license (maybe also MIT but not sure) they cannot revoke it. The GPL license says explicitly that it cannot be revoked just like this.

    From the GPLv3:

    2. Basic Permissions.
    
    All rights granted under this License are granted for the term of copyright on the Program, and are irrevocable provided the stated conditions are met.
    

    And as you say, the further additions might then be proprietary.

    Note that there might be licenses around which can be revoked or terminated. Many proprietary licenses can be terminated. Also common open-source licenses have clauses which allows to be terminated them under certain conditions. For if you violate the license terms, the GPLv3 is terminated for you (but not for others):

    8. Termination.
    
    You may not propagate or modify a covered work except as expressly provided under this License. Any attempt otherwise to propagate or modify it is void, and will automatically terminate your rights under this License [...]
    

  • Often, the contributor license agreement says that you - the contributor - transfer the copyright of your contribution to the project/company.

    This is used to get the community contributing to the project while making sure that the project can be turned into a proprietary project at anytime.

    The copyright holder can decide about the license. As long as only one entity holds the copyright, this entity is free to change the license. This even works if the project is licensed under a copyleft license like the GNU Public License (GPL). Such projects might look like “open-source”. Fine, the source is open at the moment. But it might not be open anymore tomorrow.