I don't use anti-virus software as you have to be doing your computing wrong to get viruses anyway.
Malicious software in general is what concerns me and it is probably better to not use Windows as Windows itself is malicious software with Microsoft being able to make changes to your system without your permission using the backdoor known as "Windows Update"(Which Microsoft doesn't deny, they just claim it isn't malicious). Also with the Edward Snowden leaks of the emails that Microsoft were sending to the NSA. Giving the NSA information on security flaws in Microsoft Windows before they were patched some time later. That to me is more concerning than software that might break or slow down your system.
Anytime someone tells me to use linux as a everyday OS I send them this video: https://www.youtube.com/watch?v=5pOxlazS3zs
You send them a video of Bryan Lunduke? You mean the same guy in this video:
http://www.youtube.com/watch?v=pSxX8a_TC7I Or the same guy that wrote the book "Linux is Badass"? And the same guy who writes GNU/Linux software and writes articles about GNU/Linux?
I think you just saw the title "Linux Sucks" and didn't watch the whole video were he arrives at the conclusion that linux does not suck because he himself uses GNU/Linux as an every day OS.
With that said, I don't actually recommend Bryan Lunduke as a source for information about GNU/Linux. Instead you should visit
http://www.gnu.org or
http://www.fsf.org and read about the GNU operating system and their free software philosophy or
http://www.stallman.org which is the personal website of the founder of the operating system.
For example if you need a program that is windows only (in my case a CAD program for FPGA development) you have to shut down and go back into windows, even with an SSD which I can boot into windows with in less than 15 seconds its a big pain in the ass.
Running Windows software really has nothing to do with the goals of GNU or Linux. There is a piece of software called Wine(Wine Is Not an Emulator) that makes it possible for you play games and run software natively on GNU/Linux that were built to run on Windows. If you want an operating system that is free but binary compatible with Windows then try this:
http://www.reactos.orgSecondly linux will never get proper drivers for certain things, I can't even use my onboard audio on linux because its not a realtek chip but a VIA one, which means I need to buy a sound card (which more than likely won't have linux drivers and if it does, they will be pretty terrible, though this is for windows too) or have no audio.
Uh certainly Linux has much wider range of driver support than Windows. For example you could never get windows 8 to install on a computer from 2001, where as you could compile Linux strait from git and it will have full support and run just fine on it. Linus Torvalds had recently said this in regards to removing really old EISA support from the kernel: "So if we actually have a user, and it works, then no, we're not removing EISA support. It's not like it hurts us or is in some way fundamentally broken, like the old i386 code was (i386 kernel page fault semantics really were broken, and the lack of some instructions made it more painful to maintain than needed - not like EISA at all, which is just a pure add-on on the side)," I don't think Windows has support for most filesystems either such as ext or btfs which is why Windows has slower read and write speeds and the HD can become fragmented. Linux just sometimes lacks support in newer hardware or odd hardware which most of the time is entirely the hardware manufactures fault. Usually these are wireless drivers and not audio drivers because audio drivers tend to be generic.
One company that offers almost no support for Linux is Nvidia. If you want to use free software drivers for Nvidia you have to use Nouveau which ,until recently, Nvidia provided zero documentation for their hardware, so the nouveau team relies on reverse-engineering Nvidia's proprietary driver for Linux in order to write a free software driver for it. You can see Linus Torvalds frustration about Nvidia in this famous video:
http://www.youtube.com/watch?v=IVpOyKCNZYw 
Also any software written for linux well be replaced in less than 6 months. A good audio player, have fun with that because the linux mindset is "oh this media player isn't exactly perfect?, fork it! Lets make a completely NEW media player instead of fixing this one!".
I really can't understand this argument even if all the information presented was valid. MPlayer(as far as I can tell) is the most popular media player for GNU/Linux and other operating systems. It can play both video and audio from the command line and can be embedded in other applications or can be compiled with a GUI frontend. MPlayer as been in development for 15 years, you can read about it here:
https://en.wikipedia.org/wiki/MPlayerThere are forks of MPlayer but you don't have to use them. To me having more software choices and freedom is a positive argument for GNU/Linux and free software in general. The reason you do not see as many forks of software using Microsoft Windows is because most software for Windows is nonfree and some use software patents to prevent anyone from writing software that is similar to it. Even people against the free software philosophy agree that software patents are bad. Either way this discussion is about software development and of course has nothing to do with GNU/Linux or operating systems in general.