dtb trinity
trinity commented on issue bonsai/harakit#180 2026-03-03 12:04:37 -07:00
Making npc(1) Unicode-aware

Regardless of the US-ASCII nativity of the system, there has to be at least a fragment of US-ASCII compatibility in order to attempt use on ASCII terminals, many of which were implemented in…

trinity approved bonsai/harakit#174 2026-02-22 14:54:00 -07:00
WIP: manpage-prologues
trinity commented on pull request bonsai/harakit#174 2026-02-12 08:59:45 -07:00
WIP: manpage-prologues

Putting this in false(1) alone implies a binary answer to this riddle.

trinity commented on pull request bonsai/harakit#129 2026-02-12 08:57:26 -07:00
WIP: Generate Rust sysexits bindings without bindgen

For the record, the bindgen step in building takes >60s for me and is why I mostly stopped contributing.

trinity commented on issue bonsai/harakit#176 2026-02-12 08:53:01 -07:00
Typo on line 60 in mm.1

Why is this an issue and not a pull?

trinity approved bonsai/harakit#175 2026-02-12 08:46:37 -07:00
Makefile: remove hard bindgen(1) dep

This doesn't do anything, so sure.

trinity commented on pull request bonsai/harakit#102 2026-02-12 08:36:55 -07:00
Replace str(1) with stris(1)

Was this merged?

trinity commented on pull request bonsai/harakit#103 2026-02-12 08:35:59 -07:00
eep(1)

Why was this closed? Was this merged?

Stop closing things without saying why. This is giving me a headache.

trinity commented on pull request bonsai/harakit#173 2026-02-12 08:33:04 -07:00
libgetopt.rs(3): fixes formatting issues

Is this ready for consideration? I don't see any changes here.

trinity commented on issue bonsai/harakit#104 2026-02-12 08:30:04 -07:00
Rename scrut(1) to fileis(1)

I think this was merged.

trinity commented on issue bonsai/harakit#177 2026-02-12 08:28:52 -07:00
swab.1: Clarify wording in Line 23

Do you have an opinion on my corrected wording?

trinity commented on issue bonsai/harakit#178 2026-02-12 08:27:51 -07:00
librandom.rs(3): Randomness library for Rust

Any cryptographically non-random library should be specifically labeled nonsecure or insecure to avoid StackOverflow-style problems (also known as the Microsoft method; where someone paid six…

trinity commented on issue bonsai/fortune#2 2026-02-12 08:24:09 -07:00
Use ASV

9front's format is the same as the historical implementation; if I recall correctly the first implementation used a 500B buffer and looped fgets(3) randomly. The percent delimiter might have been…

trinity commented on issue bonsai/fortune#2 2026-02-09 13:51:02 -07:00
Use ASV

fortune(1) should keep using the format it always has. There's no reason to change it, we have files written for it, and it keeps interoperability with other implementations.

trinity commented on issue bonsai/fortune#1 2026-02-09 11:51:32 -07:00
Rename to koan(1)

I was going to change the way the program works to make it more Bonsai-esque, so I figured a name change makes sense. I plan to change the functionality of the program, too.

Then is the…

trinity commented on issue bonsai/harakit#177 2026-02-09 11:42:05 -07:00
swab.1: Clarify wording in Line 23

What about this is unclear?

The wording could be better. I would write it now as

Configures the word size; that is, the size in bytes of the block on which...
trinity pushed to main at trinity/menu 2026-02-01 10:05:53 -07:00
f1d2359391 examples/ytfeed.browse-feeds: don't panic
b87adb2748 examples/ytfeed.dl: toss 404s
2046b46340 menu: finish error handline
50c0c08242 examples/ytfeed.dl: cleaner branching
d27b878e58 examples/ytfeed.browse-feed: Fix bad path
Compare 7 commits »
trinity commented on pull request bonsai/harakit#171 2025-11-02 09:00:23 -07:00
Annoying little fixes that should’ve landed by now

It's better, functionality wise, to quit on errorful input before the error occurs.