commit a4928d00786c4b96cad4fceaeab5fa99b9b8aeca
parent abe6c96d76fe941dcb5565404b6de0c57da76676
Author: Ville-Matias Heikkila <viznut@low.fi>
Date: Tue, 14 Jun 2022 12:12:22 +0300
fix formatting
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)