Removed some stuff from harmful/software because the articles where useless

which doesn't mean the software doesn't suck.
This commit is contained in:
qorg11 2021-06-26 11:04:26 +02:00
parent 2415bac7b1
commit 9eec2a9b35
No known key found for this signature in database
GPG Key ID: 343FC20A4ACA62B9
6 changed files with 1 additions and 74 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
_werc
sitemap.gz
sitemap.txt
deploy.sh

View File

@ -1 +0,0 @@
>\>c#

View File

@ -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.

View File

@ -1,14 +0,0 @@
<style>
li {color:white;}
</style>
# 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

View File

@ -1,17 +0,0 @@
<style>
li {color:white;}
</style>
# 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```

View File

@ -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
* <https://perlmonks.org>
* necking yourself