logoalt Hacker News

Throwaway698514today at 2:56 AM2 repliesview on HN

Does the article seem AI-written/assisted to anyone else?

Some parts that stood out to me: > A phone camera is not a single device. On Qualcomm SoCs, the capture path is a chain: > The bus register base moved from 0xa00 to 0x1800, and encapsulating that offset shift accounted for most of the work. > It gated the AHB register bus used by the whole camera complex, including the CCI. Without it, register accesses silently returned zero. > With the wrong numbering, CSIPHY programmed a lane mask with lane 0 missing, and the PHY never locked. > This was the main bug. Frames arrived at the right rate and size, and buf_done fired, but every pixel was zero. [...] The data path delivered frame timing, but not pixel data. > Changing the register value from PLAIN64 (0xa) to 0x0 turned the all-zero frames into real images: the maximum pixel value was 255, the full colour-bar pattern appeared, and the violations stopped.

Sorry if not, but it seems like so much uses AI nowadays.


Replies

flawntoday at 5:40 AM

It is almost certainly AI-written. Very odd writing style, also the repo README is Claude-generated.

microtonaltoday at 6:06 AM

Before AI slop, I rarely saw humans make so many words bold and explicitly mention all filename. On the latter point, humans try to convey the main ideas, while LLMs tend to enumerate the files they changed.

Since this post has a lot of terms in bold and enumerates filenames, yes, it seems at least ai-assisted.