<?xml version="1.0" encoding="windows-1252"?>
<node id="49433" title="t'mo" created="2001-01-02 23:59:25" updated="2005-06-21 21:53:18">
<type id="15">
user</type>
<author id="49433">
t'mo</author>
<data>
<field name="doctext">
&lt;!-- location:latitude=41.31.23,longitude=-81.31.10 --&gt;
&lt;!-- os:Linux,NT,W2K --&gt;
&lt;!-- wtf:? --&gt;

&lt;!-- I don't need this anymore; I've got a picture!
&lt;pre&gt;
     _      _
    /.\    /.\
    \_/  | \_/
         \
          \
         -_\

    --_______--
&lt;/pre&gt;
--&gt;

&lt;p&gt;(new!)&lt;/p&gt;
&lt;h1&gt;Soon-to-be Classic Quotes&lt;/h1&gt;
&lt;ul&gt;
 &lt;li&gt;[id://315159|adrianh's clever remarks] about the condition of some poor saps without a "...tight grip on the clue stick..."&lt;/li&gt;
 &lt;li&gt;[id://530743|merlyn says]: "...capture the regularities with code, and the irregularites with data..."&lt;/li&gt;
&lt;/ul&gt;

&lt;h1&gt;Perl-ish insights I've had&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;[id://43258|This reply] on the topic of Prgramming(&lt;a href="#peeves"&gt;!&lt;/a&gt;) vs. Coding.&lt;br&gt;I would still be interested to see how music has affected other people's &lt;em&gt;programming&lt;/em&gt;. After all, I was a musician&lt;a href="#bioMusic"&gt;*&lt;/a&gt; before I was a programmer...&lt;/li&gt;
&lt;li&gt;[id://46872|A reply I made] to the "remedial map" thread.&lt;br&gt;My insight into &lt;code&gt;map&lt;/code&gt;, shallow as it is, became obvious to me as I pondered the following bit of Smalltalk code:
&lt;blockquote&gt;&lt;code&gt;
| aCollection aNumber |
aNumber := 0.
aCollection := #('one' 'two' 'three').
aCollection do: [ :element |
    aNumber := aNumber + 1.
]
Transcript cr;
    show: 'There are ', aNumber asInteger, ' of strings in your collection of strings.'.
&lt;/code&gt;&lt;/blockquote&gt;
It got even better when I equated &lt;code&gt;map&lt;/code&gt; with this:
&lt;blockquote&gt;&lt;code&gt;
| aCollection anotherCollection |
aCollection := #('one' 'two' 'three').
anotherCollection := aCollection collect: [ :element |
    element
].
&lt;/code&gt;&lt;/blockquote&gt;
Smalltalk is still a neat, powerful language (as is Perl).&lt;/li&gt;
&lt;li&gt;[id://34223|This is my favorite]. It was about the time that I was able to formulate a question like this that I began to grok Perl. Well, began to begin to grok Perl. References were the first big leap for me...&lt;/li&gt;
&lt;/ul&gt;

&lt;a name="bioMusic"&gt;&lt;/a&gt;
&lt;h1&gt;Music is great&lt;/h1&gt;
&lt;p&gt;What else can I say about this? Only that performing is more enjoyable that listening. Here are the instruments I play, in decreasing order of skill:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;string bass&lt;/li&gt;
&lt;li&gt;piano&lt;/li&gt;
&lt;li&gt;guitar&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;At one job I had, one of the survey questions (How well do you like working at this place? Are you satisfied with working conditions? management? coworkers? etc.) was whether or not I felt all my "career goals" could be met working with this company. No way! (unless they're going to start a house orchestra or band sometime soon...)&lt;/p&gt;

&lt;a name="bioComp"&gt;&lt;/a&gt;
&lt;h1&gt;Computer languages I know something about&lt;/h1&gt;
&lt;p&gt;...but not necessarily a lot about; I'm still learning.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Applesoft basic -- my first and only!&lt;/li&gt;
&lt;li&gt;Logo -- well, maybe the turtle was the first...&lt;/li&gt;
&lt;li&gt;Fortran-- of which I forgot everything I ever learned.&lt;/li&gt;
&lt;li&gt;Forth -- I bet you haven't heard of it; too bad for you.&lt;/li&gt;
&lt;li&gt;C++ -- college days.&lt;/li&gt;
&lt;li&gt;Java -- &lt;strike&gt;more college days&lt;/strike&gt; using at the new job.&lt;/li&gt;
&lt;li&gt;VB -- (h)ack!&lt;/li&gt;
&lt;li&gt;C -- at the end of the college days; kind of backwards, don't you think? (the order I learned them, that is)&lt;/li&gt;
&lt;li&gt;SQL&lt;/li&gt;
&lt;li&gt;Perl -- picked up a little in college; now I know a bit more...&lt;/li&gt;
&lt;li&gt;Smalltalk -- one of the things I get paid to do (but see below).&lt;/li&gt;
&lt;li&gt;JavaScript -- this is the most recent addition to my collection; I'm amazed at how Perlish it can be at times (but if I read the &lt;a href="http://devedge.netscape.com"&gt;docs&lt;/a&gt; right, that's what the creators of the language intented), which lets me get some things done when I'm stuck at work without Perl&lt;/li&gt;
&lt;li&gt;&lt;small&gt;ASP/VBScript/more VB -- I know, but I gotta' pay the &lt;strike&gt;rent&lt;/strike&gt; mortgage.&lt;/small&gt; (well, as of June 6, see "Java" above)&lt;/li&gt;
&lt;li&gt;Lotus Notes programming/design ("design" is in there because most of what you do in Notes is not coding)&lt;/li&gt;
&lt;li&gt;C#&lt;/li&gt;
&lt;li&gt;PHP&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Of course, I should also throw in a bit of shell programming as well...how could you use Linux without it?&lt;/p&gt;

&lt;a name="peeves"&gt;&lt;/a&gt;
&lt;h1&gt;Still important enough to leave in here&lt;/h1&gt;
&lt;p&gt;&lt;a href="http://www.m-w.com"&gt;Learn to spell!&lt;/a&gt;&lt;/p&gt;

&lt;hr noshade&gt;

&lt;p&gt;&lt;i&gt;&lt;small&gt;(Which came first: parentheses or parenthetical remarks?)&lt;/small&gt;&lt;/i&gt;&lt;/p&gt;

&lt;hr noshade&gt;

&lt;p&gt;Well, as of today (10/14/2003) I have &lt;a href="http://www.perlmonks.org/index.pl?node_id=17645"&gt;assumed new powers&lt;/a&gt;. (I'm only recording that fact so I can find the node describing those powers again after I've forgotten what they are.)&lt;/p&gt;
</field>
<field name="lasttime">
2010-10-09 19:40:07</field>
<field name="experience">
698</field>
<field name="user_scratchpad">
358889</field>
<field name="imgsrc">
172620</field>
<field name="timeformat">
</field>
<field name="numwriteups">
115</field>
<field name="location">
Cleveland, Ohio area</field>
<field name="timezone">
-5</field>
<field name="codewrapoff">
on</field>
<field name="codewraplength">
80</field>
<field name="codeautowrap">
</field>
<field name="codeprefix">
</field>
<field name="codebig">
on</field>
</data>
</node>
