UPDATE: Improve ArKa philosophy explaination

This commit is contained in:
Oxbian 2024-04-02 23:13:44 +02:00
parent 5079312189
commit 1b7dfcc970

View File

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