Category Archives: Mathematics

Mark Steyn

Apparently, David Appell is as hilariously illogical as ever. And yes, Big Climate does seem to be a tad misogynistic. But hey, they can be forgiven, they’re just tying to save the planet.

[Update a while later]

The problem with Senator Whitehouse’s RICO suit. He has no evidence.

Yes, it seems to be mostly a wild conspiracy theory. And projection.

Related: Katherine Hayhoe has gotten an infinite amount more money from Exxon than I have.

Linux Problem

Can anyone figure out why /home is mounting read-only at boot?

Here’s my fstab:

# /etc/fstab
# Created by anaconda on Sat Apr 18 17:14:21 2015
#
# Accessible filesystems, by reference, are maintained under ‘/dev/disk’
# See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info
#
/dev/mapper/fedora_new–host–5-root / ext4 defaults 1 1
UUID=058cc312-d471-41b9-a346-6ecf7dd2484b /boot ext4 defaults 1 2
#/dev/mapper/fedora_new–host–5-home /home ext4 defaults 1 2
/dev/mapper/fedora_new–host-home /home ext4 defaults 1 2
/dev/mapper/fedora_new–host–5-swap swap swap defaults 0 0

Note that /dev/mapper/fedora_new–host–5-root is an SSD (as is boot), and /dev/mapper/fedora_new–host-home is a physical hard drive.

And here’s /proc/mounts:

sysfs /sys sysfs rw,seclabel,nosuid,nodev,noexec,relatime 0 0
proc /proc proc rw,nosuid,nodev,noexec,relatime 0 0
devtmpfs /dev devtmpfs rw,seclabel,nosuid,size=7787916k,nr_inodes=1946979,mode=755 0 0
securityfs /sys/kernel/security securityfs rw,nosuid,nodev,noexec,relatime 0 0
tmpfs /dev/shm tmpfs rw,seclabel,nosuid,nodev 0 0
devpts /dev/pts devpts rw,seclabel,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000 0 0
tmpfs /run tmpfs rw,seclabel,nosuid,nodev,mode=755 0 0
tmpfs /sys/fs/cgroup tmpfs ro,seclabel,nosuid,nodev,noexec,mode=755 0 0
cgroup /sys/fs/cgroup/systemd cgroup rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/usr/lib/systemd/systemd-cgroups-agent,name=systemd 0 0
pstore /sys/fs/pstore pstore rw,seclabel,nosuid,nodev,noexec,relatime 0 0
cgroup /sys/fs/cgroup/blkio cgroup rw,nosuid,nodev,noexec,relatime,blkio 0 0
cgroup /sys/fs/cgroup/net_cls,net_prio cgroup rw,nosuid,nodev,noexec,relatime,net_cls,net_prio 0 0
cgroup /sys/fs/cgroup/hugetlb cgroup rw,nosuid,nodev,noexec,relatime,hugetlb 0 0
cgroup /sys/fs/cgroup/memory cgroup rw,nosuid,nodev,noexec,relatime,memory 0 0
cgroup /sys/fs/cgroup/perf_event cgroup rw,nosuid,nodev,noexec,relatime,perf_event 0 0
cgroup /sys/fs/cgroup/cpu,cpuacct cgroup rw,nosuid,nodev,noexec,relatime,cpu,cpuacct 0 0
cgroup /sys/fs/cgroup/cpuset cgroup rw,nosuid,nodev,noexec,relatime,cpuset 0 0
cgroup /sys/fs/cgroup/freezer cgroup rw,nosuid,nodev,noexec,relatime,freezer 0 0
cgroup /sys/fs/cgroup/devices cgroup rw,nosuid,nodev,noexec,relatime,devices 0 0
configfs /sys/kernel/config configfs rw,relatime 0 0
/dev/mapper/fedora_new–host–5-root / ext4 rw,seclabel,relatime,data=ordered 0 0
selinuxfs /sys/fs/selinux selinuxfs rw,relatime 0 0
systemd-1 /proc/sys/fs/binfmt_misc autofs rw,relatime,fd=24,pgrp=1,timeout=300,minproto=5,maxproto=5,direct 0 0
tmpfs /tmp tmpfs rw,seclabel 0 0
debugfs /sys/kernel/debug debugfs rw,seclabel,relatime 0 0
hugetlbfs /dev/hugepages hugetlbfs rw,seclabel,relatime 0 0
mqueue /dev/mqueue mqueue rw,seclabel,relatime 0 0
nfsd /proc/fs/nfsd nfsd rw,relatime 0 0
/dev/sdb1 /boot ext4 rw,seclabel,relatime,data=ordered 0 0
/dev/mapper/fedora_new–host-home /home ext4 ro,seclabel,relatime,data=ordered 0 0
sunrpc /var/lib/nfs/rpc_pipefs rpc_pipefs rw,relatime 0 0
tmpfs /run/user/42 tmpfs rw,seclabel,nosuid,nodev,relatime,size=1559960k,mode=700,uid=42,gid=42 0 0
tmpfs /run/user/1000 tmpfs rw,seclabel,nosuid,nodev,relatime,size=1559960k,mode=700,uid=1000,gid=1000 0 0
gvfsd-fuse /run/user/1000/gvfs fuse.gvfsd-fuse rw,nosuid,nodev,relatime,user_id=1000,group_id=1000 0 0
fusectl /sys/fs/fuse/connections fusectl rw,relatime 0 0
binfmt_misc /proc/sys/fs/binfmt_misc binfmt_misc rw,relatime 0 0

[Update a while later]

OK, clearly the disk is getting corrupted. I put in a file check option in the fstab, and it (temporarily) mounted it read-write at boot, but after working a while it became remounted read-only.

Any suggestions?

[Update a while later]

I had a spare 2T drive that I hooked up, and made it /home at boot (it was an old original, and the new drive was actually backup of it, so it had a lot of the data on it already). It’s working fine so far, except that when I copied my Gnome user configuration data over and rebooted, it decided that I wanted to have a Spanish desktop. I’ve changed the system settings to en_US, and even ‘localectl status’ give me:
System Locale: LANG=en_US
VC Keymap: us
X11 Layout: us

I can’t figure out where in the configuration files it’s getting the idea that I want to compute en Espanol, but while I can stumble along in it, it’s quite annoying.

[Wednesday-morning update]

OK, I determined that the language is changed in Gnome in “Settings,” but in the Spanish interface, that gets translated into “Configuracion,” so I was looking in the wrong place. So, now all is well, as far as I can tell. And as of this morning both the old and the new drive remain read/write. So still not sure what the problem was, but it seems to be a lot better now.

[Update a while later]

Wow. That drive had been causing problems I hadn’t even realized. My system had been running like molasses, with lots of runaway processes (like in Chrome). That’s completely disappeared. It’s like greased lightning now, even with several instances and many dozens of tabs open in Firefox.

Global Warming Scare Tactics

are backfiring:

…environmental groups have known since 2000 that efforts to link climate change to natural disasters could backfire, after researchers at the Frameworks Institute studied public attitudes for its report “How to Talk About Global Warming.” Messages focused on extreme weather events, they found, made many Americans more likely to view climate change as an act of God — something to be weathered, not prevented.

Some people, the report noted, “are likely to buy an SUV to help them through the erratic weather to come” for example, rather than support fuel-efficiency standards.

Since then, evidence that a fear-based approach backfires has grown stronger. A frequently cited 2009 study in the journal Science Communication summed up the scholarly consensus. “Although shocking, catastrophic, and large-scale representations of the impacts of climate change may well act as an initial hook for people’s attention and concern,” the researchers wrote, “they clearly do not motivate a sense of personal engagement with the issue and indeed may act to trigger barriers to engagement such as denial.” In a controlled laboratory experiment published in Psychological Science in 2010, researchers were able to use “dire messages” about global warming to increase skepticism about the problem.

Many climate advocates ignore these findings, arguing that they have an obligation to convey the alarming facts.

But claims linking the latest blizzard, drought or hurricane to global warming simply can’t be supported by the science. Our warming world is, according to the United Nations Intergovernmental Panel on Climate Change, increasing heat waves and intense precipitation in some places, and is likely to bring more extreme weather in the future. But the panel also said there is little evidence that this warming is increasing the loss of life or the economic costs of natural disasters. “Economic growth, including greater concentrations of people and wealth in periled areas and rising insurance penetration,” the climate panel noted, “is the most important driver of increasing losses.”

People like the Bills McKibben and Nye look like fools when they seize on every weather event to evangelize their religion.

The IPCC

…was told there would be no math:

His discovery explains why none of the climate models used by the IPCC reflect the evidence of recorded temperatures. The models have failed to predict the pause in global warming which has been going on for 18 years and counting.

“The model architecture was wrong,” he says. “Carbon dioxide causes only minor warming. The climate is largely driven by factors outside our control.”

There is another problem with the original climate model, which has been around since 1896.

While climate scientists have been predicting since the 1990s that changes in temperature would follow changes in carbon dioxide, the records over the past half million years show that not to be the case.

So, the new improved climate model shows CO2 is not the culprit in recent global warming. But what is?

Dr Evans has a theory: solar activity. What he calls “albedo modulation”, the waxing and waning of reflected radiation from the Sun, is the likely cause of global warming.

How could the sun possibly effect climate? Why, that’s just crazy talk!

NASA And Safety

A long piece at Aerospace America by Debra Werner and Anatoly Zak. I haven’t had time to read the whole thing yet, but this is absurd:

“The actual loss of crew value will vary depending on the mission,” William C. Hill, NASA deputy associate administrator for exploration systems development, says by email. “This makes the loss-of-crew number one example where it is difficult to compare shuttle with Orion/SLS.” To evaluate safety, NASA analyzes risk for specific elements of a mission and aggregates those numbers. Launch and ascent gets a rating. In-space activity gets another. Atmospheric entry, descent and landing gets a third. For launch and ascent, NASA will require Lockheed Martin to show that Orion poses no more than a 1-in-1,400 risk of loss of crew. Boeing must show that SLS poses no more than a 1-in-550 risk. For Orion’s entry, descent and landing, the risk must be no more than 1 fatal accident in 650 missions.

Neither company will be capable of “showing” that for vehicles used so rarely. One in fourteen hundred for a vehicle that is not planned (and can’t be afforded) to fly more than a couple dozen times effectively means that NASA is demanding zero risk of LOC.

Someone should write a book about this sort of thing.

Oh, wait.

The Uncertainty Of Climate Sensitivity

…and its implications for the Paris “negotiations”:

In my previous post Climate sensitivity: lopping off the fat tail, I argued that it is becoming increasingly difficult to defend high values of ECS. However, the uncertainty is sufficiently large that we can’t really identify a meaningful ‘best value’ of sensitivity, or rule out really high values.

A key issue is that emerging estimates of aerosol forcing are considerably lower than what was used in the AR5 determinations of ECS, implying lower values of ECS than was determined by the AR5.

This uncertainty in ECS makes emission targets rather meaningless. It will be interesting to see how this uncertainty is factored into the Paris negotiations

Note, there are other papers on this general topic that are in the review process, I expect a spate of such papers to appear during the next month.

Paris is doomed to failure, thankfully.