One day last week, as I was juggling my mental list of Things That Absolutely Have To Be Done Today, I started jotting down some notes on a paper pad I keep nearby. These notes involved going through a network management application distributed across 8 Sun servers. Halfway through making my notes, I realized that I had done something like this:

foreach proxy server { foreach TL1 process { update configuration files stop the process run it manually debug it when it's good, start the process again } }

Note: TL1 (Transaction Language 1) is a text format used by telco equipment. See http://www.tl1.com for more information.

Has anyone else experienced this? The point when you're so wrapped up in work that you start thinking more like a computer than a human being? Where you find it normal to write this kind of pseudo-code to manage your work and your life?

And do any of you start thinking that this isn't necessarily a bad thing?

I'm interested in anything else that coders and techies might use as a warning that they need a break, a vacation, to "get a life." The Programmer's Frustration node a few weeks ago discussed what people do when they need a break, but I'm interested in how you know you need that break in the first place.

Chumley

In reply to I need a vacation by chumley

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.