diff --git a/about/index.html b/about/index.html index 0c44867..826a127 100644 --- a/about/index.html +++ b/about/index.html @@ -27,7 +27,7 @@

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. I also use terminal applications which means that I use the terminal a lot. My preferred terminal emulator of choice is Alacritty. This means that a lot of the manual work that I do in the terminal can easily be automated using shell scripting.

-

I use Librewolf with two profiles (more details here). 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.

+

I use Librewolf with two profiles (more details here). 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.

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.

@@ -39,7 +39,7 @@

Contact

If you would like to connect with me, please keep reading.

Email

-

My preferred way of communication is email. However, it is incredibly insecure. Therefore, I request you to encrypt your emails with me.

+

My preferred way of communication is email. However, it is incredibly insecure. Therefore, I request you to encrypt your emails with me.

My email is sufyaan@counterhawks.com [public key].

Fingerprint: 7CC9 2B65 FEC5 5C3F CC35 2891 6635 5EDD F4E5 B3EC

Please note that all emails (both encrypted & plaintext) from me will be signed with my public key.

diff --git a/blog/guides/index.html b/blog/guides/index.html index 516ed6c..2938693 100644 --- a/blog/guides/index.html +++ b/blog/guides/index.html @@ -2,9 +2,9 @@

Guides

In this category, I post guides about computing and technology.

You have read the last page!


diff --git a/blog/index.html b/blog/index.html index 39895a3..bae56f5 100644 --- a/blog/index.html +++ b/blog/index.html @@ -1,6 +1,6 @@ (BLOG) Sufyaan's Webpage

sf.cu > Blog

Blog

Categories:

Read my (mostly) computing-related articles here.

You have hit rock bottom!


diff --git a/blog/linux/index.html b/blog/linux/index.html index 61760f5..1749fbf 100644 --- a/blog/linux/index.html +++ b/blog/linux/index.html @@ -1,5 +1,5 @@ (LINUX) Sufyaan's Webpage

sf.cu > Blog > Linux

Linux

In this category, I post about tools and information related to Linux.

You reached the bottom of your screen!


diff --git a/blog/software/index.html b/blog/software/index.html index 5ef9b34..4db5ffc 100644 --- a/blog/software/index.html +++ b/blog/software/index.html @@ -1,6 +1,6 @@ (SOFTWARE) Sufyaan's Webpage

sf.cu > Blog > Software

Software

In this category, I post new software I find, information about current software or tricks that can be utilised in current software.

ERROR: Cannot show more posts (EOFError)


diff --git a/blog/technology/index.html b/blog/technology/index.html index 0619945..0f30bc9 100644 --- a/blog/technology/index.html +++ b/blog/technology/index.html @@ -1,7 +1,7 @@ (TECH) Sufyaan's Webpage

sf.cu > Blog > Technology

Technology

In this category, I post about tools and information related to Linux.

You have hit rock bottom!


diff --git a/bs/index.html b/browser/index.html similarity index 100% rename from bs/index.html rename to browser/index.html diff --git a/ce/index.html b/crypto/index.html similarity index 100% rename from ce/index.html rename to crypto/index.html diff --git a/dsc/index.html b/discord/index.html similarity index 100% rename from dsc/index.html rename to discord/index.html diff --git a/ds/index.html b/doas/index.html similarity index 100% rename from ds/index.html rename to doas/index.html diff --git a/ee/index.html b/email/index.html similarity index 100% rename from ee/index.html rename to email/index.html diff --git a/ee/k9-encryption.webp b/email/k9-encryption.webp similarity index 100% rename from ee/k9-encryption.webp rename to email/k9-encryption.webp diff --git a/ee/mailvelope-1.webp b/email/mailvelope-1.webp similarity index 100% rename from ee/mailvelope-1.webp rename to email/mailvelope-1.webp diff --git a/ee/mailvelope-2.webp b/email/mailvelope-2.webp similarity index 100% rename from ee/mailvelope-2.webp rename to email/mailvelope-2.webp diff --git a/ee/protonmail-key-export.webp b/email/protonmail-key-export.webp similarity index 100% rename from ee/protonmail-key-export.webp rename to email/protonmail-key-export.webp diff --git a/pt/index.html b/plaintext/index.html similarity index 91% rename from pt/index.html rename to plaintext/index.html index 9767d79..d1583ad 100644 --- a/pt/index.html +++ b/plaintext/index.html @@ -14,7 +14,7 @@

Use Plaintext

25 July 2023

2 min

Software

Almost everything I write is in plaintext or is as close to plaintext as possible. For example, I prepare plans to work on a project, future articles or brand case studies are all prepared in plaintext before further processing.

-

The first step of everything I do is plaintext. I store my notes in markdown format. However, the first step is always to write everything in plaintext to get whatever I need to write out of my head. Formatting such as headings and underlines come after the aforementioned initial step.

+

The first step of everything I do is plaintext. I store my notes in markdown format. However, the first step is always to write everything in plaintext to get whatever I need to write out of my head. Formatting such as headings and underlines come after the aforementioned initial step.

So, why do I do this? Why am I so boring when it comes to writing down text?

Forget The Internet

By writing in plaintext, you drop the fear of losing your files in case you do not have the internet. If you use a notes app that fetches your notes from the internet, then it will be tedious to access your notes when you really need them.

@@ -25,7 +25,7 @@

Compartmentalise

If you write text in plaintext files, it is trivial to write without any distractions. This is similar to the operating structure of HTML or LaTeX. You focus on one thing at a time. If you need to do something else with the file, you can use another program to do it instead of having everything in one big file.

Automate Your Life

-

You can use scripts to automatically search for content in plaintext files and perform actions on them. This can, for example, be used to automatically look for categories in a plaintext file and convert them into markdown files.

+

You can use scripts to automatically search for content in plaintext files and perform actions on them. This can, for example, be used to automatically look for categories in a plaintext file and convert them into markdown files.

Conclusion

All in all, I use plaintext files because I can access them whenever and wherever I want on any device. It allows me to future-proof my writing and it also allows me to be more productive.

>>> Reply To Me

diff --git a/sitemap/index.html b/sitemap/index.html index 8bea1b8..72155f0 100644 --- a/sitemap/index.html +++ b/sitemap/index.html @@ -36,7 +36,7 @@

Posts

About

diff --git a/mu/index.html b/usb/index.html similarity index 100% rename from mu/index.html rename to usb/index.html