<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://infinite.nomic.space/index.php?action=history&amp;feed=atom&amp;title=User%3ATrungle%2FUNIX_Nomic</id>
	<title>User:Trungle/UNIX Nomic - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://infinite.nomic.space/index.php?action=history&amp;feed=atom&amp;title=User%3ATrungle%2FUNIX_Nomic"/>
	<link rel="alternate" type="text/html" href="https://infinite.nomic.space/wiki/index.php?title=User:Trungle/UNIX_Nomic&amp;action=history"/>
	<updated>2026-05-04T19:49:16Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.3</generator>
	<entry>
		<id>https://infinite.nomic.space/wiki/index.php?title=User:Trungle/UNIX_Nomic&amp;diff=7640&amp;oldid=prev</id>
		<title>Trungle: an idea</title>
		<link rel="alternate" type="text/html" href="https://infinite.nomic.space/wiki/index.php?title=User:Trungle/UNIX_Nomic&amp;diff=7640&amp;oldid=prev"/>
		<updated>2025-06-23T21:34:29Z</updated>

		<summary type="html">&lt;p&gt;an idea&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Scratchpad for a bad idea: Nomic but the way you interact with everything is UNIX tools.&lt;br /&gt;
&lt;br /&gt;
The only idea right now: Proposals are AWK scripts that are fed the current ruleset as an input.&lt;br /&gt;
&lt;br /&gt;
Trying to think of other ways we could add more utilities. Could we make actions AWK scripts? How would we enforce permissions?&lt;br /&gt;
&lt;br /&gt;
Ruleset is code, written in a literate style?&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# Rules&lt;br /&gt;
A file exists in the root called &amp;quot;ruleset.md&amp;quot;. This file contains the rules of the game. &lt;br /&gt;
&lt;br /&gt;
# Proposal Resolution&lt;br /&gt;
At the end of the phase, all proposals are saved in /proposals, with their filenames sorted in the order they were submitted, then the following is run:&lt;br /&gt;
&lt;br /&gt;
    #/bin/sh&lt;br /&gt;
&lt;br /&gt;
    cp ruleset.md /tmp/ruleset-in.md&lt;br /&gt;
    for f in $(find proposals -type f | sort); do&lt;br /&gt;
        awk -f &amp;quot;$f&amp;quot; /tmp/ruleset-in.md &amp;gt; /tmp/ruleset-out.md&lt;br /&gt;
        mv /tmp/ruleset-out.md /tmp/ruleset-in.md&lt;br /&gt;
    done&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Trungle</name></author>
	</entry>
</feed>