This commit is contained in:
ashrafsamhouri 2023-03-04 22:02:39 -08:00 committed by GitHub
commit 87912159ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 0 deletions

View File

@ -193,6 +193,18 @@ Third-party launchers found on the play store. They may contain ads/trackers and
- [Bliss Launcher](https://f-droid.org/en/packages/foundation.e.blisslauncher/) - The default launcher of the /e/ Android-based OS.
It allows users to easily create and browse group of apps and it displays notification badges on app icons.
## Automation Tools
<img width="16" src="misc/forbidden.png"> </img> **Avoid**
Any automation tool that doesn't make its source code available to you. Since automation tools connect to your accounts with 3rd party apps and get stretch permissions to them, it's crucial to understand how they process and store your data, so having their code public is the best protection.
<img width="16" src="misc/check.png"> </img> **Instead use**
Use open source automation tools that can be hosted on your machine which give you clarity on how data is stored and used in the backend.
- [Activepieces](https://github.com/activepieces/activepieces) - No-code open source business automation tool - an alternative to Zapier.
- [Huginn](https://github.com/huginn/huginn) - Create agents that monitor and act on your behalf.
## Bookmarking
<img width="16" src="misc/forbidden.png"> </img> **Avoid**
- Pocket (Formerly Read It Later) - [Bad privacy policy](https://tosdr.org/en/service/384). [Apps have trackers](https://reports.exodus-privacy.eu.org/en/reports/com.ideashower.readitlater.pro/latest/) and requires many permissions.