<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>find23.net</title>
	<atom:link href="http://joa23.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://joa23.wordpress.com</link>
	<description>just for the web archive...</description>
	<lastBuildDate>Tue, 27 Jan 2009 22:38:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='joa23.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>find23.net</title>
		<link>http://joa23.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://joa23.wordpress.com/osd.xml" title="find23.net" />
	<atom:link rel='hub' href='http://joa23.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Map Reduce on GPUs</title>
		<link>http://joa23.wordpress.com/2008/12/11/map-reduce-on-gpus/</link>
		<comments>http://joa23.wordpress.com/2008/12/11/map-reduce-on-gpus/#comments</comments>
		<pubDate>Thu, 11 Dec 2008 16:09:05 +0000</pubDate>
		<dc:creator>joa23</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://joa23.wordpress.com/?p=75</guid>
		<description><![CDATA[A fellow at the german hadoop user meeting (Thanks to Isabel that organized that again) pointed me to the fact that GPUs on a graphic cards basically working like server grids. He mentioned there are some research papers in this field. I spend some time to read through what I could found and it was [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=joa23.wordpress.com&amp;blog=4529843&amp;post=75&amp;subd=joa23&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>A fellow at the german hadoop user meeting (Thanks to Isabel that organized that again) pointed me to the fact that GPUs on a graphic cards basically working like server grids.<br />
He mentioned there are some research papers in this field. I spend some time to read through what I could found and it was quite interesting. Let me citate some of the facts from the two most interesting papers:</p>
<p>+ &#8220;A Map Reduce Framework for Programming Graphics Processors&#8221; by Bryan Catanzaro, Narayanan Sundaram and Kurt Keutzer UC, Berkeley<br />
+ &#8220;Mars: A MapReduce Framework on Graphics Processors&#8221; by Bingsheng He, Wenbin Fang, Qiong Luo, Naga K. Govindaraju, Tuyong Wang</p>
<p>First lets compare some facts (via Wenbin Fang, ppt).</p>
<pre>--------------------------------------------------------------------------------------------
What                       |           GPU                |               CPU             |
--------------------------------------------------------------------------------------------
Memory Bandwidth           | ~80 GB/s                      | ~10 GB/s                      |
Floating point performance | ~500 GFLOPS                   | ~50 GFLOPS                    |
Parallelism                | ~10, 000 light weight threads |Optimized for sequential code. |
Performance improvement    |~2.5x ~ 3x per year            |~1.5 per year                  |
--------------------------------------------------------------------------------------------</pre>
<p>Obviously GPUs provide a lot of horsepower. The problem so far was that programming for GPUs is quite difficult. For example higher level language constructs like variable-length data types and recursion do not exist. Also all GPUs API are highly vendor specific, but things moving forward, as I found out.<br />
Both papers try to validate there statements by implementing map reduce but looks like Mars is much further and stil under development (<a href="http://www.cse.ust.hk/gpuqp/Mars.html">Last Mars release August 2008</a>). Both parties uses NVIDIA CUDA as development platform, means they require a Nvidia graphic</p>
<p>GPUs looks quite a lot like hadoop cluster for me, from my limited perspective.</p>
<p><img src="http://joa23.files.wordpress.com/2008/12/gpugrid.jpg?w=274&#038;h=288" border="0" alt="GpuGrid.jpg" width="274" height="288" /></p>
<p>Both paper trying do some performance comparison to cpu based processing. The results have be take with the required salt but sounds pretty impressive.</p>
<p><img class="alignnone size-full wp-image-79" title="gputrainingstime.jpg" src="http://joa23.files.wordpress.com/2008/12/gputrainingstime.jpg?w=500&#038;h=196" alt="gputrainingstime.jpg" width="500" height="196" /></p>
<p><img class="alignnone size-full wp-image-80" title="gpuclassificationtime.jpg" src="http://joa23.files.wordpress.com/2008/12/gpuclassificationtime.jpg?w=500&#038;h=206" alt="gpuclassificationtime.jpg" width="500" height="206" /></p>
<p><img class="alignnone size-full wp-image-81" title="marsspeedup.jpg" src="http://joa23.files.wordpress.com/2008/12/marsspeedup.jpg?w=500&#038;h=345" alt="marsspeedup.jpg" width="500" height="345" /></p>
<p> </p>
<p>Of course I checked if there are any java bindings for CUDA and the great news is yes there is <a href="http://javagl.de/jcuda/jcublas/JCublas.html">JCublas</a>. Though I didnt have time to try it out.</p>
<p>Unfortunately there is too much on my todo list but it would be very interesting to eater integrate Mars with hadoop to allow running computing intense maps and reduce on a gpu or port lucene indexing to mars.</p>
<p>I will keep watching this topic and who know maybe there is a project coming up where I can find time to investigate more in this field.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/joa23.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/joa23.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/joa23.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/joa23.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/joa23.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/joa23.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/joa23.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/joa23.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/joa23.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/joa23.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/joa23.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/joa23.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/joa23.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/joa23.wordpress.com/75/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=joa23.wordpress.com&amp;blog=4529843&amp;post=75&amp;subd=joa23&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://joa23.wordpress.com/2008/12/11/map-reduce-on-gpus/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7be2e59ec0a77c46afaf63802359f7c7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">joa23</media:title>
		</media:content>

		<media:content url="http://joa23.files.wordpress.com/2008/12/gpugrid.jpg" medium="image">
			<media:title type="html">GpuGrid.jpg</media:title>
		</media:content>

		<media:content url="http://joa23.files.wordpress.com/2008/12/gputrainingstime.jpg" medium="image">
			<media:title type="html">gputrainingstime.jpg</media:title>
		</media:content>

		<media:content url="http://joa23.files.wordpress.com/2008/12/gpuclassificationtime.jpg" medium="image">
			<media:title type="html">gpuclassificationtime.jpg</media:title>
		</media:content>

		<media:content url="http://joa23.files.wordpress.com/2008/12/marsspeedup.jpg" medium="image">
			<media:title type="html">marsspeedup.jpg</media:title>
		</media:content>
	</item>
		<item>
		<title>katta &amp; hadoop in production &#8211; experience report</title>
		<link>http://joa23.wordpress.com/2008/10/23/katta-hadoop-in-production-experience-report/</link>
		<comments>http://joa23.wordpress.com/2008/10/23/katta-hadoop-in-production-experience-report/#comments</comments>
		<pubDate>Fri, 24 Oct 2008 01:00:18 +0000</pubDate>
		<dc:creator>joa23</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[hadoop]]></category>
		<category><![CDATA[lucene grid]]></category>
		<category><![CDATA[slides]]></category>

		<guid isPermaLink="false">http://joa23.wordpress.com/?p=71</guid>
		<description><![CDATA[Bryan and Vivek from Rapleaf invited me to talk at there hadoop event this Tuesday. Thanks again. I presented a experience report of a in production system we build over the last year with hadoop and katta (lucene the grid style). It was a fun event and quite a lot of people showed up. Here [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=joa23.wordpress.com&amp;blog=4529843&amp;post=71&amp;subd=joa23&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Bryan and Vivek from Rapleaf invited me to talk at there hadoop event this Tuesday. Thanks  again.<br />
I presented a experience report of a in production system we build over the last year with hadoop and katta (lucene the grid style). It was a fun event and quite a lot of people showed up.<br />
Here you find my <a href="http://joa23.files.wordpress.com/2008/10/katta-in-production.pdf">katta, pig  and hadoop in production &#8211; experience report slides</a> .</p>
<p>And here are the videos</p>
<p class="MsoNormal"><span style="font-family:Arial;font-size:x-small;"><span>Part 1 (Bryan): <a href="http://www.vimeo.com/2084824">http://www.vimeo.com/2084824</a></span></span></p>
<p class="MsoNormal"><span style="font-family:Arial;font-size:x-small;"><span>Part 2 (Stefan): <a href="http://www.vimeo.com/2085140">http://www.vimeo.com/2085140</a></span></span></p>
<p class="MsoNormal"><span style="font-family:Arial;font-size:x-small;"><span>Part 3 (Arun): <a href="http://www.vimeo.com/2085477">http://www.vimeo.com/2085477</a></span></span></p>
<p class="MsoNormal"><span style="font-family:Arial;font-size:x-small;"><span> </span></span></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/joa23.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/joa23.wordpress.com/71/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/joa23.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/joa23.wordpress.com/71/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/joa23.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/joa23.wordpress.com/71/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/joa23.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/joa23.wordpress.com/71/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/joa23.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/joa23.wordpress.com/71/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/joa23.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/joa23.wordpress.com/71/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/joa23.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/joa23.wordpress.com/71/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=joa23.wordpress.com&amp;blog=4529843&amp;post=71&amp;subd=joa23&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://joa23.wordpress.com/2008/10/23/katta-hadoop-in-production-experience-report/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7be2e59ec0a77c46afaf63802359f7c7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">joa23</media:title>
		</media:content>
	</item>
		<item>
		<title>export omni focus to things import</title>
		<link>http://joa23.wordpress.com/2008/09/30/export-omni-focus-to-things-import/</link>
		<comments>http://joa23.wordpress.com/2008/09/30/export-omni-focus-to-things-import/#comments</comments>
		<pubDate>Tue, 30 Sep 2008 09:26:28 +0000</pubDate>
		<dc:creator>joa23</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://joa23.wordpress.com/?p=66</guid>
		<description><![CDATA[UPDATE:  I managed to upload the script by changing the extension to .doc. Here you can download the OmniFocusToThings script, but you need to rename it to .applescript  or copy it into the apple script editor.  UPDATE: there is a new version of this script from robotii, see comments for the link.   I decided to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=joa23.wordpress.com&amp;blog=4529843&amp;post=66&amp;subd=joa23&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>UPDATE: </p>
<p>I managed to upload the script by changing the extension to .doc. Here you can <a href="http://joa23.files.wordpress.com/2008/09/oftothings.doc">download the OmniFocusToThings script</a>, but you need to rename it to .applescript  or copy it into the apple script editor. </p>
<p><strong>UPDATE: there is a new version of this script from robotii, see comments for the link.</strong></p>
<p> </p>
<p>I decided to give cultured code things another try after <a href="http://www.zengestrom.com/">Jyri</a> reported he is pretty happy with things. I tried a couple month ago, at this time I liked the simple interface but it had not the features I was looking for. Things got better but I still missing a good mail app integration. Omnifocus for example allows you to select what ever text, you press a hot key and vola you have a new task in the inbox. </p>
<p>Anyhow my biggest problem was to migrate my hounders of task from omni focus to things, so I glued two apple scripts together and improved them up until I had what I was looking for. Thanks to Karels MailToThings script and Robinfrancistrew OF2TaskpaperMail script.</p>
<p>Consider the script alpha, and make sure you update omni focus and things before you try it! Please give me feedback and fix the bugs! <img src='http://s2.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>How to:</p>
<p>1.) Copy the text into a new script document (script editor)</p>
<p>2.) open things and omni focus</p>
<p>3.) switch into a project view of omni focus and select all task you want to import into things.</p>
<p>4.) Start the script and get a beer, the script is super slow since i need ti use key events to communicate with things. </p>
<p>5.) Clean up the import. The script tries to import all OF meta data as tags, this might be a little messy since also due date etc are used as tags. Feel free to change it in a way it makes sense to you.</p>
<p> </p>
<p><code><br />
-- -------------------------------------<br />
-- the general run method<br />
-- -------------------------------------<br />
on run</code></p>
<p><code> </code></p>
<p><code>display dialog "Should we start? Make sure you have all task in Omni Focus marked you want to import into Thing" buttons {"OK", "Cancel"} default button 1</code></p>
<p><code>tell application "OmniFocus"<br />
tell default document<br />
if number of document window is 0 then<br />
make new document window with properties {bounds:{0, 0, 1000, 500}}<br />
end if<br />
end tell</code></p>
<p><code>tell document window 1 of front document<br />
set lstTrees to selected trees of content<br />
if (count of lstTrees) = 0 then<br />
try<br />
display dialog "Nothing selected in the right-hand panel." &amp; return &amp; return &amp; "Select material to export, and try again." &amp; return<br />
end try<br />
else<br />
-- Generate a TaskPaper string of the selected content<br />
set blnContext to (selected view mode identifier is not equal to "project")<br />
set lngIndent to 0<br />
my ExportTrees(lstTrees, lngIndent, blnContext)</code></p>
<p><code>end if<br />
end tell<br />
end tell<br />
end run<br />
-- -------------------------------------<br />
-- Walks the omni focus tree<br />
-- -------------------------------------<br />
on ExportTrees(lstTrees, lngIndent, blnContextView)<br />
-- if the tree is a task give full detail<br />
-- else just name and any note<br />
--	set strTP to ""</p>
<p>using terms from application "OmniFocus"<br />
repeat with oTree in lstTrees<br />
-- intialize task string<br />
set strTP to ""<br />
set notes to ""<br />
set tags to ""<br />
set oValue to value of oTree<br />
try<br />
set strName to name of oValue<br />
on error<br />
set strName to "Inbox"<br />
end try<br />
if length of strName &gt; 0 then<br />
set strName to my Esc(strName)<br />
end if</p>
<p>if strName ≠ "Inbox" then<br />
set strNote to note of oValue<br />
if length of strNote &gt; 0 then<br />
set strNote to my Esc(strNote)<br />
end if<br />
end if</p>
<p>set clValue to class of oValue<br />
if (clValue is not equal to task) and (clValue is not equal to inbox task) then</p>
<p>-- Project or Folder<br />
if clValue is not equal to folder then<br />
if clValue is not equal to project then<br />
--Inbox (No details)<br />
set strTP to strTP &amp; "Inbox:" &amp; return</p>
<p>else<br />
-- Project (Name and possibly note)<br />
if length of strName &gt; 0 then<br />
set strTP to strTP &amp; strName &amp; ":" &amp; return<br />
if length of strNote &gt; 0 then<br />
set notes to strNote &amp; return<br />
end if<br />
end if<br />
end if<br />
else<br />
-- Folder (Just name - no note)<br />
set strTP to strTP &amp; strName &amp; ":" &amp; return<br />
end if</p>
<p>else -- Task (with details from specified columns)</p>
<p>-- set recFields to {fldName:name of oValue, fldNote:note of oValue, fldDone:completed of oValue, fldContext:strContext, fldStartDate:start date of oValue, flddueDate:due date of oValue, fldDoneDate:completion date of oValue, fldDuration:estimated minutes of oValue, fldFlagged:flagged of oValue}</p>
<p>-- write first line of task, followed by tags<br />
set lstLines to paragraphs of strName</p>
<p>set strTP to strTP &amp; item 1 of lstLines</p>
<p>-- Add any tags<br />
set oContext to context of oValue<br />
if oContext is not equal to missing value then<br />
set tags to " @" &amp; name of oContext &amp; ","<br />
end if</p>
<p>set dteStart to start date of oValue<br />
if dteStart is not equal to missing value then<br />
set tags to tags &amp; " @start(" &amp; my DateString(dteStart) &amp; ")" &amp; ","<br />
end if</p>
<p>set dteDue to due date of oValue<br />
if dteDue is not equal to missing value then<br />
set tags to tags &amp; " @due(" &amp; my DateString(dteDue) &amp; ")" &amp; ","<br />
end if</p>
<p>set lngDurn to estimated minutes of oValue<br />
if lngDurn is not equal to missing value then<br />
set tags to tags &amp; " @mins(" &amp; (lngDurn as string) &amp; ")" &amp; ","<br />
end if</p>
<p>if flagged of oValue then<br />
set tags to tags &amp; " @flag" &amp; ","<br />
end if</p>
<p>if completed of oValue then<br />
set tags to tags &amp; " @done" &amp; ","<br />
end if</p>
<p>-- project if we know<br />
set aProject to containing project of oValue<br />
if aProject is not equal to missing value then<br />
set tags to tags &amp; " @" &amp; name of aProject &amp; ","<br />
end if</p>
<p>set strTP to strTP &amp; return</p>
<p>-- write any remaining lines of task as note text<br />
if length of lstLines &gt; 1 then<br />
repeat with strLine in rest of lstLines<br />
set strLine to my RTrim(strLine)<br />
if length of strLine &gt; 0 then<br />
-- change any trailling : to :-, to avoid misinterpretation as a header<br />
if last character of strLine ≠ ":" then<br />
set notes to notes &amp; strLine &amp; return<br />
else<br />
set notes to notes &amp; strLine &amp; "-" &amp; return<br />
end if<br />
end if<br />
end repeat<br />
end if</p>
<p>-- append any attached note text<br />
set lstLines to paragraphs of strNote</p>
<p>repeat with strLine in lstLines<br />
set strLine to my RTrim(strLine)<br />
if length of strLine &gt; 0 then<br />
-- change any trailling : to :-<br />
if last character of strLine ≠ ":" then<br />
set notes to notes &amp; strLine &amp; return<br />
else<br />
set notes to notes &amp; strLine &amp; "-" &amp; return<br />
end if<br />
end if<br />
end repeat</p>
<p>end if</p>
<p>-- if the current node has sub-trees then recurse<br />
set lstSubTrees to trees of oTree<br />
if (count of lstSubTrees) &gt; 0 then<br />
if (clValue ≠ project) and (clValue ≠ item) then<br />
set lngNewIndent to lngIndent + 1<br />
else<br />
set lngNewIndent to lngIndent<br />
end if<br />
set strTP to strTP &amp; ExportTrees(lstSubTrees, lngNewIndent, blnContextView)<br />
end if<br />
--	my log_event(my Esc(strTP))<br />
my createThingTask(my Esc(strTP), my Esc(notes), tags)<br />
end repeat<br />
end using terms from</p>
<p>end ExportTrees<br />
-- -------------------------------------<br />
-- trims a text<br />
-- -------------------------------------<br />
on RTrim(someText)<br />
local someText</p>
<p>repeat until someText does not end with return<br />
if length of someText &gt; 1 then<br />
set someText to text 1 thru -2 of someText<br />
else<br />
set someText to ""<br />
end if<br />
end repeat</p>
<p>return someText<br />
end RTrim<br />
-- -------------------------------------<br />
-- converts dates into a string<br />
-- -------------------------------------<br />
on DateString(dte)<br />
-- yyyy-mm-dd hh:mm<br />
set strDate to ""<br />
if dte is not equal to missing value then<br />
set lngMonth to month of dte as integer<br />
set strMonth to lngMonth as string<br />
if lngMonth &lt; 10 then set strMonth to "0" &amp; strMonth</p>
<p>set lngDay to day of dte as integer<br />
set strDay to lngDay as string<br />
if lngDay  0) or (lngmins &gt; 0) then<br />
set strHrs to lngHrs as string<br />
if lngHrs &lt; 10 then set strHrs to "0" &amp; strHrs</p>
<p>set strMins to lngmins as string<br />
if lngmins  1 then</p>
<p>set strNew to item 1 of lstParts<br />
repeat with n from 2 to lngParts<br />
set strNew to strNew &amp; replace &amp; item n of lstParts<br />
end repeat<br />
set text item delimiters to strOldDelim<br />
return strNew<br />
else<br />
set text item delimiters to strOldDelim<br />
return str<br />
end if<br />
end EscAmpersand<br />
-- -------------------------------------<br />
-- A simple logging mechanism<br />
-- -------------------------------------</p>
<p>on log_event(theMessage)<br />
set theLine to (do shell script ¬<br />
"date  +'%Y-%m-%d %H:%M:%S'" as string) ¬<br />
&amp; " " &amp; theMessage<br />
do shell script "echo " &amp; "\"" &amp; theLine &amp; "\"" &amp; ¬<br />
" &gt;&gt; /import-events.log"<br />
end log_event</p>
<p>-- -------------------------------------<br />
-- import the task into things, we have to use key events<br />
-- and the clipboard since things do not have apple script support yet<br />
-- -------------------------------------<br />
on createThingTask(subject, notes, tags)<br />
activate application "Things"</p>
<p>-- jump to inbox<br />
delay 1<br />
set timeoutSeconds to 1.0<br />
set uiScript to "keystroke \"0\" using {option down, command down}"<br />
my doWithTimeout(uiScript, timeoutSeconds)</p>
<p>-- create new task<br />
delay 1<br />
set timeoutSeconds to 1.0<br />
set uiScript to "keystroke \"n\" using command down"<br />
my doWithTimeout(uiScript, timeoutSeconds)</p>
<p>-- set subject<br />
set the clipboard to subject</p>
<p>delay 1<br />
set timeoutSeconds to 1.0<br />
set uiScript to "keystroke \"v\" using command down"<br />
my doWithTimeout(uiScript, timeoutSeconds)</p>
<p>-- jump to tags<br />
delay 1<br />
set timeoutSeconds to 1.0<br />
set uiScript to "keystroke \"	\""<br />
my doWithTimeout(uiScript, timeoutSeconds)</p>
<p>set the clipboard to tags</p>
<p>delay 1<br />
set timeoutSeconds to 1.0<br />
set uiScript to "keystroke \"v\" using command down"<br />
my doWithTimeout(uiScript, timeoutSeconds)</p>
<p>-- jump to notes<br />
delay 1<br />
set timeoutSeconds to 1.0<br />
set uiScript to "keystroke \"	\""<br />
my doWithTimeout(uiScript, timeoutSeconds)</p>
<p>set the clipboard to notes</p>
<p>delay 1<br />
set timeoutSeconds to 1.0<br />
set uiScript to "keystroke \"v\" using command down"<br />
my doWithTimeout(uiScript, timeoutSeconds)</p>
<p>delay 1<br />
set timeoutSeconds to 1.0<br />
set uiScript to "keystroke \"	 \""<br />
my doWithTimeout(uiScript, timeoutSeconds)</p>
<p>end createThingTask</p>
<p></code></p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p><code>-- -------------------------------------<br />
-- DO SOMETHING WITH A TIMEOUT<br />
-- -------------------------------------<br />
on doWithTimeout(uiScript, timeoutSeconds)<br />
set endDate to (current date) + timeoutSeconds<br />
repeat<br />
try<br />
run script "tell application \"System Events\"<br />
" &amp; uiScript &amp; "<br />
end tell"<br />
exit repeat<br />
on error errorMessage<br />
if ((current date) &gt; endDate) then<br />
error "Can not " &amp; uiScript<br />
end if<br />
end try<br />
end repeat<br />
end doWithTimeout<br />
</code></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/joa23.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/joa23.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/joa23.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/joa23.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/joa23.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/joa23.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/joa23.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/joa23.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/joa23.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/joa23.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/joa23.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/joa23.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/joa23.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/joa23.wordpress.com/66/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=joa23.wordpress.com&amp;blog=4529843&amp;post=66&amp;subd=joa23&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://joa23.wordpress.com/2008/09/30/export-omni-focus-to-things-import/feed/</wfw:commentRss>
		<slash:comments>22</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7be2e59ec0a77c46afaf63802359f7c7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">joa23</media:title>
		</media:content>
	</item>
		<item>
		<title>some web 2.0 numbers</title>
		<link>http://joa23.wordpress.com/2008/09/23/some-web-20-numbers/</link>
		<comments>http://joa23.wordpress.com/2008/09/23/some-web-20-numbers/#comments</comments>
		<pubDate>Wed, 24 Sep 2008 04:39:33 +0000</pubDate>
		<dc:creator>joa23</dc:creator>
				<category><![CDATA[buzz]]></category>
		<category><![CDATA[web 2.0]]></category>

		<guid isPermaLink="false">http://joa23.wordpress.com/?p=63</guid>
		<description><![CDATA[I visit the Inside Web 2.0 Strategy Panel Discussion today and Christa S. Quarles, Dave Morin and Seth Sternberg gave some interesting numbers: Google: CPM: 120 USD per 1000 searches. Yahoo: CPM 1 USD per 1000 page views on yahoo properties Super bowl: CPM 30 USD per 1000 people Facebook: 25 000 Apps today Facebook: 400 000 developers Facebook: Some [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=joa23.wordpress.com&amp;blog=4529843&amp;post=63&amp;subd=joa23&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I visit the <a href="http://www.hbsanc.org/article.html?aid=403">Inside Web 2.0 Strategy Panel Discussion</a> today and Christa S. Quarles, Dave Morin and Seth Sternberg gave some interesting numbers:</p>
<p>Google: CPM: 120 USD per 1000 searches.</p>
<p>Yahoo: CPM 1 USD per 1000 page views on yahoo properties</p>
<p>Super bowl: CPM 30 USD per 1000 people</p>
<p>Facebook: 25 000 Apps today</p>
<p>Facebook: 400 000 developers</p>
<p>Facebook: Some  Apps make up to a  1Mio Dollar a month</p>
<p>Meboo: every day user of meebo spend 300 years time on meebo.</p>
<div></div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/joa23.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/joa23.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/joa23.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/joa23.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/joa23.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/joa23.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/joa23.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/joa23.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/joa23.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/joa23.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/joa23.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/joa23.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/joa23.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/joa23.wordpress.com/63/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=joa23.wordpress.com&amp;blog=4529843&amp;post=63&amp;subd=joa23&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://joa23.wordpress.com/2008/09/23/some-web-20-numbers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7be2e59ec0a77c46afaf63802359f7c7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">joa23</media:title>
		</media:content>
	</item>
		<item>
		<title>katta and hadoop survey slides</title>
		<link>http://joa23.wordpress.com/2008/09/23/hadoop-user-group-slides/</link>
		<comments>http://joa23.wordpress.com/2008/09/23/hadoop-user-group-slides/#comments</comments>
		<pubDate>Wed, 24 Sep 2008 00:26:56 +0000</pubDate>
		<dc:creator>joa23</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://joa23.wordpress.com/?p=57</guid>
		<description><![CDATA[Hi All,  as requirested here are the two slide decks from my katta presentation at the hadoop user group meeting at yahoo last week.  Here are the katta overview slides: katta-overview  And here are the hadoop survey slides: hadoopsurvey   Feedback is always helpful and very welome!<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=joa23.wordpress.com&amp;blog=4529843&amp;post=57&amp;subd=joa23&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Hi All, <br />
as requirested here are the two slide decks from my katta presentation at the hadoop user group meeting at yahoo last week. </p>
<p><span style="color:#000000;text-decoration:none;">Here are the katta overview slides: </span><a href="http://joa23.files.wordpress.com/2008/09/katta-overview.pdf">katta-overview </a></p>
<p>And here are the hadoop survey slides: <a href="http://joa23.files.wordpress.com/2008/09/hadoopsurvey.pdf">hadoopsurvey</a></p>
<p> </p>
<p>Feedback is always helpful and very welome!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/joa23.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/joa23.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/joa23.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/joa23.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/joa23.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/joa23.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/joa23.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/joa23.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/joa23.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/joa23.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/joa23.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/joa23.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/joa23.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/joa23.wordpress.com/57/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=joa23.wordpress.com&amp;blog=4529843&amp;post=57&amp;subd=joa23&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://joa23.wordpress.com/2008/09/23/hadoop-user-group-slides/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7be2e59ec0a77c46afaf63802359f7c7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">joa23</media:title>
		</media:content>
	</item>
		<item>
		<title>Katta 0.1.0 release</title>
		<link>http://joa23.wordpress.com/2008/09/18/katta-010-release/</link>
		<comments>http://joa23.wordpress.com/2008/09/18/katta-010-release/#comments</comments>
		<pubDate>Thu, 18 Sep 2008 19:28:59 +0000</pubDate>
		<dc:creator>joa23</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[hadoop]]></category>
		<category><![CDATA[katta]]></category>
		<category><![CDATA[lucene]]></category>

		<guid isPermaLink="false">http://joa23.wordpress.com/?p=52</guid>
		<description><![CDATA[Yeah!!! Yesterday we release our first katta version!! My colleagues worked very hard on this and yesterday we finished our first big milestone. I also gave a katta talk at the hadoop conference and I will post the slides as soon I can. Here goes the release announcement:     After 5 month work we are happy to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=joa23.wordpress.com&amp;blog=4529843&amp;post=52&amp;subd=joa23&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Yeah!!! Yesterday we release our first katta version!!<br />
My colleagues worked very hard on this and yesterday we finished our first big milestone. I also gave a katta talk at the hadoop conference and I will post the slides as soon I can.</p>
<p>Here goes the release announcement:</p>
<p> </p>
<p> </p>
<p>After 5 month work we are happy to announce the first developer preview release of katta.This release contains all functionality to serve a large, sharded lucene index on many servers.Katta is standing on the shoulders of the giants lucene, hadoop and zookeeper.</p>
<p> </p>
<p>Main features:</p>
<p>+ Plays well with Hadoop<br />
+ Apache Version 2 License.<br />
+ Node failure tolerance<br />
+ Master failover<br />
+ Shard replication<br />
+ Plug-able network topologies (Shard &#8211; Distribution and Selection Polices)<br />
+ Node load balancing at client</p>
<p>Please give katta a test drive and give us some feedback!</p>
<p>Download:<br />
<a href="http://sourceforge.net/project/platformdownload.php?group_id=225750">http://sourceforge.net/project/platformdownload.php?group_id=225750<br />
</a></p>
<p>website:<br />
<a href="http://katta.sourceforge.net/">http://katta.sourceforge.net/</a></p>
<p>Getting started in less than 3 min:<br />
<a href="http://katta.wiki.sourceforge.net/Getting+started">http://katta.wiki.sourceforge.net/Getting+started</a></p>
<p>Installation on a grid:<br />
<a href="http://katta.wiki.sourceforge.net/Installation">http://katta.wiki.sourceforge.net/Installation</a></p>
<p>Katta presentation today (09/17/08) at hadoop user, yahoo mission college:<br />
<a href="http://upcoming.yahoo.com/event/1075456/">http://upcoming.yahoo.com/event/1075456/<br />
</a>* slides will be available online later</p>
<p>Many thanks for the hard work:<br />
Johannes Zillmann, Marko Bauhardt, Martin Schaaf (101tec)</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/joa23.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/joa23.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/joa23.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/joa23.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/joa23.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/joa23.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/joa23.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/joa23.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/joa23.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/joa23.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/joa23.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/joa23.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/joa23.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/joa23.wordpress.com/52/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=joa23.wordpress.com&amp;blog=4529843&amp;post=52&amp;subd=joa23&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://joa23.wordpress.com/2008/09/18/katta-010-release/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7be2e59ec0a77c46afaf63802359f7c7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">joa23</media:title>
		</media:content>
	</item>
		<item>
		<title>time for new build systems &#8211; maven &#8211; ant &#8211; groovy</title>
		<link>http://joa23.wordpress.com/2008/09/03/time-for-new-build-systems-maven-ant-groovy/</link>
		<comments>http://joa23.wordpress.com/2008/09/03/time-for-new-build-systems-maven-ant-groovy/#comments</comments>
		<pubDate>Thu, 04 Sep 2008 00:49:07 +0000</pubDate>
		<dc:creator>joa23</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[productivity]]></category>

		<guid isPermaLink="false">http://joa23.wordpress.com/?p=42</guid>
		<description><![CDATA[When maven1 was terrible, since the xml scripting engine was buggy. Maven2 was great &#8211; I thought and I used it heavily. But now a couple years later I understand people still using ant. I had great hope using maven but the reality proved, that maven is one of the biggest time waster in my [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=joa23.wordpress.com&amp;blog=4529843&amp;post=42&amp;subd=joa23&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>When maven1 was terrible, since the xml scripting engine was buggy. Maven2 was great &#8211; I thought and I used it heavily. But now a couple years later I understand people still using ant. I had great hope using maven but the reality proved, that maven is one of the biggest time waster in my developer life.<br />
It is nice and low effort if you do simple one-project-just-build-me-a-jar kind of projects. But as soon you start working on serious projects &#8211; there is no chance you are productive with maven.<br />
So what is good on maven:<br />
* convention over configuration<br />
* transient dependency management<br />
* a lot of plugins<br />
Though the bad parts are:<br />
* all those plugins are very buggy<br />
* it uses a descriptive language (xml), so no real possibility to script logic<br />
* do some custom logic is a pain<br />
** as soon you do any kind of different behavior your xml blows up<br />
** custom plugins need to be external projects</p>
<p>And I could go on for hours. So it is time for something new. Sure there is buildr, but I dont want to learn even another language just for builds. So why dont use java &#8211; right use groovy.<br />
So here is my new star on the build sky. <a href="http://gradle.org">Gradle</a><br />
It has all the nice feature I want:<br />
* very lightweight<br />
* convention over configuration<br />
* transient dependency management (we can still use all our maven repositories)<br />
* a script language to do my custom logic<br />
* java language syntax<br />
* it works great with all build servers and moving to it is super easy since it comes with a script that download the release if needed. </p>
<p>So you should give it a try.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/joa23.wordpress.com/42/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/joa23.wordpress.com/42/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/joa23.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/joa23.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/joa23.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/joa23.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/joa23.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/joa23.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/joa23.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/joa23.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/joa23.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/joa23.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/joa23.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/joa23.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/joa23.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/joa23.wordpress.com/42/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=joa23.wordpress.com&amp;blog=4529843&amp;post=42&amp;subd=joa23&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://joa23.wordpress.com/2008/09/03/time-for-new-build-systems-maven-ant-groovy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7be2e59ec0a77c46afaf63802359f7c7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">joa23</media:title>
		</media:content>
	</item>
		<item>
		<title>the reality</title>
		<link>http://joa23.wordpress.com/2008/08/21/the-reality/</link>
		<comments>http://joa23.wordpress.com/2008/08/21/the-reality/#comments</comments>
		<pubDate>Thu, 21 Aug 2008 09:07:26 +0000</pubDate>
		<dc:creator>joa23</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://joa23.wordpress.com/?p=40</guid>
		<description><![CDATA[<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=joa23.wordpress.com&amp;blog=4529843&amp;post=40&amp;subd=joa23&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<span style="text-align:center; display: block;"><a href="http://joa23.wordpress.com/2008/08/21/the-reality/"><img src="http://img.youtube.com/vi/AGKZhNK_pHw/2.jpg" alt="" /></a></span>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/joa23.wordpress.com/40/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/joa23.wordpress.com/40/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/joa23.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/joa23.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/joa23.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/joa23.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/joa23.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/joa23.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/joa23.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/joa23.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/joa23.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/joa23.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/joa23.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/joa23.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/joa23.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/joa23.wordpress.com/40/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=joa23.wordpress.com&amp;blog=4529843&amp;post=40&amp;subd=joa23&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://joa23.wordpress.com/2008/08/21/the-reality/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7be2e59ec0a77c46afaf63802359f7c7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">joa23</media:title>
		</media:content>
	</item>
		<item>
		<title>profile first &#8211; than improve performance</title>
		<link>http://joa23.wordpress.com/2008/08/20/first-profile-than-improve-performance/</link>
		<comments>http://joa23.wordpress.com/2008/08/20/first-profile-than-improve-performance/#comments</comments>
		<pubDate>Wed, 20 Aug 2008 08:45:11 +0000</pubDate>
		<dc:creator>joa23</dc:creator>
				<category><![CDATA[gtd]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[productivity]]></category>
		<category><![CDATA[profiling]]></category>

		<guid isPermaLink="false">http://joa23.wordpress.com/?p=26</guid>
		<description><![CDATA[If you are a software developer you might already know this. In case there is a performance problem you should profile your application first and then improve performance on the hot spots. Unfortunately in my carrier I saw many developers doing it wrong and optimize where they guess the problem is. Of course they end up optimizing [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=joa23.wordpress.com&amp;blog=4529843&amp;post=26&amp;subd=joa23&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>If you are a software developer you might already know this. In case there is a performance problem you should profile your application first and then improve performance on the hot spots. Unfortunately in my carrier I saw many developers doing it wrong and optimize where they <em>guess</em> the problem is. Of course they end up optimizing on the wrong place. Joshua Bloch talks about this problem in <a title="effective java" href="http://java.sun.com/docs/books/effective/" target="_blank">Effective Java</a>.</p>
<p>Anyhow different topic, being a productivity freak and trying to otimize all my work on my computer I always looking for tune ups. How save me to type in passwords, autocomplete texts etc. </p>
<p>But wait, didn&#8217;t I just say profile before optimize &#8211; right. So I took this approach to my computer user life. I installed <a title="Slife" href="http://www.slifelabs.com/" target="_blank">slife</a> a couple weeks ago and profiled my daily work. So where do I really spend time?</p>
<p>Email! </p>
<p>I learned I spend pretty frequently over 2 hours out of my 8 to 12 working hours in just reading through all the mails. Wow! </p>
<p>Definitely time to start improving this and Merlin Manns talk looks like a very good starting point:</p>
<span style='text-align:center;display:block;'><object width='400' height='330' type='application/x-shockwave-flash' data='http://video.google.com/googleplayer.swf?docId=973149761529535925&amp;hl=en'><param name='allowScriptAccess' value='never' /><param name='movie' value='http://video.google.com/googleplayer.swf?docId=973149761529535925&amp;hl=en'/><param name='quality' value='best'/><param name='bgcolor' value='#ffffff' /><param name='scale' value='noScale' /><param name='wmode' value='opaque' /></object></span>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/joa23.wordpress.com/26/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/joa23.wordpress.com/26/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/joa23.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/joa23.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/joa23.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/joa23.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/joa23.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/joa23.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/joa23.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/joa23.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/joa23.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/joa23.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/joa23.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/joa23.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/joa23.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/joa23.wordpress.com/26/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=joa23.wordpress.com&amp;blog=4529843&amp;post=26&amp;subd=joa23&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://joa23.wordpress.com/2008/08/20/first-profile-than-improve-performance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7be2e59ec0a77c46afaf63802359f7c7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">joa23</media:title>
		</media:content>
	</item>
		<item>
		<title>OS X, JAVA_HOME, eclipse, environment variables</title>
		<link>http://joa23.wordpress.com/2008/08/19/os-x-java_home-eclipse-environment-variables/</link>
		<comments>http://joa23.wordpress.com/2008/08/19/os-x-java_home-eclipse-environment-variables/#comments</comments>
		<pubDate>Tue, 19 Aug 2008 22:25:25 +0000</pubDate>
		<dc:creator>joa23</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://joa23.wordpress.com/?p=24</guid>
		<description><![CDATA[Do I have all key words to get a good search score? Good! Just spend 1 hours to figure out a problem where we use the JAVA_HOME environment variable in a unit test. This test works great running it with maven but did not not in eclipse on os x. The problem is of course [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=joa23.wordpress.com&amp;blog=4529843&amp;post=24&amp;subd=joa23&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Do I have all key words to get a good search score? Good! Just spend 1 hours to figure out a problem where we use the JAVA_HOME environment variable in a unit test. This test works great running it with maven but did not not in eclipse on os x. The problem is of course that environment variables set in the shell are not available in apps like eclipse. So worth to spread the word how to solve this. </p>
<p>Here is the best writ up I found: http://www.digitaledgesw.com/node/31</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/joa23.wordpress.com/24/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/joa23.wordpress.com/24/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/joa23.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/joa23.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/joa23.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/joa23.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/joa23.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/joa23.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/joa23.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/joa23.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/joa23.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/joa23.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/joa23.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/joa23.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/joa23.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/joa23.wordpress.com/24/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=joa23.wordpress.com&amp;blog=4529843&amp;post=24&amp;subd=joa23&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://joa23.wordpress.com/2008/08/19/os-x-java_home-eclipse-environment-variables/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7be2e59ec0a77c46afaf63802359f7c7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">joa23</media:title>
		</media:content>
	</item>
	</channel>
</rss>
