Search results

  1. 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...
  2. rbranco

    Tmux has AI generated code?

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

    Will FreeBSD adopt a No-AI policy or such?

    I'm seeing commits tagged with `Assisted-By: Claude Opus 4.6`.
  4. 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
  5. 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.
  6. 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.
  7. 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 }')
  8. 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
  9. rbranco

    Linux binary compatibility flavour

    You can also use podman.
  10. rbranco

    The upcoming death of setuid/setgid on Linux

    Group passwords are really neat. Before rootless Docker became possible on Linux, you had 2 options: either run docker through sudo or assign yourself to the docker group, which is dangerous. I chose a 3rd option that they adopted in their documentation...
  11. rbranco

    Can we please have a forum for LLMs/AI topics?

    Having a subforum makes a lot of sense as it would help to depoliticize the subject or keep it contained.
  12. rbranco

    The upcoming death of setuid/setgid on Linux

    On *BSD there's no equivalent to Linux's /etc/gshadow to store the group password.
  13. rbranco

    The upcoming death of setuid/setgid on Linux

    Turns out it's doable in FreeBSD with procctl(2) and PROC_NO_NEW_PRIVS_CTL https://man.freebsd.org/cgi/man.cgi?procctl(2) The command to do this would be: proccontrol -m nonewprivs /bin/sh I wonder if HardenedBSD would dare to do this in the future.
  14. rbranco

    Spending $17 million to replace git

    You're abusing git here because the only file metadata git stores is file permissions, but not owner/group, flags, etc.
  15. rbranco

    BSD Make > GNU Make

    I'm not a GNU hater, btw. I just like the way BSD make is integrated with the rest of the system and some design choices. GNU make has stuff heavily inspired by LISP that some people love anyway and you can directly use Guile on it.
  16. rbranco

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

    https://mastodon.social/@bagder/116407415773474377
  17. 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.
  18. 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...
  19. 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.
  20. 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...
Back
Top