Skip to content

Ecce Signum

Immanentize the Empathy

  • Home
  • About Me
  • Published Works and Literary Matters
  • Indexes
  • Laboratory
  • Notebooks
  • RSS Feed

Impermanence

2002-09-11 John Winkelman

Selah.

Posted in Life comment on Impermanence

I R Ub3r 1337

2002-09-09 John Winkelman

I have finally made it back into flash, And i have come up with an egregious hack for drawing a circle using the drawing API. Apparently using curveTo() is rather awkward for drawing a simple circle. This method uses the beginGradientFill() method:

_root.createEmptyMovieClip("grad",1);
 with (_root["grad"]) {
 colors = [0x000000,0x000000,0xffffff,0x000000,0x000000];
 alphas = [0,0,100,0,0];
 ratios = [0,124,128,132,255];
 /* adjust the 'spacing' of the middle three numbers to adjust line thickness */
 matrix = { matrixType:"box", x:0, y:0, w:400, h:400, r: (100/180)*Math.PI };
 beginGradientFill( "radial", colors, alphas, ratios, matrix );
 lineStyle(1,0x000000,100);
 moveTo(0,0);
 lineTo(400,0);
 lineTo(400,400);
 lineTo(0,400);
 lineTo(0,0);
 endFill();
 }

Put this code at the root level of your Flash file and run it. Nothing more need be done. Also, you can find a compiled version here . Sure, it’s not much to look at now, but just think of the possibilities!

Posted in ProgrammingTagged Flash comment on I R Ub3r 1337

Nothin’, I Tell Ya

2002-09-08 John Winkelman

I was, perhaps, over-optimistic about my productivity level this past weekend. The Chesterton remains unreadable; the Pushkin is trapped in raw text. I, on the other hand, am well-rested. Never discount the value of ignoring personal responsibilities.

A possible opportunity has arisen for me to teach introductory web design at one of the local colleges. It probably won’t be anything too fancy; basic (X)HTML, a little Javascript and CSS, maybe touch on Flash. Nothing I haven’t done before. But the idea of teaching this thing has got me thinking about the industry as a whole, and I have some ideas where I think it could/should go.

First, development/programming is a skilled trade. As such I feel it could benefit from some sort of master/apprentice based teaching paradigm, rather than classroom-based teaching. After all, how many of the good web developers out there are self taught? Apparently college education is not germane to the coding world.

Second, the current incarnation of web development is young — five years old? — and therefore still, philosophically, at a very malleable stage. As part of the fallout from the internet boom/bust, with all of the wunderkind stories about 22-year-old self-taught millionaires, web development is chock-full of loud talk and mediocre skill-sets. Pundits like Jeffrey Zeldman and Jakob Nielsen complain about how bad the WWW is, and blame laziness and superficiality among developers. But are laziness and superficiality the fault of the player, or the fault of the game, which tolerates these traits? Certainly five years of explosive growth is not conducive to reflection.

Obviously there are serious implications to applying formal structure to the web developer community. A hierarchy of talent will suddenly be available, with clients able to pick and choose whatever level they feel appropriate. We coders will have to be honest about our skills. We will have “pedigrees”, wherein a guru can say, with authority, “This person can walk the walk. You have my word on that.” The internet tends toward self-regulation in that anything which is said in public can be critiqued and refuted in public.

How difficult would it be, then, to start an apprenticeship program, both on the ‘net and in the real world, to insure that anyone who wants to get into “the business” will be able to do so with proper guidance, and anyone who is looking for a developer will be able to find one who really knows how to do the work?

More on this topic when I have had more time to research it. In the meantime, here is a study which estimates the yearly global production of information. Hint: It’s a lot.

Posted in Programming comment on Nothin’, I Tell Ya

I Am a 1337 g33k

2002-09-05 John Winkelman

So about 11pm yesterday I sat down to figure out how much work it would be to mark up the Chesterton book into XML. An hour later it was done. You can see it here , in the raw XML form. I expect to have an XSL stylesheet up by the end of the weekend.

Since that one was so easy, I am of a mind to do another. This one will also be a book, as the format is more simple than that of a play or a poem. What shall I pick? Hmmm…

And the winner, weighing in at a respectable 182k, is Marie by Alexandr Sergeevich Pushkin!!

My work on this classic piece of Russian literature is dedicated to Dr. Christine Rydel, of the Grand Valley State University Russian Studies Department, without whose guidance I would never have learned how to get an education in college.

Posted in Programming comment on I Am a 1337 g33k

Lone Wolf Programmer

2002-09-04 John Winkelman

On further research, it appears that the HTML Writer’s Guild initiative to mark up the Project Gutenberg eTexts lasted all of four months, from January to April of 2000. They completed a total of 124 works. This means I have my pick of almost six thousand books, poems, and plays, from a variety of formats and genres. I don’t want to start too complex. Romeo and Juliet, with its confusing (to a programmer) mix of play and poetry, is right out. Likewise War and Peace, which is just too damn long. So I need something in a standard format, chapters and paragraphs, and of a length neither intimidating nor bandwidth-hogging.

And the winner is: The Club of Queer Trades, by G.K. Chesterton!!!

Fortunately the volunteers at PG, where the books are initially converted from dead tree to electronic media, are quite good at keeping everything in a standard format. This raises the possibility of writing a script in [PERL | PHP | Python] to do the great majority of the work for me. Surprising, really, that this has not yet been done by someone else.

In other news, the website for From the Heart Yoga should be done within the week. I will then answer the question “how much free coffee is too much free coffee?”. Stay tuned…

Posted in Programming comment on Lone Wolf Programmer

Giving Something Back

2002-09-02 John Winkelman

This month marks my third year as a web developer/code monkey/whipping boy.

Every year at this time I feel a week or two of angst, because millions of people are in school and I am not one of them. I was a student for close to twenty years, and therefore September 1 is more meaningful to me as a New Beginning than is January 1.

So every September, in an effort to retain the student mindset, I give myself a Big Reading Project; a book I would not likely read, did I not have a GPA hostage to its completion. Anna Karenina was the first. Then The Brothers Karamazov, which I absolutely did not complete. Then Moby-Dick, which I finished, albeit under peer pressure. One year I actually enrolled in a class and studied the bejeezus out of William James.

Plato. Ken Wilber. Bulgakov. Nabakov. And about once a year I take another crack at Dostoyevsky.

About a year ago Scott and I discovered Project Gutenberg , and the HTML Writer’s Guild effort to mark up all of the Project Gutenberg texts into XML. We put together The Shakespeare Transmogrifier (usable across all modern browsers with nifty extras for IE5+/pc users) as an early XML/XSL experiment.

The intuitive among you may see where this is going.

This year, rather than just read a book, I will (probably) take one of the Project Gutenberg text files and convert it to XML. Then I will mirror the file and provide a stylesheet and XSL file with which to transform it into a readable/printable version.

And what are YOU doing this year?

Posted in Programming comment on Giving Something Back

The Ancient of Days

2002-08-25 John Winkelman

Today I RSVP-ed for my 15-year class reunion at Springport High School. Why? Ummm… err… why not?

Fifteen years. Egads. That means I graduated from college nine years ago. I have been out of school for almost as long as I was in school. Revelations like this make a man take stock of his life. Lessee… Since starting college I have moved around fifteen times, had over thirty room-mates, about a dozen girlfriends, four cars, four jobs (other than work-study slavery), published one poem, been to India, been to Russia, never been rich, never been married, no kids, many friends.

I am happy more often than not, and I am seldom bored. I guess I have it pretty good.

Posted in Life comment on The Ancient of Days

zzzzzzzzzzzzzzzzzzzz

2002-08-23 John Winkelman

Today is my Mom’s birthday. Happy birthday, Mom!

Thanks to a little help from Scott , the stylesheet issues in the photography sections have been resolved.

Now the question becomes Now that I have this thing, what do I do with it?

[insert political screed]

Posted in Life comment on zzzzzzzzzzzzzzzzzzzz

Creak

2002-08-21 John Winkelman

Quick update today. Altered the stylesheet a little, obviously. Also changed the way the photo pages work, in order to get around some absolutely infuriating glitches in, well, every browser out there. And never the same glitch twice. All this from XHTML and CSS which conforms to all the latest standards.

Stupid browsers.

In order to make the pictures work I had to perform a (*gasp*) browser check.

if(document.all) {
 document.getElementById("picCaption").innerHTML = t.value;
 } else {
 document.getElementById("picCaption").innerHTML = t.attributes["value"].value;
 }

The first time I have had to do that on my site in seven months. The sharp-eyed of you will notice that I am using a non-standard HTML attribute, “value”, associated with an image. I figure, XHTML is just a flavor of XML, like MathML, or WDDX. Therefore, it is eXtensible! Why NOT use custom tags? Micro$oft does it all the time. That is why I made the browser-check as insulting as possible by checking for the obsolete (document.all) feature in IE6.

Posted in Programming comment on Creak

A Day in the Life

2002-08-20 John Winkelman

5:45am Alarm goes off. Hit snooze.
6:00am Alarm goes off. Hit snooze.
6:15am Alarm goes off. Contemplate ceiling. Hit snooze.
6:35am Alarm goes off. Hit snooze.
6:50am Alarm goes off. Get up. Go to bathroom. Crawl back into bed. Hit snooze.
7:10am Alarm goes off. Hit snooze.
7:25am Alarm goes off. Listen to Grieg on radio.
7:40am Get out of bed. Get in shower.
8:05am Walk to work.
8:50am Arrive at work, by way of cafe.
9:00am – 10:00am Read email, news, etc.
10:00am – 12:00pm work on studio website.
12:00pm – 12:30pm Lunch (Tuna on whole wheat, cheddar lettuce onion tomato, pickle on the side.
12:30pm – 1:00pm Walk down by river. Watch ducks. Contemplate chaos and entropy.
1:00pm – 2:00pm XSLT, baybee!
2:00pm – 5:00pm Discuss big client. Contemplate, in no particular order, ceiling, navel, suicide, homicide, money, the client, games, magic, Magic, this, that, the other, the Other, the “other”, The Others .
5:15pm Leave for home.
5:20pm Take cool pictures of praying mantis.
6:10pm Arrive at home.
6:30pm Cook dinner (New Orleans style wild rice).
7:00pm Buy cleaning supplies.
7:30pm Mop kitchen, bathroom, hallway. Contemplate homicide.
8:00pm – 10:00pm Play Serious Sam II.
10:00pm – End of Time Get stuck in infinitely recursive loop updating website about the events of my day.

Posted in Life comment on A Day in the Life

Posts navigation

Older posts
Newer posts

Personal website of
John Winkelman

John Winkelman in closeup

Archives

Categories

Posts By Month

September 2025
S M T W T F S
 123456
78910111213
14151617181920
21222324252627
282930  
« Aug    

Links of Note

Reading, Writing
Tor.com
Locus Online
The Believer
File 770
IWSG

Watching, Listening
Writing Excuses Podcast
Our Opinions Are Correct
The Naropa Poetics Audio Archive

News, Politics, Economics
Naked Capitalism
Crooked Timber

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org

© 2025 Ecce Signum

Proudly powered by WordPress | Theme: x-blog by wpthemespace.com