<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">

<channel>
<title>Hackszine: Language</title>
<link>http://www.hackszine.com/blog/archive/language/</link>
<description>O&apos;Reilly&apos;s Hacks Series reclaims the term &apos;hacking&apos; for the good guys--innovators who explore and experiment, unearth shortcuts, create useful tools, and come up with fun things to try on their own</description>
<language>en-us</language>
<copyright>Copyright 2008, O'Reilly Media, Inc.</copyright>
<lastBuildDate>Fri, 01 Feb 2008 21:42:38 -0800</lastBuildDate>
<pubDate>Sun, 20 Jul 2008 21:41:35 -0800</pubDate>
<generator>http://www.movabletype.org/?v=4.1</generator>
<docs>http://blogs.law.harvard.edu/tech/rss</docs>
<itunes:author>O'Reilly Media, Inc.</itunes:author>
<itunes:subtitle>Clever solutions to interesting problems.</itunes:subtitle>
<itunes:summary>Hackszine Podcast</itunes:summary>
<itunes:owner>
<itunes:email>webmaster@makezine.com</itunes:email>
</itunes:owner>
<category>Technology</category>
<itunes:category text="Technology">
</itunes:category>
<itunes:category text="Technology">
  <itunes:category text="Gadgets" />
</itunes:category>
<itunes:category text="Games &amp; Hobbies" >
</itunes:category>
<itunes:category text="Science">
</itunes:category>
<itunes:image href="http://makezine.com/images/hackszine/rss_icon.jpg" />
<itunes:explicit>no</itunes:explicit>


<item>
<title>Meta-model: tools for clarifying communication</title>
<itunes:summary> Hackszine reader nathaN writes: i have mind performance hacks here on my lap, and i found hack 56. you included transformational grammar, surface/deep structure, you have to be aware of this other book on my desk, next to my...</itunes:summary>
<description>
<![CDATA[<p><img alt="mindperformance_20080201.jpg" src="http://www.hackszine.com/mindperformance_20080201.jpg" width="500" height="400" /></p>

<p>Hackszine reader nathaN writes:</p>

<blockquote>i have mind performance hacks here on my lap, and i found hack  56. you included transformational grammar, surface/deep structure, you have to be aware of this other book on my desk, next to my lap. The book describes a method of using transformational grammar to analyze statements and gather incredible amounts of information, the technique is called the Meta Model, i had to write this post after i found #56 in your book. it's out of print, i think, but it's not too hard to find used if you make a few calls. it cost ME $35, but its probably online as well, torrents or whatever =( 

<p>its the single most useful "hack" i've ever found, ive been using it for about an year and it gives me more options than i know how to take advantage of.</p>

<p>The Structure of Magic I, by Richard Bandler and John Grinder<br />
Introduction by Virginia Satir and Gregory Bateson.<br />
Science and Behavior Books, Inc<br />
copyright 1975</blockquote></p>

<p>Unfortunately, the Google Books entry for The Structure of Magic I wasn't a full scanned version. There is, however, a wealth of information about the Meta-model and other Neuro Linguistic Programming (NLP) tools on Wikipedia:</p>

<blockquote>The meta-model in neuro-linguistic programming (or meta-model of therapy) is a heuristic set of questions designed to specify information, challenge and expand the limits to a person's model of the world. It responds to the distortions, generalizations, and deletions in the speaker's language.</blockquote>

<p>In the process of communicating, the mind is forced to translate a person's experiences and their internal understanding of the world into words, making language a highly optimized and compressed representation of a complex internal mental state. This translation occurs a second time, as the listener parses language and interprets that communication based on their own mental world model and past experiences.</p>

<p>The meta-model provides tools for quickly parsing the structure of a communication, determining implied meaning, and locating potential points of misunderstanding. When you can recognize the linguistic translation artifacts that are common patterns in the communication process, you can respond to them. On the receiving end, this helps you better understand the experiences that underlie  the speaker's language. On the sending end, it helps you to better communicate without misunderstanding. Internally, it helps you to analyze and debug your own model of the world.</p>

<p>Meta-model (Neuro-linguistic Programming) - <a href="http://en.wikipedia.org/wiki/Meta_model_(NLP)">Link</a><br />
Mind Performance Hacks @ the Maker Store - <a href="http://store.makezine.com/ProductDetails.asp?ProductCode=0596101538">Link</a></p>]]>
[&lt;a href="http://www.hackszine.com/blog/archive/2008/02/metamodel_tools_for_clarifying.html?CMP=OTC-7G2N43923558" /&gt;Read More&lt;/a&gt;]  
[&lt;a href="http://www.hackszine.com/blog/archive/2008/02/metamodel_tools_for_clarifying.html?CMP=OTC-7G2N43923558#comments" /&gt;Comments&lt;/a&gt;]
</description>
<link>http://www.hackszine.com/blog/archive/2008/02/metamodel_tools_for_clarifying.html?CMP=OTC-7G2N43923558</link>
<guid>http://www.hackszine.com/blog/archive/2008/02/metamodel_tools_for_clarifying.html?CMP=OTC-7G2N43923558</guid>
<category>Mind Performance</category>
<pubDate>Fri, 01 Feb 2008 21:42:38 -0800</pubDate>

</item>

<item>
<title>reCAPTCHA: distributed book digitization while fighting spam</title>
<itunes:summary> Thanks to spammers, we now are forced waste a substantial portion of time every day, typing in obfuscated wiggly letters to prove we are human. reCATPCHA is a slick idea for using the CAPTCHA system for doing something productive...</itunes:summary>
<description>
<![CDATA[<p><img alt="recaptcha_20070524.jpg" src="http://hackszine.com/recaptcha_20070524.jpg" width="500" height="238" /><br />
Thanks to spammers, we now are forced waste a substantial portion of time every day, typing in obfuscated wiggly letters to prove we are human. reCATPCHA is a slick idea for using the CAPTCHA system for doing something productive (...besides distinguising between homo sapien and homo computatralis).</p>

<p>With reCAPTCHA, the user is given two words, one known by the system and one from a book that previously failed character recognition.  When the user enters both words, the sytem verifies the known word, proving human-ness, and submits the second word to a central database, which helps digitze books from the Internet Archive. With 60 million CAPTCHAs being solved every day, this could be a huge assist for portions of text that can't be handled by optical character regognition techniques. [<a href="http://bmaurer.blogspot.com/2007/05/recaptcha-new-way-to-fight-spam.html">via</a>] <a href="http://recaptcha.net/learnmore.html">Link</a></p>

<p><b>Related:</b><br />
<a href="http://www.hackszine.com/blog/archive/2007/02/negative_captcha.html">Negative CAPTCHA</a></p>]]>
[&lt;a href="http://www.hackszine.com/blog/archive/2007/05/recaptcha_distributed_book_dig.html?CMP=OTC-7G2N43923558" /&gt;Read More&lt;/a&gt;]  
[&lt;a href="http://www.hackszine.com/blog/archive/2007/05/recaptcha_distributed_book_dig.html?CMP=OTC-7G2N43923558#comments" /&gt;Comments&lt;/a&gt;]
</description>
<link>http://www.hackszine.com/blog/archive/2007/05/recaptcha_distributed_book_dig.html?CMP=OTC-7G2N43923558</link>
<guid>http://www.hackszine.com/blog/archive/2007/05/recaptcha_distributed_book_dig.html?CMP=OTC-7G2N43923558</guid>
<category>Web</category>
<pubDate>Thu, 24 May 2007 22:10:44 -0800</pubDate>

</item>

<item>
<title>Unofficial Google Translate API</title>
<itunes:summary> The Unofficial Google Translate API is a combination javascript library and php service that allows you to do AJAX-style language translation. The PHP script serves as proxy to Google&apos;s Translate utility, passing data to and from Google on behalf...</itunes:summary>
<description>
<![CDATA[<p><img alt="gtranslate_20070425.jpg" src="http://hackszine.com/gtranslate_20070425.jpg" width="500" height="106" /><br />
The Unofficial Google Translate API is a combination javascript library and php service that allows you to do AJAX-style language translation.  The PHP script serves as proxy to Google's Translate utility, passing data to and from Google on behalf of the javascript code.</p>

<p>Unofficial Google Translate API -<a href="http://googlified.com/2006unofficial-google-translate-api/">Link.</a><br />
Inspired by Philipp Lenssen's Google Translate API "Announcement From 2009" -<a href="http://blog.outer-court.com/archive/2006-11-12-n11.html">Link.</a></p>]]>
[&lt;a href="http://www.hackszine.com/blog/archive/2007/04/unofficial_google_translate_ap.html?CMP=OTC-7G2N43923558" /&gt;Read More&lt;/a&gt;]  
[&lt;a href="http://www.hackszine.com/blog/archive/2007/04/unofficial_google_translate_ap.html?CMP=OTC-7G2N43923558#comments" /&gt;Comments&lt;/a&gt;]
</description>
<link>http://www.hackszine.com/blog/archive/2007/04/unofficial_google_translate_ap.html?CMP=OTC-7G2N43923558</link>
<guid>http://www.hackszine.com/blog/archive/2007/04/unofficial_google_translate_ap.html?CMP=OTC-7G2N43923558</guid>
<category>Language</category>
<pubDate>Wed, 25 Apr 2007 21:10:01 -0800</pubDate>

</item>

<item>
<title>Syntax Hacks</title>
<itunes:summary>[Ed note: this was originally posted on the O&apos;Reilly Network on May 16, 2005.] For a few weeks now, I&#8217;ve been noodling around the idea of some kind of Eats, Shoots &#038; Leaves meets Chicago Manual of Style cum writing...</itunes:summary>
<description>
<![CDATA[<p><em>[Ed note: this was <a href="http://www.oreillynet.com/mac/blog/2005/05/syntax_hacks.html">originally posted on the O'Reilly Network on May 16, 2005</a>.]</em></p>

<p>For a few weeks now, I&#8217;ve been noodling around the idea of some kind of <em><a href="http://www.amazon.com/exec/obidos/ASIN/1592400876/qid=1116265617/sr=2-1/ref=pd_bbs_b_2_1/103-3879244-4047823">Eats, Shoots &#038; Leaves</a></em> meets <em><a href="http://www.amazon.com/exec/obidos/ASIN/0226104036/qid=1116265568/sr=2-1/ref=pd_bbs_b_2_1/103-3879244-4047823">Chicago Manual of Style</a></em> cum writing style guide and technical publishing primer, all wrapped up into a collection of tips and tools under the banner of the <a href="http://hacks.oreilly.com">Hacks series</a>. I even mocked up <a href="http://briansawyer.wordpress.com/2006/06/14/productivity-and-the-perfect-apostrophe/">my dream cover</a> for the book I&#8217;d tentatively titled <em>Syntax Hacks: Tips &#038; Tools for Better Writing and Editing</em>. </p></p>

<p>Though such a book ended up striking me as overly ambitious and more than a little bit daunting, and thus remained in the purgatorial state of an idea that exists in name only (I really liked the title, though I found myself forcing content into it that would really better suited by the more boring but more accurate title of <em>Writing Hacks</em>), it took a walk by my local comic book store to realize exactly how small time my idea actually was.</p>
<p>The cover of the May issue of <em><a href="http://believermag.com">The Believer</a></em> (a magazine I&#8217;ve raved about <a href="http://olivepress.blogspot.com/2003/11/now-im-believer.html">elsewhere</a>) caught my eye with a story on &#8220;DIY Semantics&#8221; by Annalee Newitz. The story inside, actually titled &#8220;The Conlangers&#8217; Art&#8221; (excerpt available <a href="http://www.believermag.com/issues/200505/article_newitz.php">here</a>) is given this description in the magazine&#8217;s TOC: &#8220;Over eight hundred Klingons and other inventors of language are overhauling the DNA of consciousness.&#8221; Now <em>this</em> is the description of a <em>Syntax Hacks</em> worth getting excited about (or humbled by, if you&#8217;ve been trying to fit more banal, pedantic content under the same rubric).]]>
[&lt;a href="http://www.hackszine.com/blog/archive/2006/10/syntax_hacks.html?CMP=OTC-7G2N43923558" /&gt;Read More&lt;/a&gt;]  
[&lt;a href="http://www.hackszine.com/blog/archive/2006/10/syntax_hacks.html?CMP=OTC-7G2N43923558#comments" /&gt;Comments&lt;/a&gt;]
</description>
<link>http://www.hackszine.com/blog/archive/2006/10/syntax_hacks.html?CMP=OTC-7G2N43923558</link>
<guid>http://www.hackszine.com/blog/archive/2006/10/syntax_hacks.html?CMP=OTC-7G2N43923558</guid>
<category>Language</category>
<pubDate>Wed, 25 Oct 2006 06:06:08 -0800</pubDate>

</item>


</channel>
</rss>