I have always found it strange how people who simply don't care about it spend their days programming, maybe in Cobol, as if programming and designing were just a (boring) job just like any other. Some of them have Ph.D.'s, too.

I always find it inspiring to select my own way of solving a problem, trading between CPU cycles, memory footprint, disk I/O's, mantainability and what else can make the piece of code you write simply unique, and your own. Very often you can distinguish the 'touch' of a programmer by reading some code, seeing his/her own unique style.

Most of them find wat they do boring, just something you do for a living. What a pity they don't see the beauty hidden in what they're doing. And if you try explaining it to them, they look at you as if you were positively nuts.

I wonder if medieval artists (or artisans?) engraving churches were the 9-to-5 type looking for a better job.... and now we celebrate what they did as an achievement of humanity. Will this happen for CPAN contributors one day?


In reply to Re: I am (not) a ... by l3nz
in thread I am (not) a ... by dragonchild

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.