dtb trinity
trinity suggested changes for bonsai/harakit#76 2024-03-22 06:20:48 -06:00
Added strerror(3) as a Rust library

I"ve suggested some changes but I really like the intent.

trinity created branch sleep in bonsai/harakit 2024-03-21 20:41:17 -06:00
trinity pushed to sleep at bonsai/harakit 2024-03-21 20:41:17 -06:00
82a941eee3 sleep(1): initial implementation
e674027b3e Makefile: add sleep(1)
Compare 2 commits »
trinity pushed to main at trinity/src 2024-03-21 18:50:10 -06:00
06a41eb732 2024-03-21
trinity pushed to main at trinity/src 2024-03-20 20:31:10 -06:00
10bdc7acdd file explanation
trinity pushed to main at trinity/src 2024-03-20 19:29:40 -06:00
4f965b734d quietest
trinity pushed to main at trinity/src 2024-03-20 19:23:08 -06:00
16ebe9b011 quieter
trinity pushed to main at trinity/src 2024-03-20 19:15:35 -06:00
1b1936c7c7 fix indexing issue
trinity pushed to main at trinity/src 2024-03-20 19:06:56 -06:00
a95fab945f stuffz
trinity pushed to main at trinity/src 2024-03-20 18:19:10 -06:00
28bbf00908 FatPtr_index, FatPtr_prepend
trinity pushed to main at trinity/src 2024-03-20 12:05:11 -06:00
38204abcab cbzcat(1)
29b44c8b48 2024-02-29
Compare 2 commits »
trinity commented on issue bonsai/harakit#82 2024-03-20 08:45:55 -06:00
rig(1)

I'm not the biggest fan of rig(1) but it is my favorite of what options I could imagine.

trinity commented on issue bonsai/harakit#81 2024-03-18 21:57:28 -06:00
Better man pages

What roff syntax should be used to accomplish this?

I tend to use a very narrow subset of roff as it's convoluted and documentation is difficult to maintain.

trinity commented on issue bonsai/harakit#34 2024-03-17 16:55:52 -06:00
Name

interface makes sense and is neat but sounds too similar (to me) to a network interface

trinity pushed to testing at bonsai/harakit 2024-03-13 18:26:06 -06:00
e7021e127c Testfile: make non-executable
trinity commented on issue bonsai/harakit#75 2024-03-12 10:58:59 -06:00
Tests

What if we just incorporated tests into the Makefile itself? So testing is done at build time and builds fail when tests fail. No Testfile, no TESTING, just additional testing lines in a build…

trinity commented on issue bonsai/harakit#19 2024-03-12 10:56:53 -06:00
ASV in Bonsai

More discussion involving the proposed USV: https://news.ycombinator.com/item?id=39679378.

trinity commented on issue bonsai/harakit#75 2024-03-11 22:28:35 -06:00
Tests

What do you think of Testfile?

trinity pushed to testing at bonsai/harakit 2024-03-11 21:03:57 -06:00
417d7ca405 Testfile: fix syntax
trinity pushed to testing at bonsai/harakit 2024-03-11 21:01:46 -06:00
f7a74dc430 Testfile