dtb trinity
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.

trinity commented on pull request bonsai/harakit#171 2025-11-02 08:58:47 -07:00
Annoying little fixes that should’ve landed by now

Emma Tebibyte should be credited here as the current in-tree mm(1) implementation was mostly faer work.

trinity commented on pull request bonsai/harakit#171 2025-11-02 08:57:16 -07:00
Annoying little fixes that should’ve landed by now

So, the -a option is a switch meant to bitwise-or the open(2) mode argument with O_APPEND; this lack of truncation is what the kernel does, not what the program does. -a doesn't imply -t,…

trinity commented on pull request bonsai/harakit#171 2025-11-02 08:49:54 -07:00
Annoying little fixes that should’ve landed by now

I don't remember this being the case, I'll have to double check.

trinity commented on pull request bonsai/harakit#171 2025-10-26 22:44:10 -06:00
Annoying little fixes that should’ve landed by now

Why the second copyright?

trinity commented on pull request bonsai/harakit#171 2025-10-26 22:44:10 -06:00
Annoying little fixes that should’ve landed by now

I have some questions about certain changes.

trinity commented on pull request bonsai/harakit#171 2025-10-26 22:44:09 -06:00
Annoying little fixes that should’ve landed by now

Could you explain this change?

trinity pushed to main at trinity/menu 2025-09-12 22:22:28 -06:00
dc16810028 examples/ytfeed, examples/ytfeed.browse-feeds: Fix other bad paths
trinity pushed to main at trinity/menu 2025-09-12 22:16:11 -06:00
45ad24959d examples/ytfeed.browse-entry: Don't force my weird Raspberry Pi mpv tweaks onto the universe
trinity pushed to main at trinity/menu 2025-09-12 22:07:06 -06:00
924fa85b02 examples/README.ytfeed: add screenshot
trinity pushed to main at trinity/menu 2025-09-12 22:03:28 -06:00
4d7d369658 examples/ytfeed: Fix bad path
trinity pushed to main at trinity/menu 2025-09-12 21:54:03 -06:00
f185a26adf Refactor to remove pre-fetched example feed
trinity pushed to main at trinity/menu 2025-09-12 21:15:37 -06:00
1fb81ea611 examples/ytfeed: Fix copyright and don't auto-set YTFEED_FEEDS_DIR
trinity pushed to main at trinity/menu 2025-09-12 21:09:45 -06:00
d8603bfecc menu.rs: moar commentz
3d68a0da43 examples/README.ytfeed: finish ytfeed README for now
1da34ef6ab examples/ytfeed.launcher: Add finishing touches
d909721614 examples/ytfeed: use a more intuitive environment variable
37b86e5cbb Refactor to allow ytfeed an installer
trinity created branch main in trinity/menu 2025-09-12 21:09:44 -06:00
trinity created repository trinity/menu 2025-09-12 21:06:51 -06:00
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…