Slashdot Mirror


Yearly FreeBSD Foundation Fundraising Campaign Is On

An anonymous reader writes "The FreeBSD Foundation's annual year-end fundraising drive is currently running. Their goal this year is US$ 1M, and they're currently at US$ 427K. In 2013, the efforts that were funded were from the last drive were: Native iSCSI kernel stack, Updated Intel graphics chipset support, Integration of Newcons, UTF-8 console support, Superpages for ARM architecture, and Layer 2 networking updates. Also various conferences and summit sponsorships, as well as hardware purchases for the Project. The Foundation is a US 501(c)3 non-profit, so your donations (if in the US) are tax-deductible. Some of the larger 2013 (corporate?) sponsors so far are NetApp, LineRate, WhatsApp, and Tarsnap."

5 of 83 comments (clear)

  1. Stop and consider... by thatkid_2002 · · Score: 3, Interesting

    FreeBSD probably isn't useful to you every day. Maybe some of your net traffic will go through a FreeBSD box, but that box could be replaced by just about anything really. However, I'm not trying to say that FreeBSD is useless or irrelevant - what I want to say is that FreeBSD has some excellent out-of-band uses.

    I think people should consider the value of the educational, developmental, experimental and competitive opportunities that FreeBSD provides. We need projects and communities which have low hanging fruit for beginners and we need projects that are ready to give different approaches to problems a go - so that the rest of us on whatever OS can learn from it regardless of the success of the implementation.

    The same goes for my favourite alternative OS - Haiku which also contains some bits and pieces from FreeBSD for networking/wireless IIRC. (BTW, it has package management now and a lot of improvements to the native browser, and more.)

  2. Re:For surely by LordLimecat · · Score: 3, Insightful

    FreeBSD isnt for the desktop. Next time you need a quick-deploy firewall with advanced features in a virtual environment, and you stumble across pfSense or m0n0wall, remember to thank FreeBSD for making such a stable system.

    My experience with it has been limited to a few appliances (freenas, pfsense, etc), but I've generally found it to be way more stable and better performing than linux alternatives (openfiler, untangle). Im sure there are a myriad of technical and non-technical reasons for that, but either way, I hope the FreeBSD folks keep it up.

  3. Re:For surely by Vskye · · Score: 4, Informative

    Check out PC-BSD sometime. http://www.pcbsd.org/

    --
    Life was hell, then I discovered Linux...
  4. Re: For surely by adri · · Score: 3, Informative

    Works fine for me on chips supported by dri. The dri2 support is being nailed down now and once that's in it'll work fine on the same bleeding edge Intel hardware Linux does.

    I'm the wifi guy. The WiFi is now up to date on Intel and Atheros 11n. I'd like some help with broadcom. I'll do the Intel and Atheros 11ac stuff early next year.

    I'm currently evaluating power management. FreeBSD and xorg on my ivybridge lenovo x230 draw 9w when idle. We are ok at using the deep sleep states per core and package but there's room for improvement.

    I'm making the turbo boost stuff work out of the box. Powerd is .. Dumb. Modern CPUs are fine at running at the highest clock rate but spending time in c3 and lower. So I'll fix powers to do that on these chips.

    I'm using an x230 in vesa mode but it works fine if you use the new DRI and xorg code. I do day to day hacking on the lenovo t400, mostly due to the cardbus slot I still use.

    The only thing missing is hotplug express card.

    So.. It's not perfect. 10.0 will not be laptop great. I expect 10.1 with updated dri2 and xorg along with Intel WiFi fixes and my power management stuff to be great.

    There.

  5. Re:For surely by Zenin · · Score: 3, Insightful

    Stability comes in many forms, not simply up time.

    For example, Linux has a long, long history of badly managed architectural transitions:
    a.out to ELF
    libc to glibc
    virtual memory manager musical chairs
    filesystem flavor of the month
    32bit to 64bit
    package manager du jour
    sound
    MAKEDEV/devfs/udev.

    Stack on top of that the variety of distributions, with their own often wildly different ideas about where things should live and how they should be managed, frequently causes stability issues by introducing human error points. Many of those ideas are also inherently bad and affect stability, such as RedHat and friends throwing everything and the kitchen sink into /usr. -Yes, some packages can be retargeted...but not many, and doing so breaks convention (albeit a bad one) causing the same sort of management stability issues that multiple distros cause just on the local level.

    All of that ends up being a make-work program for Linux System Administrators...honestly at leat 50% of your daily job only exists because of the instability of the Linux ecosystem.

    Linux (all distros, all of it) is a Configuration Manager's worst nightmare.

    --
    My /. uid is better then your /. uid