context
137
ctx:discord/blah/general/137Source document
full textgeneral-137
text/plain3 KB
doc:agent/general-137/4f02857c-00ee-4ca0-983f-250fc6008818[2026-04-18 10:42] ajaxdavis: ``` ● Here's a Discord-ready cheat sheet. Paste it whole — Discord will render the markdown and auto-link the URLs. The outer fence is just so you can copy the raw source cleanly from here. **🪃 Yalanji — an OS coded entirely in Kuku Yalanji** *Kuku Yalanji is an Aboriginal Australian language from Far North Queensland. Every identifier in the OS, the compiler, and the utilities is a real Kuku Yalanji word. No C, no assembler, no emulator in the SSH demo — just a ~23 KB self-hosted Kuku compiler emitting raw x86 bytes.* **🔗 Public SSH demo** (password `yalanji` for both accounts): ``` # the Yalanji shell — a pure Kuku Linux process, no QEMU ssh -o PubkeyAuthentication=no -o PreferredAuthentications=password [email protected] # shared file pad ssh -o PubkeyAuthentication=no -o PreferredAuthentications=password [email protected] ``` **Inside the Yalanji shell:** - `kaday` — hello *(come)* - `binal` — info *(know)* - `jalngka` — clear screen *(smooth)* - `kunbayn` — exit *(finish)* **Inside the file pad — pure Kuku tools, no echo/ls/cat:** ``` yirrkay kaday bama | balkal note.txt # shout, then write dukul # list /srv/box yanyil note.txt # read ``` `yirrkay` = shout · `balkal` = tell · `yanyil` = see · `dukul` = heads **🐳 Run locally (Docker):** ``` docker run --rm -it thomasdavis/yalanji ``` **🔧 From source** (no gcc, no libc — just the Kuku compiler): ``` git clone https://github.com/australia/kukuos && cd kukuos ./kuku-bama/ngunnga yalanji.elf kuku/*.kuku # prove self-hosting in one command ./kuku-bama/ngunnga --bama /tmp/c kuku-bama/ngunnga.kuku cmp kuku-bama/ngunnga /tmp/c && echo fixed-point # boot the bare-metal kernel (this is where QEMU is optional) qemu-system-i386 -kernel yalanji.elf -serial mon:stdio -no-reboot ``` ``` [2026-04-18 10:42] girvo: look at it go :3 (files: image.png) [2026-04-18 10:52] ajaxdavis: bruh [2026-04-18 10:53] girvo: overfit tho, annoying [2026-04-18 10:55] ajaxdavis: doing a dispute with vercel atm but will boot up our eval app where everyone in here (discord) submits their models [2026-04-18 21:42] ajaxdavis: https://huggingface.co/ajaxdavis/kuku-dambun [2026-04-18 22:06] girvo: I have successfully made ML a hammer, and am treating everything as a nail... I have fine tuned Qwen 3.5 0.8B to act as a CHIP-8 instruction decompiler 😂 [2026-04-18 22:54] ajaxdavis: definitely rolling in his grave, the question is via which mechanism his direction is chosen (files: Screenshot_from_2026-04-19_08-53-16-1.png) [2026-04-18 23:12] ajaxdavis: (files: c43a349c-9e86-4e24-b3d3-0f3425aa90b0.png) [2026-04-18 23:13] girvo: wild [2026-04-18 23:13] girvo: design output from claude design based on my routines app input basically (files: Routines_-_Standalone.html)
Facts in this context
Grouped by subject. Each subject links to its full article.
Ajaxdavis18 factsex:ajaxdavis
| attachedFile | Screenshot From 2026 04 19 |
| attachedFile | C43a349c Image |
| authorOf | Kuku Dambun |
| authorOf | Yalanji |
| hasDisputeWith | Vercel |
| plansToBootUp | Eval App |
| postedAt | 2026-04-18 23:12 |
| postedAt | 2026-04-18 21:42 |
| postedAt | 2026-04-18 10:52 |
| postedAt | 2026-04-18 10:55 |
| postedAt | 2026-04-18 22:54 |
| postedContent | Yalanji Discord Cheatsheet |
| postedMessage | definitely rolling in his grave, the question is via which mechanism his direction is chosen |