<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>Articles on ElPengu</title>
        <link>https://elpengu.com/posts/</link>
        <description>Recent content in Articles on ElPengu</description>
        <generator>Hugo -- gohugo.io</generator>
        <language>en-us</language>
        <lastBuildDate>Tue, 07 Feb 2023 09:53:27 +0200</lastBuildDate>
        <atom:link href="https://elpengu.com/posts/index.xml" rel="self" type="application/rss+xml" />
        
        <item>
            <title>Online Privacy Guide</title>
            <link>https://elpengu.com/posts/privacy-guide/</link>
            <pubDate>Tue, 07 Feb 2023 09:53:27 +0200</pubDate>
            
            <guid>https://elpengu.com/posts/privacy-guide/</guid>
            <description>One benefit of using libre software is the privacy you&amp;rsquo;re getting. Libre software usually contains no spyware, no trackers and no ads, because if it did, it could be easily pointed out in the source code and removed by forking the project.
The same can&amp;rsquo;t be said about closed-source software, because, not being able to audit the source code, its privacy is as good as the developer promises. There have been many cases of software lying about it&amp;rsquo;s data collection, or hiding it deep inside their terms of service.</description>
            <content type="html"><![CDATA[<p>One benefit of using <a href="../why-libre-software/">libre software</a> is the privacy
you&rsquo;re getting. Libre software usually contains <strong>no spyware</strong>, <strong>no trackers</strong>
and <strong>no ads</strong>, because if it did, it could be easily pointed out in the source
code <strong>and removed by forking the project</strong>.</p>
<p>The same can&rsquo;t be said about closed-source software, because, not being able to
audit the source code, its privacy is as good as the developer promises. There
have been many cases of software <strong>lying about it&rsquo;s data collection</strong>, or
hiding it deep inside their terms of service.</p>
<p>Thus, the first step to have a more private internet experience is using libre
software only. However, even with libre software, there are some additional
steps required to ensure better privacy.</p>
<h1 id="identifying-a-threat-model">Identifying a threat model</h1>

    <img src="/images/pepe-paranoid.webp"  class="right"  style="width: 40%; margin: 15px"  />


<p>You cannot have both <strong>privacy</strong> and <strong>convenience</strong>. There is always a tradeoff
between the two. For this reason it is important to establish a personal threat
model you want to protect against, to know how far to go. The goal should be
obtaining a balance between the two, not going all out on one.</p>
<h2 id="possible-threat-models">Possible threat models</h2>
<ol>
<li>Strangers</li>
<li>Family, friends</li>
<li>Stalkers</li>
<li>Companies</li>
<li>Governments</li>
<li><strong>Everyone</strong></li>
</ol>
<p>The higher on the list, the higher privacy you should seek. This guide will help
you improve only your online privacy. If you set a thread model between the
last two, you should also look into hardware privacy, such as <a href="https://libreboot.org/">libre boot</a>
and <a href="https://grapheneos.org/">degoogled Android phone</a>.</p>
<h1 id="hahahugoshortcode5s1hbhb--browser"><span style="display: inline-block; color:#D092FC;">Step 1</span> ➤ Browser</h1>
<p>The browser is the program you use the most, so it makes sense to secure it.
There are a few things to look out for in a good browser:</p>
<ul>
<li>Provides a way to disable <strong>javascript</strong></li>
<li>Is <strong>open-source</strong></li>
<li>Does not phone home (or provides a way to disable phoning home)</li>
<li>Does not connect to any unsolicited IPs</li>
</ul>
<p>Knowing this, we can definetely say that the following browsers are a threat
for your privacy: <strong>Google Chrome</strong>, <strong>Opera</strong>, <strong>Safari</strong>, <strong>Microsoft Edge</strong>.</p>
<h2 id="good-practices">Good practices</h2>
<ol>
<li>Clear your cache everytime you close your browser</li>
<li>Use only non-javascript website when possible</li>
<li>Spoof your <strong>user agent</strong> to fit in with the others. Make sure you <a href="https://amiunique.org/fpNoJS">are not unique</a></li>
<li>Use privacy-friendly alternatives for popular websites (see the guide below)</li>
<li>Only use HTTPS</li>
<li>Check what connections your browser is making, with a tool such as <strong>iftop</strong></li>
</ol>
<p>There are a few browsers out there that provide good privacy, while also having
modern features. I will rank them based on the privacy they provide outside the
box. You should choose a browser based on your threat model, needs and
experience with tinkering with configurations.</p>
<h2 id="browser-list">Browser list</h2>
<!-- Firefox -->
<details class="post-box">
<summary class="post-box-title">
<img class='box-logo' src="/images/firefox.webp">
<h2>Firefox</h2>
<p class="box-privacy"><span class="text-icon" style=""><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Pro 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --><path fill=#FF5555 d="M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM288 176c0-44.2-35.8-80-80-80s-80 35.8-80 80c0 48.8 46.5 111.6 68.6 138.6c6 7.3 16.8 7.3 22.7 0c22.1-27 68.6-89.8 68.6-138.6zm-48 0c0 17.7-14.3 32-32 32s-32-14.3-32-32s14.3-32 32-32s32 14.3 32 32z"/></svg>
</span>
 Privacy Level: <b><span style="color: #FF5555">Low</span></b></p>
</summary>
<hr>
<p><strong>Firefox</strong> is the default browser on <strong>most Linux distributions</strong>. This makes it
a solid option for new users and people just beginning their privacy journey.
Although <span style="display: inline-block; color:#FF5555;">not a good solution</span> in the long run, Firefox provides an indispensable
basis for other browsers, being a direct competitor to Chromium.</p>
<p>Firefox phones home by default and has javascript enabled. Firefox can have a
<strong>decent</strong> privacy level if applying <a href="https://github.com/arkenfox/user.js/">arkenfox&rsquo;s
user.js</a> and installing
privacy extensions. A simple and efficient guide for hardening Firefox can be
found <a href="https://spyware.neocities.org/guides/firefox.html">here</a>.</p>
<p>If you are not willing to configure Firefox, you should look into its forks that provide better privacy defaults.</p>
<span class="i-blog">
<a style='margin-right: 10px' href="https://www.mozilla.org/en-US/firefox/new/">[Download]</a>
<a href="https://www.mozilla.org/">[Website]</a>
</span>
</details>
<!-- Librewolf -->
<details class="post-box">
<summary class="post-box-title">
<img class='box-logo' src="/logos/librewolf.svg">
<h2>Librewolf</h2>
<p class="box-privacy"><span class="text-icon" style=""><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Pro 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --><path fill=#FFAA00 d="M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM288 176c0-44.2-35.8-80-80-80s-80 35.8-80 80c0 48.8 46.5 111.6 68.6 138.6c6 7.3 16.8 7.3 22.7 0c22.1-27 68.6-89.8 68.6-138.6zm-48 0c0 17.7-14.3 32-32 32s-32-14.3-32-32s14.3-32 32-32s32 14.3 32 32z"/></svg>
</span>
 Privacy Level: <b><span style="color: #FFAA00">Medium</span></b></p>
</summary>
<hr>
<p><strong>Librewolf</strong> is a fork of Firefox aiming to fix all of its parent&rsquo;s problems. It
hardens Firefox and ships <strong>uBlock Origin</strong> by default, a powerful ad blocking and
javascript blocking tool.</p>
<p>Librewolf phones home at startup, although it can be disabled from
<strong>about:config</strong>. If all you want is a browser that works, Librewolf is the
middle ground for privacy and convenience. Definitely use over vanilla Firefox.</p>
<span class="i-blog">
<a style='margin-right: 10px' href="https://librewolf.net/installation/">[Download]</a>
<a href="https://librewolf.net/">[Website]</a>
</span>
</details>
<!-- Tor Browser -->
<details class="post-box">
<summary class="post-box-title">
<img class='box-logo' src="/logos/tor-browser.svg">
<h2>Tor Browser</h2>
<p class="box-privacy"><span class="text-icon" style=""><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Pro 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --><path fill=#00AA00 d="M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM288 176c0-44.2-35.8-80-80-80s-80 35.8-80 80c0 48.8 46.5 111.6 68.6 138.6c6 7.3 16.8 7.3 22.7 0c22.1-27 68.6-89.8 68.6-138.6zm-48 0c0 17.7-14.3 32-32 32s-32-14.3-32-32s14.3-32 32-32s32 14.3 32 32z"/></svg>
</span>
 Privacy Level: <b><span style="color: #00AA00">High</span></b></p>
</summary>
<hr>
<p><strong>TOR Browser</strong> is a fork of Firefox built to be used on the onion network. Depending on your threat model, you might
need to use the onion router to access certain websites. Tor is the recommended browser for doing so in order to blend
in with other tor users.</p>
<p>TOR Browser <strong>does NOT have</strong> the best privacy settings outside the box. Javascript is enabled by default, and you
<strong>absolutely don&rsquo;t want to use that</strong> on onion websites. You also don&rsquo;t want to use DuckDuckGo, the default search
engine. Not only it does not index onion sites, but it is also not good for your privacy. Use a privacy respecting
search engine instead (see below).</p>
<p>To disable JS, go into settings and select the <strong>Safest</strong> option from Privacy &amp; Security.</p>
<p>Note that TOR might be blocked on your network / in your country. In that case, you need to use a <strong>TOR bridge</strong> to
connect to the onion network.</p>
<span class="i-blog">
<a style='margin-right: 10px' href="https://www.torproject.org/download/">[Download]</a>
<a href="https://www.torproject.org/">[Website]</a>
</span>
</details>
<!-- Icecat -->
<details class="post-box">
<summary class="post-box-title">
<img class='box-logo' src="/logos/icecat.svg">
<h2>GNU IceCat</h2>
<p class="box-privacy"><span class="text-icon" style=""><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Pro 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --><path fill=#55FF55 d="M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM288 176c0-44.2-35.8-80-80-80s-80 35.8-80 80c0 48.8 46.5 111.6 68.6 138.6c6 7.3 16.8 7.3 22.7 0c22.1-27 68.6-89.8 68.6-138.6zm-48 0c0 17.7-14.3 32-32 32s-32-14.3-32-32s14.3-32 32-32s32 14.3 32 32z"/></svg>
</span>
 Privacy Level: <b><span style="color: #55FF55">Very High</span></b></p>
</summary>
<hr>
<p><strong>IceCat</strong> is GNU&rsquo;s fork of Firefox. It is the best Firefox alternative because
it provides the most privacy features, however they come at the cost of
usability. IceCat is known for easily breaking website due to its <strong>LibreJS</strong> feature.</p>
<p>It is a good option if you need to browse the internet safely and don&rsquo;t care
about some sites that require javascript not working. If your thread model is
high enough you shouldn&rsquo;t use websites that require javascript anyway.</p>
<p>IceCat can be used to connect to the onion network, however that is not recommended due to your unique fingerprint
related to using another browser than <strong>TOR</strong>.</p>
<span class="i-blog">
<a href="https://www.gnu.org/software/gnuzilla/">[Download & Website]</a>
</span>
</details>
<!-- Brave -->
<details class="post-box">
<summary class="post-box-title">
<img class='box-logo' src="/logos/brave.svg">
<h2>Brave</h2>
<p class="box-privacy"><span class="text-icon" style=""><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Pro 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --><path fill=#FFAA00 d="M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM288 176c0-44.2-35.8-80-80-80s-80 35.8-80 80c0 48.8 46.5 111.6 68.6 138.6c6 7.3 16.8 7.3 22.7 0c22.1-27 68.6-89.8 68.6-138.6zm-48 0c0 17.7-14.3 32-32 32s-32-14.3-32-32s14.3-32 32-32s32 14.3 32 32z"/></svg>
</span>
 Privacy Level: <b><span style="color: #FFAA00">Medium</span></b></p>
</summary>
<hr>
<p><strong>Brave</strong> is the browser based on Chromium that advertised itself as <strong>the</strong>
browser for privacy. It comes with good privacy features outside the box,
however it is known for adding spyware features in the past, such as
<strong>telemetry</strong>, <strong>auto-updates</strong> and <strong>Brave Rewards</strong>.</p>
<p>Should only be used if Chromium engine is required and Ungoogled Chromium cannot be
compiled in a reasonable amount of time, or the binary cannot be installed, for some reason.</p>
<p>Brave can be used to connect to the onion network, however that is not recommended due to your unique fingerprint
related to using another browser than <strong>TOR</strong>. Moreover, its suspicious privacy features make it a bad tool to browse
onion websites.</p>
<span class="i-blog">
<a style='margin-right: 10px' href="https://brave.com/download/">[Download]</a>
<a href="https://brave.com/">[Website]</a>
</span>
</details>
<!-- Ungoogled Chromium -->
<details class="post-box">
<summary class="post-box-title">
<img class='box-logo' src="/logos/chromium.svg">
<h2 style="font-size: 32px">Ungoogled Chromium</h2>
<p class="box-privacy"><span class="text-icon" style=""><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Pro 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --><path fill=#00AA00 d="M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM288 176c0-44.2-35.8-80-80-80s-80 35.8-80 80c0 48.8 46.5 111.6 68.6 138.6c6 7.3 16.8 7.3 22.7 0c22.1-27 68.6-89.8 68.6-138.6zm-48 0c0 17.7-14.3 32-32 32s-32-14.3-32-32s14.3-32 32-32s32 14.3 32 32z"/></svg>
</span>
 Privacy Level: <b><span style="color: #00AA00">High</span></b></p>
</summary>
<hr>
<p><strong>Ungoogled Chromium</strong> is Google Chrome without <strong>trackers</strong>, <strong>ads</strong>,
<strong>phoning home</strong>, <strong>Google search engine</strong>, <strong>Google Extension Store</strong>,
<strong>Google accounts</strong>. Therefore, it is very minimal and does not provide any
privacy features out of the box.</p>
<p>Its downside is that you have to compile it and it is not user-friendly,
installing extensions being a tedious task. However, if you need a chromium
based browser, it is the best solution out there.</p>
<span class="i-blog">
<a href="https://github.com/ungoogled-software/ungoogled-chromium">[Download & Website]</a>
</span>
</details>
<h2 id="heading"></h2>
<h1 id="hahahugoshortcode5s9hbhb--privacy-friendly-online-services"><span style="display: inline-block; color:#D092FC;">Step 2</span> ➤ Privacy-friendly online services</h1>
<p>Even if you have a secure browser, your data is still accessible if you <strong>simply
hand it over</strong> to Google, Facebook or other companies. You should aim to
replace <strong>all of your services</strong> from these companies with privacy-friendly
alternatives.</p>
<p>You can see the privacy-friendly services hosted by <strong>ElPengu</strong> <a href="../../services">here</a>.</p>
<h2 id="search-engines">Search Engines</h2>
<!-- LibreX -->
<details class="post-box">
<summary class="post-box-title">
<img class='box-logo' src="/logos/librex.png">
<h2 style="font-size: 32px">LibreX</h2>
<p class="box-privacy"><span class="text-icon" style=""><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Pro 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --><path fill=#55FF55 d="M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM288 176c0-44.2-35.8-80-80-80s-80 35.8-80 80c0 48.8 46.5 111.6 68.6 138.6c6 7.3 16.8 7.3 22.7 0c22.1-27 68.6-89.8 68.6-138.6zm-48 0c0 17.7-14.3 32-32 32s-32-14.3-32-32s14.3-32 32-32s32 14.3 32 32z"/></svg>
</span>
 Privacy Level: <b><span style="color: #55FF55">Very High</span></b></p>
</summary>
<hr>

    <img src="/images/librex-interface.webp"  class="center"  style="width: 100%; border:1px solid #4e4e57;"  />


<p><strong>LibreX</strong> is a meta search engine that pulls Google results. It uses <strong>no
javascript</strong>, therefore your search queries can&rsquo;t be tracked.</p>
<p>LibreX is written in php, therefore it is lightweight and can be easily hosted by anyone.</p>
<p>Useful features LibreX includes:</p>
<ul>
<li>Torrent search</li>
<li>Onion links indexes</li>
<li>Custom searches such as crypto converting</li>
<li><strong>Configurable</strong> privacy-friendly instance URL replacer</li>
</ul>
<span class="i-blog">
<a style='margin-right: 10px' href="https://librex.beparanoid.de">[Recommended Instance]</a>
<a style='margin-right: 10px' href="https://github.com/hnhx/librex#instances">[Instance List]</a>
<a style='margin-right: 10px' href="https://github.com/hnhx/librex">[Source]</a>
</span>
</details>
<!-- SearXNG -->
<details class="post-box">
<summary class="post-box-title">
<img class='box-logo' src="/logos/searx.png">
<h2 style="font-size: 32px">SearXNG</h2>
<p class="box-privacy"><span class="text-icon" style=""><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Pro 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --><path fill=#00FF11 d="M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM288 176c0-44.2-35.8-80-80-80s-80 35.8-80 80c0 48.8 46.5 111.6 68.6 138.6c6 7.3 16.8 7.3 22.7 0c22.1-27 68.6-89.8 68.6-138.6zm-48 0c0 17.7-14.3 32-32 32s-32-14.3-32-32s14.3-32 32-32s32 14.3 32 32z"/></svg>
</span>
 Privacy Level: <b><span style="color: #00FF11">High</span></b></p>
</summary>
<hr>

    <img src="/images/searxng-interface.webp"  class="center"  style="width: 100%; border:1px solid #4e4e57;"  />


<p><strong>SearXNG</strong> is a fork of SearX, a meta search engine that pulls results from
<strong>a lot</strong> of search engines, including Google, DuckDuckGo, StartPage. It
requires javascript for proper use, which can be maliciously modified by the
host, but has the advantage of being <strong>very</strong> customizable.</p>
<p>Features:</p>
<ul>
<li>Torrent search</li>
<li>Vim keys</li>
<li>Tracker URL remover</li>
<li>Special queries</li>
</ul>
<span class="i-blog">
<a style='margin-right: 10px' href="https://searx.elpengu.com">[Recommended Instance]</a>
<a style='margin-right: 10px' href="https://searx.space/">[Instance List]</a>
<a style='margin-right: 10px' href="https://github.com/searxng/searxng">[Source]</a>
</span>
</details>
<!-- Whoogle -->
<details class="post-box">
<summary class="post-box-title">
<img class='box-logo' src="/logos/whoogle.webp">
<h2 style="font-size: 32px">Whoogle</h2>
<p class="box-privacy"><span class="text-icon" style=""><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Pro 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --><path fill=#00FF11 d="M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM288 176c0-44.2-35.8-80-80-80s-80 35.8-80 80c0 48.8 46.5 111.6 68.6 138.6c6 7.3 16.8 7.3 22.7 0c22.1-27 68.6-89.8 68.6-138.6zm-48 0c0 17.7-14.3 32-32 32s-32-14.3-32-32s14.3-32 32-32s32 14.3 32 32z"/></svg>
</span>
 Privacy Level: <b><span style="color: #00FF11">High</span></b></p>
</summary>
<hr>

    <img src="/images/whoogle-interface.webp"  class="center"  style="width: 100%; border:1px solid #4e4e57;"  />


<p><strong>Whoogle</strong> is a customizable search engine pulling results from Google. It doesn&rsquo;t require javascript and is
lightweight on the system. It is written in python, therefore it can be slow at times depending on server load. Can be
easily deployed locally.</p>
<p>Features:</p>
<ul>
<li>Tracker URL remover</li>
<li>Randomly generated user agent</li>
<li>Proxy support</li>
</ul>
<span class="i-blog">
<a style='margin-right: 10px' href="https://search.albony.xyz">[Recommended Instance]</a>
<a style='margin-right: 10px' href="https://github.com/benbusby/whoogle-search#public-instances">[Instance List]</a>
<a style='margin-right: 10px' href="https://github.com/benbusby/whoogle-search">[Source]</a>
</span>
</details>
<h2 id="youtube-alternatives">YouTube alternatives</h2>
<details>
<summary>
<i>Short note on YouTube and other media platforms</i>
</summary>
<p>YouTube is probably the last platform you have control over. Due to its nature, YouTube is often used to manipulate through the user data it collects, because after using it for a while, the platform knows more about you than you yourself proably do. This applies to other media platforms as well, such as Instagram and TikTok, but you can still use a privacy-friendly alternative to watch your favourite content creators on YouTube.</p>
<p>Privacy-friendly instances do provide a good workaround to the data collection problem, recommending videos not based on your viewing habits, but based on the instance&rsquo;s userbase subscriptions. You still have complete control over your subscriptions and can easily disable the recommandation page.</p>
<p><strong>Particularly</strong>, on <a href="https://yt.elpengu.com/">ElPengu&rsquo;s Invidious instance</a>, recommandations are <strong>disabled by default</strong> and <strong>cannot be enabled</strong> by the user. The idea is that you should only watch content you wanted to watch in the first place and you should <strong>search</strong> for new types of content. There are better things to do than to spend all day mindlessly watching videos spoonfed to you by <strong>any type of algorithm</strong>, ethical or not.</p>
</details>
<!-- Invidious -->
<details class="post-box">
<summary class="post-box-title">
<img class='box-logo' src="/logos/invidious.png">
<h2 style="font-size: 32px">Invidious</h2>
<p class="box-privacy"><span class="text-icon" style=""><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Pro 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --><path fill=#55FF55 d="M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM288 176c0-44.2-35.8-80-80-80s-80 35.8-80 80c0 48.8 46.5 111.6 68.6 138.6c6 7.3 16.8 7.3 22.7 0c22.1-27 68.6-89.8 68.6-138.6zm-48 0c0 17.7-14.3 32-32 32s-32-14.3-32-32s14.3-32 32-32s32 14.3 32 32z"/></svg>
</span>
 Privacy Level: <b><span style="color: #55FF55">Very High</span></b></p>
</summary>
<hr>

    <img src="/images/invidious-interface.webp"  class="center"  style="width: 100%; border:1px solid #4e4e57;"  />


<p><strong>Invidious</strong> is a javascript-free alternative to YouTube. It is by far the most popular and feature-rich privacy-friendly frontend for YouTube. Keep in mind that you cannot interact with the video through comments or likes, but you can still see what others commented, similarly to the original platform.</p>
<p>Features:</p>
<ul>
<li>Recommended page based on what the instance&rsquo;s users are watching</li>
<li>Highly customizable settings for the administrator</li>
<li>Accounts (for subscriptions) that can easily be exported to a <em>json file</em> to move to another instance</li>
<li>Tracker-free</li>
<li>Downloading videos</li>
<li><em>&hellip;Many More&hellip;</em></li>
</ul>
<span class="i-blog">
<a style='margin-right: 10px' href="https://yt.elpengu.com">[Recommended Instance]</a>
<a style='margin-right: 10px' href="https://docs.invidious.io/instances/">[Instance List]</a>
<a style='margin-right: 10px' href="https://github.com/iv-org/invidious">[Source]</a>
</span>
</details>
<!-- Peertube -->
<details class="post-box">
<summary class="post-box-title">
<img class='box-logo' style="width: 5.5%" src="/logos/peertube.svg">
<h2 style="font-size: 32px">PeerTube</h2>
<p class="box-privacy"><span class="text-icon" style=""><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Pro 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --><path fill=#55FF55 d="M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM288 176c0-44.2-35.8-80-80-80s-80 35.8-80 80c0 48.8 46.5 111.6 68.6 138.6c6 7.3 16.8 7.3 22.7 0c22.1-27 68.6-89.8 68.6-138.6zm-48 0c0 17.7-14.3 32-32 32s-32-14.3-32-32s14.3-32 32-32s32 14.3 32 32z"/></svg>
</span>
 Privacy Level: <b><span style="color: #55FF55">Very High</span></b></p>
</summary>
<hr>
<!-- TODO -->

    <img src="/images/invidious-interface.webp"  class="center"  style="width: 100%; border:1px solid #4e4e57;"  />


<p><strong>Invidious</strong> is a javascript-free alternative to YouTube. It is by far the most popular and feature-rich privacy-friendly frontend for YouTube. Keep in mind that you cannot interact with the video through comments or likes, but you can still see what others commented, similarly to the original platform.</p>
<p>Features:</p>
<ul>
<li>Recommended page based on what the instance&rsquo;s users are watching</li>
<li>Highly customizable settings for the administrator</li>
<li>Accounts (for subscriptions) that can easily be exported to a <em>json file</em> to move to another instance</li>
<li>Tracker-free</li>
<li>Downloading videos</li>
<li><em>&hellip;Many More&hellip;</em></li>
</ul>
<span class="i-blog">
<a style='margin-right: 10px' href="COMPLETE HERE">[Recommended Instance]</a>
<a style='margin-right: 10px' href="https://joinpeertube.org/instances">[Instance List]</a>
<a style='margin-right: 10px' href="https://github.com/Chocobozzz/PeerTube">[Source]</a>
</span>
</details>
]]></content>
        </item>
        
        <item>
            <title>Why you should use libre software</title>
            <link>https://elpengu.com/posts/why-libre-software/</link>
            <pubDate>Sat, 26 Nov 2022 18:42:53 +0200</pubDate>
            
            <guid>https://elpengu.com/posts/why-libre-software/</guid>
            <description>Let me ask you a question: do you control your software or does it control you? This should be an obvious one, you would think. Of course, I own my software&amp;hellip; After all, I decide when I open what app, how long I use it and how I use.
Is that right? Do you really decide how much time you spend on each app and how you use it?
The problem with modern day software Modern day software is closed-source.</description>
            <content type="html"><![CDATA[<p>Let me ask you a question: <strong>do you control your software or does it control you?</strong>
This should be an obvious one, you would think. <em>Of course, I own my software&hellip;
After all, I decide when I open what app, how long I use it and how I use.</em></p>
<p>Is that right? Do you really decide how much time you spend on each app and
how you use it?</p>

    <img src="/images/pepe-computer-addicted.webp"  class="center"  style="width: 80%"  />


<h1 id="the-problem-with-modern-day-software">The problem with modern day software</h1>
<p>Modern day software is <strong>closed-source</strong>. This not only means that the source
code is not available to the public to audit, but no one can contribute to the
project either. This affects you even if you don&rsquo;t know how to code, because
closed-source projects have total control over their users through their
<strong>terms of service</strong>.</p>
<p>Let us analyze an example of said control:</p>
<p><a href="https://discord.com/terms#5">
    <img src="/images/discord-tos-1.webp"  class="center"  style="width: 80%"  />

</a>
<p style="text-align: center">(extracted from Discord TOS)</p></p>
<p>As we can see, you offer Discord the permission to almost do anything with your content, which includes:</p>
<ul>
<li><strong>Messages</strong></li>
<li><strong>Images</strong> (may include your memes, personal photos, profile picture etc.)</li>
<li><strong>Voice calls</strong></li>
</ul>
<p>This is especially dangerous in a hivemind like environment such as Discord,
where you don&rsquo;t give too much thought to what you post and say. What&rsquo;s more is
that your discord messages <strong>are not encrypted in any way</strong>, which is a <strong>VERY
BIG</strong> red flag, considering that one of Discord&rsquo;s <a href="https://globalventuring.com/corporate/tencent-fuels-discord-for-20m-round/">biggest investors is
Tencent</a>,
a Chinese company. Thus, all of your data on Discord now belongs to the CCP as
well, because all Chinese companies are required to report back the data they
collect to the government.</p>
<p><a href="https://discord.com/privacy#6">
    <img src="/images/discord-privacy-2.webp"  class="center"  style="width: 80%"  />

</a>
<p style="text-align: center">(your data is not yours and we &#39;may&#39; keep it for as long as we want)</p></p>
<p>Examples of abuses of privacy and control over users can be seen in <strong>all</strong> closed-source projects, without exception.</p>
<h2 id="why-care-about-data-collection">Why care about data collection?</h2>
<p><em>I have nothing to hide! So why would I care about my online privacy?</em></p>
<p>This statement is so common, that I figured people don&rsquo;t even think about what
it means before mentioning it. Obviously, saying that you don&rsquo;t care about
privacy is a lie and I will prove it to you:</p>
<ul>
<li>You wouldn&rsquo;t show your teacher your phone&rsquo;s content.</li>
<li>You have some kind of password protection on your phone.</li>
<li>You wouldn&rsquo;t show <strong>your own parents</strong> your phone&rsquo;s content.</li>
<li>You wouldn&rsquo;t let a random person on the street look into your laptop.</li>
<li>You wouldn&rsquo;t show your gallery to your employer.</li>
<li>You wouldn&rsquo;t want an anonymous person to know where you live.</li>
</ul>
<p>However, when it comes to online privacy, we let <strong>every big tech company</strong>
know us better than we know ourselves. <strong>YouTube</strong> knows exactly the topics you are
interested in and what kind of entertainment content you enjoy. <strong>Instagram</strong> knows
what type of people you would be friends with. <strong>Tinder</strong> knows what type of people
you would date. <strong>TikTok</strong> has <strong>hundreds</strong> of data-points about you, knowing
anything from your favourite color to your deepest concerns about real life.</p>
<p>Why is it dangerous? These companies&rsquo; profit model is to keep you on their
platform for as much as possible: that&rsquo;s how they maximize their profits. So,
they will do anything in their power to have a monopoly on your attention span.
It&rsquo;s not unusual to see people glued to their phone&rsquo;s screen for 8 hours a day.</p>

    <img src="/images/wojak-phone-bed.webp"  class="center"  style="width: 80%"  />


<p>Everything you do online is influenced by these companies, in one way or
another. They control what&rsquo;s <em>cool</em>, trends, ideas, mentalities, and the worst
part is: <strong>you don&rsquo;t even know you are being manipulated</strong>. The best way to
control a population is to hijack their decisions, making them think they are
choosing for themselves, when in fact, you are the one choosing for them.</p>
<h2 id="subscription-models">Subscription models</h2>
<p>Another <em>nice feature</em> of proprietary software is that you don&rsquo;t actually own
it, but instead are <em>allowed</em> to use it. Companies realised that charging for
software once is a bad business model, so they had the brilliant idea to charge
you monthly. In theory, it sounds like a win-win situation: you pay less and
companies get more money, but over time you end up paying more than a 1 time
purchase, and when you finally decide to end your subscription, you lose
everything you paid for up to that point.</p>

    <img src="/images/own-nothing.webp"  class="center"  style="width: 55%"  />


<p>Everything is subscription based nowadays, but one notorious actor is
<strong>Adobe</strong>. It used to be that you could pay once for Photoshop, but now you can
only use it if you pay a monthly fee. This creates an endless loop where the
user always comes back for another month, in order to continue working on their
projects. Thus, Adobe has a monopoly over digital media creation software, and
most users are stuck with it.</p>
<h2 id="closed-source-creating-walled-gardens">Closed-source creating walled gardens</h2>
<p>The reasons we, as humanity managed to advance so much is because we worked
together to achieve certain goals. We live in a day where technology is our
most powerful tool. However, having closed-source software rule our ecosystems
means we are limited to what the developer wants us to do with their software.</p>
<p>We&rsquo;ve come to a point where we are forced to use some software because everyone
else uses it. Whether we talk about Microsoft Windows, Microsoft Office,
Whatsapp, Instagram or iMessage, we can observe how society adopted these
programs as an <em>open standard</em>, when in fact they are far from it.</p>
<p>It used to be that software was built on standards, not the other way around.
For example, chat protocols like XMPP, IRC, Matrix do not have their own
messaging applications, but other developers created software integrating these
programs. Web protocols, programming languages, server protocols are all
open-source, because you cannot have a standard be governed by one single
entity. Decentralisation is key to a better internet and better technology.</p>
<p>Big tech companies want us to relocate ourselves inside their own walled
garden, so they can get as much profit off of us as they can. This is why there
exists such a thing as the <em>trend of iPhones being cool and Androids being for
poor people</em>, even though <a href="https://www.phonearena.com/news/galaxy-S22-vs-iphone-14-apple-isnt-the-expensive-brand-anymore_id137106">Samsungs can be more expensive than
iPhones</a>.</p>
<h1 id="the-solution-free-and-open-source-software">The solution: free and open-source software</h1>

    <img src="/images/solution-pepe.webp"  class="center"  style="width: 80%"  />


<h2 id="what-is-free-software">What is free software?</h2>
<p>Free software is not only free of cost, but also open to the public. This means
that anyone can audit, modify or redistribute the source code. FOSS solves the
problems mentioned above because no tracking and manipulation technology can be
implemented in this software, <strong>because anyone would be able to see what the
developers were up to</strong>. Free software evolved a lot, to the point where today
you can replace 100% of your computational activities with programs that
respect your freedoms.</p>
<h2 id="examples-of-free-and-open-source-software">Examples of free and open source software:</h2>
<p>These programs are immediate replacements to the proprietary software you are
currently using. Integrating as many of the programs listed below as possible
will give you a better computer experience, better privacy and as a result, a
better lifestyle.</p>
<h3 id="linux">Linux</h3>
<p><a href="https://www.kernel.org/">
    <img src="/images/tux.webp"  class="left"  style="width: 20%; margin-right: 20px"  />

</a></p>
<p><a href="https://www.kernel.org/">Linux</a> is the most popular open-source project. It is
a kernel written entirely in C, and it is widely used on servers, but also on
desktops and phones (under Android).
You should definitely <a href="https://linuxmint.com/">replace your current operating system</a> on your desktop /
laptop with Linux. A post about Linux will come by soon.</p>
<h2 id="heading"></h2>
<h2 id="heading-1"></h2>
<h3 id="firefox">Firefox</h3>
<p><a href="https://www.mozilla.org/en-US/firefox/new/">
    <img src="/images/firefox.webp"  class="left"  style="width: 20%; margin-right: 20px"  />

</a></p>
<p><a href="https://www.mozilla.org/en-US/firefox/new/">Firefox</a> is the only viable alternative to Chromium based browsers.
Although it does not provide the best privacy outside the box, it being open source allowed a new family of
privacy-friendly browsers to exist. For the average user,
the experience is <strong>exactly the same as Chrome</strong>, without all the spyware and
ads. It even allows you to import all of your bookmakers when installed. Note
that for maximum privacy you need <strong>to configure</strong> Firefox.</p>
<h3 id="heading-2"></h3>
<h3 id="element">Element</h3>
<p><a href="https://element.io/">
    <img src="/logos/element.svg"  class="left"  style="width: 24%; margin-right: 20px"  />

</a></p>
<p><a href="https://element.io/">Element</a> is a messenger application using the decentralised, federated chat
protocol <a href="https://matrix.org/">Matrix</a>. You get to choose the server your data is stored on
(encrypted) and you can interact with any other user, regardless of their
server or client. In simpler words, multiple chat applications can communicate
with each other through multiple servers. With the power of decentralisation,
your data is safe and, in case of a server being compromised, you can always
switch to another.</p>
<h3 id="heading-3"></h3>
<h3 id="signal">Signal</h3>
<p><a href="https://signal.org/">
    <img src="/logos/signal.svg"  class="left"  style="width: 22%; margin-right: 20px"  />

</a></p>
<p><a href="https://signal.org/">Signal</a> is a centralised messenger application. It
requires a phone number, but is easy to use and similar to other proprietary
messenger apps. Messages are encrypted by default (verifiable through
open-source). If you are not willing to set up a Matrix account, you should use
Signal instead of WhatsApp.</p>
<h2 id="heading-4"></h2>
<h2 id="heading-5"></h2>
<h1 id="not-convinced-yet">Not convinced yet?</h1>
<p>Here is a YouTube video that should cover anything that I missed out on. <strong>You should definitely only use libre
software</strong>.
<div class='embed-container' style="text-align:center">
     <iframe src='https://yt.elpengu.com/embed/lNsjlvwHR-0'
        frameborder='0' allowfullscreen width="100%" height="427.5px">
     </iframe>
</div></p>
]]></content>
        </item>
        
    </channel>
</rss>
