Search results

  1. rbranco

    What shell do you use daily?

    Bash because it lets me do stuff like `cp /etc/passwd{,.bak}`, ranges like {1..3}, lists and associative arrays. Only for root I leave the default Korn shell, C shell, etc. because it's tied to base.
  2. rbranco

    Which books do you plan to read.

    I plan to read on finance & economics, a subject I dismissed in my teens as "materialistic". I'll eventually go back to Carlos Castaneda, Emil Cioran, Borges, Ramos Sucre, Dostoevsky, Guy de Maupassant, etc. One thing is certain: I won't read on political science ever again. Also, I was...
  3. rbranco

    Good bad experiences with social media "mastodon" & "bluesky" compared to "Reddit"

    The good things about Mastodon: - There's no endless scroll. - You can actually control your feed. I removed my account because: - It's an echo chamber for people trying to out-left each other. A rage machine. A wannabe Communist bar. - Lots of accounts mirror their content on X anyway.
  4. rbranco

    Solved Upgrade problems with Hashed files

    The issue is known and is being worked on: https://github.com/freebsd/pkg/issues/2721#issuecomment-5042684167
  5. rbranco

    Rust "makes programming fun again".

    Back to the topic: I think the problem is not so much the language but the ecosystem. For Bcachefs in Linux, which will be rewritten in Rust, you'll need a specific version and apparently this needs to have both Clang & GCC installed. It must be a bootstrapping and maintenance nightmare...
  6. rbranco

    Rust "makes programming fun again".

    They should migrate to the one based on LLVM like FreeBSD did. That CoC is based on the Contributor Covenant created by the same person who penned the Post-Meritocracy Manifesto. I have a deep distrust of all kinds of anti-meritocracy postures. PDVSA in Venezuela was explicitly meritocratic...
  7. rbranco

    Rust "makes programming fun again".

    It's the ideal language for LLMs because it's anal about everything.
  8. rbranco

    Will FreeBSD adopt a No-AI policy or such?

    It has plenty of spaces like LWN. It also had Groklaw in the past when they had the water in the neck. And in the worst case scenario it wouldn't be hard to fix. We geeks should discuss geek stuff and leave lawyer stuff to lawyers.
  9. rbranco

    Will FreeBSD adopt a No-AI policy or such?

    The Linux Foundation has the Open Invention Network with lots of companies pledged not to sue for patents. They must have the same protection wrt licenses that only apply to original code anyway. It's not like Linus suddenly allowed vibe-coding in the kernel. Google also provides legal...
  10. rbranco

    Will FreeBSD adopt a No-AI policy or such?

    Technical lists are not the best place for philosophical & ethical discussions that by their very nature are endless, and this is considered a feature and not a bug. There's no single outcome that will satisfy everyone and I think that Linus' verdict is the right one because it will benefit the...
  11. rbranco

    Will FreeBSD adopt a No-AI policy or such?

    Colin Percival & Linus Torvalds disagree. They have found bugs that were decades old and pieced together exploits in novel ways. There's a huge asymmetric disadvantage for defensive security right now. It's irresponsible not to use LLMs to level the playing field.
  12. 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...
  13. rbranco

    Will FreeBSD adopt a No-AI policy or such?

    I meant the FreeBSD code & license.
  14. 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.
  15. 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
  16. 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`.
  17. rbranco

    Must have pkgs

    wget2 for simultaneous download. Accepts the same options as wget.
  18. 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...
  19. 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.
  20. 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
Back
Top