Sun Mon Tue Wed Thu Fri Sat 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
Today I also submitted a message about my signature programs page to the comp.infosystems.www.announce group. I wonder what the response will be.
I also found a page with links to diaries on the net.
And now I have to take a shower.
I started a Lycos search on `Diary'. Sofar, I did not find any interesting links. I submitted my URL to Outstanding Personal Home Pages as maintained by Kevin Werbach, and I told Bernie Wilt, who has a list of diaries (journals) on the internet, about mine. There is an endless supply of meaningless but realistic-looking papers, which are generated on request by a program written by Andrew C. Bulhak.
And for some serious work, I got vim and compiled it.
Hi, the book "Chaos in Wonderland" just came out in paperback, and I
thought some of you would like a computer recipe from the book. The
book is a blend of science fiction, graphics, mathematics, astronomy,
computer graphics, and fractals to introduce the reader to chaos science
-- the science behind many intricate, unpredictable patterns in
mathematics and nature.
In the book, status in the alien's society is based on the beauty of their fractal dreams. The following steps are required to create the swirling patterns: x = 0.1; y = 0.1; /* starting point */ DO 10 Million Times xnew = sin(y*b) + c*sin(x*b) ynew = sin(x*a) + d*sin(y*a) x = xnew; y = ynew; PlotDotAt (x, y) ENDThe values of the real number constants a, b, c, and d may be chosen at random in a range (-3 < a,b < 3) and (0.5 < c, d < 1.5 ). These simple systems generate information as the system evolves. To see the patterns unfold, use the rules and starting conditions, repeat the equations over and over again, stand back, and watch the visually exciting behavior evolve on the computer screen. Each new value of x and y determines the position of points on a plane. To produce the King's beautiful fractal dream, use the following constants: (a = -0.966918, b = 2.879879, c = 0.765145, and d = 0.744728). The picture boundaries are (-1.86 < x < 1.86) and (-1.51 < y < 1.51) . The Lyapunov exponent, which is explained in detail in the book, characterizes the degree of chaos in the pattern. For the King's dream, the value of the Lyapunov exponent is 0.48. If you magnify the center of the pattern, you will find additional intricate plumage. |
Of course, I wanted to know how it looked, so I wrote a short PostScript file for the King's beautiful fractal dream.
And to make things worse, it started raining like we haven't had it for a long time. Nice for those guys who have to glue the fiber.
I added Donald E. Knuth to my list of hackers on my life as a hacker page. I was surprised to find out that there is not a decent home page about him, and mailed the following complain to:
Hello, I found a page about Donald E. Knuth in hour list of faculty members. I was quite surprised that there were no links to all the achievements mentioned in his page. There must be home pages about TEX, METAFONT, WEB, CWEB, and such. Also there was not a reference to his works. Is it too much work to include these links? Or does he have objections against it. A Lycos search revealed that his name is mentioned on at least 99 Web pages. |
(Later, I found private home page)
Last weekend I HTML-ized the sermon The Excellency of Christ by Jonathan Edwards. I also worked on a new version of my html2tex program, which has improved error detection.
When I write this, it is around 14:40, and I am considering to report myself ill and go home. Whenever I become ill I get very undecisive, and usually cannot decide whether I am ill enough to go home or not.
(15:00, I still haven't left) Lets raise the blinds so I can enjoy the pale authem sun on my face. My roommate always lowers them, as he is sitting close to the window, but he went home. And lets make some nice tea. O, I ran out of vanilla flavoured tea. So, I have to settle with Twinings Ceylon tea.
Annabel is breaking new records every day. Yesterday she walked 5 metres in church.
I found a vim page by Sven Guckes.
Yesterday we brought Annabel to day-care, just to check whether she would like it. We thought that she would not cry. And when we came back after an hour, we found are sitting in the midst of about 10 children of her age, all eating some soup-stick (`soepstengel' in Dutch). Only after we called her name several times, she started moving. Afterwards she was in a very happy mood. In December, when Li-Xia starts working we will bring her to day-care for two days each week.
I am still suffering from a soar throat, and have decided to make some Chinese tea with my last Nin Jiom Pei Pa Koa in it. It tastes nice.
I am working on the HTML-ization of The Pursuit of God since I found out that it is in the public domain. (Note: later I discovered this to be an error: it is still copyrighted!)
I have decided to do some work at home. Somehow it seems I am always more productive at home, then sitting in my office. (Except, of course, when Annabel does not want to sleep.)