site-content

Unnamed repository; edit this file 'description' to name the repository.
git clone git://git.ryanmj.xyz/site-content.git
Log | Files | Refs

commit 99ca929385497471f5f3d00cc77ddb0429c2e91c
parent 5e7b45ab9b0d5f13660359779ea77fd281bdc227
Author: Ryan Jeffrey <ryan@ryanmj.xyz>
Date:   Sat, 12 Feb 2022 01:02:24 -0800

Software I don't use

Diffstat:
Msoftware.handlebars | 29+++++++++++++++++++++++++++++
1 file changed, 29 insertions(+), 0 deletions(-)

diff --git a/software.handlebars b/software.handlebars @@ -45,4 +45,33 @@ </tr> </table> +<br> +<p> +Equally important is software I <i>don't</i> use, which includes. +</p> +<table> + <tr> + <th>What</th> + <th>Why</th> + </tr> + <tr> + <td>Vim/Neovim</td> + <td>Emacs+evil is better</td> + </tr> + <tr> + <td>Clang</td> + <td>Permissively Licensed, gcc is GPL</td> + </tr> + <tr> + <td>Firefox</td> + <td>Mozilla</td> + </tr> + <tr> + <td>Tiling Window Mangers</td> + <td>They interfere with emacs a bit/too much feature overlap with emacs</td> + </tr> +</table> + +<br> +<p>Of course I do not use propreitary software but that goes without saying.</p>