Search results

  1. rbranco

    ZFS Reliability of ZFS native encryption

    I couldn't reproduce with this: $ truncate -s 128M zfs.img $ sudo zpool create testpool ./zfs.img $ sudo zfs create -o compression=off -o encryption=on -o keyformat=passphrase -o keylocation=prompt testpool/crypt $ sudo dd if=/dev/urandom of=/testpool/crypt/testfile bs=1M status=progress $ sudo...
  2. rbranco

    ZFS Reliability of ZFS native encryption

    Did you try with OpenZFS 2.4.0? https://github.com/openzfs/zfs/releases/tag/zfs-2.4.0 > Better encryption performance using AVX2 for AES-GCM (#17058)
  3. rbranco

    Solved VLC can't read h265

    multimedia/gstreamer1-plugins-x265 or multimedia/x265 ?
  4. rbranco

    Can I set a swap in zvol?

    It's not anecdotal. It still has issues: https://github.com/openzfs/zfs/issues/7734
  5. rbranco

    Other XML vs. JSON

    Both are bloated and wasteful. An array of N objects duplicates the name of each struct member N times. I've seen tools getting OOM killed because of this. Now RAM prices are high and we should come up with something better.
  6. rbranco

    Post Your Art and Writings Made on FreeBSD

    I've seen some of your stuff in the web and wonder why don't you publish it on Amazon. I enjoy the dark aesthetics of these. These are the sort of things I'd enjoy on a plane or in a digital detox when visiting family members. Seriously consider publishing.
  7. rbranco

    Why did you stopped using FreeBSD ?

    This is not true. The CoC is not based on the Contributor Covenant by Coraline Ada, who is also the author of the Post-Meritocracy Manifesto. The current one is based on LLVM & Django's. We're 3 years past this peak non-sense and things are returning to normal with the good ol' shut up & code...
  8. rbranco

    Post some hardware porn

    The Internet is full of these stories and I don't think it's an urban myth. https://www.cnet.com/news/privacy/study-unpatched-pcs-compromised-in-20-minutes/ https://macdailynews.com/2005/06/27/microsoft_windows_average_survival_time_rises_to_40_minutes_for_unprotected/
  9. rbranco

    Old hardware porn

    Nope. =/
  10. rbranco

    Post some hardware porn

    And don't connect it to the Internet. I think the average time to get pwned on old versions is half an hour.
  11. rbranco

    GMKTek Mini PC with Intel N97

    Got my import charges back. They're reliable.
  12. rbranco

    Add capsicum to jails

    Capsicum is more granular and works on file descriptors so it's not that easy. It's for programs to sandbox themselves. I think that's why Capsicum in Linux implemented by Google never took off. The best you can do is to load it via LD_PRELOAD to enter in capability mode but this will work...
  13. rbranco

    Valuable News – 2026/01/26

    https://www.jeffgeerling.com/blog/2026/raspberry-pi-cheaper-than-mini-pc/ It's on Amazon at €219 but I bought it directly from the manufacturer at €179 with the first-time buyer's discount of €20. I'm just waiting for the €51 custom fee refund. Intel N150 is a lot faster than the A76. I find...
  14. rbranco

    An introduction to OCI Containers on FreeBSD

    Try with podman-run's --network=host
  15. rbranco

    bsd.prog.mk

    You'll be surprised that it tends to just work on all BSD variants. Stuff that breaks: PROG & PROGS with multiple targets. To enable warnings I set both `WARNINGS= yes` and `WARNS= 3`
  16. rbranco

    KDE Plasma Login Manager Won’t Support Systemd-Free Linux or BSD Systems

    Neal Gompa is a nice fellow and the replies are clear: KDE will continue working on FreeBSD.
  17. rbranco

    KDE Plasma Login Manager Won’t Support Systemd-Free Linux or BSD Systems

    This is only the Plasma Login Manager which was forked from SDDM. Plasma/KDE improved support for OpenBSD in the last release: https://blogs.kde.org/2026/01/03/this-week-in-plasma-new-year-new-accessibility-features/#plasma-660-3
  18. rbranco

    How is your prompt engineering?

    https://martinalderson.com/posts/which-programming-languages-are-most-token-efficient/
  19. rbranco

    powerd -r and -i options only calculate based on ONE core, but I have 8 cores

    I don't use powerd as it's not used on Intel chips. Dunno about AMD. > Users accustomed to using powerd(8) or sysutils/powerdxx will find these utilities have been superseded by the hwpstate_intel(4) driver and no longer work as expected. https://docs.freebsd.org/en/books/handbook/book/
Back
Top