Skip to content
HN On Hacker News ↗

ai slop by Jarred-Sumner · Pull Request #30680 · oven-sh/bun

▲ 37 points 28 comments by quasigloam 1w ago HN discussion ↗

Pangram verdict · v3.3

We believe that this document is moderately AI-assisted, but not fully AI-generated.

52 %

AI likelihood · overall

Mixed
0% human-written 0% AI-generated
SEGMENTS · HUMAN 0 of 1
SEGMENTS · AI 0 of 1
WORD COUNT 109
PEAK AI % 66% · §1
Analyzed
May 14
backend: pangram/v3.3
Segments scanned
1 windows
avg 109 words each
Distribution
0 / 0%
human / AI fraction
Verdict
Mixed
Pangram v3.3

Article text · 109 words · 1 segments analyzed

Human AI-generated
§1 Mixed · 66%

The Zig→Rust port is complete; the .zig files were kept as a non-compiled reference during the port. Drop them now that the port has merged.

A handful of .zig files are kept because the codegen pipeline still references them at build time: - src/runtime/bake/DevServer.zig — read by bake-codegen.ts (convertZigEnum) - the 7 .zig siblings of *.bind.ts files — bindgen.ts requires the sibling to exist - the .zig files named in $zig()/$newZigFunction() callsites in src/js/ — generate-js2native.ts resolves them by path and throws if absent

Also: - Regenerate test/internal/ban-limits.json for the smaller .zig file set - Point test/js/bun/util/zstd.test.ts at parser.rs instead of the deleted parser.zig for its large-file test fixture