1
0
Fork 0

Use HTML escapes to encode spaces in Markdown.

This commit is contained in:
Lyberta 2024-07-11 21:31:33 +03:00
parent 2de214dbac
commit c730af2bcf
2 changed files with 2 additions and 2 deletions

View file

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

View file

@ -1,4 +1,4 @@
# ![Truth](Flag/Render/Flag_64x64.png) Singularity
# ![Truth](Flag/Render/Flag%2064x64.png) Singularity
A system for humans to achieve technological singularity.
@ -36,7 +36,7 @@ However, you can talk to us on:
* A [simple universal language](Language.md) for beings to exchange information with minimum overhead.
* A universal [computer architecture](https://en.wikipedia.org/wiki/Computer_architecture) capable of performing [fundamentally accurate physics simulations](Units.md).
* A [universal operating system](Operating System/Design.md) to help empower beings. Knowledge is a graph, we need to free ourselves of the chains of desktop metaphor and tree-based file system. We need an extension of our own brains to help us.
* A [universal operating system](Operating%20System/Design.md) to help empower beings. Knowledge is a graph, we need to free ourselves of the chains of desktop metaphor and tree-based file system. We need an extension of our own brains to help us.
* [A programming language](https://en.wikipedia.org/wiki/Programming_language) based on a simple universal language. So that as many people can be empowered to learn programming. We can go past the arrogance of the 1970s academia and the C programming language. The arrogance and the lack of self-awareness of the UNIX people brought decades of bugs which has causes significant economic damage and uncountable pain and suffering.
* Automatic refactoring tools to convert code written in old programming languages into a new one. It is wise to maintain the technological capital while giving it a path forward.
* [Automatic testing](https://en.wikipedia.org/wiki/Test_automation), [CI](https://en.wikipedia.org/wiki/Continuous_integration), [code coverage](https://en.wikipedia.org/wiki/Code_coverage) tools to make sure any new code is free of [bugs](https://en.wikipedia.org/wiki/Software_bug). Humans are notorious at creating bugs so bugs must be caught as early as possible.