all contents subject to copyright by me, of me, for me.

Wednesday, November 6

umberrella

under fed
under cover
darkness bouncing tarpaulin shed

beams bending

beams not cooperating
equations hating
constants haunting, changing shape disconsonantly
disconsolate claustrophylic code
cautionary comments woe
crossedout moments crossectioned strains
planes corrosive myopic toasts

Wednesday, October 23

within the republican caucus

Within as Without
agreement, a rusty fuze blown and crutch
untouched, feasty fingers grab lunch
, wine-0 punch slumped up in clumps

Within as Without
brains, priorities, political calculus drifting
from a mooring loose sprawling guts

Within as Without
moral icing ,

Thursday, October 17


SWiTCH

flip clips
adgitprops
static bats

voltage voltage

AM FM

DC DC DC DC

Vpp Vpp Vpp Vpp




muskie at the door

fifteen feet down
five feet undrown
spots for stripes silver teeth writhe
the roll of death and the line tight
gone in the reflective black night

Tuesday, September 17

CRYM~

crime wave 2013
sign your checks blank
pass them through the fence unseen

credit cards for unlocked cars
sars H1N1 filled up the change drawers
hidden messages scrawled on walls
anarchy and clutter rule them all

Tuesday, September 3

colors

summer starts to leave
heavy legs lifting
wheels to the sun
leafs losing some
red green yellow onions

specters of laughter

after dark talks of starts
discretionary budget surplus arts
you then heckle
what the heck'll
they do
poo?
sure a pig flew

well hey, that's just the way it is.

Wednesday, July 24

sorting sort of short of sordid

if INDICATOR == 2
yPSD_V2 = yPSD_V2/100;   
    n1 = 0; n2 = 0;
clear Xp Yp
[Xp, Yp] = ginput;
for i = 1:2: length(Xp)

if Xp(1) < xPSD_V2(end)
    [whatever minR2] = min(abs(xPSD_V2-Xp(i)));
    [whatever maxR2] = min(abs(xPSD_V2-Xp(i+1)));
  if max(yPSD_V2(minR2:maxR2)) > 3*BASELINE2  
          n2 = n2+1;
           PEAK_Y2(n2)  = max(yPSD_V2(minR2:maxR2));
        for freq = minR2:maxR2
            if yPSD_V2(freq) == PEAK_Y2(n2)
            Xpeaks2(n2) = xPSD_V2(freq);
            end
        end
  end   
end
    [whatever minR1] = min(abs(xPSD_V1-Xp(i)));
    [whatever maxR1] = min(abs(xPSD_V1-Xp(i+1)));
  if max(yPSD_V1(minR1:maxR1)) > 3*BASELINE1
      n1 = n1+1;
       PEAK_Y1(n1)  = max(yPSD_V1(minR1:maxR1));
        for freq = minR1:maxR1
            if yPSD_V1(freq) == PEAK_Y1(n1)
            Xpeaks1(n1) = xPSD_V1(freq);
            end
        end 
  end