NetBSD 9.5 released and EOL for NetBSD-9
Posted by jaypatelani 1 day ago
Comments
Comment by jmclnx 1 day ago
Comment by soupbowl 1 day ago
Comment by jmclnx 1 day ago
Comment by throwaway270925 17 hours ago
Comment by 0dayz 1 day ago
Comment by jmclnx 1 day ago
But I saw somewhere someone is working on a jail like item for NetBSD.
Comment by soupbowl 1 day ago
Comment by iberator 22 hours ago
Oldest one: VAX780 from 1978(!!!). First 32bit xpu with mmu
Comment by 3qajsh17 1 day ago
Comment by emidln 1 day ago
The "no slop" policy is the same as it ever was: garbage has to make it through patch code review. If an LLM wrote it rather than a human and it passes patch review, it's fine. Rejecting features or fixes because a probabilistic algorithm said "should look like this" feels a lot like rejecting c/c++ because you read Intel's docs and have a hex editor.
Edit: s/like like/look like/
Comment by a31ahg 1 day ago
Comment by sigseg1v 1 day ago
Comment by AdieuToLogic 1 day ago
Equating LLM generated code to "lab-grown diamonds" is disingenuous at best.
> Someone would be happy to take them and [be] none the wiser.
If the quality of GenAI PRs were equivalent to those authored by experienced contributors, then there would not be as many GenAI PR bans in FOSS operating system repositories.
Comment by emidln 1 day ago
If it "looks like claude" in that it's overly verbose (in code or comments), missing tests, etc then it should be rejected for lack of merits. If the only indication is "this user fixed 10 bugs in an hour" and the PRs are otherwise fine on the merits, rejecting the PRs because an LLM wrote them is the same as rejecting them because you know they're from an emacs user.
Comment by lelanthran 1 day ago
You don't know that they are low effort PRs until you expend time and energy, while in the meantime more important PRs might be in the queue that can potentially never get seen if the submitter decides to keep that rate up for a week.
The project will die before you get to other's PRs decades later.
The answer might be to RR reviews from submitters and not treat PRs as first come first served.
That way other submitters don't have their PRs blocked.
Comment by othmanosx 18 hours ago
Comment by lelanthran 4 hours ago
Comment by AdieuToLogic 1 day ago
Why? Because the onus of determining fitness of purpose and correctness has to be done by someone. So if a PR is buggy and/or lacking in test coverage, but was made by a contributor making an honest effort, then experienced contributors can help educate the person as to what is missing or needs to be considered. Ultimately, this is a form of apprenticeship.
Contrast that with someone using an LLM to produce the exact same PR. Who can be mentored? Who can be referred to materials which can deepen requisite knowledge?