Done Since 2019-07-28
Up and down, as usual. Colleen's health was pretty good for most of the week; she seems to have lost some ground over the last few days. It was interesting to see how well my mood tracks her health. Not all that well, as it turns out, but some.
I ran through the interesting exercise Friday of actually looking
at the mood tags here on DW. The ideal tool for that turns out to be
git grep
, by the way. The script still needs some work.
We went to "Music Under the Trees" yesterday. Given Colleen's health it was kind of touch-and-go, but we had a blast. Colleen was flagging noticably toward the end of the afternoon, and we left shortly after the dinner break. But not before hearing the song Alexander Adams wrote for her.
In other news, I finally tracked down the problem I've been having with my netbook occasionally rebooting when I suspend it, reboot after suspending, or take it off wall power. As I suspected, it's thermal. Critical high temp. is 92°C (that's the lowest of the three limits for different sensors) -- that also explains why it's often too hot to actually be a laptop. And why Desti loves sitting on it.
Public Service Announcement: Equifax Data Breach Settlement | Federal Trade Commission Forget what you heard about getting $125 instead of free credit monitoring -- the total amount available for that is only $31m. Which happens to be about 0.1% of their annual revenue, in case you were wondering.
0728Su * awake 2ish; S=2:27; apparently dozed off eventually without the mask * Up 5:10; W=203.4; : apparently the X1 Carbon 4G can come with 16G of RAM. % severely incapussitated right now - Desti in lap : Why didn't I know about git grep?? Automatically sorted. git grep -n '[0-9])[ADT]' # after replacing A or D with T for transfers x 10am UUCWI Music, a Universal Language * Charmers for brunch with C - used the wheelchair. I'm uncertain about that - it's heavier than any of the parts of the scooter. OTOH there's only one of it, and one can use the lip of the trunk for leverage. / do a clean and flush on C's catheter. Worried about low output. -> pushed it in a little (after wiping with alcohol) -- I suspect it of having been pulled out a little when C's scooter got away from her. -> seemed to go okay; we'll see if it worked. Involved a cleanup and laundry @ Equifax Data Breach Settlement | Federal Trade Commission (redsixwing) " Besides the original realization that you're a badass dealing rather well with a situation that would fry the brain cells of an armored flatworm, if it had any? " --N % amusing observation. C: "Please bring me the little silver box from the tray by my chair." me: "You mean the one you keep your hearing aids in?" C: "Yes." OTOH, if she asks me for something by name, I often have to ask "What does it look like?" Works both ways. % hot; back hurts (though less, because the naproxen is starting to hit) 0729Mo & awake at least once to help C * up 7:10; S=7:50; / the catheter flush etc. seems to have worked. Whew! / 12-1 C OT Marcella -> exercises & did some scanning for L -- network keeps losing packets, apparently; USB worked. & scripted and chorded out "ballad of the shape of things" The easy way seems to be to copy the above-the-line chords from %/lyrics.chords.txt, adjust the spacing, and convert them down to embedded brackets. 0730Tu & awake sometime % dream: (a lot more, but I don't remember) - tour bus, big house being used as a school; got separated from tour group (that's a common one). Decrepit plumbing when I had to use a bathroom (another common element). Keeping track of Ticia. / C diarrhea; cleanup. Thank gods for paper pads. * up 6:15; S=6:36; * 10ish get C washed so Thel can insert catheter without having to do cleanup * 11am C Home Health (RN) Thel / asked about the antibiotic, which was ertapenam, and was stopped several weeks ago * 1ish pm C (PT) Amy * 1pmish L' -> mopping, bathrooms, bed. % pleased: she liked CC+S. @ LVM HOWTO Ubuntu LVM Guide - Part 1 - Tutonics Lvm - Ubuntu Wiki How To Add Swap Space on Ubuntu 18.04 | DigitalOcean LVM - Debian Wiki Learn Common Methods to Create Linux Lvm Mirror with Examples % had a crown come off -- lower right way in the back. Growf. / C may be leaking; appears to be some blood in the tube. We'll see tomorrow 0731We * Up 6:09; W=200.8, S=5:41; / flush. Did it work? * 1pm 50+ group chat on 7c * 2pm town hall chatroom on 7c -> way too high bandwidth, low content. * sometime: C needs to get labs done (leave 2ish with V) * 4pm C hair coloring -> swap off with V; arrived 4:30ish. % another thermal? shutdown on Cygnus, despite flipping it and letting it cool for a few minutes. Apparently that's not enough. 0801Th & awake 12:30ish C needed changing; flush catheter; % overload/freakout / C had been up several times; leakage and diarrhea. Bletch. * Up 5am; W=200.2, S=5:27; / put more saline into balloon. Pushed on catheter a little too, which was probably a mistake even with alcohol. Change pad, give C some loperamide; % overload/freakout % back hurting. 2 naproxen, heat. @ ‘NOBODY KNOWS YOU’RE A DOG’: As iconic Internet cartoon turns 20, creator Peter Steiner knows the joke rings as relevant as ever - The Washington Post (2013) ~ 10:45 wake C. -> got up at 10ish * 11:40 C Dr. Rochier (resched from 2pm) -> all her test numbers are good. -> if catheter is leaking, _pull_ gently to re-seat the balloon @ 8 environment-friendly open software projects you should know | Opensource.com * Walk - Skybird % 9:30 pm sleepy ! actually rather pleased with myself - I stopped trying to get C's fan plugged in in the bedroom, rather than go into contortions trying to make a squid fit. Actually I could have done it with a pigtail extender; may try that tomorrow or later. Not much of an accomplishment, but I'll take what I can get. & pulled out a pigtail extender and plugged it in. Took a while to find the right socket to extend, but it worked. 0802Fr * up 7ish; W=201.2, S=8:42; % how did I manage to sleep for over 8 hours? And is that a good thing, or a bad one? : It was raining lightly when I got up. @ Abstruse Goose | World View (minoanmiss) & trying to sync up in ljarchive. charm is incredibly stupid. I have no idea why it thinks 2010-11-24 15:25 is the last post archived. Oh, yes I do. That's item 5001 :P * SL: olive oil, orowheat oat nut bread, avocados (at least 2), sliced mozzarella, english cucumber, milk, blue cheese, bacon, fish; & mushrooms, tofu, General Tso's chicken for C; x D-manose, roach traps; flax oil, watermelon, biryani paste / C had been throwing up, so won't want much if anything for dinner. I'm stealing her General Tso's chicken; way too spicy for her. % cd ~/.ljarchive; #mood cloud. Interesting with or without the sort. for f in */*; do echo -n $f $(git grep Mood: $f | cut -d: -f3 | sort); echo; done for f in *; do echo -ne \\n$f \ $(git grep Mood: -- $f | cut -d: -f3 | sort | uniq -c | sort -nr); echo; done I'm finding it fascinating. Needs a little more preprocessing to normalize, e.g., okay/okay (okay)/ok; good (good)...: sed -E 's/^.+\(([^)]*)\)/\1/' for f in *; do echo -ne $f: \ $(git grep Mood: -- $f | cut -d: -f3 \ | sed -E 's/^.+\(([^)]*)\)/\1/;s/okay/ok/' \ | sort | uniq -c | sort -nr | head -10); echo; done 0803Sa * awake 4:30ish; got some tums for C, who's still having stomach problems. * Up 5:12; S=6:17; % back hurts -> naproxen @ This Is the Beginning of the End of the Beef Industry | Outside Online % I'm sitting in the recliner with Desti on the back purring. With a heating pad : Confirmed: Cygnus's reboot problem is thermal. Message "critical temp" on console, which matches what I'm seeing from sensors. My guess is that anything that makes it look at ACPI will check temp and shut down. & did a couple of mondly daily lessons. Been off it way too long. :P @ You Need to Make a 'When I Die' File—Before It's Too Late | Time need to do this / 10 C take a shower. Desitin, change statlock, change band-aid on foot @ Changes to jlj.pl jlj2.12 / C wanted tuna sandwiches. We'll see how that goes. : Cygnus runs a lot cooler if Firefox isn't visible. Makes sense. * 3pm (site opens 2:30) Music Under the Trees The site opens to attendees at 2:30 PM, and the concert goes from 3:00 PM to 9:00 PM. travel time about 1:30, so leave no later than 1pm. Take wheelchair; footrests / C is now an official Pretty Pretty Princess -- with a tiara -> my phone's battery lasted just long enough / Alec wrote a song for her: "This Cup of Tea" : Gnome doesn't seem to have a way of controling CPU power usage directly. / home ~9; did a flush; not clear that it helped much. We'll see in the morning. She probably wasn't drinking anywhere near enough today. (Neither was I, for that matter) 0804Su (TW) Amethyst Rose: 1990 % I'm doing okay # don't know whether I'll post anything else about her this year.