about summary refs log tree commit diff stats
path: root/tools/conf/etc/rc.conf
diff options
context:
space:
mode:
authorSilvino Silva <silvino@bk.ru>2019-02-14 04:58:25 +0000
committerSilvino Silva <silvino@bk.ru>2019-02-14 06:07:32 +0000
commit4fafa3dbe6bddda8655ad1a8521f99de9f5f9e24 (patch)
tree618a392022a78dd0cc7d4f7094d2051daa90e717 /tools/conf/etc/rc.conf
parent6847d67bb8e98db3e00489b223cd694a3e9f0733 (diff)
downloaddoc-4fafa3dbe6bddda8655ad1a8521f99de9f5f9e24.tar.gz
initial host and fqd rebranding
Diffstat (limited to 'tools/conf/etc/rc.conf')
-rw-r--r--tools/conf/etc/rc.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/conf/etc/rc.conf b/tools/conf/etc/rc.conf
index e7c10c7..2dbf272 100644
--- a/tools/conf/etc/rc.conf
+++ b/tools/conf/etc/rc.conf
@@ -5,7 +5,7 @@
 FONT=default
 KEYMAP=dvorak
 TIMEZONE="Europe/Lisbon"
-HOSTNAME=c9
+HOSTNAME=machine
 SYSLOG=sysklogd
 SERVICES=(lo iptables wlan blan crond)
 
md?h=hlt&id=b8682e73495856e3a0759e9fb1ff60448caffbb1'>^
113bae73 ^





9a524793 ^





1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28

                                            
                                                                                                

                                                                            
 
                                                           
 

                                                                                                                      


                                                                             


                                                                             





                                                                            





                                                                              
Some apps written in SubX and Mu. Check out:

* `tile`: [A text-mode postfix calculator](https://mastodon.social/@akkartik/104896128141863951)
  that updates as you type. Prototype. Look at this to see what is currently
  possible, not how I recommend building software.

  <img alt='tile app' src='../html/rpn5.png' width='500px'>

* `browse`: [A text-mode browser for a tiny subset of Markdown](https://mastodon.social/@akkartik/104845344081779025).

* `ex*`: small stand-alone examples that don't need any of the shared code at
  the top-level. They each have a simple pedagogical goal. Try these first.

* `factorial*`: A simple program to compute factorials in 5 versions, showing
  all the different syntax sugars and what they expand to.

* Code unique to phases of our build toolchain:
  * Core SubX: `hex`, `survey`, `pack`, `dquotes`, `assort`, `tests`
  * Syntax sugar for SubX: `sigils`, `calls`, `braces`
  * More ambitious translator for a memory-safe language (in progress): `mu`

* Miscellaneous test programs.

All SubX apps include binaries. At any commit, an example's binary should be
identical bit for bit with the result of translating the corresponding `.subx`
file. The binary should also be natively runnable on a Linux system running on
Intel x86 processors, either 32- or 64-bit. If either of these invariants is
broken, it's a bug.