Remember the promise in the first note — comments coming soon? They’re here. Every changelog post now has a comment thread at the bottom. Yes, including this one: scroll down and say hi (or heckle).
It’s the same commenting you already get on a Mini PC’s page — threaded replies, up/down votes, a short edit window. Sign in and have at it.
Under the hood, for the curious
No second comment system was built. The existing comments table just learned a new trick: a comment now points at either a Mini PC or a changelog post — exactly one, enforced by a database rule. Threading, voting, notifications and the “pick a username first” gate all came along for free. The fiddly part was making sure the change couldn’t break the existing comments on model pages — it can’t, and there’s now a test that proves it.