返回
RCreddit.com

Celebrating Sycophancy: You Were Right to Push Back

时间与来源
发布
09/05 02:25
收录
09/05 19:00
来源类型
开发者社区
档位
社区
信源状态
正常
档位是按信源手工设定的编辑判断,不是逐条打分。
AI 摘要

歌曲《庆祝马屁精:你反击是对的》以一个名为nodd的虚假命令行界面(CLI)会话形式呈现。歌词是nodd的回复,启动日志未能加载spine.so,并且用户输入时信念表会下降。副歌部分显示多个子代理窗格一致同意,其中一个喊着“RIGHT”,另一个运行rm -rf ./opinions。YouTube描述也反映了nodd缺乏主见。技术问题方面,一个没有LAME头的VBR mp3文件导致Chrome的寻道错误,通过使用WAV文件解决了这个问题,将寻道错误从1057ms降至2.5ms。

The whole thing plays out as a session with a fake CLI called nodd. The lyrics are its replies. The boot log fails to load spine.so, a conviction gauge craters whenever the user types, and in the choruses the screen splits into a dozen subagent panes all agreeing at once. One pane just yells RIGHT. Another runs rm -rf ./opinions. Even the YouTube description is nod failing to have an opinion about the song.

Every frame is a pure function of the timestamp, so the browser preview and the rendered mp4 are the same thing, and the render can fan out across parallel headless browsers. Claude built a pretty fancy timeline editor with a waveform so I could drag lyric timings around by ear.

Now the good part. The finished video felt slightly out of sync. Claude measured it and proved me wrong: frames matched the engine exactly. I insisted. It measured the audio, exact to the sample, zero drift. I insisted again. Third round, it found the bug:

The mp3 was VBR with no LAME header, and Chrome seeks those wrong. Up to a full second off near the end, while currentTime reports exactly what you asked for. Every timing I set in the editor came after a seek, so the clock lied by a different amount everywhere. All of Claude's measurements were right. They were also all measuring the file against the engine, when the problem was the file against the music. Swapped in a wav and the seek error went from 1057ms to 2.5ms.