2016-09-29

When to close the pool


(Note that I now consider this to be poor advice.  See my later post here.)

Seems like the week of the September Equinox is a good target time to close the pool.  This year I saw the first significant leaf fall (in someone else's yard, from a kind of tree we don't have on our property) on September 29th.

2016-03-28

When to open the pool


Open the pool after the catkins have fallen from the trees.  This year, April 15th (tax day!) seemed to coincide nicely with the end of the Spring catkin droppings.

UPDATES:

  • Clean off the pool cover before removing it so that leaves and dirt won't fall into the water and feed the algae that will develop.

Adding granular cyanuric acid to an outdoor pool

When adding large quantities of granular cyanuric acid (chlorine stabilizer), such as right after completely refilling filling the pool with tap water, take the lid off the container, keep the container upright, slowly lower the container into the pool (minimizing the amount of granules that escape the container), and use a hook with a long handle (like a hoe) to ease the container by its handle all the way to the bottom of the pool at a flat spot such as in the shallow end. Allow the container to sit with the granules inside until the crystals are all dissolved (which may take 2-7 days). Do not run the Polaris -- it can topple the container, putting granules in direct contact with the vinyl and damaging it.

This process prevents the granules from accumulating in the filter (resulting in sky-high pump pressures) or in the IntelliChlor (where they may damage the blades).  It presumes no one will be swimming in the pool until the granules are completely dissolved.

Better yet, spend the extra money to get the instant liquid salt-based chlorine stabilizer instead.

The importance of shielding outdoor gear from sunlight

Shield virtually everything from sunlight. It will all last much longer. Because water in an outdoor pool cannot be protected from UV sunlight, which quickly destroys free chlorine, the water must contain cyanuric acid (chlorine stabilizer).

2013-06-09

D3 operating patterns

[I originally posted this to vox.com on 18 Nov 2008.]

Managing photographic exposures using ambient light involves managing a triad of sensitivity, shutter speed, and aperture.  Change the value of one element of the triad, and like the sides of a triangle, at least one of the other elements must also change, or the exposure becomes incorrect.

In the days of film, sensitivity was conceptually fixed at a particular ISO.  Thereafter, only two sides of the triangle could be adjusted.  Automation allowed one to adjust those two sides by moving their vertex.  The only choice (on a full-featured camera like the F5) was from which direction to approach the vertex:  aperture-priority or shutter-priority.  In practice, this was trivial.  I always chose aperture-priority because it's all my FE2s had.

In the world of digital photography, one can adjust sensitivity from frame to frame.  This is a great power with which comes additional conceptual responsibility.  One must develop new patterns for managing the triad.

I'm currently evaluating two different patterns of exposure management on the D3:  "P" and "M".  I'm not exploring any options that require manual ISO adjustments, because the D3's controls do not make it easy to identify the ISO button by touch alone -- especially when wearing gloves.  Whether I settle on just one pattern, or switch between the two depending on the situation, remains to be seen.

Pattern "P" is encouraged by the D3's default settings.  The disadvantage is that shutter speeds that would match (for handheld use) a zoom lens's shorter focal lengths will be less accessible:
  • P: Programmed Automatic mode.  I used to get hung up on a desire to return the camera to its standard program after using a command dial to deviate from it, but I finally realized that this was pointless.  All I was deviating from was the median compromise.  Big deal.
  • On every lens change, set the Auto-ISO Minimum Shutter Speed to match the lens's maximum focal length.  This is less of a hassle now that the firmware provides a better way to access frequently-changed menu options.
  • Adjust the aperture-shutter vertex via one command dial.
Pattern "M" requires more intervention on every shot and may allow more image noise than necessary, but eliminates changing menu settings and makes handheld shutter speeds fully accessible no matter what the current focal length:
  • Auto-ISO ON with Maximum sensitivity = Hi-2.  This provides maximum ISO flexibility.
  • M: Manual mode.  This is the only mode in which the camera will loosen its death grip on ISO 200.  In all other modes, the camera would rather reduce shutter speed to below hand-held range than increase ISO (and therefore noise).  I'm willing to accept the noise if it's the difference between getting a sharp shot or a blurry one.
  • Adjust aperture and shutter speed via two command dials.
Fortunately, switching between the two patterns is a simple matter of depressing the mode button and rotating a command dial.

When CSS changes don't seem to work

[I originally posted this to vox.com on 20 Aug 2008.]

Consider that the browser probably caches the CSS file(s) associated with a page.  I was stuck for quite a while before I realized that IE7 was using cached CSS instead of my just-modified CSS file.  Clear the browser's cache between tests.

Using scriptmanager.RegisterPostBackControl on a button control in a GridView

[I originally posted this to vox.com on 20 Aug 2008.]

...doesn't seem to work.  Instead, the client still seems to expect just a partial postback.  My solution was to fall back to DataGrid instead of GridView.