mirror of
https://github.com/block/buzz.git
synced 2026-08-18 06:50:31 +02:00
The comment cited 1 MiB of RIS as evidence the tail high-water is zero. At 1 MiB the *deleted-pump* arm never reaches TAIL_CAP either, so the number proved nothing: both worlds report "never full" and the measurement agrees with whatever it was pointed at. 4 MiB is also short -- a 16 KiB read of RIS defers 16382 bytes, not 16384, so it stops 512 bytes under the cap. 8 MiB is where the counterfactual fires. Also disambiguates the read count. 257 is reads *completed*; the 256 in the review thread was a zero-based loop index, and a comment that doesn't say which invites the next probe to disagree with it by one. Found by Sami, in wording he had written and I had shipped -- I hit the same defect on my own probe an hour earlier, fixed my run, and copied his number across without noticing it had the flaw I'd just corrected. Co-authored-by: tlongwell-block <109685178+tlongwell-block@users.noreply.github.com> Signed-off-by: tlongwell-block <109685178+tlongwell-block@users.noreply.github.com>
Buzz
Desktop chat shell with:
- Tauri + React + TypeScript + Vite
- Tailwind CSS
- shadcn/ui-ready shared components
- Biome (lint/format/check)
- Feature-driven frontend structure
Scripts
pnpm dev- run the web frontendpnpm tauri dev- run the desktop apppnpm build- typecheck and build frontendpnpm typecheck- TypeScript checkspnpm lint- Biome lintpnpm format- Biome format (write)pnpm check- Biome check
Structure
src/shared- reusable app-wide code (ui,lib,styles)src/features- feature modules (vertical slices)src/app- top-level app composition