<?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"
	>

<channel>
	<title>sacha chua :: enterprise 2.0 consultant, storyteller, geek &#187; notes</title>
	<atom:link href="http://sachachua.com/wp/category/notes/feed/" rel="self" type="application/rss+xml" />
	<link>http://sachachua.com/wp</link>
	<description>I help people connect through blogs, wikis, other Web 2.0 tools. I'm also writing a book about Emacs.</description>
	<pubDate>Sat, 06 Sep 2008 03:47:23 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
	<language>en</language>
			<item>
		<title>Lotus Notes Tweak: End of Message, No Response Needed</title>
		<link>http://sachachua.com/wp/2008/05/09/lotus-notes-tweak-end-of-message-no-response-needed/</link>
		<comments>http://sachachua.com/wp/2008/05/09/lotus-notes-tweak-end-of-message-no-response-needed/#comments</comments>
		<pubDate>Fri, 09 May 2008 17:20:54 +0000</pubDate>
		<dc:creator>Sacha Chua</dc:creator>
		
		<category><![CDATA[geek]]></category>

		<category><![CDATA[lotus]]></category>

		<category><![CDATA[notes]]></category>

		<guid isPermaLink="false">http://sachachua.com/wp/2008/05/09/lotus-notes-tweak-end-of-message-no-response-needed/</guid>
		<description><![CDATA[Taking a quick break from Javascript hacking to post this Lotus Notes tweak. 
Following Susan Schreitmueller&#039;s advice in the 28-hour Workday presentation she gave, I started replying in subject lines and using [EOM, NRN] to indicate the end of the message and that no response is necessary.
Not everyone&#039;s familiar with this convention, so I always [...]]]></description>
			<content:encoded><![CDATA[<p>Taking a quick break from Javascript hacking to post this Lotus Notes tweak. </p>
<p>Following Susan Schreitmueller&#039;s advice in the 28-hour Workday presentation she gave, I started replying in subject lines and using [EOM, NRN] to indicate the end of the message and that no response is necessary.</p>
<p>Not everyone&#039;s familiar with this convention, so I always included a short explanation in the body of the message. After a number of these EOM/NRN messages, I created an AutoHotkey macro to save me a few keystrokes. I set up !eomnrn to expand to &#034;EOM - end of message, NRN - no response needed&#034;, and I used that in the body of the message.</p>
<p>I thought it still took too many keystrokes and mouse clicks to reply to a message, add my note to the subject line, add &#034;[EOM, NRN]&#034; to the end of the line, and type in the explanation in the body of the message. In fifteen minutes, I whipped up this little LotusScript agent that prompts you for a response, puts it in the subject line with an explanation, and sends the message off. </p>
<p>In Lotus Notes, use Create - Agent to create an agent called something like &#034;1. EOM - NRN&#034;. Edit the agent and put this in the Initialize sub.</p>
<pre>
	Dim workspace As New NotesUIWorkspace
	Dim session As New NotesSession
	Dim db As NotesDatabase
	Dim collection As NotesDocumentCollection
	Dim memo As NotesDocument
	Dim reply As NotesDocument
	Set db = session.CurrentDatabase
	Set collection = db.UnprocessedDocuments
	Set memo = collection.getFirstDocument()
	While Not(memo Is Nothing)
		Set reply = memo.CreateReplyMessage( False )
		response = Inputbox("Response to " + memo.Subject(0))
		If (response <> "") Then
			reply.Subject = response + " re: " + memo.Subject(0) + " [EOM, NRN]"
			reply.Body = "EOM - end of message, NRN - no response necessary"
			reply.IsSavedMessageOnSend = True
			reply.Send(False)
		End If
		Set memo = collection.GetNextDocument(memo)
	Wend
</pre>
<p>Then you can select the message(s) you want to whiz through, type Alt-A 1 to call the action, and reply quickly. You can also call it while viewing a message, which is probably a safer place to start.</p>
<p>Enjoy!</p>

<!-- start wp-tags-to-technorati 0.95 -->

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://sachachua.com/wp/2008/05/09/lotus-notes-tweak-end-of-message-no-response-needed/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Book: The Renaissance Soul: Life Design for People with Too Many Passions to Pick Just One</title>
		<link>http://sachachua.com/wp/2006/08/09/book-the-renaissance-soul-life-design-for-people-with-too-many-passions-to-pick-just-one/</link>
		<comments>http://sachachua.com/wp/2006/08/09/book-the-renaissance-soul-life-design-for-people-with-too-many-passions-to-pick-just-one/#comments</comments>
		<pubDate>Thu, 10 Aug 2006 00:17:00 +0000</pubDate>
		<dc:creator>Sacha Chua</dc:creator>
		
		<category><![CDATA[book]]></category>

		<category><![CDATA[career]]></category>

		<category><![CDATA[life]]></category>

		<category><![CDATA[notes]]></category>

		<guid isPermaLink="false">http://sachachua.com/notebook/wiki/2006.08.09.php#anchor-9</guid>
		<description><![CDATA[<p class="image-link"><a href="http://allconsuming.net/item/view/91378"><img src="http://images.amazon.com/images/P/0767920880.01._SCMZZZZZZZ_.jpg" alt="" align="right"/></a></p>

<p>Worth reading! The Renaissance Soul gives down-to-earth advice for
people who thrive on variety and challenges in a number of deep and
rich interests. The book helps people identify their passions
(plural!) and follow them without feeling overwhelmed by choice. It's
also clear, well-written, and full of concrete stories. I like it!</p>

<p>&#8212;-</p>


<p>A number of people have told me that they admire the way I know what
I'm doing. My grade school teachers were completely unsurprised by my
choice of a college major. My love for technology can be traced to
childhood, and on the surface it can seem like I'm one of those people
who know what they want to do and how to do it.</p>

<p>However, my teachers and friends have also always known that I can
have a hard time focusing. In university, I switched from mobile
computing to wearable computing to personal information management to
education. I take up hobbies and let them go at some point.</p>

<p>The best thing I took away from the book is the idea of a focal point
sampler. Identify four things you're passionate about. Figure out if
you're the kind of person who pursues things sequentially or who
prefers to enrich life by blending things together. Make it happen.
Key point: you're not stuck to these four choices forever; you can
change your mind and try different flavors next time. It's like
sampling flavors in an ice cream shop...</p>

<p>I think my sister Kathy should read this book, too. =) Good book.
Thumbs up!</p>

<p>&#8212;-</p>

<p>Notes:</p>

<table class="muse-table" border="2" cellpadding="5">
  <tbody>
    <tr>
      <td>55</td>
      <td>The people who are most secure are <i>not</i> those who pick one career and stick with it. They are the people who follow their passion&#8212;or passions. [Quote preceded by clear, concrete example.]</td>
    </tr>
    <tr>
      <td>55</td>
      <td>Only by staying in tune with your passions will you acquire the glowing references and kindred-spirit networking contacts that will pull you through times of change, whether that change is imposed from without or within.</td>
    </tr>
    <tr>
      <td>66</td>
      <td>[Describes terrific exercises for figuring out which values are important to you overall and which ones are important right now.]</td>
    </tr>
    <tr>
      <td>70</td>
      <td>Five from fifty exercise. Choose the five values most important to you <i>at this moment.</i></td>
    </tr>
    <tr>
      <td>76</td>
      <td>Throw your own birthday party. Write toasts for yourself from different perspectives.</td>
    </tr>
    <tr>
      <td>81</td>
      <td>Mine-Theirs exercise. Three columns: activity, justification, does this reflect my values of theirs?</td>
    </tr>
    <tr>
      <td>98</td>
      <td>Focal points: a sampler of interests, not just one primary interest. Four seems to be a good number.</td>
    </tr>
    <tr>
      <td>106</td>
      <td>Jobs. [J-O-B: get/make a job that includes some of your focal points. Think of it as a stepping stone.]</td>
    </tr>
    <tr>
      <td>114</td>
      <td>You must always answer any ritual questions about what you do in terms of one or more of your focal points, not your job.</td>
    </tr>
    <tr>
      <td>133</td>
      <td>[Story of Tracy Kidder, who's totally awesome.]</td>
    </tr>
    <tr>
      <td>154</td>
      <td>[Brainstorming extravaganza. Invite a dozen or so friends/colleagues/whoever over.]</td>
    </tr>
    <tr>
      <td>158</td>
      <td>[Resource party. Kinda like a silent auction. Hand out index cards with numbers written on them, and arrange people in a circle. Person 1 asks a question. Anyone who can help raises their number, and the person writes down their numbers for later conversation. (Don't take other people's time with the details!). Go a few rounds, then take a break for conversation.]</td>
    </tr>
    <tr>
      <td>162</td>
      <td>[Guidelines for volunteering: create your own volunteer position by bartering your services for what they can provide, make contact with the right person (someone who can make things happen for you and doesn't mind sharing opportunities).]</td>
    </tr>
    <tr>
      <td>165</td>
      <td>[Four-frame approach: big picture, why you selected this situation, what you would like to gain, what you can give in return]</td>
    </tr>
    <tr>
      <td>168</td>
      <td>Mentorship has traditionally been a less formal affair open to everyone. [You can find mentors everywhere.]</td>
    </tr>
    <tr>
      <td>211</td>
      <td>Price, Reality, Integrity, Specificity, Measurability - PRISM test for focal points</td>
    </tr>
    <tr>
      <td>218</td>
      <td>[Take a look at the list of possible intentions / qualities. Pick two that are crucial to your focal point, but personally difficult for you. I intend to be ___ enough in the way that I ____ to make the most of this focal point.]</td>
    </tr>
    <tr>
      <td>221</td>
      <td>[Set intention markers - milestones - which show you how you follow through with those milestones.]</td>
    </tr>
    <tr>
      <td>233</td>
      <td>[Schedule in focal point blocks and then work on whichever focal point is appropriate for the moment. You can color-code your schedule according to the focal point in order to see if you've been balancing things well.]</td>
    </tr>
    <tr>
      <td>244</td>
      <td>[Multitask in one direction. Don't do other things during focal point time, but mix focal stuff into other activities.]</td>
    </tr>
    <tr>
      <td>246</td>
      <td>Fresh ideas for your daily TODO list</td>
    </tr>
    <tr>
      <td>256</td>
      <td>[Have three candidates for asking for help with different things, prioritize and load-balance]</td>
    </tr>
  </tbody>
</table>

<p>On Technorati: <a href="http://www.technorati.com/tag/book" rel="tag">book</a>, <a href="http://www.technorati.com/tag/notes" rel="tag">notes</a>, <a href="http://www.technorati.com/tag/career" rel="tag">career</a>, <a href="http://www.technorati.com/tag/life" rel="tag">life</a></p>

<p>- <a href="http://www.allconsuming.net/item/view/91378">The Renaissance Soul: Life Design for People with Too Many Passions to Pick Just One</a></p>
]]></description>
			<content:encoded><![CDATA[<p class="image-link"><a href="http://allconsuming.net/item/view/91378"><img src="http://images.amazon.com/images/P/0767920880.01._SCMZZZZZZZ_.jpg" alt="" align="right"/></a></p>

<p>Worth reading! The Renaissance Soul gives down-to-earth advice for
people who thrive on variety and challenges in a number of deep and
rich interests. The book helps people identify their passions
(plural!) and follow them without feeling overwhelmed by choice. It's
also clear, well-written, and full of concrete stories. I like it!</p>

<p>&mdash;-</p>


<p>A number of people have told me that they admire the way I know what
I'm doing. My grade school teachers were completely unsurprised by my
choice of a college major. My love for technology can be traced to
childhood, and on the surface it can seem like I'm one of those people
who know what they want to do and how to do it.</p>

<p>However, my teachers and friends have also always known that I can
have a hard time focusing. In university, I switched from mobile
computing to wearable computing to personal information management to
education. I take up hobbies and let them go at some point.</p>

<p>The best thing I took away from the book is the idea of a focal point
sampler. Identify four things you're passionate about. Figure out if
you're the kind of person who pursues things sequentially or who
prefers to enrich life by blending things together. Make it happen.
Key point: you're not stuck to these four choices forever; you can
change your mind and try different flavors next time. It's like
sampling flavors in an ice cream shop...</p>

<p>I think my sister Kathy should read this book, too. =) Good book.
Thumbs up!</p>

<p>&mdash;-</p>

<p>Notes:</p>

<table class="muse-table" border="2" cellpadding="5">
  <tbody>
    <tr>
      <td>55</td>
      <td>The people who are most secure are <i>not</i> those who pick one career and stick with it. They are the people who follow their passion&mdash;or passions. [Quote preceded by clear, concrete example.]</td>
    </tr>
    <tr>
      <td>55</td>
      <td>Only by staying in tune with your passions will you acquire the glowing references and kindred-spirit networking contacts that will pull you through times of change, whether that change is imposed from without or within.</td>
    </tr>
    <tr>
      <td>66</td>
      <td>[Describes terrific exercises for figuring out which values are important to you overall and which ones are important right now.]</td>
    </tr>
    <tr>
      <td>70</td>
      <td>Five from fifty exercise. Choose the five values most important to you <i>at this moment.</i></td>
    </tr>
    <tr>
      <td>76</td>
      <td>Throw your own birthday party. Write toasts for yourself from different perspectives.</td>
    </tr>
    <tr>
      <td>81</td>
      <td>Mine-Theirs exercise. Three columns: activity, justification, does this reflect my values of theirs?</td>
    </tr>
    <tr>
      <td>98</td>
      <td>Focal points: a sampler of interests, not just one primary interest. Four seems to be a good number.</td>
    </tr>
    <tr>
      <td>106</td>
      <td>Jobs. [J-O-B: get/make a job that includes some of your focal points. Think of it as a stepping stone.]</td>
    </tr>
    <tr>
      <td>114</td>
      <td>You must always answer any ritual questions about what you do in terms of one or more of your focal points, not your job.</td>
    </tr>
    <tr>
      <td>133</td>
      <td>[Story of Tracy Kidder, who's totally awesome.]</td>
    </tr>
    <tr>
      <td>154</td>
      <td>[Brainstorming extravaganza. Invite a dozen or so friends/colleagues/whoever over.]</td>
    </tr>
    <tr>
      <td>158</td>
      <td>[Resource party. Kinda like a silent auction. Hand out index cards with numbers written on them, and arrange people in a circle. Person 1 asks a question. Anyone who can help raises their number, and the person writes down their numbers for later conversation. (Don't take other people's time with the details!). Go a few rounds, then take a break for conversation.]</td>
    </tr>
    <tr>
      <td>162</td>
      <td>[Guidelines for volunteering: create your own volunteer position by bartering your services for what they can provide, make contact with the right person (someone who can make things happen for you and doesn't mind sharing opportunities).]</td>
    </tr>
    <tr>
      <td>165</td>
      <td>[Four-frame approach: big picture, why you selected this situation, what you would like to gain, what you can give in return]</td>
    </tr>
    <tr>
      <td>168</td>
      <td>Mentorship has traditionally been a less formal affair open to everyone. [You can find mentors everywhere.]</td>
    </tr>
    <tr>
      <td>211</td>
      <td>Price, Reality, Integrity, Specificity, Measurability - PRISM test for focal points</td>
    </tr>
    <tr>
      <td>218</td>
      <td>[Take a look at the list of possible intentions / qualities. Pick two that are crucial to your focal point, but personally difficult for you. I intend to be ___ enough in the way that I ____ to make the most of this focal point.]</td>
    </tr>
    <tr>
      <td>221</td>
      <td>[Set intention markers - milestones - which show you how you follow through with those milestones.]</td>
    </tr>
    <tr>
      <td>233</td>
      <td>[Schedule in focal point blocks and then work on whichever focal point is appropriate for the moment. You can color-code your schedule according to the focal point in order to see if you've been balancing things well.]</td>
    </tr>
    <tr>
      <td>244</td>
      <td>[Multitask in one direction. Don't do other things during focal point time, but mix focal stuff into other activities.]</td>
    </tr>
    <tr>
      <td>246</td>
      <td>Fresh ideas for your daily TODO list</td>
    </tr>
    <tr>
      <td>256</td>
      <td>[Have three candidates for asking for help with different things, prioritize and load-balance]</td>
    </tr>
  </tbody>
</table>

<p>On Technorati: <a href="http://www.technorati.com/tag/book" rel="tag">book</a>, <a href="http://www.technorati.com/tag/notes" rel="tag">notes</a>, <a href="http://www.technorati.com/tag/career" rel="tag">career</a>, <a href="http://www.technorati.com/tag/life" rel="tag">life</a></p>

<p>- <a href="http://www.allconsuming.net/item/view/91378">The Renaissance Soul: Life Design for People with Too Many Passions to Pick Just One</a></p>
]]></content:encoded>
			<wfw:commentRss>http://sachachua.com/wp/2006/08/09/book-the-renaissance-soul-life-design-for-people-with-too-many-passions-to-pick-just-one/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
