Emma Tebibyte emma
emma pushed to main at meta/mintee 2026-03-06 19:04:19 -07:00
e42baf3ca9 updates templates with new capabilities
emma pushed to main at meta/mintee 2026-03-06 18:06:13 -07:00
cf3f8b0aea reorganize code & switch to gix
emma pushed to main at meta/mintee 2026-03-06 18:04:43 -07:00
331387a56a removes original template example pages
emma opened issue meta/mintee#10 2026-03-04 22:51:45 -07:00
Create README
emma opened issue bonsai/harakit#180 2026-02-27 12:28:43 -07:00
Making npc(1) Unicode-aware
emma opened issue meta/mintee#9 2026-02-24 12:44:52 -07:00
Use PoW! for a captcha alternative
emma opened issue bonsai/harakit#179 2026-02-12 12:16:58 -07:00
Packaging: Git information is not stored in exported tarballs
emma commented on issue bonsai/fortune#2 2026-02-12 11:52:29 -07:00
Use ASV

You’re right that we don’t exist in a vacuum—that’s why we’re bothering to even make a toy utility like this. But it would be a disservice to our prospective users to cling to the historic…

emma commented on issue bonsai/fortune#2 2026-02-12 11:45:00 -07:00
Use ASV

If we use ASV, we don’t need to implement the search functionality that a typical fortune(1) implementation may support. Instead, since we have a one-byte delimiter that doesn’t depend on any…

emma commented on issue bonsai/harakit#155 2026-02-12 11:26:18 -07:00
Automatic git commit messages

I’ve got a working version of this, by the way. Just need to polish it up and it’ll be ready for a PR.

emma commented on pull request bonsai/harakit#174 2026-02-12 10:50:46 -07:00
WIP: manpage-prologues
emma commented on pull request bonsai/harakit#175 2026-02-12 09:35:58 -07:00
Makefile: remove hard bindgen(1) dep

It also makes the Makefile more idiomatic (though its idiomatic-ness in general is pretty low, which I’m working on)

emma commented on pull request bonsai/harakit#175 2026-02-12 09:34:43 -07:00
Makefile: remove hard bindgen(1) dep

This allows using a bindgen(1)-replacement utility to generate bindings for when we need them,

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

It is ready for review :)

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

It’s fixing whitespace shenanigans from my at-the-time new neovim config putting a mix of spaces and newlines in the source.

emma commented on issue bonsai/harakit#177 2026-02-12 09:30:17 -07:00
swab.1: Clarify wording in Line 23

I think I like it better than mine on second pass.

emma commented on pull request bonsai/harakit#103 2026-02-12 09:29:22 -07:00
eep(1)

Not merged—needs to be brought up-to-date with trunk.

emma commented on issue bonsai/harakit#104 2026-02-12 09:28:17 -07:00
Rename scrut(1) to fileis(1)

This was merged! I believe the merge message failed to automagically close this issue so I did it manually. In the future I will remember to note it if this happens.

emma commented on issue bonsai/harakit#176 2026-02-12 09:27:14 -07:00
Typo on line 60 in mm.1

Wanted to note it for later.

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

This solution was unworkable for me and a new one was contributed in #175