Skip to main content

Representative democracy

Pia, as many others have noted, Pia Waugh asks:

Why is it that older, heterosexual, Christian, married, white males, who probably only make up ~16% of our totaly population are making the decisions for all of us? So much for representative politics
Lots of reasons. Taking those in order:
  • very few younger people give a damn about politics, many of them (for very good reason) regarding it as a lost cause; of those who give a damn, very few are experienced or sustainedly determined enough to have a significant effect, let alone chance of getting elected;
  • the number of exclusively homosexual people in Western society is vanishingly small; the highest figure I’ve ever seen quoted is around ten percent — clearly a furphy, have a look at the people behind that one — the real number is probably between 0.1% and 1% depending on which tallying agency you believe; they do in fact get disproportionate representation both through making more noise and through working in useful positions (won’t mention the edifice in question, but one local political center had, a few years ago, a staff which was around 50% homosexuals); there is probably a larger percentage of bisexuals rather than, aha, straight homosexual, guessing of the order of twice as many, but they have fewer special wants;
  • a large chunk of our society regards itself as Christian, even though they don’t go to church; don’t believe in their nominated churches’s doctrines; those doctrines are totally scrod anyway (compare the Roman Catholic Church who are highly centralised and heriarchical, into profit in a big way, have several Marys at each major cathedral (no waiting!) and a confusing plethora of other dieties which vary from region to region with someone like the Quakers or Amish who are painfully simplistic and retiring, they’re all called Christian and it doesn’t seem to matter that their deity or deities are mutually incompatible); don’t agree with the leaders of those churches; and spend a lot more effort competing with each other than marching in the same direction; OTOH Pascal’s Wager is on $DEITY’s side;
  • marriage is an excellent institution (else why did Jeff and Pia get hitched, hey? :-) although much abused, and the ability to remain married is at least a cursory indication of stability, responsibility and ability to get along with others;
  • caucasians are a clear (if eroding) majority in Australia, the USA, England and many other “Western” countries;
  • there are an increasing number of females in politics, and when you look at it there are a staggering number of exclusively-for-femmes rules and institutions, but IMESHO most femmes have too much taste to indulge in the kindergarten which is Parliament.
So in short, perhaps the ratio is a mere 16% overall (give or take) but in each sub-category there’s an overwhelming majority which is bound to frequently overlap other categories.

Now... let’s see... who haven’t I managed to get offside yet? (-:

If any of the gentler sex reading this are good at Linux and live in Western Australia, I’d be delighted to employ them at exactly the same wages as I’d employ a bloke. Possibly more. For some things, femmes are unquestionably better and for others it’s blokes but in IT it pretty much comes out even. It’s a great mystery to me that there aren’t many more women in this field. The advantages typically assigned to women (e.g. patience, sensitivity, rigour) are ideal for many of the kinds of IT issues usually faced here by ill-equipped men. And most of the people in the IT field are “paper tigers” so it’s not as if the competition’s going to be fierce or anything.

Comments

Popular posts from this blog

An Open and Shut response to Darl McBride

Hi, Darl. I see you’re being dishonest again . It’d be really nice if you could shoot straight for a change, but I think Kerry’s Dad will be selling snowplows in Hell first. Three years ago, when I first joined The SCO Group, we focused the company on the area that was most profitable and provided the most benefit to customers, investors, resellers, developers and employees: UNIX No, you focused the company on suing people, which was most profitable to lawyers and provided some golden parachutes for your buddies. People thought we were crazy. They were right. But since SCO owns the UNIX operating system The SCO Group does not own UNIX® in any sense of the word. The Open Group owns the UNIX trademark, definition and other rights , The SCO Group does not. The SCO Group doesn’t even own the UnixWare® or OpenServer® code, the rights to those are held by Novell and TSG use them only by permission and under certain conditions — which they have violate...

5x7 text dot-matrix in five minutes...

This is a fairly primitive toy I threw together today for a specific purpose, published in case it’s any use to others... feed it a list of words as command arguments, which it will then display as a 5x7 ASCII dotmatrix with ‘#’ as a dot & ‘_’ as a blank. /* * display text using a 5x7 bitmap font in ASCII letters */ static unsigned char font [] [5] = { { 0x00,0x00,0x00,0x00,0x00 }, // 0x20 32 { 0x00,0x00,0x6f,0x00,0x00 }, // ! 0x21 33 { 0x00,0x07,0x00,0x07,0x00 }, // " 0x22 34 { 0x14,0x7f,0x14,0x7f,0x14 }, // # 0x23 35 { 0x00,0x07,0x04,0x1e,0x00 }, // $ 0x24 36 { 0x23,0x13,0x08,0x64,0x62 }, // % 0x25 37 { 0x36,0x49,0x56,0x20,0x50 }, // & 0x26 38 { 0x00,0x00,0x07,0x00,0x00 }, // ' 0x27 39 { 0x00,0x1c,0x22,0x41,0x00 }, // ( 0x28 40 { 0x00,0x41,0x22,0x1c,0x00 }, // ) 0x29 41 { 0x14,0x08,0x3e,0x08,0x14 }, // * 0x2a 42 { 0x08,0x08,0x3e,0x08,0x08 }, ...

Citizens Augmenting Government Waste

So here we have Microsoft-funded “ Citizens Against Government Waste ” (CAGW) heavily criticising Massachusetts’s switch to an internationally accepted and open document standard (not open source, open standard — but I seem to remember a large monopolist who frequently confuses the two when it suits them). I remember CAGW, they were the organisation who had dead people writing in to support Microsoft in court a few years ago — thanks to sbergman27 for the link — is this “the dead hand of CAGW” at work again? Let’s follow the money and find out. Who stands to lose the most money and control if Massachusetts switches to an unencumbered document format? Big surprise, it’s CAGW sponsor Microsoft, through their dominant MS-Office suite. Why did CAGW list Microsoft’s suite last, after two other much-less-dominant examples which are waning anyway? If you’re inclined to wallow in additional irony, consider that at leas...