From 0e058d5d221158751ed4cdc6bf6c70a39fe7df0e Mon Sep 17 00:00:00 2001 From: bastien Date: Mon, 22 May 2023 11:01:11 +0200 Subject: [PATCH] test --- README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 28cdabb..360fb5d 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,9 @@ To write or edit computer code, program an arduino etc... we use IDE (integrated development environment) Many very complete graphic software exist to do that like VScode from microsoft or Atom. - So why not use them ? They have drawbacks: + So why not use them ? + +#### drawbacks : * They are resource intensive, lots of RAM (~1.3 GB, about 18,000 times more than the Apollo 11 mission that sent the first men to the moon :/ ) * They are quite difficult to debug because of the large abstraction layers that make them up @@ -25,11 +27,11 @@ #### Advantages : -* Lightweight, ~15Kb which is 4.6 x less than Apollo 11 and 83000 times less than VSCODE!!! -* Configurable, you can configure everything in text files from already shared and popular configurations -* Stable, it only evolves without breaking the ergonomic continuity (always the same commands and shortcuts since 1991 for vim and 1976 for vi :) same for the configurations which remain valid since the beginning...) -* Usable through SSH on servers or very light computers (Raspberry Pi, etc.) -* Rock solid, crashes must exist, but I've never even heard of them + * Lightweight, ~15Kb which is 4.6 x less than Apollo 11 and 83000 times less than VSCODE!!! + * Configurable, you can configure everything in text files from already shared and popular configurations + * Stable, it only evolves without breaking the ergonomic continuity (always the same commands and shortcuts since 1991 for vim and 1976 for vi :) same for the configurations which remain valid since the beginning...) + * Usable through SSH on servers or very light computers (Raspberry Pi, etc.) + * Rock solid, crashes must exist, but I've never even heard of them ## About