Earlier quoted context omitted.
oh god... he has a humongous AI generated PR for julia too https://github.com/tshort/StaticCompiler.jl/pull/180
More context/discussion on this: https://discourse.julialang.org/t/ai-generated-enhancements-... (Honestly, that's a lot more patience than I'd be able to give what are mostly AI-generated replies, so kudos to these folk.)
Migrating the main Zig repository from GitHub to Codeberg
391–400 of 952 posts
Re: Migrating the main Zig repository from GitHub to Codeberg
#392I'm happy to see the move. Codeberg is probably a more stable/long-term solution than SourceHut as the founder is slightly unhinged (but love what he has built). Honestly, either would have been great choices. More opensource projects should move off GitHub. I moved off it myself.
I’m pretty sure Drew has stepped away from SourceHut. It’s kind of a bummer SourceHut stuck so stubbornly to mailing list only workflows. Everything else about the platform is great.
Re: Migrating the main Zig repository from GitHub to Codeberg
#393Earlier quoted context omitted.
Would you perhaps have preferred if they referred to it as "unprofessional" or "sloppy" instead alluding of monkeys? To me all those mean the same thing, except the latter is more flavorful and makes my eyes less likely to glaze over. > Imagine how you would feel if you were the person who wrote this code, and now you are being called a monkey in front of thousands of people on the internet. Er.. so? Why should anyon…
Not everyone is build robust enough for being called a monkey or loser straight into the person's face.
Re: Migrating the main Zig repository from GitHub to Codeberg
#394Earlier quoted context omitted.
It is still not a proper fix. It is still busy-looping 100% CPU. Given that Github Actions is quite popular, probably wasting large amount of energy. But probably good at generating billable Actions minutes. One can only hope that not many people use sleeps to handle their CI race conditions, as that itself is also not a proper fix.
Clearly the job for a microservice. Accept number of seconds to wait as url, return content after that many seconds. Then just use curl in runner.
Re: Migrating the main Zig repository from GitHub to Codeberg
#395To see this just as a hosting switch misses the bigger picture. This is the logical infrastructure conclusion of Zig's 'Zero Dependency' philosophy. Zig spent years removing dependencies on the system C compiler (zig cc), removing dependencies on libc, and is currently working to remove the dependency on LLVM (the self-hosted backend). GitHub was just another dependency. For a project obsessed with reproducibility an…
Re: Migrating the main Zig repository from GitHub to Codeberg
#396Earlier quoted context omitted.
I think it's a breath of fresh air. Don't want to be called out like this then stop fucking up.
Not everyone is that robust. People get hurt over things like that. Not everyone is a wizard who does not give a fuck and does not need to care. These are people for God's sake. Empathy!
Re: Migrating the main Zig repository from GitHub to Codeberg
#397Re: Migrating the main Zig repository from GitHub to Codeberg
#398> it’s abundantly clear that the talented folks who used to work on the product have moved on to bigger and better things, with the remaining losers eager to inflict some kind of bloated, buggy JavaScript framework on us in the name of progress. > More importantly, Actions is created by monkeys This writing really does not reflect well on Zig. If you have technical issues with Github, fine: cite them. But leave ad ho…
Seems like the HN mob is just as capricious as the author in deciding who gets as pass or not.
Re: Migrating the main Zig repository from GitHub to Codeberg
#399Looking at these comments, it's painfully apparent how many think that being polite in your communication is more important than actually doing something. I agree it would have been nicer if the message was more polite. But if you compare that to having the backbone follow through with meaningful long-term changes against a corporation you don't trust or respect, there shouldn't even be a discussion. And don't even g…
I absolutely agree, but people in charge of large projects/groups, in any context, should know better than to put their personal feelings and opinion on topics into the "corporate" messages they are putting out. I am guilty of this myself, no one is holier than thou, but still. AK should know better.
Re: Migrating the main Zig repository from GitHub to Codeberg
#400I'm not a fan of GitHub Actions either, but is there actually anything better nowadays? I've just come to accept it as the best of bad options.