

In the penguin enclosure yet not a penguin!





In the penguin enclosure yet not a penguin!
Within the atheist community, the attitude towards the catholic church can sometimes verge on the old-fashioned protestant style anti-catholic bigotry. That isn’t to say that the RCC doesn’t deserve its fair share of criticism – in particular women’s rights and reproductive rights.
But some of the anti-catholicism can be a little extreme.
But that was centuries ago! Were the crusades evil? Of course they were.
But take a look at what other organisations were up to at the same time – secular rulers were doing pretty much the same thing (usually at a smaller scale).
If you look at secular rulers of the early mediæval era, a good proportion of them qualify under modern standards of behaviour as psychopaths. Most “noble” families started off as successful raiders and war bands whose winning strategy at accumulating wealth was to find those with some wealth and extract it from them with force.
And the church leaders? Many of them were from those families and so it is not surprising that the mediæval church had its own psychopaths.
Take the Cathar Crusade in southern France as an example. It was the source of the phrase “Kill them all; God will know his own”. The catholic church spent nearly 100 years trying to convert them peacefully, and it was only after a papal legate was killed that the crusade began.
And this is all ancient history – when was the last catholic crusade?
So every priest is a pædophile? Not even close – the proportion of child abusers within the church is probably much the same as the proportion of child abusers within any other organisation with power over children. See https://www.newsweek.com/priests-commit-no-more-abuse-other-males-70625; one interesting datum from that article is that the insurance industry rates for sex abuse insurance are the same for catholic churches as for any other denomination.
And insurance companies hold no truck with religious morals; they deal with hard statistics and probabilities.
The RCC can be quite reasonably criticised for past crimes in concealing child abusers, and suspicion over how they will treat future crimes is not unreasonable.
But I don’t see them reacting differently to every kind of organisation which reacts to protect the name of the organisation. Protecting child sex abuse is an extreme example of this, but has still occurred in many different kinds of organisations.
The RCC is also a bit of a special case in that it predates nation states in existence today (the oldest state is Iceland which was formed in the 9th century) and has a long tradition of managing itself independent of secular authorities.
In a sense, the RCC thinks of itself as the authority in charge of the hierarchy and wouldn’t think of informing secular authorities of issues. This may be changing, and needs to change.
There are those out there who seem to be under the impression that the RCC was in cahoots with Hitler and the Nazis; such people are woefully and abysmally ignorant of the history of the times.
There were some catholics who supported the Nazis, but overall the RCC was very strongly against the Nazis. For a quick overview of the history see: https://en.wikipedia.org/wiki/Catholic_Church_and_Nazi_Germany
This might come across as a bit of a white-wash of the RCC, but it is not intended as such. It is merely intended to point out that the RCC is no more culpable to child sex abuse cases than many other organisations which have had similar incidents.
One thing that may be commonly overlooked is just how large the RCC is. There are approximately 2.4 billion christians around the world; of whom nearly 1.3 billion are catholic. You can take every single baptist out there (up to 100 million) and they will amount to no more than the error bars on the estimate of the number of catholics. No wonder that nearly every other week there is a new catholic scandal.
Well that was a weird error; I recently discovered that ntpd had mysteriously stopped working; specifically it was not able to resolve NTP “pool” names :-
ntpd: error resolving pool europe.pool.ntp.org: Name or service not known (-2)
After some time spent blundering around down dead ends with the help of an appropriate search engine, I ended up resorting to strace. This is a tool most commonly used by developers but can be surprisingly useful for diagnosing system problems too.
As long as you can look past all the inscrutable output!
The strace tool runs a command and records every system call that the command calls together with the results. And of course most commands make zillions of system calls so you’re likely to end up with a huge output file.
To generate the output file, I ran the modern equivalent of ntpdate (ntpd -d) which tries to do the same thing using the actual NTP daemon. Usefully in this case because the command starts, configures itself (which is where the error occurs), and then exits (unlike the normal dæmon). It is important to redirect the output to have a file to trawl through later :-
strace ntpd -d > /var/tmp/ntpd.strace 2>&1
Once the output was generated, it was necessary to trawl through it to look for clues. The first thing was to search for “europe” (as I use europe.pool.ntp.org as one of my NTP servers). The first occurrence was the error claiming that the name didn’t exist :-
write(2, "error resolving pool europe.pool"..., 73error resolving pool europe.pool.ntp.org: Name or service not known (-2)
Which was somewhat odd because you would expect the string “europe” to occur within an instructable attempt resolve the name. Yet it appears as though the error occurs without any attempt to resolve the name!
As a bit of a guess I searched for “resolv.conf” which revealed :-
stat("/etc/resolv.conf", {st_mode=S_IFREG|0644, st_size=362, ...}) = 0
openat(AT_FDCWD, "/etc/resolv.conf", O_RDONLY|O_CLOEXEC) = -1 EACCES (Permission denied)
Apparently ntpd is unable to open the file due to a permissions problem!
Looking at my /etc/resolv.conf revealed an oddity dating back to when I tried configuring /etc/resolv.conf as a symbolic link to a file on a separate file system. The file itself was a symbolic link to /etc/resolv.conf.file.
For some reason ntpd didn’t like the symbolic link, which is a bit odd but changing it to an ordinary file fixed the problem.
There is now in the USA a bunch of conspiracy theory nuts called QAnon who are followers of the fictional mole within the “Deep State” called “Q”. They are of course all followers of Trump, and are all too quick to believe in some of the most inane political conspiracy theories :-
They also believe that their source Q will eventually reveal the secrets of the universe.
It is clear that QAnon are deeply stupid and deeply ignorant people; in fact dangerously stupid and ignorant. One supporter when asked if they had any evidence that Q was for real, answered with a No, but added there was also no evidence that Q wasn’t real.
Which is itself evidence that at least one Q believer is dangerously stupid and ignorant. And it probably goes for the whole crew – after all believing the partial list of ridiculous conspiracy theories is evidence enough of stupidity.
And of course they’re all Trump supporters – you would have to be stupid to vote for someone against your own interests.
Of course Q is just a troll to expose just how stupid some Trump voters are, which I know because I taught Q everything they know; I’m P.