GitHub is no longer independent at Microsoft after CEO resignation
-
Aren't others already doing that?
Aren't others already doing that?
-
I honestly don't understand why Github hasn't been abandoned by users at this point. If I were a company, I'd either go to the competition, who is just as good if not better, or host in-house if the means are there.
I'm just a freelancer and I gave up on github 3 years ago
What are you using?
-
Our company runs everything on Azure. We use windows PCs, Visual Studio Professional, C# .Net, outlook, teams, etc.
We make enterprise software and I am happy really. I wasn’t at the start but as time goes on I don’t care, I do my job and go home.
The company I worked at got acquired by a big tech company. We're switching from Google suite to Microsoft, Mac to Windows, Slack to Teams, etc. It's pretty painful as transitions go, and if not for golden handcuffs I'd be gone.
I'm not sure if I'll ever be happy with Visual Studio though, so I use Jetbrains Rider.
-
This post did not contain any content.
GitHub just got less independent at Microsoft after CEO resignation
Microsoft is bringing GitHub into its AI engineering team. It’s part of an AI shakeup, following the GitHub CEO resigning.
The Verge (www.theverge.com)
Monopolies becoming more of a monopolies while the US is weaponized to protect them.
-
don't use the equality (==) operator, use strict equality instead (===)
crypto bros === AI bros
===
is strict equality in only JS/TS though! -
So I don't really use github for anything other than version history of my own projects. I have a Raspberry Pi server, should I be hosting git on that? Can VSCode GUI integrate with it as seamlessly as it does github?
Can VSCode GUI
So, you're going to ditch GitHub because of Microsoft, but you're trying to keep using VSCode, which is also Microsoft?
-
It was dead when MS bought it. Software developers aren't immune to denial.
It's not just GitHub. People are also using VSCode, despite it slowly suffocating the non-MS dev ecosystem.
Microsoft switched from the really aggressive "Embrace, Extend, Extinguish" of the 90s and early naughts to a much slower and more subtle process that's still just as unfriendly to the open source / free software ecosystem.
-
How has GitHub been enshittified? It's a genuine question, because I've thought Microsoft has been a pretty good steward of it until now.
For one thing, you can't do a code search on GitHub unless you have a GitHub account and are logged in.
-
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.
-
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?
-
It's not just GitHub. People are also using VSCode, despite it slowly suffocating the non-MS dev ecosystem.
Microsoft switched from the really aggressive "Embrace, Extend, Extinguish" of the 90s and early naughts to a much slower and more subtle process that's still just as unfriendly to the open source / free software ecosystem.
I've been using Codeberg and Codium for a while.
-
This post did not contain any content.
GitHub just got less independent at Microsoft after CEO resignation
Microsoft is bringing GitHub into its AI engineering team. It’s part of an AI shakeup, following the GitHub CEO resigning.
The Verge (www.theverge.com)
Issue on every github project should be "hosted on github" (just kidding kinda not really) Has github ever actually helped discoverability?
-
What are you using?
I use my own gitea server. If I was willing to pay for a more solid service I'd probably go for GitLab.
-
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.
-
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.
-
Our company runs everything on Azure. We use windows PCs, Visual Studio Professional, C# .Net, outlook, teams, etc.
We make enterprise software and I am happy really. I wasn’t at the start but as time goes on I don’t care, I do my job and go home.
So your company either works with Microsoft or has a weird idea of security. Teams does not work without taking home to Microsoft. My company tried everything but couldn’t make it work, so they extended their Skype for business service for some years.
I hope they switch to Linux when this is over.
-
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.
-
So your company either works with Microsoft or has a weird idea of security. Teams does not work without taking home to Microsoft. My company tried everything but couldn’t make it work, so they extended their Skype for business service for some years.
I hope they switch to Linux when this is over.
Been in business 20 years with regular pen testing and had no complaints and have some pretty large clients.
.Net is popular in the UK for enterprise.
Might do you well to make less assumptions.
-
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.
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.
-
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.