No problem, acid! Appreciate the upvote nevertheless :)
I was quite shocked after my research in the voting patterns and the realization that only 50% of accounts over 100 Steempower and 5% in total are voting for witnesses.
So that's why I thought it's good to put a spotlight on witnesses in general and, of course, also on myself as witness.
If someone decides against voting for me, that's totally fine, as long as the person knows about it :)
Oh and if you want to do the queries yourself via STEEMSQL (I filtered out the >= 100 Steempower accounts afterwards):
SELECT name, CONVERT(FLOAT, LEFT(vesting_shares, LEN(vesting_shares)-6)) as vests FROM accounts WHERE proxy = '' AND witnesses_voted_for = 0; # Voting
SELECT name, CONVERT(FLOAT, LEFT(vesting_shares, LEN(vesting_shares)-6)) as vests FROM accounts # Not voting