Powered By Blogger

Total Pageviews

2012-06-21

Have A Rocky Summer 2012 !!!


Remember to shake too!


Phuuu! A country for old men (like me in the picture), luckily!

2012-06-08

Getting Wiser And Older

Are not without benefits, but to get wisdom, you have to work hard, and you must be openminded all the time you read a book etc. Getting old (like me in the picture today) happens by itself (hale... what a miracle?!) Life is full of mysteries, but I prefer to find the natural and scientific reasons behind it all.

Of course there could be some overlap of what we find to be impossible, like some quantum weirdnesses, and some spiritual attached streams. Flickering energies following some kind of patterns that won't be erradicated by time or any means we know of today. Those energies are like a bunch of thoughts in our minds, but won't have any consciousness by themselves (without the brain cells working with those energies). Perhaps similar streams of such energies could be enforced by attaching to each other, and further by putting itself into a living beeing with a nervous system and become a part of that living beeing. A lot of speculations by that theme are possible, and that may get us closer to hypotheses that may be testable one day. I hope people begin to turn their back away from some dogmatic sentences in so called "holy books" and use their own mind and imagination that is more in harmony with science and our born nature evolutioned through eons of time -to come closer to what makes up an universe.

Every Living Beeing

Should be born free like a bird, but no one have to follow the "flow" in every which way. Unjustified cultural, social, religious or political pressure (not only through twitter, you know...) is often forced upon people that really have a somewhat different opinion. Majority rules you may say are democratic, but only if those rules are not totally propaganda with a not true message and denying the BASICS of the minorities (or for that matter; even some majorities). Having the BASICS in place, we are free to do whatever we like to do (critisize etc) within natural limits.

How the picture was made by computer programme alone and saved  by Hoversnap:

rem Welcome to the world of Geesls
rem Written in yabasic (from wwww.yabasic.de)
rem Free of use (or no use)
rem Depending on the size of your screen...
open window 1400,700
clear screen
q=0
for i=0 to 700
p1=0:p2=0:r=1
for j=0 to 1400
a=cos((j+i)*pi/180):b=sin((j+i)*pi/180)
f=sin((j-i)*pi/180):g=cos((j-i)*pi/180)
rem feel free to choose other (symmetric) values of x and y
x=a*a*b*b+f*g*g*g:y=f*f*g*g+a*a*a*b
c=sqr(x*x+y*y)*12.0
d=c/2
while (c>16.0)
c=c-8.0
wend
rem Feel free to choose other colors
if (c>0.000 and c<0.025) then
coa=64:cob=127:coc=32
endif
if (c>0.025 and c<0.050) then
coa=32:cob=64:coc=127
endif
if (c>0.050 and c<0.075) then
coa=127:cob=32:coc=64
endif
if (c>0.075 and c<0.100) then
coa=32:cob=127:coc=64
endif
if (c>0.100 and c<0.125) then
coa=64:cob=32:coc=127
endif
if (c>0.125 and c<0.150) then
coa=127:cob=64:coc=32
endif
if (c>0.150 and c<0.200) then
coa=255:cob=127:coc=64
endif
if (c>0.200 and c<0.250) then
coa=255:cob=64:coc=127
endif
if (c>0.250 and c<0.300) then
coa=127:cob=64:coc=255
endif
if (c>0.300 and c<0.350) then
coa=127:cob=255:coc=64
endif
if (c>0.350 and c<0.400) then
coa=64:cob=255:coc=127
endif
if (c>0.400 and c<0.450) then
coa=64:cob=127:coc=255
endif
if (c>0.450 and c<0.500) then
coa=32:cob=64:coc=255
endif
if (c>0.500 and c<1.000) then
coa=255:cob=255:coc=255
endif
if (c>1.0 and c<2.0) then
coa=0:cob=0:coc=0
endif
if (c>2.0 and c<4.0) then
coa=255:cob=255:coc=127
endif
if (c>4.0 and c<6.0) then
coa=255:cob=127:coc=255
endif
if (c>6.0 and c<8.0) then
coa=127:cob=255:coc=255
endif
if (c>8.0 and c<10.0) then
coa=255:cob=127:coc=127
endif
if (c>10.0 and c<11.0) then
coa=127:cob=127:coc=64
endif
if (c>11.0 and c<12.0) then
coa=127:cob=64:coc=127
endif
if (c>12.0 and c<13.0) then
coa=64:cob=127:coc=127
endif
if (c>13.0 and c<14.0) then
coa=64:cob=255:coc=64
endif
if (c>14.0 and c<15.0) then
coa=64:cob=64:coc=255
endif
if (c>15.0 and c<16.0) then
coa=255:cob=64:coc=64
endif
rem colour choice
colour coa,cob,coc
rem color to draw with
p2=p2+1
line p1,q+d to p2,q+d
p1=p2
next j
q=q+1
next
rem copy this sheet in txt-file in same drawer as your yabasic programme
rem use save as to make an yab-file of the txt-file by adding .yab at the end of the txt-file name
rem if you modify x and y in the txt-file, use save as for a new txt-file of different name, if you
rem don't want to overwrite the original txt-file, then add .yab as mentioned with the first txt-file
rem use Hoversnap like I mentioned earlier to keep a nice picture