dtb trinity
trinity commented on pull request bonsai/harakit#86 2024-03-26 22:53:17 -06:00
docs: fixed formatting of many manpages

What is "it"?

trinity commented on pull request bonsai/harakit#86 2024-03-26 22:53:17 -06:00
docs: fixed formatting of many manpages

Better: "Do nothing, unsuccessfully."

trinity commented on pull request bonsai/harakit#86 2024-03-26 22:53:17 -06:00
docs: fixed formatting of many manpages

This infinitive present tense for descriptions feels off and I think this is a good example of why. "Compare integers" - who, what, when, where, why, how? It's easy to reference but more difficult to puzzle out for the casual reader.

trinity commented on pull request bonsai/harakit#86 2024-03-26 22:53:17 -06:00
docs: fixed formatting of many manpages

Every comparison only compares with the integers next to it.

trinity suggested changes for bonsai/harakit#86 2024-03-26 22:53:17 -06:00
docs: fixed formatting of many manpages

Upon review I realize my man pages had a lot of errors and wrinkles. Your changes are in sum an improvement but I find some of them to be questionable.

trinity commented on issue bonsai/harakit#8 2024-03-26 17:08:01 -06:00
qi(1): The qi shell

What should we use for subshells? My initial thought was to use curly braces ({}) but if we do that it will conflict with our plans for [format(1)](https://git.tebibyte.media/bonsai/coreutils…

trinity commented on issue bonsai/harakit#8 2024-03-26 16:23:14 -06:00
qi(1): The qi shell

does time have to be a shell built in? how about a simple coreutil for bench-marking instead?

time isn't a [built-in in dash](https://git.kernel.org/pub/scm/utils/dash/dash.git/tree/src/bl…

trinity commented on issue bonsai/harakit#8 2024-03-26 16:10:19 -06:00
qi(1): The qi shell

Both Emma and I plan to have math be in a separate utility or utilities and not built into the shell at all.

how different is it going to be from expr

This was implemented as…

trinity commented on issue bonsai/harakit#70 2024-03-26 16:05:33 -06:00
Harakit by Example

It may be better to just have a Bonsai system wiki.

how about a coreutil that does this? a general purpose tool to make wikis, documentations and even man pages. suckless does this i…

trinity commented on issue bonsai/harakit#81 2024-03-26 16:04:12 -06:00
Better man pages

Relevant to #41.

trinity approved bonsai/harakit#85 2024-03-26 11:11:30 -06:00
Makefile: add a missing build target for npc(1)

Looks good to merge.

trinity commented on pull request bonsai/harakit#85 2024-03-26 11:11:00 -06:00
Makefile: add a missing build target for npc(1)

Emma and I noticed this the other week and forgot to make a PR for it. Thank you!

trinity commented on pull request bonsai/harakit#76 2024-03-24 18:49:15 -06:00
Added strerror(3) as a Rust library

@trinity: in the future, do not make commits without PGP signing them, and do not merge main into branches that have pull requests open to main.

I think I misclicked, I don't remember doing…

trinity pushed to strerror at bonsai/harakit 2024-03-23 18:18:16 -06:00
7e45af1bca Merge branch 'main' into strerror
127192185f Merge branch 'dj-fix' (closes #66)
f81232685a Merge branch 'mm'
05b5a4480c Merge branch 'swab' (closes #22)
135bf2a8eb mm(1), mm.1: bring source in line with documentation
Compare 14 commits »
trinity commented on issue bonsai/harakit#34 2024-03-23 17:39:36 -06:00
Name

userface has a nice ring to it. What about sapwood? The userland utilities are the wrapper around the core (the kernel; if we ever…

trinity opened issue bonsai/harakit#83 2024-03-22 08:48:37 -06:00
sleep(1p) equivalent
trinity commented on pull request bonsai/harakit#76 2024-03-22 06:20:48 -06:00
Added strerror(3) as a Rust library

What's the purpose of this file?

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

Consecutive directory delimiters are ignored when evaluating UNIX paths; /// is an unnecessarily wordy equivalent to / when used as a pathname. $(DESTDIR)/$(PREFIX)/bin and so on is preferable, though, to ensure that hasty modifications won't write to a distbuildbin or something. Mistakes happen!

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

Installation to a given PREFIX should be possible.

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

For readability, spaces between the assignment operators and their names and values would be nice. e.g. DESTDIR = ./dist (though I would forego the ./ as Makefiles are conventionally run relative to $PWD anyway).