dtb trinity
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
trinity opened issue bonsai/harakit#80 2024-03-04 08:24:50 -07:00
nohup(1p) equivalent
trinity opened issue bonsai/harakit#79 2024-03-03 16:21:03 -07:00
str(1): design regrets
trinity opened issue bonsai/harakit#78 2024-03-03 10:42:52 -07:00
scrut(1): use <stdlib.h> EXIT_ macros
trinity commented on pull request bonsai/harakit#76 2024-03-02 14:52:26 -07:00
Added strerror(3) as a Rust library

I'm glad you showed me the strerrror(3p) locale thing.

In person we discussed errno being fine and the panic! being technically unreachable - though I still believe 0 should be passed to…

trinity commented on pull request bonsai/harakit#76 2024-03-02 03:47:20 -07:00
Added strerror(3) as a Rust library

You should note somewhere that this can return an empty string in case of an error.

trinity commented on pull request bonsai/harakit#76 2024-03-02 03:45:11 -07:00
Added strerror(3) as a Rust library

I really like these Makefile changes.

trinity commented on pull request bonsai/harakit#76 2024-03-02 03:45:11 -07:00
Added strerror(3) as a Rust library

For consistency with C conventions error should be errno.

trinity commented on pull request bonsai/harakit#76 2024-03-02 03:45:11 -07:00
Added strerror(3) as a Rust library

Don't name things after implementation details because implementations change. errormessage or emsg or something would be better. emessage? I don't know.

trinity suggested changes for bonsai/harakit#76 2024-03-02 03:45:11 -07:00
Added strerror(3) as a Rust library

See notes.