It blows my mind that so many devs did not see this coming the moment Microsoft bought it. I was waiting for this to happen the moment I found out about the acquisition.
I fully saw it when I heard but alas. I still need the green squares on my github page to get hired. Nobody looks at projects as much as the green squares.
I’m not a developer, but I can certainly understand your position. It’s unfortunate that companies rely on this type of company to decide if someone is worth hiring. There’s a need for companies to have streamlines that look at the actual capabilities and values of potential hires, regardless of where the evidences are hosted.
This world is way too broken, and getting worse every day.
It is laughably easy to fake those green squares that for a while, ages ago, I had some commit counts like 14000 or so… every single day.
There are so many tools to also fake human like commit counts for those pretty green squares that if I came to know of my senior engineers hiring on that basis, their estimation as interviewers in my eyes would take a nosedive.
Pretty sure I had Embrace Extend Extinguish as my ‘status’ when microsoft inevitably introduced that linkedin style social media bullshit to a git server.
Plenty of good alternatives out there, or roll your own!
If you ask nicely they can increase the limit :). They have the limit to avoid abuse with people storing movies or whatnot (the limit is a recent addition)
Hey have you considered lakefs based solutions for backups? I think you can set the retention rules up so that only backups upto so many months are retained and the rest are removed. That way only the diff in the backup files need to be uploaded.
It blows my mind that so many devs did not see this coming the moment Microsoft bought it. I was waiting for this to happen the moment I found out about the acquisition.
I fully saw it when I heard but alas. I still need the green squares on my github page to get hired. Nobody looks at projects as much as the green squares.
I’m not a developer, but I can certainly understand your position. It’s unfortunate that companies rely on this type of company to decide if someone is worth hiring. There’s a need for companies to have streamlines that look at the actual capabilities and values of potential hires, regardless of where the evidences are hosted.
This world is way too broken, and getting worse every day.
It is laughably easy to fake those green squares that for a while, ages ago, I had some commit counts like 14000 or so… every single day.
There are so many tools to also fake human like commit counts for those pretty green squares that if I came to know of my senior engineers hiring on that basis, their estimation as interviewers in my eyes would take a nosedive.
I’m only surprised it took this long.
Pretty sure I had Embrace Extend Extinguish as my ‘status’ when microsoft inevitably introduced that linkedin style social media bullshit to a git server.
Plenty of good alternatives out there, or roll your own!
Use Codeberg, or self-host Forgejo
Codeberg has a 750mb limit, for me that is not enough. I need to store asset data as well.
Split the repository? It’s not an unreasonable thing to do.
That said, FreeBSD’s repo is 2ish GiB, and Linux is 3, LLVM is huge too. Not unreasonable to want to mirror those.
If you ask nicely they can increase the limit :). They have the limit to avoid abuse with people storing movies or whatnot (the limit is a recent addition)
Good point! I wasn’t aware of that.
Im going to remove my Github content and host it just for myself in my own Forgejo at home.
Pity that the world is falling apart in so many ways.
As I said to the other person, the limit can be waved if you ask. They have it to avoid people abusing the system to store movies and stuff
All I want for Christmas in Forgejo federation.
*is
Dvorak layout, my bad. This typo happens way too often on phone.
I know that pain, brother. Colemak + 3 languages often plays tricks on my autocorrect.
I stopped sending updates to it and host my own gitlab now.
won’t ever look back.
Meaning you have your own machine to host on or how does it work?
yes. I have a rack in my basement and host gitlab out of one of my servers.
it’s available over LAN or VPN.
nightly backups to a nas and weekly syncs to S3.
S3 seems like a really expensive way to backup personal data. Are you doing it to achieve the offsite backup?
I currently dont have an offsite and im weighing up having a NAS at my parents place.
S3 is within my budget, but it can get expensive. and yes it’s my off site.
if I had someplace else I could trust like you mentioned I might do that but it’s just too much data to send.
my gitlab backups are around 80gb.
Hey have you considered lakefs based solutions for backups? I think you can set the retention rules up so that only backups upto so many months are retained and the rest are removed. That way only the diff in the backup files need to be uploaded.
I have not, I’ll take a look. thanks.