From 9eec2a9b35745dfae0b481cef8de629b0d370686 Mon Sep 17 00:00:00 2001 From: qorg11 Date: Sat, 26 Jun 2021 11:04:26 +0200 Subject: [PATCH] Removed some stuff from harmful/software because the articles where useless which doesn't mean the software doesn't suck. --- .gitignore | 1 + harmful/software/c#.md | 1 - harmful/software/exa.md | 26 -------------------------- harmful/software/latex.md | 14 -------------- harmful/software/scheme.md | 17 ----------------- harmful/software/stackoverflow.md | 16 ---------------- 6 files changed, 1 insertion(+), 74 deletions(-) delete mode 100644 harmful/software/c#.md delete mode 100644 harmful/software/exa.md delete mode 100644 harmful/software/latex.md delete mode 100644 harmful/software/scheme.md delete mode 100644 harmful/software/stackoverflow.md diff --git a/.gitignore b/.gitignore index a9ead47..31d34e0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ _werc sitemap.gz sitemap.txt +deploy.sh \ No newline at end of file diff --git a/harmful/software/c#.md b/harmful/software/c#.md deleted file mode 100644 index 8a0d987..0000000 --- a/harmful/software/c#.md +++ /dev/null @@ -1 +0,0 @@ ->\>c# diff --git a/harmful/software/exa.md b/harmful/software/exa.md deleted file mode 100644 index c701f2f..0000000 --- a/harmful/software/exa.md +++ /dev/null @@ -1,26 +0,0 @@ -# exa sucks - ->NAME - -> exa - a modern replacement for ls - -Oh, a repleacement for ls! - -~~~ -qorg@satania ~ > exa -p -Unknown argument -p -~~~ - -Huh? Why can't I tell exa to put a / at the end of every directory? - -~~~ -qorg@satania ~> exa -s -Flag -s needs a value (choices: name, Name, size, extension, Extension, -modified, changed, accessed, created, inode, type, none) -~~~ - -HUH? - -What was wrong with ls(1)? - -Plus it's written in Rust. diff --git a/harmful/software/latex.md b/harmful/software/latex.md deleted file mode 100644 index 246b96f..0000000 --- a/harmful/software/latex.md +++ /dev/null @@ -1,14 +0,0 @@ - -# BLOAAAAAAAAAAT - -* LaTeX is bloated as shit. Maximum install is more than 3GB. -* Good luck with UTF-8 support. -* Syntax is horrible: \\textbf{Text in bold} -> **Text in bold**. Even HTML is easier to read. - -## Alternatives to LaTeX - -* Groff -* Troff -* Pandoc with postscript diff --git a/harmful/software/scheme.md b/harmful/software/scheme.md deleted file mode 100644 index 30e073e..0000000 --- a/harmful/software/scheme.md +++ /dev/null @@ -1,17 +0,0 @@ - -# Scheme sucks (but less) - -* Scheme standard is really minimalist and specific - -This implies that an scheme implementation implements it as the -creator wants. They include libraries and extensions which can make an -implementation incompatible with another. They need " -Scheme Requests for Implementation" to solve that problem. - -### Variables and procedures - -Scheme uses the same namespace for variables and procedures. So you -can't give the name "list" to a variable. Instead you can see ```xs``` or ```lst``` - diff --git a/harmful/software/stackoverflow.md b/harmful/software/stackoverflow.md deleted file mode 100644 index 1ca8b88..0000000 --- a/harmful/software/stackoverflow.md +++ /dev/null @@ -1,16 +0,0 @@ -# StackOverflow is a mess - -Stackoverflow users don't know how to answer the question. I'll prove -this with a meme: - -![](https://lainsafe.delegao.moe/files/eZSRHUEP.png) - -stackoverflow: how do i do this in stock C? -answer: here's my response for C++ - -## Alternatives to StackOverflow - -* Manpages -* Books -* -* necking yourself