Archive for July, 2002

Walking Again

Posted by Sam Wednesday, July 24th, 2002

This Noakes exercise plan is extremely boring: walk 20 minutes every other day for the first 6 weeks. The rationale is sensible, so I must try to talk myself into it.

Ultimately, the whole thing can be summed up in one tired proverb: You must walk before you can run.

Beer Explosion

Posted by Sam Wednesday, July 24th, 2002

First beer explosion occurred today. I salvaged about a glass from a blown 22-oz bottle. The beer I laid down about a week and a half ago (it’s a hefeweizen) seems to be carbonating well, but it’s not mature enough to drink.

If another one blows, I’ll open them all up to relieve the pressure. My current theory is that the bottle was weak.

My Hunter/Farmer/Programmer Existence

Posted by Sam Wednesday, July 24th, 2002

The local berries are in season: this is the height of the saskatoons (dark blue, sweet bush berries), the raspberries are starting to mature, the strawberries have been going steadily for a few weeks. Some of the more exotic stuff — nanking cherries, gooseberries — isn’t having fruit yet. But for the last few days, we’ve been browsing the bushes, picking the ripe berries and immediately eating them.

Which got me to thinking A gatherer existence isn’t so bad..

Of course, I want to plant the bushes that I plan to gather from right by my mud hut, so it’s more like farming, really. Especially when you factor the cucumbers, tomatoes, carrots and lettuce — which I can’t honestly call gathering, because we have to baby them and water them daily because of the heat.

So that’s my intended existence: gather what berries I can, farm some food in the garden, and write code to get cash for the things I can’t grow myself: electricity, for example. Coffee. Hops. (Although apparently hops will grow in this zone.)

Wired the living room

Posted by Sam Monday, July 22nd, 2002

Wired the living room in a fit of activity this evening. Turns out that it’s quite easy to drill through carpet and floorboard, and I was reasonably sure that I wasn’t going to hit a joist (by measurement — I guess I could have used the studfinder instead.) Then just ran the cable through the office wall into the furnace room and up through the hole into the living room.

There’s enough length to plug in a laptop anywhere along the windowed wall — from my chair, to the couch, to Danielle’s chair on the far end. Next step: the kitchen.

Unknown Instruction

Posted by Sam Monday, July 22nd, 2002

Our old server is failing. It has an old AMD chip with the sig 11 hardware error. I believe there’s also some sort of a bus fault where the motherboard kicks off. Possibly also hardware problems with the memory. /dev/hda is failing quickly. /dev/hdc may be failing slowly, or not, but anyway occasionally hangs when I’m trying to write data to it, necessitating reboot.

I have a backup device: /dev/hdb, a CD-RW. When I try to mount it using ide-scsi, the system hangs. Clearly, I am not meant to back any of this data up.

The main inconvenience caused by the hardware problems is that compilation often fails with signal 11. I’ve written a batch script called ‘repeated-make’ which runs make until it finally succeeds, pausing between re-runs. It’s tedious and annoying. But sometimes there are bright spots:

{standard input}:1594: Error: no such instruction: `pus’

No, that’s only an instruction on the Cthulu processor, from HP/Compaq/Digital/Lovecraft.

Sunny Boy Cereal

Posted by Sam Monday, July 22nd, 2002

I like things with few ingredients. Notably, beer: hops, barley, yeast; coffee: ground roasted coffee beans, water. Here’s another one: Sunny Boy Cereal: wheat, rye, flax.

The correct way to cook Sunny Boy in my microwave is as follows: boil 1 cup of water. Mix 1/3 cup cereal with 1 c. water in a standard cereal bowl and stir. Place on saucer in microwave and cover with small plate (e.g., luncheon plate). Cook for 6 minutes on 40%, interrupting once to stir.

Prairie Sun Grains, makers of Sunny Boy, also sell barley. I wonder if they do retail.

Stretching Exercises

Posted by Sam Monday, July 22nd, 2002

So I’m working on running, with the ultimate aim of running a marathon before I hit thirty and get too smart to inflict serious joint damage on myself. I’m using a book, The Lore of Running, by Timothy Noakes, M.D. (Leisure Press: 1991), which includes a starting program for novice runners in addition to detailed discussions of running physiology. And it includes a stretching program.

I never realized this before, but stretching has to be tailored to each individual. Another brilliant flash of the obvious.

It sounds stupid to say it that way, because of course all exercise should be tailored to your goals, muscle strength, flexibility, and endurance, and stretching is part of exercise, right? But in fact, stretching is usually done en masse at the beginning of group exercise — as a warm-up, and also to kill a little time to absorb latecomers.

Of course experienced amateur athletes do their own stretches beforehand, stretching the muscles they find important — but then they participate in the group stretching program too.

Anyway, this stretching program in Lore of Running is good because it lists two to three stretches for each muscle, and recommends that you try various exercises until you find ones which stretch the appropriate muscles.

And it says you can expect results “after weeks or months.”

Ethercard swap

Posted by Sam Sunday, July 21st, 2002

So I swapped which card was eth0 and which was eth1, and I did it on the low level (module level) instead of the script level. Now after a painful reboot, we have 100BT on the internal interface where it might someday matter, and 10BT on the external interface where it never will. Next: see if we can run the DHCP server now.

Oh yeah, dinner.

Arrogant Bastard MkII

Posted by Sam Sunday, July 21st, 2002

Today is my second attempt at making Arrogant Bastard. Last attempt was reasonably successful but flawed due to my dumping in about 500g of dextrose as priming sugar, which added about 7 atm CO2 to the finished beer, so it was horrifically over-carbonated. But good, though.

This time, I’m using a weird yeast (Wyeast 1028 London) which smells very fruity. I’m not sure whether to supplement it with the 15g Dry English Ale yeast I have left over from a kit…

UPDATE: The 1028 seemed pretty fruity, but I looked up the yeast I used last time (1098), and Wyeast claims it’s fruitier. So I guess it should be fine. The LCD thermometer on my primary looks like it’s failing.

Got a new Apache

Posted by Sam Sunday, July 21st, 2002

Frenetic burst of activity last night: set up MovableType, which necessitated installing Apache, installing some new perl modules, and general fiddling. Now using MovableType as a bad diary.

Almost done recompiling the kernel so we can maybe use the CD-RW for backups, and so we can run a DHCP server. DSL is here but we’re not using it yet.