logoalt Hacker News

LightMachineyesterday at 9:20 PM2 repliesview on HN

yes, there's a lot of personal info and AI slop in the commit history.

is this a problem to you? why


Replies

ModernMechtoday at 12:32 AM

To give you a concrete reason why you should care to preserve the exact history and why it’s a matter of trust: in your paper, you reported the pinned SHA head of the benchmarks you ran. When you destroy the history you make it hard for people to duplicate your benchmark results. Why report the SHA if you are going to destroy the history?

https://github.com/bendlang/bend/blob/80b6539bc57621633ca68e...

AlexErrantyesterday at 9:52 PM

Erm, because it looks weird? Do you know any other language projects that squash their repos down to 1 commit? That's a destruction of trust, which is kinda important if you want people to build on your language.

Virtually everyone has AI slop in the commit history. No one's judging you for the commit history. Everyone's code smells, but the fact that you're ashamed/hiding it is... odd.

> there's a lot of personal info

You should know that force pushing doesn't hide actual commits; it's trivially viewable if someone just iterates https://github.com/bendlang/bend/activity?ref=main e.g. https://github.com/bendlang/bend/commit/d184863 so like... why bother.

show 2 replies