• 0 Posts
  • 59 Comments
Joined 6 months ago
cake
Cake day: February 22nd, 2026

help-circle






  • A large part of code review has been preventing people from doing stupid shit. AI is making stupid shit worse. It’s not defects, it’s “adding a whole micro service to get the user name from the ID, when the name is already in the metadata” or whatever that recent meme was.

    Or that time a guy wrote a whole DSL instead of using the existing framework. Technically impressive, but adds a huge burden.







  • When I tried Percy it was really bad. I think it wasn’t even doing real screenshots, but some horrible serialization of the dom nonsense. Some of what came out of their tests just wasn’t accurate at all.

    Every time I’ve tried to implement visual tests it’s a bad time.

    A good unit test encodes intent. This kind of test, and snapshot tests, tends to be too broad. Something changed but was it on purpose? I dunno maybe just accept it. People don’t look at it closely. It’s numbing.

    As others have said, you probably want to stop having shit randomly shared in multiple places. If you change something used in more than one place, probably manually check.





  • I wouldn’t do it based on join time. Age doesn’t always map to quality, and it might encourage people to make sleeper accounts to age up.

    I would do it based on a graph of trust.

    Let’s say you’re user 0. You trust yourself. You can then invite or vouch for a user. If they misbehave, it should reflect badly on you. If they post good content, you should share some of the glory. If one of those users invites someone, the good and bad flow upstream.

    People no one has vouched for have very little power. You can filter them out with a toggle.

    You’d be able to see the web of behavior. If someone keeps inviting or endorsing assholes, then they’re a problem.

    Endorsing is different than upvote. You can upvote whatever, but endorsing is saying you trust this person and you’re willing to put your own reputation and access on the line.

    Something like that.