Search results

  1. rbranco

    AI finds thousands of zero-day exploits... including in FreeBSD.

    https://mastodon.social/@bagder/116407415773474377
  2. rbranco

    Spending $17 million to replace git

    It's a fancy wrapper around git branch, revert, worktree, stash, etc. You can have "unlimited undo" just by reverting.
  3. rbranco

    AI finds thousands of zero-day exploits... including in FreeBSD.

    You must know the saying from a few years ago that software was eating the world. Now AI is eating software through commoditization and licence laundering bringing total disruption. Now is the worst time to take anything for granted... While previously you'd hire a designer for a logo or a...
  4. rbranco

    AI finds thousands of zero-day exploits... including in FreeBSD.

    The ones selling the shovels are getting insane profits. The hyperscalers have yet to turn a profit but they have lots of money to spend. They can also reinvent themselves like Google & Meta not being strictly IT companies anymore but in the ad business.
  5. rbranco

    AI finds thousands of zero-day exploits... including in FreeBSD.

    There's lots of hype but there's also doomerism and both sides are wrong. The most obvious use-case for AI is cheap entertainment like memes and NSFW content that even OpenAI is flirting with. Those waiting for an AI bubble pop will be disappointed... We don't need AGI for LLM's to be useful...
  6. rbranco

    AI finds thousands of zero-day exploits... including in FreeBSD.

    The hype is unavoidable and we gotta learn to separate the wheat from the chaff. There will come a time, very soon, where it'll be considered rude to submit code to review that you didn't review thru to a LLM first. This is being automated in CI as we speak where an AI agent does the...
  7. rbranco

    Wake-on-LAN not working on "igc" driver - NIC Intel I226-V

    It's a warning message that appears only when compiling on -CURRENT and it can be ignored as it's not related to this patch.
  8. rbranco

    Wake-on-LAN not working on "igc" driver - NIC Intel I226-V

    I tested the PR and it works on 16-CURRENT.
  9. rbranco

    Wake-on-LAN not working on "igc" driver - NIC Intel I226-V

    Did you see this message? [7.265661] debugnet_any_ifnet_update: Bad dn_init result from igc0 (ifp 0xfffff80001af3400), ignoring.
  10. rbranco

    Wake-on-LAN not working on "igc" driver - NIC Intel I226-V

    I have 2 GMKTec boxes with I226-V. Will test this on 15-STABLE & 16-CURRENT over the weekend. Thanks a lot for your patch.
  11. rbranco

    Wake-on-LAN not working on "igc" driver - NIC Intel I226-V

    Why not open a PR in github?
  12. rbranco

    AI finds thousands of zero-day exploits... including in FreeBSD.

    https://lwn.net/SubscriberLink/1066581/707ceec74fede8e6/
  13. rbranco

    AI finds thousands of zero-day exploits... including in FreeBSD.

    Also OpenBSD. But I think there was another thread where we were discussing this.
  14. rbranco

    Claude Code cracks FreeBSD within four hours

    https://www.phoronix.com/news/Greg-KH-Clanker-Linux-Bugs
  15. rbranco

    Claude Code cracks FreeBSD within four hours

    Code must have been reviewed by an human so it can be copyrighted, otherwise it belongs to the public domain. As long as the code is reviewed by humans, it's fine.
  16. rbranco

    Claude Code cracks FreeBSD within four hours

    LLM's came here to stay and the sooner we accept the new normal the better. Right now there are 3 types of people: 1. Those who use LLM's and are transparent about it. 2. Those who use LLM's and don't disclose it. 3. Those who only complain about LLM's. The last 2 will shrink over time in the...
  17. rbranco

    Claude Code cracks FreeBSD within four hours

    View: https://x.com/cperciva/status/2035045573116789002 View: https://x.com/cperciva/status/2035046522753343837
  18. rbranco

    FreeBSD Metalheads

    SUSE has nice parody videos. Check out their channel for more. View: https://www.youtube.com/watch?v=WoGywmAaa50&list=PL6sYHytyKN2-X93TurF3JptW8qSVm0DzA&index=4 View: https://www.youtube.com/watch?v=3nkRstRQT54&list=PL6sYHytyKN2-X93TurF3JptW8qSVm0DzA&index=15 View...
  19. rbranco

    Which version of VI (vi, nvi, nvi2, vim, nvim) are you using and why?

    vim has a nasty security vulnerability with no CVE yet: https://www.openwall.com/lists/oss-security/2026/03/30/3 To disable, add this to your ~/.vimrc: set nomodeline To check if you're vulnerable, run from vim: :echo &modeline It should be 0.
  20. rbranco

    Which version of VI (vi, nvi, nvi2, vim, nvim) are you using and why?

    vim because it has syntax highlighting. You're missing neovim.
Back
Top