Skip to content

Commit

Permalink
Thinking introduction
Browse files Browse the repository at this point in the history
  • Loading branch information
FadiShawki committed Mar 30, 2024
1 parent 45d21c7 commit dcf2d6d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions orbitmines.com/src/routes/papers/2024.AUniversalLanguage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import {ON_ORBITS} from "./2023.OnOrbits";
import BR from '../../lib/paper/layout/BR';
import {Row} from "../../lib/layout/flexbox";
import Section from "../../lib/paper/layout/Section";
import {_2024_02_ORBITMINES_AS_A_GAME_PROJECT} from "../archive/2024.02.OrbitMines_as_a_Game_Project";

export const A_UNIVERSAL_LANGUAGE: Content = {
reference: {
Expand Down Expand Up @@ -60,6 +61,7 @@ const AUniversalLanguage = () => {
<Row center="xs">
<Section head="Introduction">

This thing is, in essence, a language to understand inconsistencies. A conceptual framework to make sense of ambiguity: A story of how destructively confusing languages can be. Though to me, most importantly, it is here as infrastructure. Infrastructure for the design and implementation of a <Reference is="reference" index={referenceCounter()} reference={{link: _2024_02_ORBITMINES_AS_A_GAME_PROJECT.reference.link, title: "different category of (programming) interfaces"}} simple inline />.
</Section>
</Row>
</Paper>
Expand Down

0 comments on commit dcf2d6d

Please sign in to comment.