When I went to work for Notre Dame Academy, I had a lot of reservations about this and other clauses of the employment contract. I remember several phone calls with SMP, who reassured me that as long as I didn't attempt to use my classroom as a pulpit to convert proper young ladies to atheism, I'd be fine. But it looks like some schools take that contract a little bit more seriously.
I'm also charmed by another detail in the story: "the Vatican now is considering allowing the use of condoms to help battle AIDS in Africa." It's really heart-warming to see that a traditional organization like the Church only requires 25 years and 17 million dead Africans for them to consider things. After all, it took 359 years for the Church to apologize for that whole Galileo thing. Not that I'm bitter.
In other news, maybe here's a way for
For comparison's sake, the same loan over 30 years would have payments of $2,400, and you'd wind up paying $400,000 less in interest. So... my financial advice is to suck a few cocks every month for that extra $300. Either that or skip the cocksucking, buy everything on credit, and die before the bills come due. It's the American Way.
I give you the Thue-Morse Sequence. It's a weird motherfucker. One way to construct it is as follows:
Turn every 0 into 01 and every 1 into 10
Start with 0
Thus:
0 --> (01) --> (01)(10) = 0110 --> (01)(10)(10)(01) = 01101001 and so on
More compactly:
0 --> 01 --> 0110 --> 01101001 --> 0110100110010110 --> 01101001100101101001011001101001
Or you can get the next one by just appending the complement. For instance, the complement of 0110 is 1001, and the next number is indeed 01101001
Or, perhaps most insightfully, you can think of it as the sum of the binary digits of the integers:
0=000=0
1=001=1
2=010=1
3=011=0
4=100=1
5=101=0
6=110=0
7=111=1
It's certainly not random, but it doesn't quite repeat.