diff options
author | Oxbian <got.dacs@slmail.me> | 2024-04-02 23:13:44 +0200 |
---|---|---|
committer | Oxbian <got.dacs@slmail.me> | 2024-04-02 23:13:44 +0200 |
commit | 1b7dfcc970b74d10869ffc7d8cdb90db9975bd0c (patch) | |
tree | 0fcb388eb9c7930eafedfead6d37e428b6fe42e0 | |
parent | 50793121896ec0367a24f5926961ff52bf023e00 (diff) | |
download | ArKa-Web-1b7dfcc970b74d10869ffc7d8cdb90db9975bd0c.tar.gz ArKa-Web-1b7dfcc970b74d10869ffc7d8cdb90db9975bd0c.zip |
UPDATE: Improve ArKa philosophy explaination
-rw-r--r-- | index.html | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -74,8 +74,10 @@ </ul> <h2>ArKa philosophy</h2> - <p>The philosophy behind ArKa is to have a server with low maintenance, low ressources usage (actually all the public services and others privates services runs on a raspberrypi 4), with fast reponse time.</p> - <p>The philosophy behind the tools made for ArKa is sustainability, no dependencies garbage like Node or Python, light, security and speed. I will create most of my tools in POSIX shell and C, and I'm still searching a good solution for web based tools.</p> + <p>ArKa aims to create tools and solutions that are simple, efficient, secure and have a low impact on energy and resources.</p> + <p>ArKa tools need to be sustainable, with low maintenance, low resources usage, the fewer dependencies possible. For this reason we use UNIX and POSIX tools as possible.</p> + <br> + <p>ArKa ecosystem runs on a raspberrypi 4, the website is very lightweight, and tools are written in C to have a maximum of control and liberty, and once compiled they are very fast and energy efficient unlike other language like Javascript or Python. </div> </div> </main> |