Search results

  1. rbranco

    Will FreeBSD adopt a No-AI policy or such?

    It's documented here: https://wiki.netbsd.org/zfs/ ZFS on root isn't supported in the installer yet, though, and I don't quite understand the wiki here: https://wiki.netbsd.org/root_on_zfs/ Also interesting: https://mail-index.netbsd.org/netbsd-users/2025/12/19/msg033689.html
  2. rbranco

    Will FreeBSD adopt a No-AI policy or such?

    If we discuss the ethics: 1. We'll never agree on them pleasing everybody or even most people. 2. We genuinely risk that other countries develop more powerful models because they don't have the same moral itch as us. We must know how the models behave with all the data produced by mankind...
  3. rbranco

    Will FreeBSD adopt a No-AI policy or such?

    LLMs came here to stay and we have to learn to live with it. I was also skeptical at first but the technology has potential. We have to find a middle ground between the AI optimism and the doomerism. The latter only contributes to AI exceptionalism, and thus to the hype. It all depends on...
  4. rbranco

    Will FreeBSD adopt a No-AI policy or such?

    The UN has no such powers.
  5. rbranco

    Will FreeBSD adopt a No-AI policy or such?

    No. We're all much better than that. Arguing is a petty-bourgeois vice.
  6. rbranco

    Will FreeBSD adopt a No-AI policy or such?

    GPL code in training doesn't make any generated code GPL. Good luck to the FSF arguing that in court, though IANAL. GPL infection is done via linking and libraries may contain the linking exception or use the LGPL.
  7. rbranco

    Will FreeBSD adopt a No-AI policy or such?

    This is not true. I'm not a fan of Wikipedia but here are some pointers: https://en.wikipedia.org/wiki/Artificial_intelligence_and_copyright They won't go after NetBSD. Lawsuits are all about money.
  8. rbranco

    Will FreeBSD adopt a No-AI policy or such?

    The chance of this happening is close to nil. Why isn't NetBSD afraid of Oracle lawsuits over ZFS then?
  9. rbranco

    Will FreeBSD adopt a No-AI policy or such?

    In the worst case scenario, the code belongs to the Public Domain. That's why we shouldn't just accept whatever is copy/pasted but heavily modify it after review. LLM's are just another tool like compilers.
  10. rbranco

    FreeBSD Metalheads

    I kinda agree. I see some problematic developments: 1. Heavy-metal tends to be guitar-solo centric and over time the tendency has been to play them to perfection. So on one end of the spectrum you have Led Zeppelin, where each live album is different from each other, and in the other you have...
  11. rbranco

    GMKTek Mini PC with Intel N97

    I bought a G11 at the store just yesterday and it's sad that they now produce 2 invoices. One for $159 so they pay less taxes and refund less to you and another with the real price that they tell you they won't refund. The whole thing is shady now. Sigh. At least I got a €30 discount code...
  12. rbranco

    Tmux has AI generated code?

    I used to like what he does on OS News. Then I made the mistake of following him on the Fediverse where he mostly shitposts and lots of times he clearly doesn't know what he's talking about. He says that FreeBSD is fascist because there's a package for xlibre. I find the abuse of this word...
  13. rbranco

    Tmux has AI generated code?

    The anti-AI bias from Thom Holwerda from OS News is well known.
  14. rbranco

    Will FreeBSD adopt a No-AI policy or such?

    I'm seeing commits tagged with `Assisted-By: Claude Opus 4.6`.
  15. rbranco

    kernel MINIMAL not booting

    I reported it 2 years ago: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276240 Tried to fix it here but wasn't successful: https://github.com/freebsd/freebsd-src/pull/1020
  16. rbranco

    UFS OpenSuse support for UFS

    You have to remove it from the blacklist: rm /usr/lib/modprobe.d/60-blacklist_fs-ufs.conf It's not that great. YMMV. ZFS is the way.
  17. rbranco

    Solved Warning: Latest 15 stable update breaks drm-*-kmod

    I dunno why these LinuxKPI commits were committed to the main & stable/15 branches the same day. Should have been tested in -CURRENT fist.
  18. rbranco

    Solved Warning: Latest 15 stable update breaks drm-*-kmod

    If you use ZFS you can also do a rollback to the latest snapshot (assuming you take snapshots before upgrading): mount -u / zfs rollback -r $(zfs list -t snapshot | tail -1 | awk '{ print $1 }')
  19. rbranco

    The upcoming death of setuid/setgid on Linux

    And that's why it makes sense that newgrp has setuid turned off in FreeBSD. OpenBSD lacks the command. Only in NetBSD is setuid but any user could read the hashed group password in /etc/group
  20. rbranco

    Linux binary compatibility flavour

    You can also use podman.
Back
Top