Compare commits

...

3 Commits

Author SHA1 Message Date
Bob van den Hoogen
359cf6860e
Merge 2226fb70b1 into 6dcd36bafa 2024-02-16 04:35:36 -08:00
pluja
6dcd36bafa
Add nopaste pastebin alternative 2024-02-16 12:14:12 +01:00
Bob van den Hoogen
2226fb70b1 add PACE 2023-12-07 12:10:18 +01:00

View File

@ -345,6 +345,7 @@ Opt for open-source and P2P alternatives that prioritize data privacy, eliminate
## Developer Tools ## Developer Tools
- [Beekeeper Studio](https://www.beekeeperstudio.io) - Open Source SQL Editor and Database Manager with a privacy commitment in their mission statement. - [Beekeeper Studio](https://www.beekeeperstudio.io) - Open Source SQL Editor and Database Manager with a privacy commitment in their mission statement.
- [PACE](https://github.com/getstrm/pace) - An open source framework that allows you to enforce agreements on how data should be accessed, used, and transformed, regardless of the data platform (Snowflake, BigQuery, DataBricks, etc.)
### IDEs ### IDEs
<img width="16" src="misc/forbidden.png"> </img> Avoid using privative IDEs that are full of trackers and telemetry. <img width="16" src="misc/forbidden.png"> </img> Avoid using privative IDEs that are full of trackers and telemetry.
@ -912,6 +913,7 @@ GNU/Linux is a family of free (as in freedom and as in free beer) and open sourc
These tools are useful when sharing secrets, code snippets or any other kind of text with others in a private way. These tools are useful when sharing secrets, code snippets or any other kind of text with others in a private way.
- [NoPaste](https://github.com/bokub/nopaste) - Open Source pastebin alternative that works with no database, and no back-end code. Instead, the data is compressed and stored entirely in the link that you share, nowhere else.
- [PrivateBin](https://github.com/PrivateBin/PrivateBin) - A minimalist, open source online pastebin where the server has zero knowledge of pasted data. Data is encrypted/decrypted in the browser using 256 bits AES. - [PrivateBin](https://github.com/PrivateBin/PrivateBin) - A minimalist, open source online pastebin where the server has zero knowledge of pasted data. Data is encrypted/decrypted in the browser using 256 bits AES.
- [Yopass](https://github.com/jhaals/yopass) - Secure sharing of secrets, passwords and files. - [Yopass](https://github.com/jhaals/yopass) - Secure sharing of secrets, passwords and files.