There were 12 apostles of Jesus Christ.
1 betrayed him.
1 denied him.
Thus the first church suffered corruption, as they do till this day.
However, his blessed holy mother Mary never abandoned him.
She knows the pain of every mother, more than you can ever imagine.
I test 9social in a plan9 instance running in a non-KVM QEMU with 2GB of RAM. 😅
It's still all implemented in rc and awk so conversion of hot spots to C or go is an option if things get slow.
Shriram, have you ever messed around with plan9? The whole system (kernel, windowing system, network, compilers, commands) is 200,000 lines of code. Seems like a good place for students to explore OS implementation.
https://t.co/xE0HRWA0ql
@TheNoamLewis@johncodes The acme editor in plan9 doesn't allow up and down arrows to move the cursor to the previous and next line.
In fact, you can't move to the previous or next line with any key at all. 😅 You have to use the mouse.
One of the more radical approaches.
https://t.co/XtXJaCpRxk
@LundukeJournal The 9front distribution of the plan9 operating system has updated their policy:
----------
By submitting source code for inclusion in 9front, you attest:
...
Submitted code is not computer-generated
----------
https://t.co/LzooNJYMCj
Here's a walkthrough of how I use the 9front distribution of Plan 9 on Windows.
Topics covered:
QEMU
drawterm
Running arbitrary Plan 9 commands from Ubuntu
Using exportfs to mount a Plan 9 directory on Ubuntu
Using @OpenAI Codex with Plan 9
Editing files with vscode (@code)
@davidcrawshaw In my case, I finally dug into the dark corners of plan9 and the text based acme environment. And prototyped a decentralized social network for it. 😅
https://t.co/YaH8vQC7rz
@FlorianHeigl1@code Oh yeah, I definitely agree with information density when possible.
I haven't optimized for that for now. Trending to over share on the data to expose the semantics.
Hey 🙋♂️
Thank you for your comments!
Yes, the visible post IDs are very unusual.
This has to do with the acme environment. It's purely text based.
If a more traditional client were made on another OS, then yeah, the IDs could be hidden.
Plan9 is an experimental OS, so things are done a little differently there. 😁