summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSuleyman Farajli <suleyman@farajli.net>2025-02-26 01:19:54 +0400
committerSuleyman Farajli <suleyman@farajli.net>2025-02-26 01:19:54 +0400
commit12bea39e635a7617a7ef88487262f58aa7de6789 (patch)
tree2086306890324d53648ddf56e1a549eb536c0046
parent909cd53ebc74188b786a86a7d40861073cec7a04 (diff)
markdown updated to follow a consistent style
-rw-r--r--home/pgp.md3
-rw-r--r--home/ssh.md3
-rw-r--r--posts/coding_standards.md43
-rw-r--r--posts/gentoo.md13
-rw-r--r--posts/nophone.md43
-rw-r--r--posts/selfhostmail.md2
-rw-r--r--posts/software.md6
-rw-r--r--posts/website_created.md9
8 files changed, 76 insertions, 46 deletions
diff --git a/home/pgp.md b/home/pgp.md
index f5e3abc..a1e1cdc 100644
--- a/home/pgp.md
+++ b/home/pgp.md
@@ -1,7 +1,6 @@
<!-- Title: PGP key -->
-Public PGP key
---------------
+### Public PGP key
-----BEGIN PGP PUBLIC KEY BLOCK-----
diff --git a/home/ssh.md b/home/ssh.md
index e0ccd11..0615776 100644
--- a/home/ssh.md
+++ b/home/ssh.md
@@ -1,6 +1,5 @@
<!-- Title: SSH key -->
-Public ssh key
---------------
+### Public ssh key
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILPpdEyLRGs3GnlvL4aDR06dYCDv8Rag1d31oSDgkmC/ suleyman@farajli.net
diff --git a/posts/coding_standards.md b/posts/coding_standards.md
new file mode 100644
index 0000000..aa2e1fd
--- /dev/null
+++ b/posts/coding_standards.md
@@ -0,0 +1,43 @@
+Here are my **personal** coding standards for some languages.
+
+## Interpreted languages
+#### Never put the file extension to the source file instead use a shebang.
+``
+ #!/bin/sh
+ #!/bin/python3
+ #!/bin/perl
+``
+
+## Posix shell
+#### Always wrap variables with `"${}"` to prevent globbing.
+``
+ echo "${var}"
+ echo "${1}"
+ echo "${@}"
+``
+
+## Makefiles
+#### If Makefile is fully posix complient and doesn't have anything extra add
+`.POSIX:` to the beginning of the file
+
+## C
+#### Use K&R style `if`s
+``
+ if (condition) {
+ do this;
+ do that;
+ do another;
+ }
+``
+#### if only one line don't use curly braces.
+``
+ while (condition)
+ do this
+``
+
+``
+ if (condition)
+ do this
+ else
+ do that
+``
diff --git a/posts/gentoo.md b/posts/gentoo.md
index 2e19f43..d38ddce 100644
--- a/posts/gentoo.md
+++ b/posts/gentoo.md
@@ -1,7 +1,6 @@
<!-- Title: Why I prefer Gentoo -->
-Why I prefer Gentoo over Arch.
-------------------------------
+### Why I prefer Gentoo over Arch.
A lot of people say very good things about gentoo linux, it is very well maintained,
It is more secure, It is lightweight and so on. But when it comes down to it,
very few people actually use gentoo, I think that is because they install it
@@ -12,7 +11,7 @@ intending to only use gentoo, and arch only when I didn't have the time to wait
for the package to compile, but ended up only booting to arch and almost never
to gentoo, at that time if you were to ask me the best package manager
I would have unhesitatingly said arch's pacman, while I still think that pacman is the best
-<strong class="orange_text">binary</strong> package manager
+**binary** package manager
for the past few months I have started to really like gentoo and its package manager
portage and there are different reasons for that.
@@ -49,18 +48,18 @@ since you literally can skip some useless parts of a program (useless for you of
resulting in less bloated, therefore faster and more secure programs, but again I
don't really find it that important.
-### <strong class="red_text">No systemd</strong>!
+### **No systemd**!
I am not against systemd but I prefer to not use it.
On gentoo the default init system is openrc and it works
with no problem.
-
### Bad parts.
Like everything, it has some negative stuff about it as well,
those are
-* Compilation can take some time.
-* Gentoo is the one of <strong class="orange_text">the hardest</strong> distro to manage.
+- Compilation can take some time.
+- Gentoo is the one of **the hardest** distro to manage.
+
I am saying both of those with an asterisk, because
although I agree that there are some big pieces of software that you basically have to have
like a browser, (it took 6h to compile a browser on my machine) but most of the time
diff --git a/posts/nophone.md b/posts/nophone.md
index 60c103b..423e3ca 100644
--- a/posts/nophone.md
+++ b/posts/nophone.md
@@ -1,7 +1,6 @@
<!-- Title: No smartphone!-->
-Why I absolutely hate smartphones.
-----------------------------------
+### Why I absolutely hate smartphones.
For the past few years, the question that I have been asked the most
is that "why don't you use a smartphone", but I've never really 
@@ -29,14 +28,13 @@ Now, let's talk about why
- Privacy and Security
Absolutely suck on "smart" phones.
-Operating Systems
------------------
+### Operating Systems
There are 2 main OSes for phones: iOS and Android, there are also some not widely used ones 
like legacy Windows Phone and even some open-source ones, though here, I shall only talk about the
first 2 that I have mentioned, but that should also be somewhat relevant 
to almost all the other phone OSes as well.
-<strong class="orange_text">Android Sucks</strong>! because, you can't even perform the most basic
+**Android Sucks**! because, you can't even perform the most basic
computer functionalities 
like compiling very simple software, writing scripts, and so on, you don't even have
the root access to the phone you "own", but the company that sold you that has full 
@@ -57,13 +55,12 @@ it should be obvious why, apple! the single worst company 
that has ever existed, Apple is trying so hard to keep you 
inside of its garbage-like "ecosystem" by making it very hard 
and even sometimes impossible to connect with hardware/software
-other than Apple's, and all these <strong class="red_text">morons</strong> will be like 
+other than Apple's, and all these ***morons*** will be like 
> "BuT, DuuuuuDe, APpLE DeVIces WeRk WItH oTher AppLE DeViCes sO SMoOthLy" 
Yeah, by making it impossible to work with basically everything else
and you have to have apple garbage all around you.
-Package Management
-------------------
+### Package Management
Android and iOS do have some sort of package management,
on Android, it's Play store (But you can also install packages using .apk format)
on iOS, you have app store.  
@@ -77,8 +74,7 @@ inject absolutely anything inside them.  
Those companies need profit no matter what, meaning they would do anything to 
get profit, even unethical stuff, and you are the one who let them do that to you.
-User Space applications
------------------------
+### User Space applications
By user space applications, I mean just the programs that people
install on smartphones. Frankly speaking, those programs are
just for normies who don't understand 
@@ -91,19 +87,18 @@ There is one program, however, that is worth talking about separately, and that
nothing extraordinary and some stuff that is even worse than an average messaging program.
Here are some bad stuff about it:
-- WhatsApp is not private, <strong class="green_text">at all</strong>!
+- WhatsApp is not private, **at all**!
- You have to have a smartphone and a phone number.
Imagine a piece of software requires you to have a phone to be able to use it,
that is basically like saying that a $400  device is a dependency of that program,
-this is absolutely <strong class="purple_text">nuts</strong>. I find it quite absurd
+this is absolutely *nuts*. I find it quite absurd
that people don't find it absurd. 
->If a program as simple as a messaging app requires you to have
->a cell phone, you shouldn't even be using that,
->no matter how many people around you use it!
+> If a program as simple as a messaging app requires you to have
+> a cell phone, you shouldn't even be using that,
+> no matter how many people around you use it!
-Hardware
---------
+### Hardware
Hardware of cellphones absolutely suck they are designed to be broken so easily you can
break them by accident, that is, of course, 
to sell more of them, they are nothing like old classic solid Nokia phones 
@@ -113,31 +108,27 @@ I just want buttons to press, not touchscreens to touch.  
Another thing is that you can't upgrade your RAM or your storage and you're supposed to use overpriced
services like iCloud or Google Drive.
-Privacy and security
---------------------
+### Privacy and security
Privacy just doesn't exist on smartphones; that is just a matter of fact.
If you use an iPhone, all your photos are sent to Apple servers and can be hacked 
(though not quite probable) since, they are not stored only on your local system
which makes it less secure as well,
On Android, people use Google Photos, which is basically as bad as iPhones.
-Health
-------
+### Health
Phones are also bad for your health, I can't
tell you the specifics since I am not a doctor.
But it is common knowledge that phones are bad for you.
-Good stuff about phones
------------------------
+### Good stuff about phones
The only good thing about a phone is its camera. 
though many people take too many useless pictures
resulting in a mess of data. Nonetheless, cameras are very useful
but it is not worth it to use a smartphone just because of that.
-Summing it up
--------------
+### Summing it up
Smartphones are useless pieces of garbage that are overpriced, not privacy respecting and 
meant for normies who don't understand how technology
-works, or at least how it should work, <strong class="purple_text">no offense</strong>.
+works, or at least how it should work, ***no offense***.
Even if you must use a smartphone, that doesn't change the fact that they are 
bad for you.
diff --git a/posts/selfhostmail.md b/posts/selfhostmail.md
index bfffa20..98285a4 100644
--- a/posts/selfhostmail.md
+++ b/posts/selfhostmail.md
@@ -1,6 +1,6 @@
<!-- Title: Reasons not to host an email server -->
-## Reasons to not host your own email server.
+### Reasons to not host your own email server.
Last summer, I had successfully managed to host my email server but
a couple of days ago I completely removed everything from my server
diff --git a/posts/software.md b/posts/software.md
index 48a50e3..7f165ad 100644
--- a/posts/software.md
+++ b/posts/software.md
@@ -3,7 +3,7 @@
Here are some of the programs I use, recommend and some I dislike.
You can get my configuration for most of these programs [here](https://git.farajli.net/slcf.git).
-## Criteria
+### Criteria
For software to be usable for me it has to be:
1. Free and Open-source
1. Uncomplicated, simple to use
@@ -60,7 +60,7 @@ For software to be usable for me it has to be:
* [pandoc](https://pandoc.org): Document converter.
* [git](https://git-scm.com/): Version control system.
-## About hardware
+### About hardware
I don't really care about hardware because it is easily replacable and I am fine with whatever just works,
as long as it not overpriced. If you use proper software any hardware should get the job done.
@@ -68,7 +68,7 @@ I am not going to shill thinkpads like everyone else, though I think they are fi
set apart thinkpads from all the other laptops, firstly, the fact that they are librebootable and, secondly,
they are really cheap.
-## See also
+### See also
* [Suckless Rocks page](https://suckless.org/rocks/)
* [Cat-v harmful stuff](https://harmful.cat-v.org/software/)
* [Luke Smith's Post](https://lukesmith.xyz/programs/)
diff --git a/posts/website_created.md b/posts/website_created.md
index bd2832b..a70ef8d 100644
--- a/posts/website_created.md
+++ b/posts/website_created.md
@@ -1,7 +1,6 @@
<!-- Title: I have a website! -->
-I have a website!
------------------
+### I have a website!
As of June 13th 2024, the best website on the internet has officially been created.
@@ -14,8 +13,8 @@ for me in the future, but that program won't be the same as bloated site generat
in fact, it'd basically be the same as manual way of writing HTML.
Here are some of the advantages of my website compared to a lot of contemporary ones.
-* Doesn't fill your entire ram
-* Doesn't have ads, tracker or unnecessary JavaScript
-* Loads <strong class="orange_text">Fast</strong>!
+- Doesn't fill your entire ram.
+- Doesn't have ads, tracker or unnecessary JavaScript.
+- Loads **Fast**!.
As of now, there isn't that much of content here, but I will probably add a lot more.