commit f118bb6577d6c676e643cc4fbdaaab2bc488b875
parent e370f3f59935bb0af041e460f5d5cb87686ccf4d
Author: Aymeric Mansoux <aymeric@bleu255.com>
Date: Tue, 14 Jun 2022 11:14:03 +0200
Merge branch 'master' of /var/www/git.bleu255.com/repos/permacomputing
Diffstat:
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/Gemini.mdwn b/Gemini.mdwn
@@ -20,4 +20,4 @@ Relationship to permacomputing:
See also:
-* [[Project Gemini FAQ (HTTPS/HTML)]](https://gemini.circumlunar.space/docs/faq.gmi)
+* [Project Gemini FAQ (HTTPS/HTML)](https://gemini.circumlunar.space/docs/faq.gmi)
diff --git a/Uxn.mdwn b/Uxn.mdwn
@@ -13,11 +13,11 @@ environment, so development depends on a Unix-style command-line compiler
Relationship to permacomputing:
-* Simplicity of implementation may make Uxn usable as a [[bedrock platform]] for the kind of programs that are small enough to run in it. Uxn applications are released as "roms" that have no [[dependency|dependencies]] other than the VM itself.
+* Simplicity of implementation may make Uxn usable as a [[bedrock platform]] for the kind of programs that are small enough to run in it. Uxn applications are released as "roms" that have no [[dependencies|dependency]] other than the VM itself.
* The design characteristics call for small applications that use little computing power.
* The author of Uxn, Devine Lu Linvega, has written about permacomputing and explicitly refers to it in relation to Uxn.
* The general issues with [[virtual machine]]s apply: running a virtualized program takes much more processing power than an equivalent native program would. It is therefore advisable to only use VMs for computationally simple applications.
See also:
-* [[Uxn at 100r.co]](https://100r.co/site/uxn.html)
+* [Uxn at 100r.co](https://100r.co/site/uxn.html)