From 96d8e6757823b0c164b4b4cd692875347b509c80 Mon Sep 17 00:00:00 2001 From: Lorenzo Torres Date: Mon, 15 Jun 2026 19:29:07 +0200 Subject: first commit --- index.html | 62 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 index.html (limited to 'index.html') diff --git a/index.html b/index.html new file mode 100644 index 0000000..da54545 --- /dev/null +++ b/index.html @@ -0,0 +1,62 @@ + + + + sys-core.org + + + + + +
+ + + +
+

Modern software is too large, too fragile, and too dependent on layers its own authors no longer understand.

+

We reject this.

+

We believe software should be:

+ +
    +
  • Small enough to understand.

  • +
  • Simple enough to modify.

  • +
  • Clear enough to trust.

  • +
  • Stable enough to last.

  • +
  • Portable enough to survive platforms.

  • +
  • Useful before it is fashionable.

  • +
+ +

Complexity is not sophistication.

+

Abstraction is not always progress.

+

Dependencies are not free.

+

More code is not more value.

+ +

A good program does one thing directly and predictably.

+

Its source code is part of its interface.

+

Its behavior should be explainable without mythology.

+

Its build system should not be larger than the program.

+

Its failure modes should be obvious.

+ +

We prefer:

+ +
    +
  • Plain text over opaque formats.

  • +
  • Source code over generated machinery.

  • +
  • Explicit behavior over hidden magic.

  • +
  • Small tools over monolithic systems.

  • +
  • Correctness over convenience.

  • +
  • Maintenance over novelty.

  • +
+ +
+
+ + + + -- cgit v1.2.3