1. 20
  1.  

  2. 3

    Tangentially related, why does The FreeBSD Foundation need a million dollars a year?

    1. 4

      I believe before last year (i.e. 2012), their fundraising goals were significantly smaller. Perhaps they thought that people stopped donating once the goals were met, so they raised the ceiling.

      As to what the money is used for: https://www.freebsdfoundation.org/documents scroll down to “financials” and you will find this linke for the 2013 budget

      1. 3

        To support their larger base image and ISOs? (I’ve always wondered why the heck FreeBSD’s install media is so much bigger…)

        OpenBSD: (network install) cd54.iso 6.3 MB, (local install, full base) install54.iso 216 MB

        FreeBSD: (network install) FreeBSD-10.0-RELEASE-i386-bootonly.iso 195 MB, (local install) FreeBSD-10.0-RELEASE-i386-disc1.iso 564 MB

        1. 7

          All those ANSI codes in their curses installer take up a lot of room.

      2. 1

        I’ll donate as soon as bzip2 is included in base.

        1. 2

          but vax!

            1. 1

              But why? If you want something that’s fast and everywhere, you have gzip.

              If you want to trade speed for tight compression, you go for lzma, xz, etc..

              Bzip2 is slow and doesn’t compress quite so well. Worst of both worlds.