dtb trinity
trinity pushed to main at trinity/src 2025-04-24 19:58:50 -06:00
e90d844ff4 2025-04-24
cba16ff731 convert neovim config to lua
d3cc5416ab convert nvim config to lua
f14330ee0f 2025-04-18
12bd97447b 2025-04-05
Compare 5 commits »
trinity commented on issue bonsai/harakit#170 2025-04-06 20:23:32 -06:00
Clarify reasoning for STYLE #29

I wondered if targeted standard matters, but the newest draft has roughly the same language:

An implementation may allocate any addressable storage unit large enough to hold a bit-field. If…

trinity commented on issue bonsai/harakit#170 2025-04-06 07:47:45 -06:00
Clarify reasoning for STYLE #29

I'm fine with "avoid" rather than a strict ban, though I would prefer we either cite a standard/draft directly.

trinity commented on issue bonsai/harakit#170 2025-04-05 07:31:23 -06:00
Clarify reasoning for STYLE #29

It is because of ordering.


Long winded explanation:

From the C89 draft: 3.5.2.1 Structure and union specifiers

 An implementation…
trinity commented on pull request bonsai/harakit#168 2025-04-05 06:41:28 -06:00
CONTRIBUTING: merge STYLE into contents

I think style falls under the CONTRIBUTING umbrella nicely; it's one little handbook that tells you how to participate in the project, from the forest to the trees.

trinity commented on pull request bonsai/harakit#168 2025-04-05 06:37:15 -06:00
CONTRIBUTING: merge STYLE into contents

Looks good to me. I agree with this change.

trinity pushed to main at trinity/src 2025-04-01 19:01:35 -06:00
5ca407f1d8 2025-04-01
6d8d0d8c2d just some comments
24cb04160a make maintainable in a week
adbaf11d71 move io and keyval to libio and libkeyval
db13c085c8 better separation of modules
Compare 6 commits »
trinity commented on pull request bonsai/harakit#164 2025-03-21 15:06:48 -06:00
Set aside broken npc(1) test for now

That test always sucked. I'm considering filing a PR to erase it because it's nearly unmaintainable. Thoughts?

trinity commented on issue bonsai/harakit#41 2025-03-21 15:02:35 -06:00
rtfm(1) - manual pages

rtfm(1)'s function would be database management; the "find" in find

trinity commented on issue bonsai/fortune#1 2025-03-21 14:45:26 -06:00
Rename to koan(1)

I'm fine with this but I like the connotation of fortune better, even if it doesn't fit with the theme.

trinity commented on issue bonsai/harakit#71 2025-03-21 14:40:59 -06:00
Reserve -h

I've changed my mind. -h should never be used, and that's my only opinion on the matter - except, also, that programs should take advice from the design of other programs.

trinity pushed to main at trinity/src 2025-03-20 10:05:19 -06:00
9846c7ad27 backlog of changes from the uconsole
55bb27a1de lots of stuff
Compare 2 commits »
trinity pushed to main at trinity/src 2024-12-01 10:00:08 -07:00
ec36101d99 2024-12-01
trinity pushed to main at trinity/src 2024-11-11 11:44:04 -07:00
e55e0945a4 2024-11-11
trinity pushed to main at trinity/src 2024-10-02 19:49:43 -06:00
a60b3c7daf 2024-09-14
trinity commented on pull request bonsai/harakit#146 2024-09-29 20:47:28 -06:00
Replace scrut(1) with fileis(1)

I disagree with the form but can't help agreeing with the compilation benefits.

trinity commented on pull request bonsai/harakit#146 2024-09-25 22:18:16 -06:00
Replace scrut(1) with fileis(1)

I would rather have declarations precede assignments here. I understand assignment on declaration is idiomatic in Rust. Python, in fact, due to its type system, mandated it. But I've been forced to separate them (often) in C, and, having used both styles, prefer the separation for clarity of code.

trinity commented on pull request bonsai/harakit#146 2024-09-09 07:45:01 -06:00
Replace scrut(1) with fileis(1)

Line 59 happens when a file is non-existent, which means it's failed the test.

trinity commented on pull request bonsai/harakit#156 2024-09-09 07:38:47 -06:00
STYLE: make rules more granular and consistent, add examples

Maybe, "where possible"?

trinity commented on pull request bonsai/harakit#156 2024-09-09 07:37:44 -06:00
STYLE: make rules more granular and consistent, add examples

I fear this is impossible; dj(1), for instance, necessarily can't put an upward bound on read cycles.