Over the years I've accumulated quite a lot of doodles, sketches, etc. They're filling up some boxes in my office closet. So I thought I'd start scanning them and posting one per day to a new blog.
I give you:
(The title is Old Norse for "drawing book"—or close enough, anyway.)
Enjoy!
Showing posts with label meta. Show all posts
Showing posts with label meta. Show all posts
27 April 2008
20 February 2008
Posting Code in Blogs
Until the previous post, I'd been hand-converting code samples into HTML for blog entries. Incredibly tedious. Amazingly tedious.
Now I have a tool that does it all for me: Colorer-take5. It integrates with the Eclipse development environment and works like a charm. I just grab the HTML it generates, stick it in
Bam, done. And it's free!
Now I just have to figure out how to make my own coloring scheme.....
Now I have a tool that does it all for me: Colorer-take5. It integrates with the Eclipse development environment and works like a charm. I just grab the HTML it generates, stick it in
<div>
and <pre>
tags like so:<div style="color:#AAAAAA; background-color:#0000AA; font-size: small; width: 400px; overflow: auto; padding: 1em"><pre>
<!-- generated HTML -->
</pre></div>
Bam, done. And it's free!
Now I just have to figure out how to make my own coloring scheme.....
05 November 2007
Welcome to the Monkey Brain
For a while now I've been wanting to start a blog on my professional and academic interests. I would have started it long ago, but there was a serious problem: What do you call a blog about biology, systematics, programming, and linguistics? (This is coupled with a similar problem: Who on Earth would read it? But I'll let that one sort itself out.)
What do these topics have in common, besides me being interested in them? Actually, quite a bit: tree-like structures, iterative evolution, lexical signification, ancestry and descent, simple rules giving rise to complex systems, etc. I'm sure the same parts of the mind are at work when pondering these topics. (Mathematics is not far off, either.)
A couple of candidates for the title of this blog occurred to me:
Finally, I went back and tried to think of the few times in my life I might have approached saying something witty. I remembered one spontaneous observation:
Maybe that gets to the root of it. Here I am, an anthropoid primate trying to usefully simplify the world around me so I can cram it into 1500 cubic centimeters of grey matter. Systematics, linguistics, and computer science all involve specifying simple rules which can be realized in complex ways.
Readers of this blog can expect to read about:
Who would want to read all that? Well, I would. Maybe five other people out there somewhere. But who cares? I'm just gonna write.
What do these topics have in common, besides me being interested in them? Actually, quite a bit: tree-like structures, iterative evolution, lexical signification, ancestry and descent, simple rules giving rise to complex systems, etc. I'm sure the same parts of the mind are at work when pondering these topics. (Mathematics is not far off, either.)
A couple of candidates for the title of this blog occurred to me:
- Branch-Based. In the PhyloCode, a "branch-based definition" is used to define a taxon (group of organisms) that includes everything sharing more recent ancestry with one thing than with another thing.
- Nomina Dubia. Latin for "doubtful names", this is a term referring to taxonomic names based on specimens too poor to properly assess.
Finally, I went back and tried to think of the few times in my life I might have approached saying something witty. I remembered one spontaneous observation:
Philosophy is the art of understanding the universe using a three-pound monkey brain.
Maybe that gets to the root of it. Here I am, an anthropoid primate trying to usefully simplify the world around me so I can cram it into 1500 cubic centimeters of grey matter. Systematics, linguistics, and computer science all involve specifying simple rules which can be realized in complex ways.
What to Expect
Readers of this blog can expect to read about:
- The evolution of organisms as well as the evolution of languages, both of which involve heredity, lineages, phylogenies, drift, and reconstruction.
- Reports of new organisms, particularly fossil vertebrates.
- The nomenclature of organisms, as based on their evolution.
- Ideas pertaining to computer programming, particularly object-oriented programming.
- Practical observations on programming (particular with ActionScript, Java, and XML), with actual code examples.
- My occasional forays into translation, particularly of Germanic languages and Ancient Hebrew (the latter stemming from my interest, as a nontheist, in theology).
- Constructed languages, alternate spelling schemes, etc.
- Tales of etymology (some related to taxonomy).
- Web projects of mine that tie some or all of these interests together.
Who would want to read all that? Well, I would. Maybe five other people out there somewhere. But who cares? I'm just gonna write.
Subscribe to:
Posts (Atom)