What I've been meaning to do (although I haven't yet... misinterpretation of the virtue of Laziness) is mix the skills in a project. For instance, to keep my Perl up to date and improve my Unix and DB skills, write a script to parse syslog, insert entries in an appropriate database, and generate reports. (The syslog parser would run as an hourly cron job, the report generator as a daily one.) This keeps me practicing my Perl and DBI skills, gets me more into schema design, and involves me in such things as syslogd(8), ipfw(8), and so on. If I decide to make pretty-printable reports, this project could get me into PostScript, and so on.

So the basic idea, for me at least, is to work on things that involve a broad range of skills. This is a bit difficult to do at work, since I usually get handed the Perl part of a given problem, but for personal projects it tends to be pretty easy. I haven't run into too many problems that are particularly narrow in their focus.

--
:wq

In reply to Re: (OT) defocusing a bit to re-learn and re-evaluate other aspects of one's skillset (discussion) by FoxtrotUniform
in thread (OT) defocusing a bit to re-learn and re-evaluate other aspects of one's skillset (discussion) by deprecated

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.