this post was submitted on 29 Oct 2025
59 points (98.4% liked)

Programming

23529 readers
308 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 2 years ago
MODERATORS
 

I've seen some projects on GitHub (howdy being one of them that came to mind) where there are forks, but when I check the forks out they are either unchanged, or are behind by a few commits. I was wondering why this would happen. It couldn't be for archival purposes, could it?

you are viewing a single comment's thread
view the rest of the comments
[–] calcopiritus@lemmy.world 10 points 3 weeks ago (2 children)

Maybe some people don't delete the fork after their PR is done.

In my case, I found another explanation.

Sometimes, a random person comes and forks one of my repos. I check their profile, and it's a techbro student with hundreds of forked repos without any commits. With their bio referencing AI or some shit.

I'm pretty sure these people fork a lot of repos just to pad their CV or something. Make it look like you have a lot of repos. Because when you go to someone's profile, it is not clear that a repo is a fork instead of their own creation.

[–] tyler@programming.dev 6 points 3 weeks ago (1 children)

When you visit someone's profile on github it defaults to source. It won't show forks at all for a 'normal' visitor to a profile. You have to explicitly clear the filter to see forks.

[–] calcopiritus@lemmy.world 4 points 3 weeks ago (1 children)

Maybe they changed the defaults. I stopped using GitHub after they trained their AI over private repos.

But I remember clearly that I was annoyed when looking at my own repos because my forks (for actually doing PRs) would show at the top instead of my own repos.

[–] tyler@programming.dev 2 points 3 weeks ago

It’s been that way for many years, I’d say at least 4 or 5? Long before all this ai nonsense.

[–] aloofPenguin@lemmy.world 1 points 3 weeks ago* (last edited 3 weeks ago)

yeah, makes sense. The cynical part of my mind also led me to your 2nd explanation. :)