Updated website style.
This commit is contained in:
@ -1,6 +0,0 @@
|
||||
filename = decentralized.html
|
||||
title = Decentralized
|
||||
description = List of free software applications that use decentralized networks for client communication.
|
||||
keywords = decentralization, code, free software, privacy
|
||||
created = 2020-11-08
|
||||
updated = 2020-11-08
|
@ -1,91 +0,0 @@
|
||||
<p>This page is dedicated to creating a list of decentralized
|
||||
applications as an alternative to popular centralized ones. What follows
|
||||
are different types of online tools that we use day-to-day, a
|
||||
centralized example, and (if existent) a decentralized alternative. If
|
||||
you have anything to add to this list, please send me a message via any
|
||||
means available on my <a href="/contact.html" >contact page</a>. One
|
||||
requirement is that the technology not only be decentralized, but also
|
||||
<a href="https://www.gnu.org/philosophy/free-sw.html" target="_blank" >
|
||||
free software</a>. Some of these examples may be centralized but still
|
||||
respecting your freedom, these will be marked with the prefix
|
||||
"[free]".</p>
|
||||
<h3 id="email" >E-Mail</h3>
|
||||
<ul>
|
||||
<li>Centralized:
|
||||
<ul>
|
||||
<li>[non-free] Outlook</li>
|
||||
<li>[free] <a href="http://www.mutt.org/" target="_blank" >Mutt</a></li>
|
||||
<li>[free] <a href="https://www.thunderbird.net/en-US/" target="_blank" >Thunderbird</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Decentralized:
|
||||
<ul>
|
||||
<li>[free] <a href="https://www.bitmessage.org/wiki/Main_Page" target="_blank" >Bitmessage</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<h3 id="ic" >Instant Communications</h3>
|
||||
<ul>
|
||||
<li>Centralized:
|
||||
<ul>
|
||||
<li>[non-free] Skype</li>
|
||||
<li>[non-free] WhatsApp</li>
|
||||
<li>[free] <a href="https://wire.com/en/" target="_blank" >Wire</a></li>
|
||||
<li>[free] <a href="https://telegram.org/" target="_blank" >Telegram</a></li>
|
||||
<li>[free] <a href="https://meet.jit.si/" target="_blank" >Jitsi Meet</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Decentralized:
|
||||
<ul>
|
||||
<li>[free] <a href="https://tox.chat/" target="_blank" >Tox</a></li>
|
||||
<li>[free] <a href="https://ring.cx/" target="_blank" >GNU Ring</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<h3 id="routing" >Internet Routing/DNS</h3>
|
||||
<ul>
|
||||
<li>Centralized:
|
||||
<ul>
|
||||
<li>Google DNS</li>
|
||||
<li>OpenDNS</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Decentralized:
|
||||
<ul>
|
||||
<li>[free] <a href="https://geti2p.net/en/" target="_blank" >I2P</a></li>
|
||||
<li>[free] <a href="https://www.torproject.org/" target="_blank" >TOR</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<h3 id="media" >Media Uploading</h3>
|
||||
<ul>
|
||||
<li>Centralized:
|
||||
<ul>
|
||||
<li>[non-free] YouTube</li>
|
||||
<li>[free] <a href="https://mediagoblin.org/" target="_blank" >Media Goblin</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Decentralized:
|
||||
<ul>
|
||||
<li>Torrents</li>
|
||||
<li>[free] <a href="https://joinpeertube.org/en/" target="_blank" >Peertube</a></li>
|
||||
<li>[free] <a href="https://lbry.com/" target="_blank" >lbry</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<h3 id="social-media" >Social Media</h3>
|
||||
<ul>
|
||||
<li>Centralized:
|
||||
<ul>
|
||||
<li>[non-free] Facebook</li>
|
||||
<li>[non-free] Twitter</li>
|
||||
<li>[non-free] Google+</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Decentralized:
|
||||
<ul>
|
||||
<li>[free] <a href="https://diasporafoundation.org/" target="_blank" >Diaspora</a></li>
|
||||
<li>[free] <a href="https://gnu.io/social/" target="_blank" >GNU Social</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
@ -1,6 +0,0 @@
|
||||
filename = doublesgame.html
|
||||
title = DoublesGame
|
||||
description = A game that you can program while waiting for your new distro to install.
|
||||
keywords = programming, doubles, game
|
||||
created = 2020-11-08
|
||||
updated = 2020-11-08
|
@ -1,34 +0,0 @@
|
||||
<p>DoublesGame is not a game that you download, install, and run, per
|
||||
se. Rather, it is a game that you write yourself. The idea of the game
|
||||
is that it is something to do while you're installing an OS and have
|
||||
time to kill (because the installer is cleaning your hard drive for
|
||||
encryption, or it's downloading updated packages, or anything else,
|
||||
really, we know that shit takes forever). The idea of the game is that,
|
||||
using your favorite editor provided by the image by default (typically
|
||||
<code>`vi'</code> or <code>`nano'</code>) you write using your favorite
|
||||
language provided by the image by default (you are typically given a C
|
||||
compiler, an assembler, a bash shell, and a Python interpreter, but if
|
||||
your image provides something else then that's fair game) a game which
|
||||
has the following characteristics:</p>
|
||||
<ul>
|
||||
<li>
|
||||
Query the user in an infinite loop the answer to
|
||||
<code>`2^n'</code>, where <code>`n'</code> is a variable that
|
||||
you continuously increment and starts at 1.
|
||||
</li>
|
||||
<li>
|
||||
If the wrong answer is given the user will be asked to try
|
||||
again.
|
||||
</li>
|
||||
<li>
|
||||
If <code>`0'</code> is given as an answer the game exits (since
|
||||
there are no doubles that equal 0).
|
||||
</li>
|
||||
</ul>
|
||||
<p>If you would like to add extra rules you may do so, in fact, it is
|
||||
encouraged in order to make the game last longer.</p>
|
||||
|
||||
<p>This game will require that the user at least use conditionals,
|
||||
loops, variables, and user I/O. There are some examples in multiple
|
||||
languages in
|
||||
<a href="https://gitlab.com/naortega/DoublesGame-Collection" target="_blank" >this repository</a>.</p>
|
@ -1,6 +1,3 @@
|
||||
<center>
|
||||
<h3>Software Developer & Systems Administrator</h3>
|
||||
</center>
|
||||
<h3>Who Am I?</h3>
|
||||
<p>I'm a Spanish-American, living in Seville, Spain. I'm fluent in English and
|
||||
Spanish, with a decent proficiency in Portuguese and Esperanto. My interests
|
||||
@ -53,7 +50,7 @@ clearing of lake access points.</p>
|
||||
<center>
|
||||
<h3>Cryptocurrency</h3>
|
||||
<div class="card" >
|
||||
<h5>Monero (XMR):</h5>
|
||||
<h4>Monero (XMR):</h4>
|
||||
<small>42espNaUqPdJK4vTir4NDfH4gT6brFR4F5KPRADrg5t98LkzHnQfFnUDZZEetp3Zw5K8V4v364tN3TMxfg4eXEN9RpnrNBG</small>
|
||||
</div>
|
||||
</center>
|
||||
|
Reference in New Issue
Block a user