Fixing blog post links on about page + Adding colour to blog post links

on about page
main
TitanElectrons 1 year ago
parent 4a4562e43a
commit ad80b89326

@ -25,9 +25,9 @@
<p>I use Linux-based <a href="../definitions/operating-system" style="color:#50fa7b">operating systems</a>. I have been doing so since 2021. As of 2023, I use <a href="../definitions/arch-linux" style="color:#50fa7b">Arch Linux</a> as I love its lightweight and do-it-yourself nature. The AUR is also incredibly useful. For my text editor, I use <a href="https://neovim.io/">Neovim</a> because I love the plugins that can be used along with it.</p> <p>I use Linux-based <a href="../definitions/operating-system" style="color:#50fa7b">operating systems</a>. I have been doing so since 2021. As of 2023, I use <a href="../definitions/arch-linux" style="color:#50fa7b">Arch Linux</a> as I love its lightweight and do-it-yourself nature. The AUR is also incredibly useful. For my text editor, I use <a href="https://neovim.io/">Neovim</a> because I love the plugins that can be used along with it.</p>
<p>In terms of programming languages, I know Python really well but I am branching off to learning C and shell scripting due to the advantages of each one. C is much faster and teaches you more about how a computer thinks as compared to the easy-going nature of Python. <a style="color:#bd93f9" href="../blog/ta">I also use terminal applications</a> which means that I use the terminal a lot. My preferred terminal emulator of choice is <a href="https://alacritty.org/">Alacritty</a>. This means that a lot of the manual work that I do in the terminal can easily be automated using shell scripting.</p> <p>In terms of programming languages, I know Python really well but I am branching off to learning C and shell scripting due to the advantages of each one. C is much faster and teaches you more about how a computer thinks as compared to the easy-going nature of Python. <a style="color:#bd93f9" href="../ta">I also use terminal applications</a> which means that I use the terminal a lot. My preferred terminal emulator of choice is <a href="https://alacritty.org/">Alacritty</a>. This means that a lot of the manual work that I do in the terminal can easily be automated using shell scripting.</p>
<p>I use Librewolf with two profiles (<a style="color:#bd93f9" href="../blog/bs/">more details here</a>). One of the profiles is optimised for browsing only and has strong tracking protection and runs in permanent private browsing mode. The other profile is used for accounts and has less tracking protection to prevent site breakage when logging in.</p> <p>I use Librewolf with two profiles (<a style="color:#bd93f9" href="../bs/">more details here</a>). One of the profiles is optimised for browsing only and has strong tracking protection and runs in permanent private browsing mode. The other profile is used for accounts and has less tracking protection to prevent site breakage when logging in.</p>
<p>Just like other people in my field, I tend to use my computer more than my phone. This is because work can be done much more easily on a computer than a mobile device. I use my phone to message close friends and family on XMPP, Session, Signal or WhatsApp (if required). I do not have any productivity apps on my phone except a calendar and a tasks app. I use CalDAV and CardDAV to sync my contacts, calendar and tasks to my phone through the DAVx5 application.</p> <p>Just like other people in my field, I tend to use my computer more than my phone. This is because work can be done much more easily on a computer than a mobile device. I use my phone to message close friends and family on XMPP, Session, Signal or WhatsApp (if required). I do not have any productivity apps on my phone except a calendar and a tasks app. I use CalDAV and CardDAV to sync my contacts, calendar and tasks to my phone through the DAVx5 application.</p>
@ -39,12 +39,12 @@
<h2><i class="fa fa-comments-o" aria-hidden="true"></i>Contact</h2> <h2><i class="fa fa-comments-o" aria-hidden="true"></i>Contact</h2>
<p>If you would like to connect with me, please keep reading.</p> <p>If you would like to connect with me, please keep reading.</p>
<h2>Email</h2> <h2>Email</h2>
<p>My preferred way of communication is email. However, it is incredibly insecure. Therefore, I request you to <a href="../blog/email-encrypt">encrypt your emails</a> with me.</p> <p>My preferred way of communication is email. However, it is incredibly insecure. Therefore, I request you to <a style="color:#bd93f9" href="../ee">encrypt your emails</a> with me.</p>
<p>My email is <code><a style="color:#ffb86c" href="mailto:sufyaan@counterhawks.com">sufyaan@counterhawks.com</a> <a href="files/sufyaan.gpg">[public key]</a>.</code></p> <p>My email is <code><a style="color:#ffb86c" href="mailto:sufyaan@counterhawks.com">sufyaan@counterhawks.com</a> <a href="files/sufyaan.gpg">[public key]</a>.</code></p>
<p>Fingerprint: <code>7CC9 2B65 FEC5 5C3F CC35 2891 6635 5EDD F4E5 B3EC</code></p> <p>Fingerprint: <code>7CC9 2B65 FEC5 5C3F CC35 2891 6635 5EDD F4E5 B3EC</code></p>
<p>Please note that <strong>all emails (both encrypted & plaintext)</strong> from me will be signed with my public key.</p> <p>Please note that <strong>all emails (both encrypted & plaintext)</strong> from me will be signed with my public key.</p>
<h2>Websites</h2> <h2>Websites</h2>
<p>I am not active on most social media platforms. Please read <a href="../blog/social-media">this post</a> to find out why. Below are the only social media platforms I am on:</p> <p>I am not active on most social media platforms. Please read <a style="color:#bd93f9" href="../sm">this post</a> to find out why. Below are the only social media platforms I am on:</p>
<ul> <ul>
<li><a href="https://www.youtube.com/c/TitanElectrons">YouTube</a></li> <li><a href="https://www.youtube.com/c/TitanElectrons">YouTube</a></li>
<li><a href="https://www.behance.net/titanelectrons">Behance</a></li> <li><a href="https://www.behance.net/titanelectrons">Behance</a></li>

@ -27,7 +27,7 @@
<p>An authenticator app is much better than SMS-based 2FA. This is because authenticator apps usually follow the TOTP or HOTP standard, which is very secure. It basically uses a secret key along with the current time to create a unique code that changes every thirty seconds.</p> <p>An authenticator app is much better than SMS-based 2FA. This is because authenticator apps usually follow the TOTP or HOTP standard, which is very secure. It basically uses a secret key along with the current time to create a unique code that changes every thirty seconds.</p>
<p>One thing that you should absolutely not do is use Google Authenticator, Microsoft Authenticator, Authy or anything as such. This is because the clients are close-sourced, which means that the code is not public. This means that they could be doing anything with your 2FA secret keys. Authy syncs your codes which is convenient but it does not allow you to export your keys, just like other properietary authentication apps. This is unethical as you should have complete control over what is required to access your own accounts. If your Authy account gets disabled, you will no longer be able to log in to most accounts. A much better alternative is:</p> <p>One thing that you should absolutely not do is use Google Authenticator, Microsoft Authenticator, Authy or anything as such. This is because the clients are close-sourced, which means that the code is not public. This means that they could be doing anything with your 2FA secret keys. Authy syncs your codes which is convenient but it does not allow you to export your keys, just like other properietary authentication apps. This is unethical as you should have complete control over what is required to access your own accounts. If your Authy account gets disabled, you will no longer be able to log in to most accounts. A much better alternative is:</p>
<ul><li><a href="https://getaegis.app/">Aegis</a> (Android)</li><li><a href="https://raivo-otp.com/">Raivo</a> (iOS)</li><li><a href="https://www.tofuauth.com/">Tofu</a> (iOS)</li><li><a href="https://www.passwordstore.org/">password store</a> with <a href="https://github.com/tadfisher/pass-otp">pass-otp</a> (UNIX-based systems)</a></li><li><a href="https://keepass.info/download.html">Keepass Password Manager</a> (Linux/Windows/MacOS/Android/iOS)</a></li></ul> <ul><li><a href="https://getaegis.app/">Aegis</a> (Android)</li><li><a href="https://raivo-otp.com/">Raivo</a> (iOS)</li><li><a href="https://www.tofuauth.com/">Tofu</a> (iOS)</li><li><a href="https://www.passwordstore.org/">password store</a> with <a href="https://github.com/tadfisher/pass-otp">pass-otp</a> (UNIX-based systems)</a></li><li><a href="https://keepass.info/download.html">Keepass Password Manager</a> (Linux/Windows/MacOS/Android/iOS)</a></li></ul>
<p>You should also be taking frequent <strong>encrypted backups</strong> of not only your 2FA codes, but all data that is important to you. Read <a href="../backups">this post</a> to learn how to take encrypted backups properly. Remember, you should keep your backups as far away from other people's hands as possible. If they have your secret keys, they have your 2FA codes.</p> <p>You should also be taking frequent <strong>encrypted backups</strong> of not only your 2FA codes, but all data that is important to you. Read <a style="color:#bd93f9" href="../bk/">this post</a> to learn how to take encrypted backups properly. Remember, you should keep your backups as far away from other people's hands as possible. If they have your secret keys, they have your 2FA codes.</p>
<h2><i class="fa fa-key" aria-hidden="true"></i>Security Keys</h2> <h2><i class="fa fa-key" aria-hidden="true"></i>Security Keys</h2>
<p>Security keys are the best form of two-factor authentication. They are physical keys which need to be plugged in to your computer or smartphone in order to be used. They use NFC, USB-C, USB-A and also the Lightning port. This 2FA method makes it so that it does not matter which person gets your credentials because they need access to your key physically in order to login. One drawback of this method is that, if you lose your key, you cannot login to your accounts. This is why people buy 2 or 3 as a backup. It should be noted that, although other methods can be used alongside <a style="color:#50fa7b" href="../definitions/security-key">security keys</a>, it is not recommended as it is still possible to just use the other insecure methods for a cybercriminal and bypass your <a style="color:#50fa7b" href="../definitions/security-key">security key</a>.</p> <p>Security keys are the best form of two-factor authentication. They are physical keys which need to be plugged in to your computer or smartphone in order to be used. They use NFC, USB-C, USB-A and also the Lightning port. This 2FA method makes it so that it does not matter which person gets your credentials because they need access to your key physically in order to login. One drawback of this method is that, if you lose your key, you cannot login to your accounts. This is why people buy 2 or 3 as a backup. It should be noted that, although other methods can be used alongside <a style="color:#50fa7b" href="../definitions/security-key">security keys</a>, it is not recommended as it is still possible to just use the other insecure methods for a cybercriminal and bypass your <a style="color:#50fa7b" href="../definitions/security-key">security key</a>.</p>
<p>I recommend <a href="https://www.yubico.com/">Yubico</a> and <a href="https://shop.nitrokey.com/shop/product/nkfi2-nitrokey-fido2-55">NitroKey</a> <a style="color:#50fa7b" href="../definitions/security-key">security keys</a>.</p> <p>I recommend <a href="https://www.yubico.com/">Yubico</a> and <a href="https://shop.nitrokey.com/shop/product/nkfi2-nitrokey-fido2-55">NitroKey</a> <a style="color:#50fa7b" href="../definitions/security-key">security keys</a>.</p>

Loading…
Cancel
Save