pull down to refresh
300 sats \ 1 reply \ @Msd0457890 22h \ on: Why I'm Paranoid privacy
I understand you perfectly, my friend. I have been through this many times, but being aware that the system only seeks to control me, to see what I do and what I don't, we should all take measures and disassociate ourselves from the financial system and from it in general every day. This is the first time I read this about LGPLv3, how does it work? or how can I use it?
Just when you write software and publish it, you license it with GPLv3. If you use Github it will actually be one of the options to select a license for your code. As a user, source code is source code.
Personally, when searching for software, you can use its FOSS or F-droid for initial discovery, then search the name of the program in a search engine using the following syntax:
site:github.com obtainium
as an example this will tell the search engine you want results from github.com for the program called obtainium
OR
site:gitlab.com program_name
Again as a user, source code is source code, but if you want to prefer GPLv3 software (more popular software does tend to get more developers working on it afterall) you can then look at what license the program uses.
reply