<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>BrownStudies &#187; Advice</title>
	<atom:link href="http://www.brownstudy.info/category/advice/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.brownstudy.info</link>
	<description>Learning As I Go</description>
	<lastBuildDate>Fri, 14 Oct 2011 14:37:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Don&#8217;t overthink it (Installment #247)</title>
		<link>http://www.brownstudy.info/2011/02/22/dont-overthink-it-installment-247/</link>
		<comments>http://www.brownstudy.info/2011/02/22/dont-overthink-it-installment-247/#comments</comments>
		<pubDate>Tue, 22 Feb 2011 16:00:15 +0000</pubDate>
		<dc:creator>brownstudy</dc:creator>
				<category><![CDATA[Advice]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.brownstudy.info/?p=451</guid>
		<description><![CDATA[I volunteered to do a tedious job at work &#8212; copy/paste about maybe 200-400 parameters scattered throughout a group of FORTRAN files. The parameters may be in one of maybe 3 different formats. Also, the parameters came with multiline comments (with each commented line starting with !), and sometimes just big wodges of comments on [...]


Related posts:<ol><li><a href='http://www.brownstudy.info/2009/07/21/dahl-on-travel-and-civilization/' rel='bookmark' title='Dahl on travel and civilization'>Dahl on travel and civilization</a></li>
<li><a href='http://www.brownstudy.info/2008/07/13/mark-hursts-bit-literacy/' rel='bookmark' title='Mark Hurst&#8217;s &#8220;Bit Literacy&#8221;'>Mark Hurst&#8217;s &#8220;Bit Literacy&#8221;</a></li>
<li><a href='http://www.brownstudy.info/2009/07/10/readability-and-toread-cc-bookmarklets/' rel='bookmark' title='Readability and toread.cc bookmarklets'>Readability and toread.cc bookmarklets</a></li>
<li><a href='http://www.brownstudy.info/2009/09/04/the-bones-beneath-the-skin/' rel='bookmark' title='The bones beneath the skin'>The bones beneath the skin</a></li>
</ol>

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p style="clear: both">I volunteered to do a tedious job at work &#8212; copy/paste about maybe 200-400 parameters scattered throughout a group of FORTRAN files. The parameters may be in one of maybe 3 different formats. Also, the parameters came with multiline comments (with each commented line starting with !), and sometimes just big wodges of comments on their own that serve as documentation. The goal was to transform these snippets into something our customer could scan using Excel.</p>
<p style="clear: both">I volunteered to do it because it made no sense for a highly paid developer to do such a menial job; also, I kind of like taking on little challenges like this, developing a new technique or learn some new tools, and seeing how quickly I can rip through them. Then it&#8217;s just a matter of putting on the headphones, pressing a few keys repetitively so the computer does most of the work, and voila. </p>
<p style="clear: both">I realized that my initial solution for this would be overly complicated, as it always is, and that the exploration process as I groped my way toward simpledom would be haphazard, as it always is. I thought &#8220;How can I use Applescript to parse the text? Should I just copy the fragments into Word and use Word&#8217;s formatting functions? Should I use a text editor with some text formatting Services?&#8221; (<a href="http://www.macupdate.com/app/mac/10523/wordservice" target="_blank">DevonThink makes a killer set of text-formatting services available to Mac users for free</a>; DevonThink not required to use them.)</p>
<p style="clear: both">I spent about 5 hours over the weekend scarfing up text-formatting Applescript code, messing with text editors, messing with Automator, messing with some copied fragments that I was using as my test case, messing with Applescript in Word (which adds its own complications), and seeing possible workflows getting more complicated.</p>
<p style="clear: both">Sometime around Monday evening my brain settled down and I decided on my workflow:</p>
<ol style="clear: both">
<li>Copy each parameter and comment into a Word file.</li>
<li>Fix the formatting of each snippet to remove the extra lines, excess ! marks, and insert tab marks judiciously to make importing into Excel easier.</li>
<li>Transform the tab-delimited text into a table using Word&#8217;s Table>Convert>Text to Table command.</li>
<li>Copy and paste the tables into Excel and format accordingly. </li>
</ol>
<p style="clear: both">The intent of this workflow brings in what I&#8217;ve mentioned before, about batching similar actions together. With this workflow, I could check each line off as done and move fully to the next set of operations. I could do each set of operations more quickly and efficiently than transitioning from 1 to 2 to 3 to 4 within each file.</p>
<p style="clear: both">#2 gave me the headache, of course, and is where I spent the bulk of my think time. I had on blinders as I was sure I could use some sort of Applescript in Word that would reformat everything in one go, without needing multiple passes. And because I thought it could be done, I thought I had to do it that way. </p>
<p style="clear: both">However, I had set myself a time limit for the R&#038;D, and I had passed it. Time to drop that all-in-one solution. As I looked at the line fragments, I noticed that the bulk of the work would be done in the first line of each multi-line fragment. OK, let&#8217;s start there.</p>
<p style="clear: both">That shift brought me back to the Agile programming maxim of, &#8220;<a href="http://c2.com/xp/DoTheSimplestThingThatCouldPossiblyWork.html" target="_blank">Do the simplest thing that could possibly work.</a>&#8221; This is when I turned back to <a href="http://www.keyboardmaestro.com/main/" target="_blank">Keyboard Maestro</a>; it&#8217;s not as powerful as <a href="http://startly.com/products/quickeys/mac/4/" target="_blank">QuicKeys</a> (or my beloved <a href="http://www.macroexpress.com/" target="_blank">Macro Express</a> in the Windows world), but it&#8217;s quick, dependable, and does the job. In this case, I was using it as a robot typing the keyboard, but that keeps it simple. </p>
<p style="clear: both">That&#8217;s when I cobbled together my workflow for #2:</p>
<ul style="clear: both">
<li>With the text in Word, select the lines that will be reformatted. </li>
<li>Run <a href="http://www.macworld.com/article/133027/2008/04/geekfactor2505.html" target="_blank">Joe Kissel&#8217;s great Clean Up Text script</a> (scroll down the page to read about how to coy and paste his code into the Applescript editor). This script removes all spaces and tabs and removes multiple line breaks, making each fragment a unified paragraph. Kissell&#8217;s article also tells you how to assign a keystroke to a script.</li>
<li>For a multi-line parameter with comments, the bulk of the delete symbols/insert tab action happens in the first line of the reformatted paragraph. So, position the cursor on the first line, and run the Keyboard Maestro macro (assigned to the F19 key) that manually moves the cursor, deletes a character, inserts a tab, etc. and then stops. Because the macro is working within Word, I added keystrokes to take advantage of Word&#8217;s keyboard-based cursor movements. </li>
<li>For the remainder of the ! comment marks now studding the reformatted paragraph, select the entire document and use a simple Word find-and-replace to replace all the ! with &#8221; &#8220;.</li>
</ul>
<p style="clear: both">Hm. Well, that still looks pretty complicated, doesn&#8217;t it? But it&#8217;s faster than me burning hours to get my head deep into Applescript territory, with delimiters, variables, if-thens, and so on.</p>
<p style="clear: both">The other advantage of this workflow is that this should cover about 80% of the code I&#8217;ll have to reformat. I now have a base set of actions that I can clone and customize to handle the exceptions.</p>
<p style="clear: both">Anyway, the lesson as always: don&#8217;t overthink it. Keep it simple. </p>
<p><br class="final-break" style="clear: both" /></p>


<p>Related posts:<ol><li><a href='http://www.brownstudy.info/2009/07/21/dahl-on-travel-and-civilization/' rel='bookmark' title='Dahl on travel and civilization'>Dahl on travel and civilization</a></li>
<li><a href='http://www.brownstudy.info/2008/07/13/mark-hursts-bit-literacy/' rel='bookmark' title='Mark Hurst&#8217;s &#8220;Bit Literacy&#8221;'>Mark Hurst&#8217;s &#8220;Bit Literacy&#8221;</a></li>
<li><a href='http://www.brownstudy.info/2009/07/10/readability-and-toread-cc-bookmarklets/' rel='bookmark' title='Readability and toread.cc bookmarklets'>Readability and toread.cc bookmarklets</a></li>
<li><a href='http://www.brownstudy.info/2009/09/04/the-bones-beneath-the-skin/' rel='bookmark' title='The bones beneath the skin'>The bones beneath the skin</a></li>
</ol></p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.brownstudy.info/2011/02/22/dont-overthink-it-installment-247/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Writing in the library</title>
		<link>http://www.brownstudy.info/2011/02/13/writing-in-the-library/</link>
		<comments>http://www.brownstudy.info/2011/02/13/writing-in-the-library/#comments</comments>
		<pubDate>Sun, 13 Feb 2011 14:31:19 +0000</pubDate>
		<dc:creator>brownstudy</dc:creator>
				<category><![CDATA[Advice]]></category>
		<category><![CDATA[Writing]]></category>

		<guid isPermaLink="false">http://www.brownstudy.info/?p=448</guid>
		<description><![CDATA[I had an excellent ~6 hours of solid writing/wrestling with my master&#8217;s paper one day last week. At this stage, I&#8217;m still drafting raw text and am not in the polish stage where I&#8217;m honing the thoughts in the sentences and paragraphs, and ensuring my themes and the story I&#8217;m telling are all working together, [...]


Related posts:<ol><li><a href='http://www.brownstudy.info/2010/11/27/writing-lessons-learned-yet-again/' rel='bookmark' title='Writing lessons learned (yet again)'>Writing lessons learned (yet again)</a></li>
<li><a href='http://www.brownstudy.info/2010/08/21/assorted-links-4/' rel='bookmark' title='Assorted links'>Assorted links</a></li>
<li><a href='http://www.brownstudy.info/2009/03/29/writing-research-papers-2/' rel='bookmark' title='Writing the Lit Review for Research Methods'>Writing the Lit Review for Research Methods</a></li>
<li><a href='http://www.brownstudy.info/2008/01/21/building-models-info-or-economic-in-your-spare-time/' rel='bookmark' title='Building models (info or economic) in your spare time'>Building models (info or economic) in your spare time</a></li>
</ol>

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p style="clear: both;">I had an excellent ~6 hours of solid writing/wrestling with my master&#8217;s paper one day last week. At this stage, I&#8217;m still drafting raw text and am not in the polish stage where I&#8217;m honing the thoughts in the sentences and paragraphs, and ensuring my themes and the story I&#8217;m telling are all working together, which is what <strong><em>I</em></strong> would call &#8220;the writing phase&#8221;. Right now, I&#8217;m at the &#8220;vomit text&#8221; stage, if I may be forgiven for such a phrase.</p>
<p style="clear: both;">Here&#8217;s how I structured my time and my environment to encourage me to work:</p>
<ul style="clear: both;">
<li>I staked out a table in Davis Library, 7th floor. There are plenty of big tables that are hardly used, wall plugs are nearby for the MikeBook, and &#8212; most importantly &#8212; the books on the shelves are from the Asian collection, printed in Chinese and Japanese &#8212; so I&#8217;m not tempted to browse them during my breaks!</li>
<li>I have <a href="http://www.publicspace.net/MacBreakZ/" target="_blank">MacBreakz</a> set to annoy me every 50 minutes with some simple ergonomic exercises. In the preferences, I removed the ability to banish the window, so that I have to force myself to stand, stretch, walk, go to the bathroom &#8212; anything but sit and stare at the screen. The breaks last 10 minutes.</li>
<li>During that break, I put some <a href="http://www.genteal.com/info/products/moderate-eye-drops.jsp?WT.svl=CM" target="_blank">Genteal drops</a> in my eyes to keep them my moist. My cataract doctor said that, when you work on a computer, you tend to not blink, which dries out your eyes, causing strain. The regular breaks to look out the window and away from the screen (MacBreakz includes eye exercises) and the wetting drops help keep my eyes healthy.</li>
<li>Most important &#8212; <a href="http://macfreedom.com/" target="_blank">Fred Stutzman&#8217;s Freedom app</a>, to keep me from surfing the web when I should be working. I usually set it for 125 minutes, to really enforce that I should be working.</li>
<li>For the paper, I had some clear goals defined: insert the new stats graphs, write text describing the graphs, create new stats tables as needed from my original data. Instead of floundering, I had specific tasks in mind.</li>
<li>Also important: work in batch mode. When adding graphics into my Word file, insert one, got to the next page, insert one, etc. When applying the Figure style, walk through the file and apply it to each graphic. I like a lined border around each graphic, so do that action for each graphic before moving on to the next task; this enables me to run the command once and then select the next graphic, press Command+Y to repeat the previous command, and move on to the next. Trying to do all of those actions at one time for <em>each</em> graphic &#8212; insert graphic, format, write text, insert caption, etc. &#8212; would have meant too much fiddling and interruption for each operation. By breaking the separate tasks into separate streams, as it were, I was able to move more quickly. It also meant that when it was time to write, the figures were exquisitely formatted so that didn&#8217;t distract me.</li>
<li>When writing, know when you&#8217;re creating text and when you&#8217;re editing text. That workday was dedicated to creating text and not to wordsmithing. I didn&#8217;t try to push my argument too heavily, I tried not to get too nervous when I could see some ideas not quite aligning as I&#8217;d hoped or that I hadn&#8217;t written as much as I&#8217;d hoped. The goal was to just get the words down in a rough draft, which is the hardest part of writing (at the start anyway!). I knew that the several passes through the text I still had to make would bring tweaks and additions and polish, so there was no need to get too stressed about expression and articulacy just yet.</li>
<li>Others might not be able to do this, but I had a good breakfast and skipped lunch. Once I plopped myself down, unpacked my stuff, set up the computer, etc. I really didn&#8217;t want to interrupt the flow to pack up, eat, walk back, unpack, set up, and then hope I&#8217;d get back into the flow. I fueled up at the top of the day and it powered me well into the afternoon. Once I got in the flow of working on the paper, time did indeed both stand still and whiz by.</li>
</ul>
<p style="clear: both;">I&#8217;m now at the point where i&#8217;m trying to generate text for the last part of the paper, the discussion and conclusion, and find myself somewhat lacking for words. I&#8217;ve started with random ideas and sentences i put under those headings as I worked on other sections of the paper and so this has provided me a starting point. But the section still feels anemic.</p>
<p style="clear: both;">I think the solution here is, again, to trust the process. As <a href="http://www.amazon.com/Thinking-Paper-V-Howard/dp/0688077587/ref=sr_1_1?ie=UTF8&amp;qid=1316611813&amp;sr=8-1" target="_blank">my favorite book on writing</a> says, use the words you have to attract the words you want. So, let the the sections feel thin for now and as I continue sweeping through and reading and re-reading, let any other words or ideas bubble up when they&#8217;re ready.</p>
<p style="clear: both;">I should say, this is also the time when it&#8217;s helpful to have another pair of eyes look at the text, so I&#8217;m trying to get a draft finished for my advisor to review so she can tell me where I&#8217;ve gone too far or not far enough.</p>
<p><br class="final-break" style="clear: both;" /></p>


<p>Related posts:<ol><li><a href='http://www.brownstudy.info/2010/11/27/writing-lessons-learned-yet-again/' rel='bookmark' title='Writing lessons learned (yet again)'>Writing lessons learned (yet again)</a></li>
<li><a href='http://www.brownstudy.info/2010/08/21/assorted-links-4/' rel='bookmark' title='Assorted links'>Assorted links</a></li>
<li><a href='http://www.brownstudy.info/2009/03/29/writing-research-papers-2/' rel='bookmark' title='Writing the Lit Review for Research Methods'>Writing the Lit Review for Research Methods</a></li>
<li><a href='http://www.brownstudy.info/2008/01/21/building-models-info-or-economic-in-your-spare-time/' rel='bookmark' title='Building models (info or economic) in your spare time'>Building models (info or economic) in your spare time</a></li>
</ol></p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.brownstudy.info/2011/02/13/writing-in-the-library/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Little steps</title>
		<link>http://www.brownstudy.info/2011/02/04/little-steps/</link>
		<comments>http://www.brownstudy.info/2011/02/04/little-steps/#comments</comments>
		<pubDate>Fri, 04 Feb 2011 18:44:18 +0000</pubDate>
		<dc:creator>brownstudy</dc:creator>
				<category><![CDATA[Advice]]></category>
		<category><![CDATA[MeMeMe]]></category>

		<guid isPermaLink="false">http://www.brownstudy.info/?p=439</guid>
		<description><![CDATA[In trying to implement some new behaviors, I&#8217;m finally listening to advice and looking at how to piggyback the new behaviors on existing behaviors. The best way to introduce a new habit being to start small and link the new behavior to an existing behavior. These are basically implementation intentions [1], as introduced to me [...]


Related posts:<ol><li><a href='http://www.brownstudy.info/2008/05/08/as-within-so-without/' rel='bookmark' title='As within, so without'>As within, so without</a></li>
<li><a href='http://www.brownstudy.info/2008/08/21/advice-on-re-entering-school/' rel='bookmark' title='Advice to a 40-odder on re-entering school'>Advice to a 40-odder on re-entering school</a></li>
<li><a href='http://www.brownstudy.info/2008/07/21/winning-arguments-unfairly/' rel='bookmark' title='Winning Arguments (Unfairly)'>Winning Arguments (Unfairly)</a></li>
<li><a href='http://www.brownstudy.info/2009/12/29/fall-2009-chicken/' rel='bookmark' title='Fall 2009 chicken'>Fall 2009 chicken</a></li>
</ol>

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>In trying to implement some new behaviors, I&#8217;m finally listening to advice and looking at how to piggyback the new behaviors on existing behaviors. The best way to introduce a new habit being to start small and link the new behavior to an existing behavior.</p>
<p>These are basically implementation intentions [1], as introduced to me by the Psychology <abbr class="datetime" title="2011-02-04">Today</abbr> blogger on procrastination, Dr. Timothy Pychyl [2]  (who also has an extensive site <a href="http://http-server.carleton.ca/~tpychyl/" target="_blank">devoted to his procrastination research</a>, an affordable <a href="http://www.procrastinatorsdigest.com/" target="_blank">e-book</a> on the topic, and scads of <a href="http://iprocrastinate.libsyn.com/" target="_blank">podcasts</a> subscribable through iTunes).</p>
<p style="clear: both;">An implementation intention basically says. &#8220;I will do behavior x when y happens so that I can achieve z.&#8221; The objective is to have your environment deliver the cue for the behavior you want to encourage. In addition to supporting your goals, implementation intentions can support something called <em>prospective memory</em>, which I&#8217;ll blog about someday (after putting it off for nearly a year!).</p>
<p style="clear: both;">If a task I need or want to do is a one-off, or requires extra will-power to motivate myself to do it, then that&#8217;s a task I&#8217;m not likely to do. Therefore, I need to plan how to make more routine the things that I that I think will be beneficial to me. So here are some behaviors I&#8217;m trying to implement now:</p>
<ul style="clear: both;">
<li>Liz always goes to bed an hour or so before I do. After I kiss her good night, I always walk past the bathroom on my way to my office. So, an obvious intention would be, &#8220;When I walk past the bathroom, floss and brush my teeth so I can have better gum health and keep the dentist far away from me.&#8221; I&#8217;m very bad about flossing regularly.</li>
<li>I have my banjo lesson on Friday mornings. When I come back home, I always leave the banjo in its case until the next time I decide to practice, which may not be till Monday or Tuesday. And I leave the case sitting off to the side even though Liz gave me a banjo stand for my birthday. So, to encourage me getting my banjo out and ready to play, my new intention is: &#8220;When I get home from my lesson on Friday morning, I will remove the banjo from its case and put it on the stand so I can quickly pick up the instrument when I want to practice.&#8221; Even though removing the banjo from its case involves tiny effort, it&#8217;s just enough resistance to keep me from practicing. By making this new behavior a policy or rule, I remove the need to use emotions or will power to get the task done.</li>
<li>On a related note (heh): I often practice my banjo immediately after I get home from work or school and <strong><em>before</em></strong> I pull my MacBook out of my backpack. I do this because once I have the MacBook out and plugged in, I get lost checking email, blogs, etc. With my desk clear of the computer, I have more room to set up my music, I can sit in my chair, swivel around to the banjo stand, pick up the banjer, and start plunking away. Little steps, and probably silly to someone who&#8217;s more disciplined, but the more I can clear my path of little stones like this, the easier the journey.</li>
<li>A long-standing rule of mine has been to fill up the car when the gas gauge indicates there&#8217;s a quarter of a tank left. Lately, though, I&#8217;ve come close to running on fumes so I needed to change this. There&#8217;s nothing worse than being in a hurry to get to the next town and then discovering you have to divert to get some gas. My new rule now is to fill up every Friday on my way home from grocery shopping, no matter how much gas is in the tank. This lets me start off the next week with a full tank.</li>
</ul>
<p>Now, will these intentions work every time? Maybe not. But by thinking about how to work around my natural resistance, I increase the chance that I&#8217;ll do them more often. And more often is better than not at all.<br class="final-break" style="clear: both;" /></p>
<p><strong>Links</strong><br />
[1] <a href="http://www.psychology<abbr class="datetime" title="2011-02-04">today</abbr>.com/blog/dont-delay/201001/implementation-intentions-facilitate-action-control">http://www.psychology<abbr class="datetime" title="2011-02-04">today</abbr>.com/blog/dont-delay/201001/implementation-intentions-facilitate-action-control</a><br />
[2] <a href="http://www.psychology<abbr class="datetime" title="2011-02-04">today</abbr>.com/blog/dont-delay">http://www.psychology<abbr class="datetime" title="2011-02-04">today</abbr>.com/blog/dont-delay</a></p>


<p>Related posts:<ol><li><a href='http://www.brownstudy.info/2008/05/08/as-within-so-without/' rel='bookmark' title='As within, so without'>As within, so without</a></li>
<li><a href='http://www.brownstudy.info/2008/08/21/advice-on-re-entering-school/' rel='bookmark' title='Advice to a 40-odder on re-entering school'>Advice to a 40-odder on re-entering school</a></li>
<li><a href='http://www.brownstudy.info/2008/07/21/winning-arguments-unfairly/' rel='bookmark' title='Winning Arguments (Unfairly)'>Winning Arguments (Unfairly)</a></li>
<li><a href='http://www.brownstudy.info/2009/12/29/fall-2009-chicken/' rel='bookmark' title='Fall 2009 chicken'>Fall 2009 chicken</a></li>
</ol></p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.brownstudy.info/2011/02/04/little-steps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Two views of boredom</title>
		<link>http://www.brownstudy.info/2010/12/23/two-views-of-boredom/</link>
		<comments>http://www.brownstudy.info/2010/12/23/two-views-of-boredom/#comments</comments>
		<pubDate>Thu, 23 Dec 2010 16:35:37 +0000</pubDate>
		<dc:creator>brownstudy</dc:creator>
				<category><![CDATA[Advice]]></category>

		<guid isPermaLink="false">http://www.brownstudy.info/2010/12/23/two-views-of-boredom/</guid>
		<description><![CDATA[The first, from an emotional, Buddhist perspective, and the second, from the productive academic&#8217;s perspective. Both emphasize being mindful of when you&#8217;re in the state of boredom and how to use that as a cue to put the mind in a more curious, awake state. I like Jonathan&#8217;s summation of the problem: Boredom is like [...]


Related posts:<ol><li><a href='http://www.brownstudy.info/2007/07/23/information-architect/' rel='bookmark' title='Information Architect'>Information Architect</a></li>
<li><a href='http://www.brownstudy.info/2007/10/06/overreactions-and-decisions/' rel='bookmark' title='Overreactions and decisions'>Overreactions and decisions</a></li>
<li><a href='http://www.brownstudy.info/2010/11/18/more-on-panic-and-discomfort/' rel='bookmark' title='More on panic and discomfort'>More on panic and discomfort</a></li>
<li><a href='http://www.brownstudy.info/2009/01/11/whats-ahead-for-ol-mikey/' rel='bookmark' title='What&#8217;s ahead for ol&#8217; Mikey?'>What&#8217;s ahead for ol&#8217; Mikey?</a></li>
</ol>

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p style="clear: both">The first, from an <a href="http://www.happinessinthisworld.com/2010/12/19/boredom/" target="_blank">emotional, Buddhist</a> perspective, and the second, from the <a href="http://prosedoctor.blogspot.com/2010/12/productive-boredom.html" target="_blank">productive academic&#8217;s</a> perspective. Both emphasize being mindful of when you&#8217;re in the state of boredom and how to use that as a cue to put the mind in a more curious, awake state.</p>
<p style="clear: both">I like Jonathan&#8217;s summation of the problem:</p>
<blockquote style="clear: both"><p style="clear: both">Boredom is like pain, it tells us that something is wrong and requires a change. </p>
</blockquote>
<p><br class="final-break" style="clear: both" /></p>


<p>Related posts:<ol><li><a href='http://www.brownstudy.info/2007/07/23/information-architect/' rel='bookmark' title='Information Architect'>Information Architect</a></li>
<li><a href='http://www.brownstudy.info/2007/10/06/overreactions-and-decisions/' rel='bookmark' title='Overreactions and decisions'>Overreactions and decisions</a></li>
<li><a href='http://www.brownstudy.info/2010/11/18/more-on-panic-and-discomfort/' rel='bookmark' title='More on panic and discomfort'>More on panic and discomfort</a></li>
<li><a href='http://www.brownstudy.info/2009/01/11/whats-ahead-for-ol-mikey/' rel='bookmark' title='What&#8217;s ahead for ol&#8217; Mikey?'>What&#8217;s ahead for ol&#8217; Mikey?</a></li>
</ol></p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.brownstudy.info/2010/12/23/two-views-of-boredom/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>More on panic and discomfort</title>
		<link>http://www.brownstudy.info/2010/11/18/more-on-panic-and-discomfort/</link>
		<comments>http://www.brownstudy.info/2010/11/18/more-on-panic-and-discomfort/#comments</comments>
		<pubDate>Fri, 19 Nov 2010 01:19:52 +0000</pubDate>
		<dc:creator>brownstudy</dc:creator>
				<category><![CDATA[Advice]]></category>
		<category><![CDATA[blessay]]></category>

		<guid isPermaLink="false">http://www.brownstudy.info/?p=424</guid>
		<description><![CDATA[Mark Z at ZhurnalyWiki paid me the great honor of referring to my panic post. He ended with this thought: And of course there&#8217;s my favorite strategy: try to identify what causes panic and avoid situations where it might arise. Sensible (and I think a little tongue-in-cheek) advice, though I believe there is more to [...]


Related posts:<ol><li><a href='http://www.brownstudy.info/2010/10/03/panic/' rel='bookmark' title='Panic'>Panic</a></li>
<li><a href='http://www.brownstudy.info/2009/01/27/annoying-firefox-problem-fixed/' rel='bookmark' title='Annoying Firefox problem fixed'>Annoying Firefox problem fixed</a></li>
<li><a href='http://www.brownstudy.info/2008/12/28/status-of-the-phd/' rel='bookmark' title='Status of the Ph.D.'>Status of the Ph.D.</a></li>
<li><a href='http://www.brownstudy.info/2008/10/05/the-midnight-disease/' rel='bookmark' title='&#8220;The Midnight Disease&#8221;'>&#8220;The Midnight Disease&#8221;</a></li>
</ol>

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p style="clear: both">Mark Z at <a href="http://zhurnaly.com/" target="_blank">ZhurnalyWiki</a> paid me the great honor of <a href="http://zhurnaly.com/cgi-bin/wiki/Don't_Panic"  link_target="_blank" title="">referring to my </a><a href="http://www.brownstudy.info/2010/10/03/panic/" target="_blank">panic post</a>. He ended with this thought: </p>
<blockquote style="clear: both"><p>And of course there&#8217;s my favorite strategy: try to identify what causes panic and avoid situations where it might arise. </p>
</blockquote>
<p style="clear: both">Sensible (and I think a little tongue-in-cheek) advice, though I believe there is more to this issue and I fear I lack the articulateness and critical thought to tease out all the threads. Still, let&#8217;s try.</p>
<p style="clear: both">I take banjo lessons and my teacher one day asked me why I was taking a particular song at such a slow speed. &#8220;It&#8217;s the speed I&#8217;m most comfortable practicing at,&#8221; I said.</p>
<p style="clear: both">His reply was a zen slap: &#8220;Your comfort is not our concern.&#8221; He explained that if I continued practicing only at speeds that &#8220;felt good&#8221; then my improvement would proceed so slowly as to be invisible. Instead, it was better to crank up the metronome to faster-than-comfortable speeds, stress myself a little, and build up the muscles, resistance, experience, whatever, so that I could see improvement happen faster. Even if I go too fast and have to step back to a slower speed, I&#8217;d still be practicing at a more intense level than had I plodded along at &#8220;safe&#8221; speeds.</p>
<p style="clear: both">This is advice applicable to any activity where one may want to see progressive improvement: weight training, long-distance running (waves to Mark Z), scholastic work, leadership skills &#8212; deliberately putting yourself in an uncomfortable place in measured doses so that one gains the skills to operate competently with a higher or more capacity. (One key, I think, is defining the &#8220;measured doses&#8221; &#8212; you don&#8217;t go from couch potato to marathoner in a day.)</p>
<p style="clear: both">But I should note that, on days when it&#8217;s obvious that I&#8217;m feeling off or am easily irritated by my performance, my teacher backs off on that advice and will instead say, &#8220;Take it easy. Some days, you only need to go at speeds where you&#8217;re comfortable. Don&#8217;t beat yourself up.&#8221; So the wisdom, I guess, is knowing the difference between challenging oneself and abusing oneself.</p>
<p style="clear: both">With banjo, I intentionally crank up the metronome past my comfort zone and stress myself to play faster so that I can encourage my mind to confront and solve the problems I&#8217;m facing with fingering and rhythms. I know <strong><em>why</em></strong> I am putting myself through this discomfort &#8212; so I can play better. And when I practice a week later, the section that had previously given me so much trouble is now comfortably folded into my normal practice, causes less stress, and is now a building block to help me conquer more complicated material. </p>
<p style="clear: both">What&#8217;s needed here is my own willingness to confront a shortcoming. With any sort of training of this nature, a teacher or mentor is helpful. They can provide methods or rituals or processes we can employ that, over time, help us break the challenging problem down into pieces that can be easily solved, thereby reducing the discomfort and anxiety to mere questions of technique and experience. For example, only tackle four bars of a new song at a time till you feel they&#8217;re not unnatural under your fingers, then tackle the next four bars, then play all eight bars at a slow speed and then faster. Jog at an easy pace before you start sprinting. And so on. After a while, what seemed difficult or impossible is routine. One of the things my first coach noticed was that, once we get past a block or remove an unhelpful attitude or behavior, we find it hard to remember what our problem was to begin with or why we thought we had a problem at all. The new neural pathways that we&#8217;ve laid down bypass &#8212; and maybe help us forget &#8212; the pain we&#8217;d previously put ourselves through.</p>
<p style="clear: both">Now we edge from discomfort to panic. Deliberately putting oneself outside of one&#8217;s comfort zone is one thing, but life often thrusts us without warning into situations over which we have no control. In my still-young life, for example, I&#8217;ve been dumped, laid off, endured and recovered from detached retinas (both eyes), and forced to confront my moral/emotional/intellectual/human shortcomings in many other ways. I read a quote (from Alanis Morrisette, of all people) that said we&#8217;re all going to go through shit at one time or another, and we&#8217;re all going to get through it, so it doesn&#8217;t pay to worry about it. That&#8217;s useful to keep in mind, I guess, but hard to pull from memory when you&#8217;re in the throes of panic (particularly when you&#8217;re in an emergency room). It&#8217;s during the panic times &#8212; particularly times of illness &#8212; that I call on my meditation and yoga experiences to put my mind in a more helpful place that will help me endure what I&#8217;m going through, help channel my emotions so they don&#8217;t fuel panic, help improve my resiliency. Many of these situations we cannot avoid, we can only face them as well as we can. If you have someone&#8217;s hand to hold, even better.</p>
<p style="clear: both">But then, there is that class of panic that is irrational &#8212; fear of bridges, fear of elevators, fear of your thesis advisor (!). It&#8217;s not realistic to avoid bridges or elevators or your advisor all of the time. And it&#8217;s at that point that you dip into the various books and stuff I pointed to in the panic post, or enlist a therapist or counselor who can help you confront that fear or help make it go away. </p>
<p style="clear: both">Looking back on my spring, my panic was alleviated by my being surrounded by very understanding people who were able to relive me of some responsibilities that were simply more than I could handle, provide needed advice and &#8212; importantly &#8212; perspective on the situation, and generally just let me jabber as I tried to make sense of this experience. (Actually, I think making sense of something comes with time and distance from the event; when I&#8217;m in the weeds, I just want to get through it and make the pain stop).</p>
<p style="clear: both">I could have stayed in the PhD program, well outside of my comfort zone, where I was experiencing myriad panics at all sorts of levels &#8212; scholastically, logistically, with personal relationships &#8212; told myself that I&#8217;m not <strong><em>supposed</em></strong> to be comfortable, reconciled myself to living with the frustration, and just gotten on with it. Several people I know did that. But there are problems with that mindset: I didn&#8217;t know how to measure progress in any of these areas so I had no objective markers to show whether I was progressing or regressing. I didn&#8217;t have any methods &#8212; apart from brute application of time and energy &#8212; to help me get through the different types of work I was called on to do. I felt stuck in the same place and didn&#8217;t see my situation &#8212; or myself in that situation &#8212; improving. </p>
<p style="clear: both">But my biggest problem here was that I was never clear on <strong><em>why</em></strong> I was doing the PhD. And because I didn&#8217;t know why I wanted the PhD, I couldn&#8217;t understand why I had to suffer what I was suffering. If I had had a clear picture of the destination, I could have found a way to suffer through the journey.</p>
<p style="clear: both">Anyway &#8212; some more jabbering on a topic that, were I to talk about it with everyone I know, would make even <strong><em>me</em></strong> bored. Best to talk about it here where I can get it out of my system and spare the ears of my dear friends.</p>
<p><br class="final-break" style="clear: both" /></p>


<p>Related posts:<ol><li><a href='http://www.brownstudy.info/2010/10/03/panic/' rel='bookmark' title='Panic'>Panic</a></li>
<li><a href='http://www.brownstudy.info/2009/01/27/annoying-firefox-problem-fixed/' rel='bookmark' title='Annoying Firefox problem fixed'>Annoying Firefox problem fixed</a></li>
<li><a href='http://www.brownstudy.info/2008/12/28/status-of-the-phd/' rel='bookmark' title='Status of the Ph.D.'>Status of the Ph.D.</a></li>
<li><a href='http://www.brownstudy.info/2008/10/05/the-midnight-disease/' rel='bookmark' title='&#8220;The Midnight Disease&#8221;'>&#8220;The Midnight Disease&#8221;</a></li>
</ol></p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.brownstudy.info/2010/11/18/more-on-panic-and-discomfort/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Be warned</title>
		<link>http://www.brownstudy.info/2010/10/30/be-warned/</link>
		<comments>http://www.brownstudy.info/2010/10/30/be-warned/#comments</comments>
		<pubDate>Sat, 30 Oct 2010 19:19:46 +0000</pubDate>
		<dc:creator>brownstudy</dc:creator>
				<category><![CDATA[Academic life]]></category>
		<category><![CDATA[Advice]]></category>
		<category><![CDATA[Oddments]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://www.brownstudy.info/2010/10/30/be-warned/</guid>
		<description><![CDATA[My friend Hill, a denizen of the Humanities PhD wars, vouches for the accuracy of these first two animations. As for the Simpsons clips, well, why not? Related posts:Emails as a Game of Life? Related posts brought to you by Yet Another Related Posts Plugin.


Related posts:<ol><li><a href='http://www.brownstudy.info/2008/01/21/emails-as-a-game-of-life/' rel='bookmark' title='Emails as a Game of Life?'>Emails as a Game of Life?</a></li>
</ol>

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p style="clear: both">My friend Hill, a denizen of the Humanities PhD wars, vouches for the accuracy of these first two animations. As for the Simpsons clips, well, why not?</p>
<p style="clear: both"><span style=" display: inline; float: left; margin: 0 10px 10px 0;"><object height="304" width="380"><param name="movie" value="http://www.youtube.com/v/uSdHoNJu5fU?fs=1&#038;hl=en_US" /><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><embed allowfullscreen="true" type="application/x-shockwave-flash" src="http://www.youtube.com/v/uSdHoNJu5fU?fs=1&#038;hl=en_US" allowscriptaccess="always" height="304" width="380"></embed></object></span></p>
<p style="clear: both"><span style=" display: inline; float: left; margin: 0 10px 10px 0;"><object height="304" width="380"><param name="movie" value="http://www.youtube.com/v/obTNwPJvOI8?fs=1&#038;hl=en_US&#038;rel=0" /><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><embed allowfullscreen="true" type="application/x-shockwave-flash" src="http://www.youtube.com/v/obTNwPJvOI8?fs=1&#038;hl=en_US&#038;rel=0" allowscriptaccess="always" height="304" width="380"></embed></object></span></p>
<p style="clear: both"><span style=" display: inline; float: left; margin: 0 10px 10px 0;"><object height="304" width="380"><param name="movie" value="http://www.youtube.com/v/XViCOAu6UC0?fs=1&#038;hl=en_US" /><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><embed allowfullscreen="true" type="application/x-shockwave-flash" src="http://www.youtube.com/v/XViCOAu6UC0?fs=1&#038;hl=en_US" allowscriptaccess="always" height="304" width="380"></embed></object></span></p>
<p><br class="final-break" style="clear: both" /></p>


<p>Related posts:<ol><li><a href='http://www.brownstudy.info/2008/01/21/emails-as-a-game-of-life/' rel='bookmark' title='Emails as a Game of Life?'>Emails as a Game of Life?</a></li>
</ol></p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.brownstudy.info/2010/10/30/be-warned/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Panic</title>
		<link>http://www.brownstudy.info/2010/10/03/panic/</link>
		<comments>http://www.brownstudy.info/2010/10/03/panic/#comments</comments>
		<pubDate>Mon, 04 Oct 2010 01:15:16 +0000</pubDate>
		<dc:creator>brownstudy</dc:creator>
				<category><![CDATA[Advice]]></category>

		<guid isPermaLink="false">http://www.brownstudy.info/2010/10/03/panic/</guid>
		<description><![CDATA[Alex Lickerman is a physician and practices Nichiren Buddhism, and he writes a weekly blog titled Happiness in this World. Each post is calm, sane, sensible, well-reasoned, and usually includes those boldface steps on things to do or remember that us blog-readers love to bookmark yet never follow up on. His post on How to [...]


Related posts:<ol><li><a href='http://www.brownstudy.info/2008/10/24/no-heroic-efforts/' rel='bookmark' title='No Heroic Efforts'>No Heroic Efforts</a></li>
<li><a href='http://www.brownstudy.info/2008/02/05/jumping-the-gun-on-a-macbook/' rel='bookmark' title='Jumping the gun on a MacBook?'>Jumping the gun on a MacBook?</a></li>
<li><a href='http://www.brownstudy.info/2010/08/29/summarizing-the-past-year/' rel='bookmark' title='Summarizing the past year'>Summarizing the past year</a></li>
<li><a href='http://www.brownstudy.info/2007/12/07/mr/' rel='bookmark' title='Done, done, and done'>Done, done, and done</a></li>
</ol>

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p style="clear: both">Alex Lickerman is a physician and practices Nichiren Buddhism, and he writes a weekly blog titled <a href="http://www.happinessinthisworld.com/" target="_blank">Happiness in this World</a>. Each post is calm, sane, sensible, well-reasoned, and usually includes those boldface steps on things to do or remember that us blog-readers love to bookmark yet never follow up on. </p>
<p style="clear: both">His post on <a href="http://www.happinessinthisworld.com/2010/09/26/how-to-thwart-panic/" target="_blank">How to Thwart Panic</a> struck very close to home for me as I experienced that feeling quite a bit this past spring. As he says, the mind cannot always be trusted. It has picked up habits of thought that do not serve us anymore and that we would do well to challenge. </p>
<p style="clear: both">Alex provides good basic info, but a few details to some of his points may help.</p>
<p style="clear: both">
<ul style="clear: both">
<li>When you feel yourself starting to panic or feel anxious, examine the thought and try to classify it based on this <a href="http://en.wikipedia.org/wiki/Cognitive_distortion" target="_blank">list of cognitive distortions</a>. These distortions, and the idea of mentally challenging these thoughts, was popularized by David Burns&#8217; book <em>Feeling Good</em>. I would say that book, and a later book by Burns, <em>When Panic Attacks</em>, offer terrific advice and dozens of techniques to employ that will help you get over panic, procrastination, and other mental maladies.</li>
<li>When in the throes of panic, stopping to rate the discomfort on a 1-10 or 1-100 scale is a good way to take a step back and look at yourself objectively. Moving from an all-or-nothing mindset to more of a continuum mindset has been very helpful for me.</li>
<li>Burns has a very good and easy technique where you draw a line down the middle of a sheet of paper, write the anxiety-producing thought on the left side, and then on the right, identify the type of cognitive distortion you&#8217;re using, and then write a logical refutation of the bad thought. The trick to this is that your refutation has to be something your brain will believe. It can&#8217;t be a cliché; it needs to make sense. So if the bad thought is, &#8220;I&#8217;ll never get this project done,&#8221; I would identify that as a magnification error (or <em>awfullizing</em> as <a href="http://en.wikipedia.org/wiki/Albert_Ellis_(psychologist)" target="_blank">Albert Ellis</a> would call it), and then write this refutation, &#8220;I have gotten many other projects done in the past, and I will certainly get *this* project done. I may not get it done in the next 5 minutes, but I can certainly work on a piece of it right now. I&#8217;ve found that in the past, when I start working on a project, and taking action, the anxiety tends to dissipate very quickly.&#8221;</li>
</ul>
<p><br class="final-break" style="clear: both" /></p>


<p>Related posts:<ol><li><a href='http://www.brownstudy.info/2008/10/24/no-heroic-efforts/' rel='bookmark' title='No Heroic Efforts'>No Heroic Efforts</a></li>
<li><a href='http://www.brownstudy.info/2008/02/05/jumping-the-gun-on-a-macbook/' rel='bookmark' title='Jumping the gun on a MacBook?'>Jumping the gun on a MacBook?</a></li>
<li><a href='http://www.brownstudy.info/2010/08/29/summarizing-the-past-year/' rel='bookmark' title='Summarizing the past year'>Summarizing the past year</a></li>
<li><a href='http://www.brownstudy.info/2007/12/07/mr/' rel='bookmark' title='Done, done, and done'>Done, done, and done</a></li>
</ol></p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.brownstudy.info/2010/10/03/panic/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>My nephew&#8217;s philosophy</title>
		<link>http://www.brownstudy.info/2010/09/30/my-nephews-philosophy/</link>
		<comments>http://www.brownstudy.info/2010/09/30/my-nephews-philosophy/#comments</comments>
		<pubDate>Thu, 30 Sep 2010 18:15:34 +0000</pubDate>
		<dc:creator>brownstudy</dc:creator>
				<category><![CDATA[Advice]]></category>

		<guid isPermaLink="false">http://www.brownstudy.info/2010/09/30/my-nephews-philosophy/</guid>
		<description><![CDATA[My brother&#8217;s oldest son, Stuart, was asked by his teacher what he liked about school. He answered, &#8220;It&#8217;s not about what I like, it&#8217;s what I have to get used to.&#8221; Related posts:Write what you feel My future is assured Related posts brought to you by Yet Another Related Posts Plugin.


Related posts:<ol><li><a href='http://www.brownstudy.info/2008/07/19/write-what-you-feel/' rel='bookmark' title='Write what you feel'>Write what you feel</a></li>
<li><a href='http://www.brownstudy.info/2009/04/05/my-future-is-assured/' rel='bookmark' title='My future is assured'>My future is assured</a></li>
</ol>

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p style="clear: both">My brother&#8217;s oldest son, Stuart, was asked by his teacher what he liked about school. He answered, &#8220;It&#8217;s not about what I like, it&#8217;s what I have to get used to.&#8221;</p>
<p><br class="final-break" style="clear: both" /></p>


<p>Related posts:<ol><li><a href='http://www.brownstudy.info/2008/07/19/write-what-you-feel/' rel='bookmark' title='Write what you feel'>Write what you feel</a></li>
<li><a href='http://www.brownstudy.info/2009/04/05/my-future-is-assured/' rel='bookmark' title='My future is assured'>My future is assured</a></li>
</ol></p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.brownstudy.info/2010/09/30/my-nephews-philosophy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The bones beneath the skin</title>
		<link>http://www.brownstudy.info/2009/09/04/the-bones-beneath-the-skin/</link>
		<comments>http://www.brownstudy.info/2009/09/04/the-bones-beneath-the-skin/#comments</comments>
		<pubDate>Fri, 04 Sep 2009 15:17:05 +0000</pubDate>
		<dc:creator>brownstudy</dc:creator>
				<category><![CDATA[Academic life]]></category>
		<category><![CDATA[Advice]]></category>
		<category><![CDATA[MeMeMe]]></category>

		<guid isPermaLink="false">http://www.brownstudy.info/?p=318</guid>
		<description><![CDATA[A few months ago, I was struck by this tweet from HiroBoga. For whatever reason, a circuit snapped in my head and I Got It. All my little productivity obsessions and systems were all about creating my own infrastructure: my calendar, my to-do list, my inbox, my habits, all of it. If I were to [...]


Related posts:<ol><li><a href='http://www.brownstudy.info/2008/01/28/30/' rel='bookmark' title='How is it possible? More on email'>How is it possible? More on email</a></li>
<li><a href='http://www.brownstudy.info/2008/02/05/jumping-the-gun-on-a-macbook/' rel='bookmark' title='Jumping the gun on a MacBook?'>Jumping the gun on a MacBook?</a></li>
<li><a href='http://www.brownstudy.info/2007/08/19/advice-for-a-forty-odder-from-a-twenty-something/' rel='bookmark' title='Advice for a Forty-Odder from a Twenty-Something'>Advice for a Forty-Odder from a Twenty-Something</a></li>
<li><a href='http://www.brownstudy.info/2008/08/16/digital-history-hacks/' rel='bookmark' title='Digital History Hacks'>Digital History Hacks</a></li>
</ol>

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>A few months ago, I was struck by this <a href="http://twitter.com/HiroBoga/statuses/2457056784">tweet</a> from HiroBoga. For whatever reason, a circuit snapped in my head and I Got It.</p>
<p>All my little productivity obsessions and systems were all about creating my own infrastructure: my calendar, my to-do list, my inbox, my habits, all of it. If I were to look at myself and my life as if it were a business, then these are the tools I need to make sure the business runs efficiently and doesn&#8217;t fall behind. We all do it with our reminders for paying the bills, balancing the checkbook, getting the car&#8217;s oil changed, keeping receipts in a shoebox for income taxes, etc.</p>
<p>But these systems are not the thing itself that I want to accomplish; rather, they&#8217;re the mundane roads and bridges that help me get where I need to go.</p>
<p>Transitioning now to the grad-student life, I see that I&#8217;ll be an entrepreneur of a sort: I have to define my domain of interest, find interested backers and supporters (faculty to be on my committee), find funding (grants, fellowships), create a product line (articles, studies), create a network of professional contacts, etc. And this &#8220;business&#8221; needs to be supported by an infrastructure that helps me get the work done.</p>
<p>Reading that tweet helped me realize that what I&#8217;ve been doing this year and especially the past few months was preparing infrastructure to support me in my new life. I couldn&#8217;t have said what I was doing or why, but now I can.</p>
<p>So this is what I did:</p>
<ul>
<li>Back in March, Liz and I sat down with a spreadsheet and looked at our finances and began thinking about how to make this transition work, could we afford it, what about health insurance, professional dues, subscriptions, mortgage, car insurance, groceries, etc. I told a friend of mine at school we were doing this and she said, &#8220;That&#8217;s so grown up!&#8221;</li>
<li>I bought a 23&#8243; Dell widescreen monitor, with an external speaker, so that I had a big, bright screen where I could tile windows and not have to squint. The speaker lets me listen to my iTunes music while I work. As has been well-documented, the biggest productivity gains come from having large or multiple monitors, and I have to say it&#8217;s been the best purchase I&#8217;ve made in a long time.</li>
<li>An <a href="http://store.apple.com/us/product/MB110LL/A?fnode=MTY1NDA1Mg&amp;mco=Nzk3NjI5OQ">Apple external keyboard</a>, with the number pad, lots of function keys, etc. to trick out my 13&#8243; BlackBook. Great key action and easier to type on than the laptop&#8217;s keyboard. (I bought this and the monitor over the no-sales-tax weekend.)</li>
<li>The above purchases also meant a total re-think of my desk and office layout at home, and that arrangement is still ongoing. But still, part of the process.</li>
<li>Bought a new pair of walking shoes since I&#8217;m walking a lot more now on campus and to and from the bus. (Also bought with no sales tax.)</li>
<li>Speaking of the bus: I got a <a href="http://triangletransit.org/">TTA </a>transit card (free rides for a year, courtesy UNC&#8217;s CAP program) and a gatecard that lets me park at the American Tobacco parking deck near the Durham bus terminals. The Beauteous Liz and I made a test run of the TTA route beforehand to get a feel for how long it takes. I decided I could live with the longer ride-time since it means I now don&#8217;t have to drive through traffic, and it lets me get some last-minute reading in before class.</li>
<li>I&#8217;ve been reading tons of blog posts from Cal Newport&#8217;s <a href="http://www.calnewport.com/blog/">Study Hacks</a> site, which I think is an essential read for students of whatever stripe. It&#8217;s geared mainly to undergraduates, but graduate students will find plenty here to help them. Cal recently turned in his dissertation &#8212; Congratulations! &#8212; and I&#8217;m adopting several of his techniques for reading, notetaking, filing, etc. as part of my systems infrastructure.</li>
<li>I bought several hundredweight of Mac programs too &#8212; <a href="http://www.devon-technologies.com/products/devonthink/">DevonThink</a> and <a href="http://www.sonnysoftware.com/">Bookends</a> spring immediately to mind &#8212; to help me manage the various information streams flowing into my tiny head.</li>
<li>I also bought a cheap telephone to keep in my office, since I&#8217;m lucky enough to have a phone jack already installed. <a class="zem_slink" title="Randy Pausch" rel="wikipedia" href="http://en.wikipedia.org/wiki/Randy_Pausch">Randy Pausch</a> recommended in his <a href="http://video.google.com/videoplay?docid=-5784740380335567758&amp;hl=en">time management lecture</a> to make sure there&#8217;s a speakerphone option, so you can work while listening to the soothing on-hold music.</li>
</ul>
<p>Even my silly <a href="http://www.brownstudy.info/tag/literature-review/">posts</a> on writing lit reviews and research papers document my experiments with creating repeatable processes to reduce the chaos and mechanical effort of getting through school. There will always be thinking and writing, and they will always take time and will be hard work. but I want the tools, habits, and systems to help with some of the heavy lifting so I don&#8217;t have to spend thought and energy engineering a new process every time. I&#8217;ll be using this blog as a place to document some of those terribly nerdy student things.</p>
<p>And I hope these tools can be adapted and re-fitted to other jobs and assignments I take on as I move through the academy&#8217;s alimentary canal.</p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/828109df-b85c-41ce-ba9d-74ed317da2e4/"><img class="zemanta-pixie-img" style="border: medium none ; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=828109df-b85c-41ce-ba9d-74ed317da2e4" alt="Reblog this post [with Zemanta]" /></a><span class="zem-script more-related pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>


<p>Related posts:<ol><li><a href='http://www.brownstudy.info/2008/01/28/30/' rel='bookmark' title='How is it possible? More on email'>How is it possible? More on email</a></li>
<li><a href='http://www.brownstudy.info/2008/02/05/jumping-the-gun-on-a-macbook/' rel='bookmark' title='Jumping the gun on a MacBook?'>Jumping the gun on a MacBook?</a></li>
<li><a href='http://www.brownstudy.info/2007/08/19/advice-for-a-forty-odder-from-a-twenty-something/' rel='bookmark' title='Advice for a Forty-Odder from a Twenty-Something'>Advice for a Forty-Odder from a Twenty-Something</a></li>
<li><a href='http://www.brownstudy.info/2008/08/16/digital-history-hacks/' rel='bookmark' title='Digital History Hacks'>Digital History Hacks</a></li>
</ol></p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.brownstudy.info/2009/09/04/the-bones-beneath-the-skin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lavers on The Simple Life</title>
		<link>http://www.brownstudy.info/2009/02/21/lavers-on-the-simple-life/</link>
		<comments>http://www.brownstudy.info/2009/02/21/lavers-on-the-simple-life/#comments</comments>
		<pubDate>Sun, 22 Feb 2009 03:50:03 +0000</pubDate>
		<dc:creator>brownstudy</dc:creator>
				<category><![CDATA[Advice]]></category>
		<category><![CDATA[Readings]]></category>
		<category><![CDATA[blessay]]></category>
		<category><![CDATA[curmudgeons]]></category>
		<category><![CDATA[Email]]></category>
		<category><![CDATA[the simple life]]></category>

		<guid isPermaLink="false">http://www.brownstudy.info/?p=254</guid>
		<description><![CDATA[My previous post Fred Stutzman and Facebook reminded me of an essay from the May/August 2000 issue of North American Review. The essay I tore out and kept in my &#8220;Essays&#8221; folder lo these many years was by the writer Norman Lavers, now retired from teaching English and enthusiastically maintaining a site on The Robber [...]


Related posts:<ol><li><a href='http://www.brownstudy.info/2008/01/21/emails-as-a-game-of-life/' rel='bookmark' title='Emails as a Game of Life?'>Emails as a Game of Life?</a></li>
<li><a href='http://www.brownstudy.info/2008/12/28/status-of-the-phd/' rel='bookmark' title='Status of the Ph.D.'>Status of the Ph.D.</a></li>
<li><a href='http://www.brownstudy.info/2009/02/04/is-grad-school-a-good-idea/' rel='bookmark' title='Is grad school a good idea?'>Is grad school a good idea?</a></li>
<li><a href='http://www.brownstudy.info/2008/12/28/2008-fall-semester-wrap-up/' rel='bookmark' title='2008 Fall Semester Wrap-up'>2008 Fall Semester Wrap-up</a></li>
</ol>

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>My <a href="http://www.brownstudy.info/2009/02/21/unit-structures/">previous post</a> Fred Stutzman and Facebook reminded me of an essay from the May/August 2000 issue of North American Review. </p>
<p>The essay I tore out and kept in my &#8220;Essays&#8221; folder lo these many years was by the <a href="http://fc2.org/lavers/lavers.htm">writer</a> Norman Lavers, now retired from teaching English and enthusiastically maintaining a site on <a href="http://www.normanlavers.net/"><em>The Robber Flies of Crowley&#8217;s Ridge, Arkansas</em></a>. If you want to know all there is to know about these vicious critters, that&#8217;s the site for you.</p>
<p>The essay he wrote, titled &#8220;On the Simple Life,&#8221; is a fine personal essay that sweeps over the course of his life, the choices he made, and the choices he continues to make. It&#8217;s a cranky, curmudgeonly view of the modern world. He preaches about retiring early in your life and <em>then</em> going to work, being frugal with your time, money, and attention (&#8220;kill your TV&#8221; advice), and generally simplifying your life by letting go of the things that aren&#8217;t needed in favor of the essentials that honor you.</p>
<p>The reason I kept the essay, I think, was that he put into words something I&#8217;d not seen up to that point. I&#8217;ve seen it since (Stutzman mentions it in my previous post) but I&#8217;ve come back to it so much in my mind that I thought I&#8217;d put the passages here.</p>
<p>He compares the bombardment of TV images to the Web&#8217;s bombardment of opinion, flash, etc. You can guess his opinion.</p>
<blockquote><p>Get off the internet. Oh, how can I? It&#8217;s got everything on it. Exactly, and you&#8217;re letting it all into your house and into your mind. Be more selective&#8230;[O]n the net, I have my privacy. You don&#8217;t, you&#8217;ve let the whole world in. You&#8217;ve let everybody in, and yet no one&#8217;s there. Virtual people have invaded your privacy. They&#8217;re god-awful boring, but you&#8217;re too mesmerized to respond by turning them off&#8230;</p>
<p>An essential part of getting off the web is: Don&#8217;t do e-mail. But it&#8217;s so convenient, so cheap, you will tell me. That&#8217;s the problem. ..I inveighed against e-mail in one of my classes and a girl said, &#8220;Oh, but this is how I&#8217;ve been able to keep in touch with all my friends from high school. Without e-mail I couldn&#8217;t have done it.&#8221; I was too polite, of course, to say, You should be leaving those kids behind and getting on with your life. If you wouldn&#8217;t have kept in touch without e-mail, it means you probably shouldn&#8217;t be keeping in touch now. They are getting in the way of your maturing.</p>
<p>If someone distant wants to get in touch with me, he&#8217;s going to have to sit down and write me a letter. It takes time, it costs the price of a stamp. He&#8217;s going to have to say something that will still be valid several days later when I receive his letter. If I&#8217;m not worth it to him, then his emailed Have a nice day! is not worth my receiving&#8230;If I had e-mail, I would have a sort of obligation to checked to see what I had each day, and 99% of it (to judge by what my friends say) would be trash, another invasion of privacy. With letters, they come in the box, you can open them when you&#8217;re ready, read them a few times, answer at your leisure, It&#8217;s a more humane rhythm. Letters can approach to literature. Can you imagine wanting to read Keats&#8217;s collected e-mail notes? E-mail is like television: you do it because it is free and easy&#8211;but in return it takes away your time, and for one good thing you get from it, you get 99 things of dross. If you are actively doing literary or scientific research, where real information is being exchanged, or if it&#8217;s part of your job, okay, yes. For communication with people, no.</p></blockquote>
<p>Lavers&#8217; preferred mode of engagement is to grow one&#8217;s own creative projects, having to do with art or with nature, activities that take you out of yourself and place you in a state of meditation. Hence his enthusiasm with the Robber Flies.</p>
<p>Yes, it&#8217;s over the top, but I like his firm this-is-how-it-is tone, which is what makes reading essays fun. Certainly, junk mail is an invasion of privacy, and one is not ever obligated to return an email immediately after it&#8217;s been received. </p>
<p>But I was struck by Lavers&#8217; point about e-mail keeping alive relationships that should probably die a natural death and Fred&#8217;s point about middle-aged Facebook users reconnecting with people from their high school and college days 20 or more years before. There is the warm flush of remembering what we used to be like, and there&#8217;s a pleasing nostalgia that&#8217;s surely fine to experience now and then, if only to remind us that maybe those old days weren&#8217;t so bad. But we aren&#8217;t those people anymore, and I don&#8217;t wish to go back to that foreign country anymore. (A no-prize for whoever gets that literary reference!) And the economics of energy, time, and attention are such that we only have resources for the immediate, not the distant.</p>
<p>When I entered NCSU in 1979, I kept in touch with a few friends from high school (some of whom were in my freshman classes) but by my sophomore year, I was in a new world with new friends. When I left college, it took longer to separate myself from that comfortable world, but I eventually landed in Rocky Mount and started a new life there. I left in 1988 and brought no one with me from my 4 years there. If email had been around then, how long would I have stayed attuned to the local gossip, the dramas? I don&#8217;t know. Given my state of mind and emotions at the time, I would probably have kept up an unhealthy level of attachment. It was good for me that email and FB weren&#8217;t around back then.</p>
<p>Instead, I did (and still do) as Lavers suggested: I wrote letters. Letters to friends served as my journal, my writing practice, my meditation time. These days, with so little time available to me to get into the mindset that letter-writing demands, I send cards instead. I even send them to friends to who live nearby. There&#8217;s something just more special and personal to me when I see an envelope with a stamp and a handwritten address. I think it&#8217;s special enough to send to dear friends and I do it simply because I enjoy it. I don&#8217;t expect reciprocity or obligation&#8211;that&#8217;s not the reason to write to friends who&#8217;ve stood the test of time. One does it because of love and attachment and, I think, creative expression. Selfish reasons, ultimately, but delightful ones, as well. </p>


<p>Related posts:<ol><li><a href='http://www.brownstudy.info/2008/01/21/emails-as-a-game-of-life/' rel='bookmark' title='Emails as a Game of Life?'>Emails as a Game of Life?</a></li>
<li><a href='http://www.brownstudy.info/2008/12/28/status-of-the-phd/' rel='bookmark' title='Status of the Ph.D.'>Status of the Ph.D.</a></li>
<li><a href='http://www.brownstudy.info/2009/02/04/is-grad-school-a-good-idea/' rel='bookmark' title='Is grad school a good idea?'>Is grad school a good idea?</a></li>
<li><a href='http://www.brownstudy.info/2008/12/28/2008-fall-semester-wrap-up/' rel='bookmark' title='2008 Fall Semester Wrap-up'>2008 Fall Semester Wrap-up</a></li>
</ol></p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.brownstudy.info/2009/02/21/lavers-on-the-simple-life/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

