Zig quits GitHub, says Microsoft's AI obsession has ruined the service
171–180 of 641 posts
Re: Zig quits GitHub, says Microsoft's AI obsession has ruined the service
#172Re: Zig quits GitHub, says Microsoft's AI obsession has ruined the service
#173I have sympathy for some of the GitHub complaints. otoh just went to try to signup for Codeberg and it's down ... 95% uptime over the last 2 weeks? https://status.codeberg.org/status/codeberg
Re: Zig quits GitHub, says Microsoft's AI obsession has ruined the service
#174MS in particular _really_ seems to be sacrificing itself on the altar of Roko's Basilisk; they appear totally incapable of doing _anything_ that isn't AI-branded anymore.
Re: Zig quits GitHub, says Microsoft's AI obsession has ruined the service
#175Earlier quoted context omitted.
I don't agree with this at all. I think the reason Github is so prominent is the social network aspects it has built around Git, which created strong network effects that most developers are unwilling to part with. Maintainers don't want to loose their stars and the users don't want to loose the collective "audit" by the github users. Things like number of stars on a repository, number of forks, number of issues answ…
> Things like number of stars on a repository, number of forks, number of issues answered, number of followers for an account. All these things are powerful indicators of quality, and like it or not are now part of modern software engineering. I hate that this is perceived as generally true. Stars can be farmed and gamed; and the value of a star does not decay over time. Issues can be automatically closed, or answere…
Re: Zig quits GitHub, says Microsoft's AI obsession has ruined the service
#176Re: Zig quits GitHub, says Microsoft's AI obsession has ruined the service
#177Earlier quoted context omitted.
That's rough ... it is a bad, bad world out there.
Try exposing a paswordless SSH server to outside to see what happens. It'll be tried immediately, non-stop. Now, all the servers I run has no public SSH ports, anymore. This is also why I don't expose home-servers to internet. I don't want that chaos at my doorstep.
To avoid needing SSH just send your logs and metrics out and do something to autodeploy securely then you rarely need to be in. Or use k8s :)
Re: Zig quits GitHub, says Microsoft's AI obsession has ruined the service
#178To be fair this has more to do with Github Actions than Github, which from the beginning was never really going to rival any professional solution. The people at Zig should use proper CI tools and not something that a big service provider is offering as an afterthought.
Which professional solution do you prefer?
And there exist a lot of specialized solutions out there, where the business model is purely CI.
Re: Zig quits GitHub, says Microsoft's AI obsession has ruined the service
#179Earlier quoted context omitted.
Try exposing a paswordless SSH server to outside to see what happens. It'll be tried immediately, non-stop. Now, all the servers I run has no public SSH ports, anymore. This is also why I don't expose home-servers to internet. I don't want that chaos at my doorstep.
Yeah, I have been thinking about hosting a small internet facing service on my home server, but I’m just not willing to take the risk. I’d do it on a separate internet connection, but not on my main one.
Re: Zig quits GitHub, says Microsoft's AI obsession has ruined the service
#180Earlier quoted context omitted.
I don’t remember AI being used as a widespread marketing term until 2-3 years ago. Before that it was just more of a vague tech thing you’d sometimes see, but now every single app seems to have reframed their business to be about AI agents.
There have been at least 3 waves of AI before the LLM generation. 70s , 80s and late 90s. https://en.wikipedia.org/wiki/AI_winter Early 2010s had a lot of neural networks AI stuff going on and it certainly became a minor hype cycle as well though that kind of resulted in the current LLM wave.