- cross-posted to:
- opensource@programming.dev
- lealternative@feddit.it
- cross-posted to:
- opensource@programming.dev
- lealternative@feddit.it
acockworkorange ( @acockworkorange@mander.xyz ) 144•7 months agoIt took me going to their GitHub to find out, but it’s GPL 3.
barkingspiders ( @barkingspiders@infosec.pub ) English48•7 months agoreally appreciate you reporting back, thanks for sharing!
- sunzu2 ( @sunzu2@thebrainbin.org ) 33•7 months ago
What does this mean practically
TheImpressiveX ( @TheImpressiveX@lemmy.ml ) 70•7 months agoIt means it can’t ever become proprietary closed-source software (not without a major lawsuit).
ambitiousslab ( @ambitiousslab@lemmy.ml ) English41•7 months agoAny new open source software is always a net positive.
But, there are a few small caveats to the way they’ve done it (depending on how cynical/cautious you are):
- Because Proton are not accepting contributions, they own all the copyright, so can make the code closed source again if they want to (that wouldn’t affect the already released versions, but future versions)
- They could likely take down any derivative on iOS, since Apple will always take instruction from the copyright holder, for GPL’d code
- Since the builds are not reproducible, there’s no guarantee that the binaries they distribute are built from the source code
EveryMuffinIsNowEncrypted ( @EveryMuffinIsNowEncrypted@lemmy.blahaj.zone ) English20•7 months ago- “Because Proton are not accepting contributions, they own all the copyright, so can make the code closed source again if they want to (that wouldn’t affect the already released versions, but future versions)”
They can’t do that actually. They can close the source, yes, but if they do they can’t then release the new closed-source version to the public.
From the GPL FAQ page:
Does the GPL require that source code of modified versions be posted to the public?
The GPL does not require you to release your modified version, or any part of it. You are free to make modifications and use them privately, without ever releasing them. This applies to organizations (including companies), too; an organization can make a modified version and use it internally without ever releasing it outside the organization.
But if you release the modified version to the public in some way, the GPL requires you to make the modified source code available to the program’s users, under the GPL. [Emboldened by me.]
Can the developer of a program who distributed it under the GPL later license it to another party for exclusive use?
No, because the public already has the right to use the program under the GPL, and this right cannot be withdrawn.
- “They could likely take down any derivative on iOS, since Apple will always take instruction from the copyright holder, for GPL’d code”
Does the license prohibit this? Definitely. Could they get away with it? Probably. Though I’m uncertain Proton would go that far. I mean, if they wanted to prevent forks, they wouldn’t have released the source, let alone with the GPL3 license, which requires the right to make modifications (as that’s one of the Four Freedoms).
- “Since the builds are not reproducible, there’s no guarantee that the binaries they distribute are built from the source code”
Technically true, I suppose, though again why they would do that is beyond me. If they didn’t want forks, they likely wouldn’t have allowed forks.
Again, this is all assuming I’m understanding the GPL FAQ page correctly. If I’m wrong, I would welcome someone smarter than me to correct me. :)
acockworkorange ( @acockworkorange@mander.xyz ) 5•6 months agoIANAL, but AFAIK that’s incorrect. If you’re the only copyright holder, you can issue multiple licenses for your work. GPL doesn’t allow you to rescind previous issues, so anyone in possession of your GPL code can still modify and release it under the GPL freely. But it doesn’t prevent you from issuing your own work under a different license.
There isn’t usually much economic sense for most applications to do that because anyone can fork the project and distribute it for free. For Proton, since they still hold the server as closed source, they could simply introduce a breaking protocol change and all the forks would be useless.
Vivian (they/them) ( @AwakenedAce@lemmy.blahaj.zone ) English1•7 months agoThe way I understand it is that they can relicense it and then publish it if they want, but the GPL would still fully apply to the previous versions.
The first question you cited seems to refer to any different organisation/individual making changes to the source code. And the second seems to refer to revoking the GPL for an already released version, which they would of course not be allowed to do.
This would make sense as ownership of the copyright would supersede a license.
Mwa ( @Mwa@lemm.ee ) English10•7 months agogpl v3 you can do pretty much anything but you have to put it the same license but it has like drm protections and Anti-Tivoization and also has some patent protections people find this license too strict
delirious_owl ( @delirious_owl@discuss.online ) 2•6 months agoIts actually more restrictive, in a good way.
You can’t, for example, fork it, make changes, and sell that derivative software without releasing the source code
Mwa ( @Mwa@lemm.ee ) English1•6 months agoyeah but drm is too strict for some people and anti tivozation this is why linux did not do gpl 3.0 or later
Lupec ( @lupec@lemm.ee ) 84•7 months agoVery nice, I do hope that helps us finally get a Linux version sometime soon lol
Toribor ( @Toribor@corndog.social ) English14•7 months agoFeels like this would be a bigger win for them than a lot of other companies. The people interested in privacy focused alternative to the Google/Microsoft/Apple offerings probably have a lot of overlap with Linux users.
lemmyvore ( @lemmyvore@feddit.nl ) English8•6 months agoI believe that rclone already has Proton Drive support.
Lupec ( @lupec@lemm.ee ) 7•6 months agoIt does, yeah. Still, having access to the official client too would be nice.
Mwa ( @Mwa@lemm.ee ) English31•7 months agosad its on github but am not complaining much
Nihilist ( @admin@lemmy.nowhere.moe ) 8•6 months agoOh it’s open source? where are the serverside repositories then
unknowing8343 ( @unknowing8343@discuss.tchncs.de ) 32•6 months agoThe title specifies that it’s the apps that are open source.
Possibly linux ( @possiblylinux127@lemmy.zip ) English1•6 months agoIf it is running on the server you have no way of verifying the code or the execution environment.
Theoretically you should now be able to self host proton
delirious_owl ( @delirious_owl@discuss.online ) 1•6 months agoTC says otherwise
moonpiedumplings ( @moonpiedumplings@programming.dev ) 1•6 months agoThere is concern amongst critics that it will not always be possible to examine the hardware components on which Trusted Computing relies, the Trusted Platform Module, which is the ultimate hardware system where the core ‘root’ of trust in the platform has to reside.[10] If not implemented correctly, it presents a security risk to overall platform integrity and protected data
https://en.m.wikipedia.org/wiki/Trusted_Computing
Literally all TPM’s are proprietary. It’s basically a permanent, unauditable backdoor, that has had numerous issues, like this one (software), or this one (hardware).
We should move away from them, and other proprietary backdoors that deny users control over there own system, rather than towards them, and instead design apps that don’t need to trust the server, like end to end encryption.
Also: if software is APGL then they are legally required to give you the source code, behind the server software. Of course, they could just lie, but the problem of ensuring that a server runs certain software also has a legal solution.
delirious_owl ( @delirious_owl@discuss.online ) 1•6 months agoNot all TC is proprietary
moonpiedumplings ( @moonpiedumplings@programming.dev ) 1•6 months agoI read through the docs. I’m not sure how this enables trusted computing.
delirious_owl ( @delirious_owl@discuss.online ) 1•6 months agoThe whole idea is to be able to build a secure, distributed cloud. The whole network depends on secure enclaves.
moonpiedumplings ( @moonpiedumplings@programming.dev ) 1•6 months agoI cannot find anything related to that in their documentation, their about page, or their whitepaper.
They talk a lot about decentralized computing, but any form of secure enclave or code verification isn’t mentioned.
Compare that to this project, which is similar, but incomplete. However, quilibrium uses it’s own language instead of python or javascript, like golem does. The docs for golem do not explain how I am supposed to verify a remote server is actually running my python/javascript code.
Possibly linux ( @possiblylinux127@lemmy.zip ) English1•6 months agoAnd I call there bluff
delirious_owl ( @delirious_owl@discuss.online ) 1•6 months agoIts not a bluff, its cryptography lol
Possibly linux ( @possiblylinux127@lemmy.zip ) English1•6 months agoExcept you don’t control the hardware. If the execution environment is untrusted everything goes out the window
delirious_owl ( @delirious_owl@discuss.online ) 1•6 months agoThats literally what TC solves
Possibly linux ( @possiblylinux127@lemmy.zip ) English1•6 months agoNot really as you still need trust
- JustMarkov ( @JustMarkov@lemmy.ml ) English7•7 months ago
Wow, so cool. And Mobile Calendar source code is still unreleased, right?
macniel ( @DmMacniel@feddit.org ) 11•6 months agoIt would have only taken you two clicks to see if the source code of proton calendar for mobile devices is released or not.
spoiler: Yes the code for iOS and android is on GitHub.- JustMarkov ( @JustMarkov@lemmy.ml ) English7•7 months ago
Can you give a link, then? Because I can only find a web-ui source code.
bruhSoulz ( @bruhsoulz@lemmy.ml ) English7•7 months agoAwesome! Cant wait for their wallet thing to become ready and i hope they have support for many types of coins… also i wish theyd make it so that proton drive work with joplin 😑
ReversalHatchery ( @ReversalHatchery@beehaw.org ) English5•6 months agothey can only support one coin legally. for details check out the Opt Out podcasts’s episode about this topic
Juniper (she/her) 🫐 ( @june@lemmy.dbzer0.com ) 6•6 months agoCan you give a summary of why that is?
ReversalHatchery ( @ReversalHatchery@beehaw.org ) English2•6 months agoI was listening to it a few weeks ago, but vaguely there are auditing companies in the Netherlands that need to verify companies above a certain size whether they are handling their money properly. As I understand it includes tax accounting.
These auditing companies don’t like cryptocurrencies. There are several of these that don’t agree to audit Proton even because they are accepting Bitcoin, but none of the remaining would accept it if they were also accepting a second cryptocurrency.Now that I think of it, it might have actually been the reason they don’t accept Monero as a payment? In that case, the reason for Proton Wallet being bitcoin only has something to do with another wallet’s developers having been jailed recently for handling multiple cryptocurrencies.
I recommend you to listen to it though, if you understand english speech. There were interesting topics (and Opt Out generally has interesting episodes).
This episode is 54 minutes, audio only. You can find it here: https://www.buzzsprout.com/1790481/15505787-proton-wallet-w-andy-yen.mp3.
CCMan1701A ( @CCMan1701A@startrek.website ) 7•7 months agoMore copilot training data.
macniel ( @DmMacniel@feddit.org ) 11•7 months agoYeah I don’t understand why they don’t have a codeberg or similar that they host themselves.
Tja ( @Tja@programming.dev ) 4•6 months agoHow would that help? If you release something as GPL code, you cannot prevent it from being used to train a model, no matter where it’s hosted.
null ( @null@slrpnk.net ) 3•6 months agoThere’s a difference between handing something to someone and leaving it somewhere they happen to be able to take it from.
kittenzrulz123 ( @kittenzrulz123@lemmy.blahaj.zone ) 1•6 months agoIm personally waiting for a massive lawsuit, legally companies cannot train AI on GPL code (at least I don’t believe so)
Tja ( @Tja@programming.dev ) 3•6 months agoThere’s nothing in GPL that would forbid it. Only distribution without code publication is forbidden.
macniel ( @DmMacniel@feddit.org ) 2•6 months agomhm, and how would the distribution inside an LLM work? Are those code snippets CoPilot et al produce come with dedicated license sections?
And regarding how it would help selfhosting the code: it wouldn’t be on the GITHub servers owned by Microsoft, which owns/operates CoPilot. Its akin to feeding the LLM directly by pushing it to their servers.
kittenzrulz123 ( @kittenzrulz123@lemmy.blahaj.zone ) 1•6 months agoIf Al warned about that it would be legal, I don’t believe any AI requires GPL
Rose56 ( @roserose56@lemmy.ca ) 4•6 months agoI started with their email services many years ago, and today I user their email + free calendar. To be true, they went too much far with all these apps, but as long as it works for them thats fine.
coolusername ( @coolusername@lemmy.ml ) 3•6 months agoproton is CIA
macniel ( @DmMacniel@feddit.org ) 23•6 months agoHow would that work? Proton is swiss and CIA is 'murica?
ShortN0te ( @ShortN0te@lemmy.ml ) 3•6 months agoI mean the “Crypto AG” was a thing. So not that unrealistic.
But that Proton is CIA is not that realistic imho but not impossible.
Midnight1938 ( @Midnight1938@reddthat.com ) 2•6 months agoYet i cant use more than one free account on the mobile app?