Search results

  1. rbranco

    Will FreeBSD adopt a No-AI policy or such?

    LLMs are really good at: - Discussing ideas. - Generating skeleton code. - Creating unit tests. - Documentation. - Review. - Finding bugs. It's like having a second opinion, even a third. It's up to you if you want to also delegate the fun. We can throw the tedious parts to clankers. LLM...
  2. rbranco

    Will FreeBSD adopt a No-AI policy or such?

    I meant the FreeBSD code & license.
  3. rbranco

    Will FreeBSD adopt a No-AI policy or such?

    The source code is open and the license too. They could've done that already.
  4. rbranco

    Will FreeBSD adopt a No-AI policy or such?

    Please someone forward this to FreeBSD developers: https://claude.com/contact-sales/claude-for-oss
  5. rbranco

    Does anyone know what happened to NetBSD?

    I guess they're fixing lots of stuff found with LLMs. You can help with testing. In RC6 they fixed a coredump that I reported in `efi -v`.
  6. rbranco

    Must have pkgs

    wget2 for simultaneous download. Accepts the same options as wget.
  7. rbranco

    Is the High Price of RAM a Good Opportunity to Promote FreeBSD?

    This can very well work. Only on Linux it seems not recommended to use a zvol for swap: https://openzfs.github.io/openzfs-docs/Project%20and%20Community/FAQ.html#using-a-zvol-for-a-swap-device-on-linux But needs careful investigation. On Linux I thought that zram was better than zswap and...
  8. rbranco

    Is the High Price of RAM a Good Opportunity to Promote FreeBSD?

    No. I tried experimenting with geom_uzip(4) and swap-backed md(4) but couldn't get much further.
  9. rbranco

    Solved Cannot boot from NVMe device (Samsung SSD 970 EVO 250GB)

    This is very easy to fix now. Boot an installer image and go to the shell: To check the pools that ZFS detects: zpool import Optionally check any leftover labels: zdb -l /dev/$partition This is the command that fixes it all: zpool labelclear -f /dev/$partition
  10. rbranco

    GMKTek Mini PC with Intel N97

    Just to report that I succesfully installed FreeBSD 16.0-CURRENT, NetBSD 11.0 & OpenBSD 7.9 on one drive, and DragonflyBSD 6.5.0 on the other. The RTL8125BG works on all of them.
  11. rbranco

    Freebsd 15.1. -p1 dirty ???

    The dirty comes from git and means changes that are not commited. Seems like someone or the build script just applied the patch against the git revision for 15.1 and then compiles, without doing a git commit. It's harmless but feels... dirty...
  12. rbranco

    GMKTek Mini PC with Intel N97

    I'm happy that I could finally install OpenIndiana on the G3 Plus. Dual-booting with FreeBSD. Next step: NetBSD & OpenBSD in the same drive as FreeBSD.
  13. rbranco

    Why?

    Because of capitalism!1!
  14. rbranco

    Low-resource open source developers pretty much screwed now

    All I can say is: - Don't take anything for granted. Things are a lot more unpredictable now. - Always strive to have an open mind. This is hard to do because our natural tendency is to have an opinion before getting all the facts, which is also not easy because there are many unknown...
  15. rbranco

    What's happening to FreeBSD?

    Nothing is being done at the expense of anything. In open-source, most stuff gets done because someone wants to scratch an itch, and we're not in a position to tell developers what to do or don't. This stuff is optional and is not being pushed by anyone on anyone. And life goes on.
  16. rbranco

    rcd(8) - new service manager daemon

    Can't wait for it to finally land on -CURRENT. I'll be a proud early adopter & tester.
  17. rbranco

    Pickled Situation...Any advice is welcomed

    I suggest replicating the infrastructure in virtual machines as much as possible.
  18. rbranco

    What's happening to FreeBSD?

    I think most of us agree that pkgbase & rcd don't fit that criteria.
  19. rbranco

    What's happening to FreeBSD?

    Faster boot time has nothing to do with Systemd. OpenRC is faster. rcd in FreeBSD is a welcome development. Sometimes I feel like I'm in listening to third-worldist fake environmentalists preaching degrowth. There's nothing wrong with improving FreeBSD.
  20. rbranco

    What's happening to FreeBSD?

    pkgng doesn't replace freebsd-update, though the latter is redundant with pkgbase now with pkg-upgrade. The only missing piece is ZFS boot environments like Solaris/Illumos's pkg-update.
Back
Top