<?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>Wil Tan</title>
	<atom:link href="http://dready.org/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://dready.org/blog</link>
	<description>musings on internationalized identifiers: domain names, OpenID, TLDs</description>
	<pubDate>Fri, 12 Mar 2010 14:57:12 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
	<language>en</language>
			<item>
		<title>Debugging without source on Mac</title>
		<link>http://dready.org/blog/2010/03/11/debugging-without-source-on-mac/</link>
		<comments>http://dready.org/blog/2010/03/11/debugging-without-source-on-mac/#comments</comments>
		<pubDate>Thu, 11 Mar 2010 10:04:52 +0000</pubDate>
		<dc:creator>wil</dc:creator>
		
		<category><![CDATA[hacks]]></category>

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

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

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

		<guid isPermaLink="false">http://dready.org/blog/?p=256</guid>
		<description><![CDATA[This is probably newbie stuff for hardcore C programmers, but I&#8217;m logging here for posterity and for my own benefit. I don&#8217;t pretend to be one, but recently found myself needing to find out the cause of a curious message while running Python on my Mac OS X 10.5.8:

Break on __THE_PROCESS_HAS_FORKED_AND_YOU_CANNOT_USE_THIS_COREFOUNDATION_FUNCTIONALITY___YOU_MUST_EXEC__() to debug.
The process has [...]


Related posts:<ol><li><a href='http://dready.org/blog/2008/12/15/python-30-text-vs-data-instead-of-unicode-vs-8-bit/' rel='bookmark' title='Permanent Link: Python 3.0: Text vs. Data Instead Of Unicode vs. 8-bit'>Python 3.0: Text vs. Data Instead Of Unicode vs. 8-bit</a> <small>Python 3.0 (Py3K) is out. I&#8217;m with Sam Ruby &#8212; this seemingly simple change of paradigm from &#8220;Unicode vs. 8-bit&#8221;...</small></li><li><a href='http://dready.org/blog/2007/01/15/mod_python-openid-access-control/' rel='bookmark' title='Permanent Link: mod_python OpenID Access Control'>mod_python OpenID Access Control</a> <small>Since XRI is pretty much in bed with OpenID and NeuStar is an XRI shop, I get to play around...</small></li><li><a href='http://dready.org/blog/2009/10/09/tornado-with-virtualenv-and-pip-quickstart/' rel='bookmark' title='Permanent Link: Tornado with VirtualEnv and Pip Quickstart'>Tornado with VirtualEnv and Pip Quickstart</a> <small>Friendfeed&#8217;s open source Tornado web server is great, and is incredibly easy to get up-and-running. Just install tornado, write your...</small></li></ol>]]></description>
			<content:encoded><![CDATA[<p>This is probably newbie stuff for hardcore C programmers, but I&#8217;m logging here for posterity and for my own benefit. I don&#8217;t pretend to be one, but recently found myself needing to find out the cause of a curious message while running Python on my Mac OS X 10.5.8:</p>
<pre class="code">
Break on __THE_PROCESS_HAS_FORKED_AND_YOU_CANNOT_USE_THIS_COREFOUNDATION_FUNCTIONALITY___YOU_MUST_EXEC__() to debug.
The process has forked and you cannot use this CoreFoundation functionality safely. You MUST exec().
</pre>
<p>Okay, this means that my program forked, and the child did not immediately <code>exec()</code>. Instead, it went on to call some Core Foundation function. Naturally, I&#8217;d want to find out what is it that it&#8217;s doing! Time to fire up our trusty <code>gdb</code>.</p>
<pre class="code">
macmac:~ $ sudo gdb -p 52772
GNU gdb 6.3.50-20050815 (Apple version gdb-960) (Sun May 18 18:38:33 UTC 2008)
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "i386-apple-darwin".
Attaching to process 52772.
Reading symbols for shared libraries . done
Reading symbols for shared libraries .................................... done
0x9354a6fa in select$DARWIN_EXTSN ()
(gdb) b __THE_PROCESS_HAS_FORKED_AND_YOU_CANNOT_USE_THIS_COREFOUNDATION_FUNCTIONALITY___YOU_MUST_EXEC__
Breakpoint 1 at 0x938df314
(gdb) cont
Continuing.
Breakpoint 1, 0x938df314 in __THE_PROCESS_HAS_FORKED_AND_YOU_CANNOT_USE_THIS_COREFOUNDATION_FUNCTIONALITY___YOU_MUST_EXEC__ ()
(gdb) bt
#0  0x938df314 in __THE_PROCESS_HAS_FORKED_AND_YOU_CANNOT_USE_THIS_COREFOUNDATION_FUNCTIONALITY___YOU_MUST_EXEC__ ()
#1  0x938d97bd in CFRunLoopGetCurrent ()
#2  0x95bf09fa in +[NSThread currentThread] ()
#3  0x95befe39 in _NSInitializePlatform ()
#4  0x918568b8 in _class_initialize ()
#5  0x9185678c in _class_initialize ()
#6  0x91855239 in _class_lookupMethodAndLoadCache ()
#7  0x918656d6 in objc_msgSend ()
#8  0x9185dbdf in call_load_methods ()
#9  0x918570d3 in load_images ()
#10 0x8fe02e38 in __dyld__ZN4dyld12notifySingleE17dyld_image_statesPK11mach_headerPKcl ()
#11 0x8fe0e7cf in __dyld__ZN11ImageLoader23recursiveInitializationERKNS_11LinkContextEj ()
#12 0x8fe0e775 in __dyld__ZN11ImageLoader23recursiveInitializationERKNS_11LinkContextEj ()
#13 0x8fe0e775 in __dyld__ZN11ImageLoader23recursiveInitializationERKNS_11LinkContextEj ()
#14 0x8fe0e775 in __dyld__ZN11ImageLoader23recursiveInitializationERKNS_11LinkContextEj ()
#15 0x8fe0e775 in __dyld__ZN11ImageLoader23recursiveInitializationERKNS_11LinkContextEj ()
#16 0x8fe0e775 in __dyld__ZN11ImageLoader23recursiveInitializationERKNS_11LinkContextEj ()
#17 0x8fe0e8c9 in __dyld__ZN11ImageLoader15runInitializersERKNS_11LinkContextE ()
#18 0x8fe02202 in __dyld__ZN4dyld15runInitializersEP11ImageLoader ()
#19 0x8fe0bbdd in __dyld_dlopen ()
#20 0x935042c2 in dlopen ()
#21 0x001b09ac in _PyImport_GetDynLoadFunc ()
#22 0x001a35a4 in _PyImport_LoadDynamicModule ()
.. (snipped) ..
</pre>
<p>This tells us that Python was trying to call the <code>dlopen()</code> function to load a dynamic library. I know that because the stacktrace went from a bunch of CPython functions to <code>dlopen()</code> (at stack #20) and eventually led up to the function that we were told to break on. Now it&#8217;s time to find out which library it is trying to load.</p>
<pre class="code">
(gdb) frame 20
#20 0x935042c2 in dlopen ()
(gdb) info frame
Stack level 20, frame at 0xb007d6f0:
 eip = 0x935042c2 in dlopen; saved eip 0x1b09ac
 called by frame at 0xb007d9b0, caller of frame at 0xb007d6d0
 Arglist at 0xb007d6e8, args:
 Locals at 0xb007d6e8, Previous frame's sp is 0xb007d6f0
 Saved registers:
  ebx at 0xb007d6e4, ebp at 0xb007d6e8, eip at 0xb007d6ec
</pre>
<p>If you had the source code for <code>dlopen()</code>, <code>gdb</code> would&#8217;ve helpfully printed the arguments for you, but alas we don&#8217;t have the source code!</p>
<p>Thankfully, we know what the function looks like from the <a href="http://developer.apple.com/Mac/library/documentation/Darwin/Reference/ManPages/man3/dlopen.3.html"><code>dlopen</code> man page</a>:</p>
<pre class="code">
     void *dlopen(const char* path, int mode);
</pre>
<p>So we know that the library we&#8217;re looking for is in the first argument, which is a pointer to a C string. And we will find it.</p>
<p>Some googling later, I found the <a href="http://www.fabiensanglard.net/macosxassembly/index.php">layout for darwin stackframes</a>:</p>
<p><img src="http://www.fabiensanglard.net/macosxassembly/stackDetails.jpg" alt="Mac OS X stack frame layout" /></p>
<p>Sweet! According to this, the first function argument is in <code>EBP+8</code>:</p>
<pre class="code">
(gdb) info registers ebp
ebp            0xb007d6e8	0xb007d6e8
</pre>
<p>Aha! But you didn&#8217;t really need to do that; the <code>info frame</code> command output already told us that locals are at <code>0xb007d6e8</code>.</p>
<p>0xb007d6e8 + 8 = 0xb007d6f0, so we shall get the address stored at this address:</p>
<pre class="code">
(gdb) x/a 0xb007d6f0
0xb007d6f0:	0xb007da67
</pre>
<p>Now print the string at the target address:</p>
<pre class="code">
(gdb) x/s 0xb007da67
0xb007da67:	 "/Users/wil/src/proj/root/lib/python2.5/lib-dynload/icglue.so"
</pre>
<p>Et voila! This happens to be the glue code for Python to access the Mac OS X Internet Config settings. In some previous foray, I learned (to my surprise) that Python&#8217;s <code>urllib</code> (on Darwin) actually uses IC to find out your proxy settings and use it! For some reason, I never expected it to do so but I guess it makes sense for a seamless user experience.</p>
<p>Did I find out why it&#8217;s giving me that fork/exec message? No, not really but it doesn&#8217;t matter much.<br />
(Update: I do know the reason for this; it&#8217;s because some code started fetching from HTTP after fork, but that&#8217;s the expected behavior, and I don&#8217;t wish to reexec. Program continues to work, so I just have to ignore it in my development environment. This will be deployed to a Linux or FreeBSD which is why I said it doesn&#8217;t matter much.)</p>
<p>Now, I&#8217;m convinced that there is a better way to do it so if you have any idea, please leave a comment.</p>
<p>p.s. This can probably be easily achieved with DTrace, but it makes my head spin.</p>


<p>Related posts:<ol><li><a href='http://dready.org/blog/2008/12/15/python-30-text-vs-data-instead-of-unicode-vs-8-bit/' rel='bookmark' title='Permanent Link: Python 3.0: Text vs. Data Instead Of Unicode vs. 8-bit'>Python 3.0: Text vs. Data Instead Of Unicode vs. 8-bit</a> <small>Python 3.0 (Py3K) is out. I&#8217;m with Sam Ruby &#8212; this seemingly simple change of paradigm from &#8220;Unicode vs. 8-bit&#8221;...</small></li><li><a href='http://dready.org/blog/2007/01/15/mod_python-openid-access-control/' rel='bookmark' title='Permanent Link: mod_python OpenID Access Control'>mod_python OpenID Access Control</a> <small>Since XRI is pretty much in bed with OpenID and NeuStar is an XRI shop, I get to play around...</small></li><li><a href='http://dready.org/blog/2009/10/09/tornado-with-virtualenv-and-pip-quickstart/' rel='bookmark' title='Permanent Link: Tornado with VirtualEnv and Pip Quickstart'>Tornado with VirtualEnv and Pip Quickstart</a> <small>Friendfeed&#8217;s open source Tornado web server is great, and is incredibly easy to get up-and-running. Just install tornado, write your...</small></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://dready.org/blog/2010/03/11/debugging-without-source-on-mac/feed/</wfw:commentRss>
		</item>
		<item>
		<title>logcheck update on FreeBSD</title>
		<link>http://dready.org/blog/2010/01/23/logcheck-update-on-freebsd/</link>
		<comments>http://dready.org/blog/2010/01/23/logcheck-update-on-freebsd/#comments</comments>
		<pubDate>Sat, 23 Jan 2010 12:21:27 +0000</pubDate>
		<dc:creator>wil</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://dready.org/blog/?p=254</guid>
		<description><![CDATA[Logging this quickly for posterity.
If like me, you just updated the logcheck port on your FreeBSD to version 1.2.69_1 and found that it&#8217;s broken, you might have run into the same permission problem I did.
Apparently, the port installed some files with too restrictive permissions and the error message from logcheck does not help. The files [...]


Related posts:<ol><li><a href='http://dready.org/blog/2004/02/12/ms-bookshelf-symbol-7-update/' rel='bookmark' title='Permanent Link: MS Bookshelf Symbol 7 Update'>MS Bookshelf Symbol 7 Update</a> <small>Today, Windows XP automatic updates service greeted me with two new updates waiting to be downloaded. One was another of...</small></li><li><a href='http://dready.org/blog/2005/03/07/using-xml-stream-without-encodepm/' rel='bookmark' title='Permanent Link: Using XML-Stream without Encode.pm'>Using XML-Stream without Encode.pm</a> <small>I needed to write a notification script for AMMS, so that a mail server administrator can be notified by IM...</small></li><li><a href='http://dready.org/blog/about-william-tan/' rel='bookmark' title='Permanent Link: Phinger Me'>Phinger Me</a> <small> Login: wil Name: William Tan Directory: /home/wil Shell: /usr/local/bin/bash Last seen offline: ??? Too many junk mails. .plan: EOF...</small></li></ol>]]></description>
			<content:encoded><![CDATA[<p>Logging this quickly for posterity.</p>
<p>If like me, you just updated the <a href="http://logcheck.org/">logcheck</a> port on your FreeBSD to version 1.2.69_1 and found that it&#8217;s broken, you might have run into the same permission problem I did.</p>
<p>Apparently, the port installed some files with too restrictive permissions and the error message from logcheck does not help. The files in question are some dynamically interpreted Perl plug-ins to detect rotated files in various schemes.</p>
<p>Just change the permissions as follows and it should all work again:</p>
<p><code><br />
# chmod 644 /usr/local/share/logcheck/detectrotate/*.dtr<br />
</code></p>


<p>Related posts:<ol><li><a href='http://dready.org/blog/2004/02/12/ms-bookshelf-symbol-7-update/' rel='bookmark' title='Permanent Link: MS Bookshelf Symbol 7 Update'>MS Bookshelf Symbol 7 Update</a> <small>Today, Windows XP automatic updates service greeted me with two new updates waiting to be downloaded. One was another of...</small></li><li><a href='http://dready.org/blog/2005/03/07/using-xml-stream-without-encodepm/' rel='bookmark' title='Permanent Link: Using XML-Stream without Encode.pm'>Using XML-Stream without Encode.pm</a> <small>I needed to write a notification script for AMMS, so that a mail server administrator can be notified by IM...</small></li><li><a href='http://dready.org/blog/about-william-tan/' rel='bookmark' title='Permanent Link: Phinger Me'>Phinger Me</a> <small> Login: wil Name: William Tan Directory: /home/wil Shell: /usr/local/bin/bash Last seen offline: ??? Too many junk mails. .plan: EOF...</small></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://dready.org/blog/2010/01/23/logcheck-update-on-freebsd/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Tornado with VirtualEnv and Pip Quickstart</title>
		<link>http://dready.org/blog/2009/10/09/tornado-with-virtualenv-and-pip-quickstart/</link>
		<comments>http://dready.org/blog/2009/10/09/tornado-with-virtualenv-and-pip-quickstart/#comments</comments>
		<pubDate>Fri, 09 Oct 2009 08:50:37 +0000</pubDate>
		<dc:creator>wil</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

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

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

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

		<guid isPermaLink="false">http://dready.org/blog/?p=243</guid>
		<description><![CDATA[Friendfeed&#8217;s open source Tornado web server is great, and is incredibly easy to get up-and-running. Just install tornado, write your app and run it.
At some point, however, you&#8217;d want more structure in your project and manage dependencies to ease deployment. This is where virtualenv and pip shines. For a few more steps, you can bootstrap [...]


Related posts:<ol><li><a href='http://dready.org/blog/2009/01/29/webpy-with-mod_python-on-apache/' rel='bookmark' title='Permanent Link: web.py with mod_python on Apache'>web.py with mod_python on Apache</a> <small>Normally, I&#8217;m a Django-head, but today I wanted a quick way to write a small web app and have heard...</small></li><li><a href='http://dready.org/blog/2004/06/18/i-love-hacking/' rel='bookmark' title='Permanent Link: I Love Hacking'>I Love Hacking</a> <small>I can spend hours, even days or months if the project is interesting enough, the more challenging the better. Created...</small></li><li><a href='http://dready.org/blog/about-william-tan/' rel='bookmark' title='Permanent Link: Phinger Me'>Phinger Me</a> <small> Login: wil Name: William Tan Directory: /home/wil Shell: /usr/local/bin/bash Last seen offline: ??? Too many junk mails. .plan: EOF...</small></li></ol>]]></description>
			<content:encoded><![CDATA[<p>Friendfeed&#8217;s open source <a href="http://www.tornadoweb.org/">Tornado web server</a> is great, and is incredibly easy to get up-and-running. Just install tornado, write your app and run it.</p>
<p>At some point, however, you&#8217;d want more structure in your project and manage dependencies to ease deployment. This is where <a href="http://pypi.python.org/pypi/virtualenv">virtualenv</a> and <a href="http://pypi.python.org/pypi/pip">pip</a> shines. For a few more steps, you can bootstrap your project and have the warm fuzzy feeling that you can easily deploy the stuff when the code is ready.</p>
<h3>Installing <code>virtualenv</code> and <code>pip</code></h3>
<p>If you haven&#8217;t set up virtualenv, do so (as root):</p>
<pre class="code">
# easy_install virtualenv
</pre>
<p>Decide where you&#8217;d put your project directory. I&#8217;ll use <code>/path/to/myapp</code> for now. The next step is to create a virtualenv where all your Python packages are stored. I like to use the convention of a directory called <code>root</code> where all dependencies are installed. I&#8217;d generally also use it as the prefix for any <acronym title="./configure &amp;&amp; make &amp;&amp; make install">cmmi</acronym> packages that I&#8217;d like to contain within the project.</p>
<pre class="code">
$ cd /path/to/myapp
$ virtualenv --no-site-packages root
</pre>
<p>Activate the environment that we just created:</p>
<pre class="code">
$ . root/bin/activate
(root)[wil@wasabi /path/to/myapp]$
</pre>
<p>From now on, all packages installed with <code>easy_install</code> will be placed in this virtualenv.</p>
<p>Next, we will install <code>pip</code> into this virtualenv:</p>
<pre class="code">
(root)[wil@wasabi /path/to/myapp]$ easy_install pip
</pre>
<p>Once <code>pip</code> is installed, as long as you&#8217;ve got your virtualenv activated, anything installed with <code>pip</code> will also go into the right place (without your having to remember to use the <code>-E</code> command line argument.)</p>
<h3>Installing Tornado</h3>
<p>Tornado (as of the current version) needs two mandatory dependencies, i.e. <a href="http://pycurl.sourceforge.net/">pycURL</a> and <a href="http://pypi.python.org/pypi/simplejson/">simplejson</a>. Make sure you have the right libcURL version installed on your system (using <code>apt-get</code> or other mechanism) and pick the compatible pyCURL version.</p>
<pre class="code">
(root)[wil@wasabi /path/to/myapp]$ pip install pycurl==7.16.4
(root)[wil@wasabi /path/to/myapp]$ pip install simplejson
</pre>
<p>Now we&#8217;ll install tornado proper. I chose to go with the bleeding edge and ask <code>pip</code> to install from the git trunk.</p>
<pre class="code">
(root)[wil@wasabi /path/to/myapp]$ pip install -e \
  git+git://github.com/facebook/tornado.git#egg=tornado
</pre>
<p>Should you not want that, you can tell <code>pip</code> to install from the tarball URL instead (at least until tornado gets added to PyPI.)</p>
<pre class="code">
(root)[wil@wasabi /path/to/myapp]$ pip install \
  http://www.tornadoweb.org/static/tornado-0.2.tar.gz
</pre>
<p>Tornado is installed!</p>
<p>Every now and then, it&#8217;s a good idea to save your pip dependencies by running</p>
<pre class="code">
(root)[wil@wasabi /path/to/myapp]$ pip freeze > pip-req.txt
</pre>
<h3>Start your project</h3>
<p>What I like about this is that the project directory has all the dependencies contained within a single directory (<code>root</code>). This is really just my convention; I&#8217;d create a <code>src</code> directory where my application code lives.</p>
<pre class="code">
(root)[wil@wasabi /path/to/myapp]$ mkdir src
(root)[wil@wasabi /path/to/myapp]$ cd src
(root)[wil@wasabi /path/to/myapp/src]$
</pre>
<p>Let&#8217;s test drive Tornado:</p>
<pre class="code">
(root)[wil@wasabi /path/to/myapp/src]$ cp ../root/src/tornado/demos/helloworld/helloworld.py .
(root)[wil@wasabi /path/to/myapp/src]$ python helloworld.py
</pre>
<p>From browser, visit your host at port <code>8888</code> to verify.</p>
<p>That&#8217;s it!</p>


<p>Related posts:<ol><li><a href='http://dready.org/blog/2009/01/29/webpy-with-mod_python-on-apache/' rel='bookmark' title='Permanent Link: web.py with mod_python on Apache'>web.py with mod_python on Apache</a> <small>Normally, I&#8217;m a Django-head, but today I wanted a quick way to write a small web app and have heard...</small></li><li><a href='http://dready.org/blog/2004/06/18/i-love-hacking/' rel='bookmark' title='Permanent Link: I Love Hacking'>I Love Hacking</a> <small>I can spend hours, even days or months if the project is interesting enough, the more challenging the better. Created...</small></li><li><a href='http://dready.org/blog/about-william-tan/' rel='bookmark' title='Permanent Link: Phinger Me'>Phinger Me</a> <small> Login: wil Name: William Tan Directory: /home/wil Shell: /usr/local/bin/bash Last seen offline: ??? Too many junk mails. .plan: EOF...</small></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://dready.org/blog/2009/10/09/tornado-with-virtualenv-and-pip-quickstart/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Forums are so 1999</title>
		<link>http://dready.org/blog/2009/05/22/forums-are-so-1999/</link>
		<comments>http://dready.org/blog/2009/05/22/forums-are-so-1999/#comments</comments>
		<pubDate>Fri, 22 May 2009 10:48:01 +0000</pubDate>
		<dc:creator>wil</dc:creator>
		
		<category><![CDATA[rant]]></category>

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

		<guid isPermaLink="false">http://dready.org/blog/?p=239</guid>
		<description><![CDATA[I cringe forums1 or message board every time I visit one.
They are usually cluttered with distracting animated gifs, elaborate signatures and tons of useless stats about the posters (novice/expert level, im status, joining date, etc.)
They are notoriously cumbersome to navigate, let alone find what you need. The forum administrators and moderators know it, so most [...]


Related posts:<ol><li><a href='http://dready.org/blog/2007/08/20/echidna-speaks-korean/' rel='bookmark' title='Permanent Link: EchIDNA Speaks Korean'>EchIDNA Speaks Korean</a> <small>안녕하세요! There are two pieces of great news I&#8217;d like to report, both of which relate to the Korean Internet...</small></li><li><a href='http://dready.org/blog/2005/08/07/whirlpool-aanet-exetel-and-xxx/' rel='bookmark' title='Permanent Link: Whirlpool, aaNet, Exetel, and XXX'>Whirlpool, aaNet, Exetel, and XXX</a> <small>Here&#8217;s a piece of interesting news from Whirlpool &mdash; Australia&#8217;s most popular community driven broadband news site. Quoting a forum...</small></li></ol>]]></description>
			<content:encoded><![CDATA[<p>I cringe <a href="http://en.wikipedia.org/wiki/Internet_forum">forums</a><sub>1</sub> or message board every time I visit one.</p>
<p>They are usually cluttered with distracting animated gifs, elaborate signatures and tons of useless stats about the posters (novice/expert level, im status, joining date, etc.)</p>
<p>They are notoriously cumbersome to navigate, let alone find what you need. The forum administrators and moderators know it, so most forums use stickies as a band-aid. For the casual visitor, stickies are usually road signs that tell you where to look for certain things, a summary of important points or FAQs. Needless to say, they&#8217;re pretty effective when you compare them with the rest of the mess, but a band-aid nonetheless.</p>
<p>I&#8217;d blame the user interface for this awkward communication medium. It&#8217;s not so much due to its age, because I&#8217;d rather read stuff on old skool NNTP with vi key bindings than to navigate these forums. Rather, it&#8217;s the constant need for paging (displaying page 1 of 32!!), which means that you can&#8217;t effectively use the browser&#8217;s in-page find feature. Search is usually broken or otherwise less than relevant. No threading, nor ability to easily filter messages. I could go on.</p>
<p>Perhaps it&#8217;s just a matter of tweaking the skin and applying sane user interface design. Certainly, there are some better-designed forums out there that are less painful to use. I haven&#8217;t seen much innovation in that area in a long time, actually not since my first encounter with them. I suspect people actually <em>like</em> and have come to expect those cumbersome features.</p>
<p>Forum communities are an entire subculture of their own, and I don&#8217;t expect a shift anytime soon. Yet, I can&#8217;t help but wonder if we can do better.</p>
<p><sub>1</sub> In case you&#8217;re wondering, I intentionally used the word <a href="http://en.wiktionary.org/wiki/Talk:forum">&#8220;forums&#8221; instead of &#8220;fora&#8221;</a>.</p>


<p>Related posts:<ol><li><a href='http://dready.org/blog/2007/08/20/echidna-speaks-korean/' rel='bookmark' title='Permanent Link: EchIDNA Speaks Korean'>EchIDNA Speaks Korean</a> <small>안녕하세요! There are two pieces of great news I&#8217;d like to report, both of which relate to the Korean Internet...</small></li><li><a href='http://dready.org/blog/2005/08/07/whirlpool-aanet-exetel-and-xxx/' rel='bookmark' title='Permanent Link: Whirlpool, aaNet, Exetel, and XXX'>Whirlpool, aaNet, Exetel, and XXX</a> <small>Here&#8217;s a piece of interesting news from Whirlpool &mdash; Australia&#8217;s most popular community driven broadband news site. Quoting a forum...</small></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://dready.org/blog/2009/05/22/forums-are-so-1999/feed/</wfw:commentRss>
		</item>
		<item>
		<title>links for 2009-02-19</title>
		<link>http://dready.org/blog/2009/02/20/links-for-2009-02-19/</link>
		<comments>http://dready.org/blog/2009/02/20/links-for-2009-02-19/#comments</comments>
		<pubDate>Thu, 19 Feb 2009 16:03:21 +0000</pubDate>
		<dc:creator>delicious</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://dready.org/blog/2009/02/20/links-for-2009-02-19/</guid>
		<description><![CDATA[

JavaScript Madness: Dynamic Script Loading
(tags: bookmarklet js loading script webdev ajax)


Scope in JavaScript &#124; Digital Web Magazine
Excellent article on Javascript scoping, debunking the confusing concepts of &#34;this&#34;, &#34;bind&#34;, &#34;call&#34; and &#34;apply&#34;.
(tags: javascript js tutorial scoping programming)


iTransmogrify!
(tags: iphone videos youtube bookmarklet conversion flash)


Large iPhone Icons - a set on Flickr
not sure what the license is on [...]


Related posts:<ol><li><a href='http://dready.org/blog/2009/02/19/links-for-2009-02-18/' rel='bookmark' title='Permanent Link: links for 2009-02-18'>links for 2009-02-18</a> <small> Whoosh Whoosh is a fast, featureful full-text indexing and searching library implemented in pure Python. May be an easier-to-integrate...</small></li><li><a href='http://dready.org/blog/2006/05/19/google-web-toolkit-ajax-library/' rel='bookmark' title='Permanent Link: Google Web Toolkit (AJAX library)'>Google Web Toolkit (AJAX library)</a> <small>When I first saw the news about the newly released Google&#8217;s Web Toolkit: Google Web Toolkit (GWT) is a Java...</small></li><li><a href='http://dready.org/blog/2007/07/29/gearsaver-bookmarklet/' rel='bookmark' title='Permanent Link: GearSaver Bookmarklet'>GearSaver Bookmarklet</a> <small>Google Gears is one of the most exciting technologies to be released IMO. It will push the web 2.0 envelope...</small></li></ol>]]></description>
			<content:encoded><![CDATA[<ul class="delicious">
<li>
<div class="delicious-link"><a href="http://unixpapa.com/js/dyna.html">JavaScript Madness: Dynamic Script Loading</a></div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/mamamia/bookmarklet">bookmarklet</a> <a href="http://delicious.com/mamamia/js">js</a> <a href="http://delicious.com/mamamia/loading">loading</a> <a href="http://delicious.com/mamamia/script">script</a> <a href="http://delicious.com/mamamia/webdev">webdev</a> <a href="http://delicious.com/mamamia/ajax">ajax</a>)</div>
</li>
<li>
<div class="delicious-link"><a href="http://www.digital-web.com/articles/scope_in_javascript">Scope in JavaScript | Digital Web Magazine</a></div>
<div class="delicious-extended">Excellent article on Javascript scoping, debunking the confusing concepts of &quot;this&quot;, &quot;bind&quot;, &quot;call&quot; and &quot;apply&quot;.</div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/mamamia/javascript">javascript</a> <a href="http://delicious.com/mamamia/js">js</a> <a href="http://delicious.com/mamamia/tutorial">tutorial</a> <a href="http://delicious.com/mamamia/scoping">scoping</a> <a href="http://delicious.com/mamamia/programming">programming</a>)</div>
</li>
<li>
<div class="delicious-link"><a href="http://joemaller.com/2008/01/12/itransmogrify/">iTransmogrify!</a></div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/mamamia/iphone">iphone</a> <a href="http://delicious.com/mamamia/videos">videos</a> <a href="http://delicious.com/mamamia/youtube">youtube</a> <a href="http://delicious.com/mamamia/bookmarklet">bookmarklet</a> <a href="http://delicious.com/mamamia/conversion">conversion</a> <a href="http://delicious.com/mamamia/flash">flash</a>)</div>
</li>
<li>
<div class="delicious-link"><a href="http://www.flickr.com/photos/34818713@N00/sets/72157601845495751/#">Large iPhone Icons - a set on Flickr</a></div>
<div class="delicious-extended">not sure what the license is on these</div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/mamamia/iphone">iphone</a> <a href="http://delicious.com/mamamia/graphics">graphics</a> <a href="http://delicious.com/mamamia/iphonedev">iphonedev</a> <a href="http://delicious.com/mamamia/icons">icons</a>)</div>
</li>
<li>
<div class="delicious-link"><a href="http://www.freesoftwaremagazine.com/columns/opensocial_overview_how_opensocial_works_and_integrate_with_cms">OpenSocial overview: how opensocial works, and how to integrate it with your CMS</a></div>
<div class="delicious-extended">Good step-by-step guide to implementing OpenSocial in your own site</div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/mamamia/shindig">shindig</a> <a href="http://delicious.com/mamamia/opensocial">opensocial</a> <a href="http://delicious.com/mamamia/gadget">gadget</a> <a href="http://delicious.com/mamamia/widget">widget</a> <a href="http://delicious.com/mamamia/cms">cms</a> <a href="http://delicious.com/mamamia/article">article</a>)</div>
</li>
<li>
<div class="delicious-link"><a href="http://eric.themoritzfamily.com/2009/02/17/announcing-django-viewtools/">Announcing django-viewtools | One More Blog</a></div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/mamamia/django">django</a> <a href="http://delicious.com/mamamia/debugging">debugging</a> <a href="http://delicious.com/mamamia/profiling">profiling</a> <a href="http://delicious.com/mamamia/webdev">webdev</a> <a href="http://delicious.com/mamamia/python">python</a>)</div>
</li>
<li>
<div class="delicious-link"><a href="http://www.yamli.com/">Yamli - Arabic Search Engine and Smart Arabic Keyboard</a></div>
<div class="delicious-extended">Transliterate Arabic with this tool with API</div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/mamamia/arabic">arabic</a> <a href="http://delicious.com/mamamia/ajax">ajax</a> <a href="http://delicious.com/mamamia/transliteration">transliteration</a> <a href="http://delicious.com/mamamia/api">api</a> <a href="http://delicious.com/mamamia/web2.0">web2.0</a>)</div>
</li>
<li>
<div class="delicious-link"><a href="http://lethain.com/entry/2009/feb/13/the-django-and-ubuntu-intrepid-almanac/">The Django and Ubuntu Intrepid Almanac @ Irrational Exuberance</a></div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/mamamia/sysadmin">sysadmin</a> <a href="http://delicious.com/mamamia/vps">vps</a> <a href="http://delicious.com/mamamia/django">django</a> <a href="http://delicious.com/mamamia/nginx">nginx</a> <a href="http://delicious.com/mamamia/tutorials">tutorials</a> <a href="http://delicious.com/mamamia/ubuntu">ubuntu</a>)</div>
</li>
<li>
<div class="delicious-link"><a href="http://googlewebmastercentral.blogspot.com/2009/02/specify-your-canonical.html">Specify your canonical (Official Google Webmaster Central Blog)</a></div>
<div class="delicious-extended">Tell Googlebot your canonical URL, so you don&#39;t get duplicate pages in the index</div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/mamamia/seo">seo</a> <a href="http://delicious.com/mamamia/webdev">webdev</a> <a href="http://delicious.com/mamamia/google">google</a> <a href="http://delicious.com/mamamia/search">search</a>)</div>
</li>
<li>
<div class="delicious-link"><a href="http://www.scribd.com/doc/12016121/Tokyo-Cabinet-and-Tokyo-Tyrant-Presentation">http://www.scribd.com/doc/12016121/Tokyo-Cabinet-and-Tokyo-Tyrant-Presentation</a></div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/mamamia/tokyocabinet">tokyocabinet</a> <a href="http://delicious.com/mamamia/db">db</a> <a href="http://delicious.com/mamamia/memcached">memcached</a> <a href="http://delicious.com/mamamia/scalability">scalability</a>)</div>
</li>
<li>
<div class="delicious-link"><a href="http://www.webappwednesday.com/">Web App Wednesday - Occasionally interesting, often trivial, always original.</a></div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/mamamia/gae">gae</a> <a href="http://delicious.com/mamamia/tutorials">tutorials</a> <a href="http://delicious.com/mamamia/python">python</a> <a href="http://delicious.com/mamamia/webdev">webdev</a>)</div>
</li>
<li>
<div class="delicious-link"><a href="http://code.google.com/p/google-mobwrite/">MobWrite: Real-time Synchronization and Collaboration Service</a></div>
<div class="delicious-extended">Ajax frontend with corresponding backend to allow a web form to be collaboratively edited by multiple users.</div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/mamamia/python">python</a> <a href="http://delicious.com/mamamia/gae">gae</a> <a href="http://delicious.com/mamamia/googledocs">googledocs</a> <a href="http://delicious.com/mamamia/ajax">ajax</a> <a href="http://delicious.com/mamamia/collaboration">collaboration</a>)</div>
</li>
</ul>


<p>Related posts:<ol><li><a href='http://dready.org/blog/2009/02/19/links-for-2009-02-18/' rel='bookmark' title='Permanent Link: links for 2009-02-18'>links for 2009-02-18</a> <small> Whoosh Whoosh is a fast, featureful full-text indexing and searching library implemented in pure Python. May be an easier-to-integrate...</small></li><li><a href='http://dready.org/blog/2006/05/19/google-web-toolkit-ajax-library/' rel='bookmark' title='Permanent Link: Google Web Toolkit (AJAX library)'>Google Web Toolkit (AJAX library)</a> <small>When I first saw the news about the newly released Google&#8217;s Web Toolkit: Google Web Toolkit (GWT) is a Java...</small></li><li><a href='http://dready.org/blog/2007/07/29/gearsaver-bookmarklet/' rel='bookmark' title='Permanent Link: GearSaver Bookmarklet'>GearSaver Bookmarklet</a> <small>Google Gears is one of the most exciting technologies to be released IMO. It will push the web 2.0 envelope...</small></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://dready.org/blog/2009/02/20/links-for-2009-02-19/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Why Internationalize?</title>
		<link>http://dready.org/blog/2009/02/19/why-internationalize/</link>
		<comments>http://dready.org/blog/2009/02/19/why-internationalize/#comments</comments>
		<pubDate>Wed, 18 Feb 2009 19:52:43 +0000</pubDate>
		<dc:creator>wil</dc:creator>
		
		<category><![CDATA[dns]]></category>

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

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

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

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

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

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

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

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

		<guid isPermaLink="false">http://dready.org/blog/?p=231</guid>
		<description><![CDATA[
Seth Godin&#8217;s book Tribes: We Need You to Lead Us looks like a good read, especially for marketers, crowd-herders, and entrepreneurs. Along with the book, he also started an invitation-only triiibal network on Ning, and got the folks to write an ebook called The Tribes Casebook (free download).
There&#8217;s a particular essay in there written by [...]


Related posts:<ol><li><a href='http://dready.org/blog/2007/08/28/icann-tests-idn-tld-for-real/' rel='bookmark' title='Permanent Link: .test IDN TLD (For Real!)'>.test IDN TLD (For Real!)</a> <small>Tina Dam and I caught up during ICANN San Juan on the current state of IDN TLD work within ICANN...</small></li><li><a href='http://dready.org/blog/2006/07/10/whats-in-an-i-name/' rel='bookmark' title='Permanent Link: What&#8217;s in an i-name?'>What&#8217;s in an i-name?</a> <small>The project that I&#8217;ve been working for almost a year at NeuStar is very much centered around a marketing term...</small></li><li><a href='http://dready.org/blog/2005/04/10/idn-in-dot-net-rfp/' rel='bookmark' title='Permanent Link: IDN in Dot Net RFP'>IDN in Dot Net RFP</a> <small>The .NET RFP evaluation report by Telcordia is disappointing because: IDN was not given the weight that it deserves; it...</small></li></ol>]]></description>
			<content:encoded><![CDATA[<p><img src="http://upload.wikimedia.org/wikipedia/commons/thumb/e/e1/Brueghel-tower-of-babel.jpg/400px-Brueghel-tower-of-babel.jpg" alt="Tower of Babel" title="Tower of Babel" /></p>
<p><a href="http://sethgodin.typepad.com">Seth Godin</a>&#8217;s book <em>Tribes: We Need You to Lead Us</em> looks like a good read, especially for marketers, crowd-herders, and entrepreneurs. Along with the book, he also started an invitation-only triiibal network on Ning, and got the folks to write an ebook called The Tribes Casebook (<a href="http://sethgodin.typepad.com/seths_blog/2008/10/free-tribes-ebo.html">free download</a>).</p>
<p>There&#8217;s a particular essay in there written by <a href="http://datesndip.wordpress.com/">Dr. Saleh AlShebil</a> titled <em>When Technology Fails: A Language gets Born in an Online Tribe</em>. Dr. AlShebil wrote about how an ASCII-based language (that he calls <em>Araby</em>) was born due to the lack of Arabic language input support on early instant messaging networks. These are transliterations of Arabic into Latin alphabets, not unlike <a href="http://en.wikipedia.org/wiki/Leet">l33t</a> but grew out of different motivations.</p>
<p>Here&#8217;s what it looks like (<a href="http://jcmc.indiana.edu/vol9/issue1/palfreyman.html" title="A Funky Language for Teenzz to Use: Representing Gulf Arabic in Instant Messaging">source</a>):</p>
<table cellspacing="1" bgcolor="#666">
<tbody>
<tr bgcolor="#777">
<th width="50%">Sound</th>
<th width="10%">Arabic letter</th>
<th width="10%">ASCII</th>
<th width="30%">Example</th>
</tr>
<tr>
<td>/&#295;/ (a heavy /h/-type sound)</td>
<td dir="rtl">&#1581;</td>
<td align="center">7</td>
<td>wa7ed (one)</td>
</tr>
<tr>
<td>/&#661;/ (a tightening of the throat resembling a light gargle)</td>
<td dir="rtl">&#1593;</td>
<td align="center">3</td>
<td>ba3ad (after)</td>
</tr>
<tr>
<td>/t&#8217;/ (the emphatic version of /t/)</td>
<td dir="rtl">&#1591;</td>
<td align="center">6</td>
<td>6arrash (he sent)</td>
</tr>
<tr>
<td>/s&#8217;/ (the emphatic version of /s/)</td>
<td dir="rtl">&#1589;</td>
<td align="center">9</td>
<td>a9lan (actually)</td>
</tr>
<tr>
<td>/&#660;/ (glottal stop)</td>
<td dir="rtl">&#1569;</td>
<td align="center">2</td>
<td>so2al (question)</td>
</tr>
</tbody>
</table>
<p>So, <span dir="rtl" lang="ar">واحد</span> (one) sounds roughly like &#8220;wahed&#8221;, and you&#8217;d write it as &#8220;wa7ed&#8221;.</p>
<p>Quoting Dr. AlShebil (<em>emphases</em> added):<br />
<blockquote>
Arabic language alphabet is comprised of 28 letters. Some of these letters do not have an equivalent “sound” in English. So what did our online tribe do? They began looking for numbers and other keystrokes that can somehow resemble what the real Arabic letter “looks” like. Let me explain…</p>
<p>For instance, the Arabic letter “ﻉ” is pronounced as A’aa when used in a word and it got replaced with the number “3” since “3” looks like an inverted “ﻉ”. So the word Arabic which is written “Araby” (in Arabic sounding English) and begins with “ﻉ” was then written as “3raby.”</p>
<p>&#8230;This new form of tribal net lingo began to spread like wildfire. It would probably be a safe assumption to say that <em>any Arab who is online today (especially the youth)</em> is pretty familiar with it. Using it was not limited to chat and instant messaging but has also swelled to include any form of writing in online communities and even in mobile text messaging (sms). The Arabic net lingo virus caught on to <em>Arabic websites that even wanted their domain names to sound or “look” Arabic.</em>
</p></blockquote>
<p>As mentioned above, this is similar to l33t-speak, and also the lesser-known <a href="http://ja.wikipedia.org/wiki/%E3%82%AE%E3%83%A3%E3%83%AB%E6%96%87%E5%AD%97">ギャル文字</a> (<a href="http://en.wikipedia.org/wiki/Gyaru-moji">Gyaru-Moji</a>).</p>
<p>Now, I dig subcultures like these, but don&#8217;t you think there&#8217;s something wrong with the emergence of a new lingo that could potentially <em>erode a language like Arabic just because technology couldn&#8217;t support it</em>?</p>
<p>Is this serious enough to erode the Arabic language? Maybe I&#8217;m exaggerating but one can imagine youths forgetting how to spell correctly in Arabic script because they&#8217;re so used to using &#8220;Araby&#8221;.</p>
<p>This is the case for why internationalization is important for the Internet (and technology in general.) More importantly, it is the prime motivation behind Internationalized Domain Names, which is in turn a primary contributor to the need for new TLDs.</p>
<p>Internationalization is not for vanity or luxury, it&#8217;s a necessity to preserve culture.</p>


<p>Related posts:<ol><li><a href='http://dready.org/blog/2007/08/28/icann-tests-idn-tld-for-real/' rel='bookmark' title='Permanent Link: .test IDN TLD (For Real!)'>.test IDN TLD (For Real!)</a> <small>Tina Dam and I caught up during ICANN San Juan on the current state of IDN TLD work within ICANN...</small></li><li><a href='http://dready.org/blog/2006/07/10/whats-in-an-i-name/' rel='bookmark' title='Permanent Link: What&#8217;s in an i-name?'>What&#8217;s in an i-name?</a> <small>The project that I&#8217;ve been working for almost a year at NeuStar is very much centered around a marketing term...</small></li><li><a href='http://dready.org/blog/2005/04/10/idn-in-dot-net-rfp/' rel='bookmark' title='Permanent Link: IDN in Dot Net RFP'>IDN in Dot Net RFP</a> <small>The .NET RFP evaluation report by Telcordia is disappointing because: IDN was not given the weight that it deserves; it...</small></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://dready.org/blog/2009/02/19/why-internationalize/feed/</wfw:commentRss>
		</item>
		<item>
		<title>links for 2009-02-18</title>
		<link>http://dready.org/blog/2009/02/19/links-for-2009-02-18/</link>
		<comments>http://dready.org/blog/2009/02/19/links-for-2009-02-18/#comments</comments>
		<pubDate>Wed, 18 Feb 2009 16:07:33 +0000</pubDate>
		<dc:creator>delicious</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://dready.org/blog/2009/02/19/links-for-2009-02-18/</guid>
		<description><![CDATA[

Whoosh
Whoosh is a fast, featureful full-text indexing and searching library implemented in pure Python. May be an easier-to-integrate alternative to Xapian, Lucene or HyperEstraier.
(tags: fulltext search python indexing)


Demiforce :: Home
(tags: iphone gamedev social cocoa)


Business Card Scanning and Contact Manager - CloudContacts
(tags: businesscards web2.0 organizing crm)


Tagging the World
(tags: techcrunch50 iphone social geotagging camera japan)




Related posts:links for [...]


Related posts:<ol><li><a href='http://dready.org/blog/2009/02/20/links-for-2009-02-19/' rel='bookmark' title='Permanent Link: links for 2009-02-19'>links for 2009-02-19</a> <small> JavaScript Madness: Dynamic Script Loading (tags: bookmarklet js loading script webdev ajax) Scope in JavaScript | Digital Web Magazine...</small></li><li><a href='http://dready.org/blog/2006/08/21/im-flocked/' rel='bookmark' title='Permanent Link: I&#8217;m Flocked'>I&#8217;m Flocked</a> <small> Just downloaded flock and am totally lovin&#8217; it. Being able to manage my flickr and photobucket account with drag-n-drop...</small></li><li><a href='http://dready.org/blog/2006/07/10/whats-in-an-i-name/' rel='bookmark' title='Permanent Link: What&#8217;s in an i-name?'>What&#8217;s in an i-name?</a> <small>The project that I&#8217;ve been working for almost a year at NeuStar is very much centered around a marketing term...</small></li></ol>]]></description>
			<content:encoded><![CDATA[<ul class="delicious">
<li>
<div class="delicious-link"><a href="http://whoosh.ca/">Whoosh</a></div>
<div class="delicious-extended">Whoosh is a fast, featureful full-text indexing and searching library implemented in pure Python. May be an easier-to-integrate alternative to Xapian, Lucene or HyperEstraier.</div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/mamamia/fulltext">fulltext</a> <a href="http://delicious.com/mamamia/search">search</a> <a href="http://delicious.com/mamamia/python">python</a> <a href="http://delicious.com/mamamia/indexing">indexing</a>)</div>
</li>
<li>
<div class="delicious-link"><a href="http://onyx.demiforce.com/">Demiforce :: Home</a></div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/mamamia/iphone">iphone</a> <a href="http://delicious.com/mamamia/gamedev">gamedev</a> <a href="http://delicious.com/mamamia/social">social</a> <a href="http://delicious.com/mamamia/cocoa">cocoa</a>)</div>
</li>
<li>
<div class="delicious-link"><a href="http://www.cloudcontacts.com/">Business Card Scanning and Contact Manager - CloudContacts</a></div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/mamamia/businesscards">businesscards</a> <a href="http://delicious.com/mamamia/web2.0">web2.0</a> <a href="http://delicious.com/mamamia/organizing">organizing</a> <a href="http://delicious.com/mamamia/crm">crm</a>)</div>
</li>
<li>
<div class="delicious-link"><a href="http://www.tonchidot.com/">Tagging the World</a></div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/mamamia/techcrunch50">techcrunch50</a> <a href="http://delicious.com/mamamia/iphone">iphone</a> <a href="http://delicious.com/mamamia/social">social</a> <a href="http://delicious.com/mamamia/geotagging">geotagging</a> <a href="http://delicious.com/mamamia/camera">camera</a> <a href="http://delicious.com/mamamia/japan">japan</a>)</div>
</li>
</ul>


<p>Related posts:<ol><li><a href='http://dready.org/blog/2009/02/20/links-for-2009-02-19/' rel='bookmark' title='Permanent Link: links for 2009-02-19'>links for 2009-02-19</a> <small> JavaScript Madness: Dynamic Script Loading (tags: bookmarklet js loading script webdev ajax) Scope in JavaScript | Digital Web Magazine...</small></li><li><a href='http://dready.org/blog/2006/08/21/im-flocked/' rel='bookmark' title='Permanent Link: I&#8217;m Flocked'>I&#8217;m Flocked</a> <small> Just downloaded flock and am totally lovin&#8217; it. Being able to manage my flickr and photobucket account with drag-n-drop...</small></li><li><a href='http://dready.org/blog/2006/07/10/whats-in-an-i-name/' rel='bookmark' title='Permanent Link: What&#8217;s in an i-name?'>What&#8217;s in an i-name?</a> <small>The project that I&#8217;ve been working for almost a year at NeuStar is very much centered around a marketing term...</small></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://dready.org/blog/2009/02/19/links-for-2009-02-18/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Why be an OpenID Relying Party?</title>
		<link>http://dready.org/blog/2009/02/12/why-be-an-openid-relying-party/</link>
		<comments>http://dready.org/blog/2009/02/12/why-be-an-openid-relying-party/#comments</comments>
		<pubDate>Wed, 11 Feb 2009 18:20:52 +0000</pubDate>
		<dc:creator>wil</dc:creator>
		
		<category><![CDATA[data-portability]]></category>

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

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

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

		<category><![CDATA[portable contacts]]></category>

		<guid isPermaLink="false">http://dready.org/blog/?p=228</guid>
		<description><![CDATA[Plaxo&#8217;s Joseph Smarr presented the following at the OpenID Design Summit at Facebook HQ yesterday:
What an &#34;RP&#34; Wants
View more presentations from johnmccrea. (tags: #openidux josephsmarr)

This was a controlled experiment combining 3 technologies (2 of which from the Open Stack but hybridized) under the hood to create a streamlined signup experience that goes like this:

Someone at [...]


Related posts:<ol><li><a href='http://dready.org/blog/2007/05/05/openid-for-drupal/' rel='bookmark' title='Permanent Link: OpenID for Drupal'>OpenID for Drupal</a> <small>There was a thread on the OpenID list around the subject of OpenID support in Drupal. Previously, I&#8217;ve experimented with...</small></li><li><a href='http://dready.org/blog/2009/01/02/mobile-openid-in-japan/' rel='bookmark' title='Permanent Link: On Mobile OpenID in Japan'>On Mobile OpenID in Japan</a> <small>This presentation by =zigorou (Toru Yamaguchi) titled &#8220;Considering OpenID for Mobile&#8221; (Thanks =peterd and =nat) is particularly interesting for me...</small></li><li><a href='http://dready.org/blog/2007/01/15/this-blog-is-openid-enabled/' rel='bookmark' title='Permanent Link: This blog is OpenID enabled!'>This blog is OpenID enabled!</a> <small> One thing led to another. After reading my previous entry on &#8220;mod_python OpenID Access Control&#8221;, Nate Olson contacted me...</small></li></ol>]]></description>
			<content:encoded><![CDATA[<p>Plaxo&#8217;s <a href="http://www.plaxo.com/directory/profile/4294967299/7cca273a/Joseph/Smarr">Joseph Smarr</a> presented the following at the OpenID Design Summit at Facebook HQ yesterday:</p>
<div style="width:425px;text-align:left" id="__ss_1014050"><a style="font:14px Helvetica,Arial,Sans-serif;display:block;margin:12px 0 3px 0;text-decoration:underline;" href="http://www.slideshare.net/johnmccrea/what-an-rp-wants?type=presentation" title="What an &quot;RP&quot; Wants">What an &quot;RP&quot; Wants</a><object style="margin:0px" width="425" height="355"><param name="movie" value="http://static.slideshare.net/swf/ssplayer2.swf?doc=2009-whatanrpwants-1234302033849999-1&#038;stripped_title=what-an-rp-wants" /><param name="allowFullScreen" value="true"/><param name="allowScriptAccess" value="always"/><embed src="http://static.slideshare.net/swf/ssplayer2.swf?doc=2009-whatanrpwants-1234302033849999-1&#038;stripped_title=what-an-rp-wants" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="355"></embed></object>
<div style="font-size:11px;font-family:tahoma,arial;height:26px;padding-top:2px;">View more <a style="text-decoration:underline;" href="http://www.slideshare.net/">presentations</a> from <a style="text-decoration:underline;" href="http://www.slideshare.net/johnmccrea">johnmccrea</a>. (tags: <a style="text-decoration:underline;" href="http://slideshare.net/tag/openidux">#openidux</a> <a style="text-decoration:underline;" href="http://slideshare.net/tag/josephsmarr">josephsmarr</a>)</div>
</div>
<p>This was a controlled experiment combining 3 technologies (2 of which from the Open Stack but <a href="http://step2.googlecode.com/svn/spec/openid_oauth_extension/latest/openid_oauth_extension.html">hybridized</a>) under the hood to create a streamlined signup experience that goes like this:</p>
<ol>
<li>Someone at Plaxo invites you to join by entering your Gmail address</li>
<li>You get an invitation email from Plaxo</li>
<li>You click on the link</li>
<li>Plaxo knows that you&#8217;re a GMail user (and <strong>likely still signed in</strong>), so it presents you with the following screen: <br /><img src="http://farm4.static.flickr.com/3369/3237416706_fe0cb23628.jpg" alt="" title="Google Optimized Landing Page" /><br /><small>I believe that since Plaxo already has your Gmail address, it is already somehow encoded in here to save you from having to type it in, but I haven&#8217;t tried it so I&#8217;m not sure</small></li>
<li>Clicking &#8220;Sign up with my Google Account&#8221; brings you over to Google with the following screen:<br /><img src="http://farm4.static.flickr.com/3432/3237416710_f8ee8eccb0.jpg" alt="" /></li>
<li>Clicking &#8220;Continue Sign-in&#8221; tells Plaxo that you are indeed the holder of the Gmail address, at the same time authorizing Plaxo to import your address book from Google.</li>
<li>That&#8217;s it! You&#8217;re signed up to Plaxo and your Gmail address book is available in Plaxo.</li>
</ol>
<p>The result was a staggering 92% return rate (from the Google authorization confirmation screen above), of which 92% continued with the sign up and allowed Plaxo to import their contacts from their Google address book. The results were so impressive that Plaxo&#8217;s business folks stopped the tech folks from turning off the experiment!</p>
<p>Indeed these results are impressive by today&#8217;s standard of endless signup forms and social networking fatigue. I would whole-heartedly agree that through this clever experiment, Plaxo has met their goals of making it better for the user, the identity provider, as well as the relying site.</p>
<p>The technologies that made these possible were:</p>
<ul>
<li><a href="http://openid.net/">OpenID</a> for proving who you are (to Plaxo that you do indeed own the GMail address.)</li>
<li><a href="http://oauth.net/">OAuth</a> (implemented as an extension to OpenID) was used to grant Plaxo access to your contacts stored on Google; and</li>
<li>Google Contacts API for actually importing them into Plaxo (would be nice to see <a href="http://portablecontacts.net/">Portable Contacts</a> being adopted by Google)</li>
</ul>
<p>Individually, those technologies are good at what they&#8217;re designed to do but when combined with a simple hint such as &#8220;the user is a GMail account holder, and is probably still signed in to the service&#8221;, it could be very powerful.</p>
<p>Still, my biggest takeaway from the slides are:</p>
<ul>
<li>17% (of Plaxo signups) come from GMail account holders; and</li>
<li>73% come from the top 4 (Yahoo, Microsoft, Google, and AOL)</li>
<li>all of them being OpenID Providers</li>
</ul>
<p>This shows that you can already take advantage of the fact that a large percentage of users already own an OpenID, who may be more willing to sign up to your service than they otherwise wouldn&#8217;t have if faced with another tedious registration form.</p>
<p>While many (including myself) have criticized OpenID that there are more providers than relying parties, Plaxo has proven (with impressive numbers) that with a little ingenuity and optimization of <acronym title="User Experience">UX</acronym>, sites can reap the benefits of being an RP!</p>


<p>Related posts:<ol><li><a href='http://dready.org/blog/2007/05/05/openid-for-drupal/' rel='bookmark' title='Permanent Link: OpenID for Drupal'>OpenID for Drupal</a> <small>There was a thread on the OpenID list around the subject of OpenID support in Drupal. Previously, I&#8217;ve experimented with...</small></li><li><a href='http://dready.org/blog/2009/01/02/mobile-openid-in-japan/' rel='bookmark' title='Permanent Link: On Mobile OpenID in Japan'>On Mobile OpenID in Japan</a> <small>This presentation by =zigorou (Toru Yamaguchi) titled &#8220;Considering OpenID for Mobile&#8221; (Thanks =peterd and =nat) is particularly interesting for me...</small></li><li><a href='http://dready.org/blog/2007/01/15/this-blog-is-openid-enabled/' rel='bookmark' title='Permanent Link: This blog is OpenID enabled!'>This blog is OpenID enabled!</a> <small> One thing led to another. After reading my previous entry on &#8220;mod_python OpenID Access Control&#8221;, Nate Olson contacted me...</small></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://dready.org/blog/2009/02/12/why-be-an-openid-relying-party/feed/</wfw:commentRss>
		</item>
		<item>
		<title>(Lack of) English Word Wrapping in Japan</title>
		<link>http://dready.org/blog/2009/02/05/english-word-wrapping-japan/</link>
		<comments>http://dready.org/blog/2009/02/05/english-word-wrapping-japan/#comments</comments>
		<pubDate>Wed, 04 Feb 2009 18:31:08 +0000</pubDate>
		<dc:creator>wil</dc:creator>
		
		<category><![CDATA[japan]]></category>

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

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

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

		<category><![CDATA[word wrapping]]></category>

		<guid isPermaLink="false">http://dready.org/blog/?p=226</guid>
		<description><![CDATA[Here&#8217;s a pic of the information panel on a train a took in Tokyo while heading towards Shinjuku:

Notice how the words &#8220;suspension&#8221;, &#8220;service&#8221;, &#8220;trouble&#8221; (and the partially visible &#8220;Shinkansen&#8221;) were brutally split at arbitrary boundaries without any use of hyphen. While this is common practice for the Japanese language, it certainly makes it hard for [...]


Related posts:<ol><li><a href='http://dready.org/blog/2009/01/02/mobile-openid-in-japan/' rel='bookmark' title='Permanent Link: On Mobile OpenID in Japan'>On Mobile OpenID in Japan</a> <small>This presentation by =zigorou (Toru Yamaguchi) titled &#8220;Considering OpenID for Mobile&#8221; (Thanks =peterd and =nat) is particularly interesting for me...</small></li><li><a href='http://dready.org/blog/2006/05/19/google-web-toolkit-ajax-library/' rel='bookmark' title='Permanent Link: Google Web Toolkit (AJAX library)'>Google Web Toolkit (AJAX library)</a> <small>When I first saw the news about the newly released Google&#8217;s Web Toolkit: Google Web Toolkit (GWT) is a Java...</small></li><li><a href='http://dready.org/blog/2009/02/19/why-internationalize/' rel='bookmark' title='Permanent Link: Why Internationalize?'>Why Internationalize?</a> <small> Seth Godin&#8217;s book Tribes: We Need You to Lead Us looks like a good read, especially for marketers, crowd-herders,...</small></li></ol>]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a pic of the information panel on a train a took in Tokyo while heading towards Shinjuku:</p>
<p><img src="http://lh4.ggpht.com/_Ff3GsX-NfP0/SYnZNxnPTiI/AAAAAAAAADI/0NOBDzPVUkI/s400/IMG_0453.JPG" alt="" /></p>
<p>Notice how the words &#8220;suspension&#8221;, &#8220;service&#8221;, &#8220;trouble&#8221; (and the partially visible &#8220;Shinkansen&#8221;) were brutally split at arbitrary boundaries without any use of hyphen. While this is common practice for the Japanese language, it certainly makes it hard for English readers to scan the information being presented.</p>
<p>I can only vaguely remember early computing systems where editors didn&#8217;t do word wrapping (anybody care to refresh my memory?)</p>


<p>Related posts:<ol><li><a href='http://dready.org/blog/2009/01/02/mobile-openid-in-japan/' rel='bookmark' title='Permanent Link: On Mobile OpenID in Japan'>On Mobile OpenID in Japan</a> <small>This presentation by =zigorou (Toru Yamaguchi) titled &#8220;Considering OpenID for Mobile&#8221; (Thanks =peterd and =nat) is particularly interesting for me...</small></li><li><a href='http://dready.org/blog/2006/05/19/google-web-toolkit-ajax-library/' rel='bookmark' title='Permanent Link: Google Web Toolkit (AJAX library)'>Google Web Toolkit (AJAX library)</a> <small>When I first saw the news about the newly released Google&#8217;s Web Toolkit: Google Web Toolkit (GWT) is a Java...</small></li><li><a href='http://dready.org/blog/2009/02/19/why-internationalize/' rel='bookmark' title='Permanent Link: Why Internationalize?'>Why Internationalize?</a> <small> Seth Godin&#8217;s book Tribes: We Need You to Lead Us looks like a good read, especially for marketers, crowd-herders,...</small></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://dready.org/blog/2009/02/05/english-word-wrapping-japan/feed/</wfw:commentRss>
		</item>
		<item>
		<title>HTML.vim &#8212; Save Some Keystrokes (and Your Wrists)</title>
		<link>http://dready.org/blog/2009/02/03/html-vim-save-keystrokes-and-wrists/</link>
		<comments>http://dready.org/blog/2009/02/03/html-vim-save-keystrokes-and-wrists/#comments</comments>
		<pubDate>Mon, 02 Feb 2009 15:39:29 +0000</pubDate>
		<dc:creator>wil</dc:creator>
		
		<category><![CDATA[vim]]></category>

		<category><![CDATA[conscious typing]]></category>

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

		<guid isPermaLink="false">http://dready.org/blog/?p=224</guid>
		<description><![CDATA[To save my wrists from chronic RSI, I finally switched to using HTML.vim, and I must say that rocks! Having to type less means it forces me to be a more conscious typist, pausing to think what I really need to achieve rather than doing lots of pointless characters that gets the backspace treatment within [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>To save my wrists from chronic <acronym title="Repetitive Strain Injury">RSI</acronym>, I finally switched to using <a href="http://www.infynity.spodzone.com/vim/HTML/">HTML.vim</a>, and I must say that rocks! Having to type less means it forces me to be a more conscious typist, pausing to think what I really need to achieve rather than doing lots of pointless characters that gets the backspace treatment within seconds of appearing anyway.</p>
<p>It does take some getting used to but trust me it&#8217;s a wise investment.</p>
<p>The following settings (in <code>.vimrc</code>) works well for me:</p>
<p><code><br />
:let g:html_tag_case = 'lowercase'<br />
:let g:do_xhtml_mappings = 'yes'<br />
</code></p>
<p>Plus the ability to quickly insert a customized blank HTML template is just godsend!</p>
<p>I&#8217;ve procrastinated way too long, but if you&#8217;re like me and use Vim to edit HTML a lot, you should definitely check it out!</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://dready.org/blog/2009/02/03/html-vim-save-keystrokes-and-wrists/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
