Which distro are you neckbeards using?
@frostclaw20 DragonFly BSD, of course!
@architect why even use bsd?

@frostclaw20 Because:
• better native filesystems
• better debugging utilities (dtrace/vkernels)
• better process isolation
• binary and source repos
• ports collection
• pf

Just to name a few awesome features, why would I use Linux when I can have all this awesome stuff? :D

@architect How many apps do you have installed on BSD?
@frostclaw20 I don't have the faintest idea offhand, but it's no less than I had installed on Linux, nearly every important program is available on both platforms
@architect I didn't know that. Do bsd people just take em from git and compile them for bsd?
@frostclaw20 depends on the program, but it's either a native BSD application or gets ported and joins either the binary repos or the ports collection. What doesn't exist there may just need someone to be interested enough in using it to make sure they can get it working on BSD and file a report with whichever project to get it included. Pretty similar to how things end up on Linux