If it's something I can delegate to another person, I delegate. If it's something I can publish and other people will organise it or fix my problems for me, I publish it. A lot of things end up on my blog and Perl Tips.

If it's something that needs to be done, and it's personal, it goes into hiveminder

If it's something that needs to be done, and it's business related, it goes into our RT ticket system.

If it's something that needs to be done, and it's related to a project, it goes into the project's RT system or TODO file, as appropriate.

If it's documentation on a project, part of a, part of a course manual, or otherwise project related, it goes into the appropriate .pm file. Pure-documentation projects go into .pod files. These get sorted by project, book, or project, and are generally managed using git, and transformed with a Pod::2::DocBook variant.

If it's a password it goes into a password safe.

If it's a financial event, it goes into gnucash.

If it's a bookmark, it usually goes into delicious.

If it's a feed, or something that has a feed, it goes into a folder to be read by Sage. Feeds are sorted by type (news/blog/tools/etc) and sometimes by interestingness.

Physical papers go into the filing cabinet. The second drawer is business, the third is common personal, the fourth is uncommon personal, the top is archive.

Transient information that I don't need for very long goes into a vim window, which I close when it's done.

Electronic information that needs to be retained and doesn't fall into any of the above goes into a wiki. Our internal wiki for personal and business, the project wiki if it's got one.

Everything else goes on my desk. If that's full, the desk to my left. If that's full, on jarich's desk to my right (and I hope she doesn't notice). If that's full, the floor. If that's full, I have serious information management issues.

The biggest improvements I can make to my information management is to auto-expire information and tasks. If something doesn't get done for a long period of time, it doesn't matter, and should be thrown onto an unimportant list somewhere that I never look at (but can search if I need it).


In reply to Re: how do you organize your notes? by pjf
in thread how do you organize your notes? by Anonymous Monk

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.