index.html (2776B) - raw


      1 <!DOCTYPE html>
      2 <html lang="en">
      3   <head>
      4     <meta charset="utf-8"/>
      5     <meta name="viewport" content="width=device-width, initial-scale=1"/>
      6     <meta name="author" content="Oscar Benedito"/>
      7     <title>Privacy resources</title>
      8     <style>
      9       body{ margin: 1em auto; max-width: 700px; line-height: 1.5; font-family: sans-serif; padding: 0 1em; }
     10       a { color: #0022dd; }
     11       a:hover { color: #330099; }
     12       .alert { padding: 1em; background-color: #f44336; color: white; border-radius: 4px; }
     13       .alert :first-child { margin-top:0; }
     14       .alert :last-child { margin-bottom:0; }
     15     </style>
     16   </head>
     17   <body>
     18     <div class="alert">
     19       <p><strong>Warning!</strong> This webpage is no longer maintained and contents might be outdated.</p>
     20       <p>Last update: 2019-12-24.</p>
     21     </div>
     22 
     23     <h1>Privacy resources</h1>
     24     <p>The following is a list of sites related to privacy and security on the internet. They were very useful when learning about privacy online as well as finding software and providers that were more focused on security.</p>
     25     <ul>
     26       <li><strong><a href="https://www.privacytools.io">PrivacyTools</a></strong>: For any kind of service or program, this website offers a couple of alternatives, with a short summary. It also offers some good advice on being more secure on the internet. They also have a <a href="https://forum.privacytools.io">forum</a>.</li>
     27       <li><strong><a href="https://web.archive.org/web/20190915101437/https://switching.social/">Switching Social</a></strong>: It used to be a website that informed about privacy-conscious service providers. It was aimed at non-tech people. Around September 20, 2019, the site and all its social accounts vanished, you can see the last snapshot at the Wayback Machine. A new project, <a href="https://codeberg.org/swiso-en/">Switching Software</a>, is under development to continue the website.</li>
     28       <li><strong><a href="https://restoreprivacy.com">Restore Privacy</a></strong>: Reviews providers and software. They have an <a href="https://restoreprivacy.com/google-alternatives/">interesting page</a> dedicated to alternatives to Google services.</li>
     29       <li><strong><a href="https://write.privacytools.io/paulakreuzer/">Paula Kreuzer&rsquo;s blog</a></strong>: Offers alternatives to common service providers and software. Giving a summary of the alternatives she proposes.</li>
     30       <li><strong><a href="https://prism-break.org">PRISM Break</a></strong>: Offers secure replacements to some common apps and providers, organized by operating system.</li>
     31     </ul>
     32     <p>I have also found <a href="https://alternativeto.net">AlternativeTo</a> to be really useful when looking for alternatives for one particular piece of software.</p>
     33   </body>
     34 </html>