Wednesday, August 31, 2011

“Irony has only emergency use. Carried over time, it is the voice of the trapped who have come to enjoy their cage.”

you should've told me earlier !!!

Wednesday, August 10, 2011

hoo fuchin ha

http://www.youtube.com/watch?v=n8m7lFQ3njk

this is blowing my mind. soothing. pieces falling into place.
chunks. same as primordial thoughts.thinking with both is similiar.
//atoms ,primitives - same as defun defined operators. ha !
whee !!

'please' is a category. category doesn't need to be visual things like 'shoe' or 'car'.

reset

in Microserfs, Karla advocates the theory that muscles holds the body's memories, and hence massage releases them etc etc.
I agree. I'm thinking a slow warm-up followed by stretching of muscles - section by section - accompanied by and in rhythm with breathing makes brain re-aware of the whole body. I f you sit all day, the brain forgets that the body has all these muscle-bone-nerve systems...

Monday, August 01, 2011

i did this. and this too.

this is effin spot on !!!
http://tomu.imgur.com/graffiti__streetart

for i in `find . -name *.java | xargs wc -l | awk '{ print $1 }' `; do echo ===============; a=`expr $a + $i`; echo $a; done


map( lambda x : x[:-len('.xml')].lower().replace('-','_')+'_ITCase.java' ,[x.strip() for x in os.listdir('.') if x[-len('.xml'):] == '.xml' and not x == ''])


the first one's just so so. gives kloc
the second one's simple, if you format it out.

is the same as

[ j[:-len('.xml')].lower().replace('-','_')+'_ITCase.java' for j in [x.strip() for x in os.listdir('.') if x[-len('.xml'):] == '.xml' and not x == '']]