<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:posterous="http://posterous.com/help/rss/1.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:media="http://search.yahoo.com/mrss/" version="2.0">
  <channel>
    <title>Jessy's "Acceptable"</title>
    <link>http://jessykate.posterous.com</link>
    <description>API: Human (A Place for Process)</description>
    <generator>posterous.com</generator>
    <link xmlns="http://www.w3.org/2005/Atom" href="http://posterous.com/api/sup_update#f7474dcaa" type="application/json" rel="http://api.friendfeed.com/2008/03#sup" />
    
    
    <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/Jessysacceptable" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="jessysacceptable" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://posterous.superfeedr.com/" /><item>
      <pubDate>Sat, 04 Dec 2010 22:52:00 -0800</pubDate>
      <title>html-based tag cloud API: json output</title>
      <link>http://jessykate.posterous.com/html-based-tag-cloud-api-json-output</link>
      <guid>http://jessykate.posterous.com/html-based-tag-cloud-api-json-output</guid>
      <description>&lt;p&gt;
	&lt;p&gt;Here's the output from the tag cloud project I demoed at &lt;a href="http://devhousedc.org"&gt;DevHouseDC&lt;/a&gt; tonight. It's a purely html-based tag cloud generator which returns JSON with a &amp;lt;style&amp;gt; block, a &amp;lt;div&amp;gt; block for the body of the page, and has many configurable options (see below). Because it's simply html, the results are arbitrarily customizable by the caller (you). You can discard the style block entirely and write you own, for example.&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;div class='p_embed p_image_embed'&gt;
&lt;a href="http://posterous.com/getfile/files.posterous.com/jessykate/z10YQzoMWMynui2QAb7Tip4H1ss6TX1rHrTgLCyfo0YluO2LKDhwCPBBw40r/Screen_shot_2010-12-05_at_Dec_.png.scaled.1000.jpg"&gt;&lt;img alt="Screen_shot_2010-12-05_at_dec_" height="262" src="http://posterous.com/getfile/files.posterous.com/jessykate/u0K48ZzILi9ozuCnPQEUEZvGb7eIz7RQ9NiL5UI4bKt7wZPXAxXlskDEZeXM/Screen_shot_2010-12-05_at_Dec_.png.scaled.500.jpg" width="500" /&gt;&lt;/a&gt;
&lt;/div&gt;
&lt;/p&gt;
&lt;p&gt;the basic API call with minimum required parameter "body" (OR url OR file upload) looks like so:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;a href="http://example.com/api/1.0/tagcloud/body.json?body=Down"&gt;http://example.com/api/1.0/tagcloud/body.json?body=Down&lt;/a&gt;, down, down. Would the fall never come to an end! 'I wonder how many miles I've fallen by this time?' she said aloud. 'I must be getting somewhere near the centre of the earth. Let me see: that would be four thousand miles down, I think--' (for, you see, Alice had learnt several things of this sort in her lessons in the schoolroom, and though this was not a very good opportunity for showing off her knowledge, as there was no one to listen to her, still it was good practice to say it over) '--yes, that's about the right distance--but then I wonder what Latitude or Longitude I've got to?' (Alice had no idea what Latitude was, or Longitude either, but thought they were nice grand words to say.)&lt;/p&gt;
&lt;p /&gt;
&lt;/blockquote&gt;
&lt;div&gt;(the text here is from &lt;a href="http://www.gutenberg.org/cache/epub/11/pg11.txt"&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;alice in wonderland&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/a&gt; at &lt;a href="http://www.gutenberg.org/"&gt;project gutenberg&lt;/a&gt;-- which incidentally is an awesome source when you just need random text to test on.&amp;nbsp;check out their "&lt;a href="http://www.gutenberg.org/browse/scores/top"&gt;most popular&lt;/a&gt;" section; lots of great stuff!)&lt;/div&gt;
&lt;p /&gt;
&lt;div&gt;there are a number of other parameters-- you can customize the size of the resulting tag cloud, or the font sizes to extrapolate between; the colour scheme; stop words; use custom tokenizers; sort order; max words, etc.&amp;nbsp;&lt;/div&gt;
&lt;p /&gt;
&lt;div&gt;This is all &lt;a href="http://github.com/jessykate/wordapi"&gt;written&lt;/a&gt; with &lt;a href="http://www.djangoproject.com/"&gt;django&lt;/a&gt;, &lt;a href="http://bitbucket.org/jespern/django-piston/wiki/Home"&gt;django piston&lt;/a&gt;, and a little bit of &lt;a href="http://www.nltk.org/"&gt;nltk&lt;/a&gt;&amp;nbsp;for the tokenizing and frequency distributions.&amp;nbsp;The GUI is &lt;a href="https://github.com/jessykate/WordAPI/tree/master/frontend"&gt;in the works&lt;/a&gt; (i'd include a screnshot but it's busted right now :p), as is a version that will take an RSS feed as input so a current, up to date tag cloud can be generated&amp;nbsp;on-the-fly/programmatically. &amp;nbsp;&lt;/div&gt;
	
&lt;/p&gt;

&lt;p&gt;&lt;a href="http://jessykate.posterous.com/html-based-tag-cloud-api-json-output"&gt;Permalink&lt;/a&gt; 

	| &lt;a href="http://jessykate.posterous.com/html-based-tag-cloud-api-json-output#comment"&gt;Leave a comment&amp;nbsp;&amp;nbsp;&amp;raquo;&lt;/a&gt;

&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/Jessysacceptable?a=NQ44rfSQasg:UfmsubngLkw:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Jessysacceptable?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/375142/DSC_0558.JPG</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/3sOkBHGIrMHf</posterous:profileUrl>
        <posterous:firstName>Jessy</posterous:firstName>
        <posterous:lastName>Cowan-sharp</posterous:lastName>
        <posterous:nickName>Jessykate</posterous:nickName>
        <posterous:displayName>Jessy Cowan-sharp</posterous:displayName>
      </posterous:author>
      <media:content type="image/png" height="631" width="1205" url="http://getfile4.posterous.com/getfile/files.posterous.com/jessykate/r2QDiFtDKuXG1HMV527dfleKVI77pyUKtMcPLyM0xYD5YWH65IDGq3xCU1Qh/Screen_shot_2010-12-05_at_Dec_.png">
        <media:thumbnail height="262" width="500" url="http://getfile5.posterous.com/getfile/files.posterous.com/jessykate/u0K48ZzILi9ozuCnPQEUEZvGb7eIz7RQ9NiL5UI4bKt7wZPXAxXlskDEZeXM/Screen_shot_2010-12-05_at_Dec_.png.scaled.500.jpg" />
      </media:content>
    </item>
    <item>
      <pubDate>Tue, 30 Nov 2010 14:52:03 -0800</pubDate>
      <title>5+1 Big Mistakes of Virtual Education</title>
      <link>http://jessykate.posterous.com/51-big-mistakes-of-virtual-education</link>
      <guid>http://jessykate.posterous.com/51-big-mistakes-of-virtual-education</guid>
      <description>&lt;p&gt;
	&lt;iframe marginheight="0" scrolling="no" src="http://www.slideshare.net/slideshow/embed_code/8833888" marginwidth="0" frameborder="0" height="417" width="500"&gt;&lt;/iframe&gt;&lt;p /&gt;&lt;div&gt;(not just mistakes of virtual education!)&lt;br /&gt;&lt;/div&gt;
	
&lt;/p&gt;

&lt;p&gt;&lt;a href="http://jessykate.posterous.com/51-big-mistakes-of-virtual-education"&gt;Permalink&lt;/a&gt; 

	| &lt;a href="http://jessykate.posterous.com/51-big-mistakes-of-virtual-education#comment"&gt;Leave a comment&amp;nbsp;&amp;nbsp;&amp;raquo;&lt;/a&gt;

&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/Jessysacceptable?a=t0KPBZQK-Fo:Q1WHQrt7AiY:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Jessysacceptable?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/375142/DSC_0558.JPG</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/3sOkBHGIrMHf</posterous:profileUrl>
        <posterous:firstName>Jessy</posterous:firstName>
        <posterous:lastName>Cowan-sharp</posterous:lastName>
        <posterous:nickName>Jessykate</posterous:nickName>
        <posterous:displayName>Jessy Cowan-sharp</posterous:displayName>
      </posterous:author>
    </item>
    <item>
      <pubDate>Mon, 29 Nov 2010 07:07:00 -0800</pubDate>
      <title>From MLOSS.org: Free your code</title>
      <link>http://jessykate.posterous.com/from-mlossorg-free-your-code</link>
      <guid>http://jessykate.posterous.com/from-mlossorg-free-your-code</guid>
      <description>&lt;p&gt;
	&lt;div class="posterous_bookmarklet_entry"&gt;
      &lt;blockquote class="posterous_long_quote"&gt;&lt;p&gt;"Not sharing your code basically adds an additional burden to others who may try to review and validate your work", as John Locke was quoted in a recent &lt;a href="http://cacm.acm.org/magazines/2010/10/99494-should-code-be-released/fulltext"&gt;article&lt;/a&gt; in the Communications of the ACM. Of course there is the flip side to this in our competitive academic environment. As Scott A. Hissam puts it "... The academic community earns needed credentialing by producing original publications. Do you give up the software code immediately? Or do you wait until you've had a sufficient number of publications? If so, who determines what a sufficient number is?"
&lt;/p&gt;
&lt;p&gt;In a data driven computational field like machine learning, many of our results are dependent on some sort of calculation. Yes, in principle, many methods could be implemented from scratch based on a set of equations, but in practice, most people do not have the time (or the capability) to code up all prior art from scratch. In some sense good code (like a good waiter/waitress) remains in the background. My favourite example is all the linear algebra software that is common in many programming environments. Most people don't even think about the numerical complexities of finding eigenvalues since there is a "built in" function for it. This would not have been possible without the BLAS and LAPACK open source projects. So, write code, and make it open source.
&lt;/p&gt;
&lt;p&gt;"But I don't write good code..."
&lt;/p&gt;
&lt;p&gt;Nick Barnes from the Climate Code Foundation argues that you should release it anyway. In a recent &lt;a href="http://dx.doi.org/doi:10.1038/467753a"&gt;opinion piece&lt;/a&gt; by Nick and also other famous people in a &lt;a href="http://www.nature.com/news/2010/101013/full/467775a.html"&gt;Nature News article&lt;/a&gt;, gives many reasons why code should be open. In his &lt;a href="http://climatecode.org/blog/2010/10/nature-article-publish-your-computer-code/"&gt;blog piece&lt;/a&gt;, he gives more points. Among them:
&lt;/p&gt;
&lt;ul&gt;
 &lt;li&gt;
     publication on its own is not enough
 &lt;/li&gt;

 &lt;li&gt;
     software skills are important and must be funded
 &lt;/li&gt;

 &lt;li&gt;
     open development is important
 &lt;/li&gt;

 &lt;li&gt;
     the longest program starts with a single line of code&lt;/li&gt;&lt;/ul&gt;&lt;/blockquote&gt;

&lt;div class="posterous_quote_citation"&gt;via &lt;a href="http://mloss.org/community/blog/2010/nov/26/free-your-code/"&gt;mloss.org&lt;/a&gt;&lt;/div&gt;
    &lt;p&gt;Additional points:
&lt;br /&gt;* Not every theory is perfect the first release either but it gets
&lt;br /&gt;built on iteratively. it wouldn't get improved if it wasn't put out
&lt;br /&gt;there. Same for code.
&lt;br /&gt;* It's not science if it's not repeatable
&lt;br /&gt;* code should be cited too. That's good for progress and good for your citations.&lt;/p&gt;&lt;/div&gt;
	
&lt;/p&gt;

&lt;p&gt;&lt;a href="http://jessykate.posterous.com/from-mlossorg-free-your-code"&gt;Permalink&lt;/a&gt; 

	| &lt;a href="http://jessykate.posterous.com/from-mlossorg-free-your-code#comment"&gt;Leave a comment&amp;nbsp;&amp;nbsp;&amp;raquo;&lt;/a&gt;

&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/Jessysacceptable?a=yUnJ8FnXKw4:yDMHc7HT0tU:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Jessysacceptable?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/375142/DSC_0558.JPG</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/3sOkBHGIrMHf</posterous:profileUrl>
        <posterous:firstName>Jessy</posterous:firstName>
        <posterous:lastName>Cowan-sharp</posterous:lastName>
        <posterous:nickName>Jessykate</posterous:nickName>
        <posterous:displayName>Jessy Cowan-sharp</posterous:displayName>
      </posterous:author>
    </item>
    <item>
      <pubDate>Fri, 24 Sep 2010 17:30:39 -0700</pubDate>
      <title>An Assert-Challenge-Confirm model for Assessment in Learning</title>
      <link>http://jessykate.posterous.com/an-assert-challenge-confirm-model-for-assessm</link>
      <guid>http://jessykate.posterous.com/an-assert-challenge-confirm-model-for-assessm</guid>
      <description>&lt;p&gt;
	&lt;div&gt;some random thoughts about assessment in education while reading &lt;a href="http://www.ocwconsortium.org/community/blog/2010/09/13/can-the-open-web-provide-the-future-of-assessment/"&gt;philipp&amp;#39;s post about the future of assessment&lt;/a&gt;:&lt;/div&gt; &lt;p /&gt;&lt;div&gt;&lt;b&gt;observations&lt;/b&gt;&lt;/div&gt;&lt;div&gt;* there is an approximately finite set of learning inputs for a given &amp;quot;course&amp;quot;&lt;/div&gt;&lt;div&gt;* there is an infinite, unbounded set of possible learning outputs&lt;/div&gt; &lt;div&gt;* amount and nature of learning is a function of the individual and external context&lt;/div&gt;&lt;div&gt;* how much and for how long people remember is also extremely variable. &lt;/div&gt;&lt;div&gt;* trying to control the output is generally a great way to kill the learning spirit. &lt;/div&gt; &lt;div&gt;* quantity and quality are different types of learning outputs. &lt;/div&gt;&lt;div&gt;* do we want to use assessment to reward a level of knowledge, or the completion of a process?&lt;/div&gt;&lt;div&gt;* if a tree falls in the forest... if someone learns something and has no way to communicate or demonstrate it, is it learning?&lt;/div&gt; &lt;div&gt;&lt;div&gt;* in assessment, there is an expected homogeneity of output (what was learned) from input (course content). &lt;/div&gt;&lt;p /&gt;&lt;div&gt;&lt;b&gt;thoughts:&lt;/b&gt;&lt;/div&gt;&lt;div&gt;* perhaps we should think about using a statistical system instead of a rule based one. not &amp;quot;i AM or am NOT certified in X&amp;quot; or &amp;quot;I did or did not pass this course&amp;quot;, but something more continuous. but what would that mean? &lt;/div&gt; &lt;div&gt;* do we want to measure process or output? eg. time spent? or skills learned? the latter is necessarily subjective, dependent on the context of the learner (among other things), and certainly not homogenous. &lt;/div&gt;&lt;div&gt; * &amp;quot;learning to the test&amp;quot; is bad, but so is teaching to the test-- it&amp;#39;s worse in fact, because students in general look to the &amp;quot;teacher&amp;quot; or even facilitator to define the expectations of the learning experience. so no wonder they learn to the test. &lt;/div&gt; &lt;p /&gt;&lt;/div&gt;&lt;div&gt;what do we use assessment for? really, the role of assessment isn&amp;#39;t, for example, &amp;quot;who should i hire,&amp;quot; although it&amp;#39;s often marketed that way. practically, it plays more of a culling or curation role, along with other factors, in choosing who to consider for some opportunity. it&amp;#39;s an interior node on a decision tree. but ultimately, people make decisions based on many other factor we haven&amp;#39;t learned how to measure yet, and maybe never will or maybe never want to. but the curation axis is relative and subjective-- that&amp;#39;s why there&amp;#39;s so much room for curation.   &lt;/div&gt; &lt;p /&gt;&lt;div&gt;&lt;div&gt;is there any objective, open ended definition of learning? what if we could measure the number of neural pathways formed? even then you&amp;#39;d have to identify which of those pathways were a function of the learning experience and which were a function of the rest of life :). &lt;/div&gt; &lt;/div&gt;&lt;p /&gt;&lt;div&gt;&lt;b&gt;properties of some improved system:&lt;/b&gt;&lt;/div&gt;&lt;div&gt;* continuous instead of discrete&lt;/div&gt;&lt;div&gt;* heterogenous instead of homogenous&lt;/div&gt;&lt;div&gt; &lt;/div&gt;&lt;div&gt;&lt;b&gt;a proposal&lt;/b&gt;&lt;/div&gt;&lt;div&gt;actually one interesting idea would be to have people &lt;i&gt;assert for themselves&lt;/i&gt; what they learned in a course. of course anyone can assert something, but imagine using something akin to &lt;a href="http://www.tcpipguide.com/free/t_TCPConnectionEstablishmentProcessTheThreeWayHandsh-3.htm"&gt;TCP&amp;#39;s 3-way handshake&lt;/a&gt;. Let&amp;#39;s call it the &lt;i&gt;assert-challenge-confirm&lt;/i&gt; workflow. &lt;/div&gt; &lt;p /&gt;&lt;div&gt;&lt;i&gt;student --&amp;gt; facilitator/course participants/community&lt;/i&gt;:    &amp;quot;i learned x from this course&amp;quot;&lt;/div&gt;&lt;div&gt;&lt;i&gt;facilitator/course participants/community --&amp;gt; student&lt;/i&gt;:    issues challenge: &amp;quot;well then probably you should be able to do Y&amp;quot;&lt;/div&gt; &lt;div&gt;&lt;i&gt;student --&amp;gt; &lt;/i&gt;&lt;i&gt;facilitator/course participants/community&lt;/i&gt;:    why yes, indeed i can, and here&amp;#39;s an example. &lt;/div&gt;&lt;p /&gt;&lt;div&gt;this keeps the possible outputs unbounded, scales to the individual, and is declarative rather than passive. it leaves room for students who do not wish to assert any specific learning outcomes, without preventing or punishing their participation, or even needing an alternative model for it. in fact i think it&amp;#39;s really natural that the &amp;quot;assessment&amp;quot; portion is an added burden on both the student and the assessors (whoever they are). it seems like it would focus assessment on those times or areas where it&amp;#39;s particularly valuable. one could imagine gaming this system by initiating a challenge for a bazillion things until they find some they&amp;#39;re capable of completing. aside from the human reaction which would likely limit this, you could also use a measure of &lt;a href="http://en.wikipedia.org/wiki/Precision_and_recall"&gt;precision&lt;/a&gt; which considers correct claims and incorrect claims, instead of correct claims alone. &lt;/div&gt; &lt;p /&gt;&lt;div&gt;the alternative when assessment is overkill would be to issue simple participation badges that make little claim about assessment, but could still be used as an indicator the individual&amp;#39;s interests and activities-- as well as a starting point for more custom/personal assessments and investigation of outcomes gained. &lt;/div&gt;
	
&lt;/p&gt;

&lt;p&gt;&lt;a href="http://jessykate.posterous.com/an-assert-challenge-confirm-model-for-assessm"&gt;Permalink&lt;/a&gt; 

	| &lt;a href="http://jessykate.posterous.com/an-assert-challenge-confirm-model-for-assessm#comment"&gt;Leave a comment&amp;nbsp;&amp;nbsp;&amp;raquo;&lt;/a&gt;

&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/Jessysacceptable?a=j0ZW73XtcT4:zUk59bc5EYg:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Jessysacceptable?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/375142/DSC_0558.JPG</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/3sOkBHGIrMHf</posterous:profileUrl>
        <posterous:firstName>Jessy</posterous:firstName>
        <posterous:lastName>Cowan-sharp</posterous:lastName>
        <posterous:nickName>Jessykate</posterous:nickName>
        <posterous:displayName>Jessy Cowan-sharp</posterous:displayName>
      </posterous:author>
    </item>
    <item>
      <pubDate>Sun, 22 Aug 2010 11:52:40 -0700</pubDate>
      <title>Programmatic Retrieval of Web Page Source with Unicode Characters</title>
      <link>http://jessykate.posterous.com/programmatic-retrieval-of-web-page-source-wit</link>
      <guid>http://jessykate.posterous.com/programmatic-retrieval-of-web-page-source-wit</guid>
      <description>&lt;p&gt;
	&lt;div&gt;So you want to retrieve the source from a site:&lt;/div&gt;&lt;p /&gt;&amp;gt;&amp;gt;&amp;gt; fp = urllib2.urlopen(site) &lt;div&gt;&amp;gt;&amp;gt;&amp;gt; raw = fp.read()&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;div&gt;&amp;gt;&amp;gt;&amp;gt; fp.headers[&amp;#39;content-type&amp;#39;]&lt;/div&gt;&lt;div&gt; &amp;#39;text/html; charset=utf-8&amp;#39;&lt;/div&gt;&lt;p /&gt;&lt;div&gt;now, what encoding is raw in? you might think it&amp;#39;s in the charset of the content-type-- utf-8. but the content-type header tells you what character encoding the server of the site &lt;i&gt;expects&lt;/i&gt; you to interpret the content in. the actual encoding is a raw string:&lt;/div&gt; &lt;p /&gt;&lt;div&gt;&amp;gt;&amp;gt;&amp;gt; type(raw)&lt;/div&gt;&lt;div&gt;&amp;lt;type &amp;#39;str&amp;#39;&amp;gt;&lt;br /&gt;&lt;p /&gt;&lt;p /&gt;&lt;/div&gt;&lt;div&gt;&amp;#39;raw&amp;#39; itself is actually a byte-stream, since urllib/2 doesn&amp;#39;t automatically detect and convert the returned content, we need to convert it to the proper (read: content-type specified) encoding ourselves. now:&lt;/div&gt; &lt;p /&gt;&lt;div&gt;&amp;gt;&amp;gt;&amp;gt; unicode(raw)&lt;/div&gt;&lt;p /&gt;&lt;div&gt;will yield:&lt;/div&gt;&lt;p /&gt;&lt;div&gt;&lt;div&gt;&lt;div&gt;Traceback (most recent call last):&lt;/div&gt;&lt;div&gt;  File &amp;quot;&amp;lt;stdin&amp;gt;&amp;quot;, line 1, in &amp;lt;module&amp;gt;&lt;/div&gt; &lt;div&gt;UnicodeDecodeError: &amp;#39;ascii&amp;#39; codec can&amp;#39;t decode byte 0xc2 in position 55751: ordinal not in range(128)&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;p /&gt;&lt;div&gt;because the unicode function is assuming the input string is in ascii-- you have to tell it that it&amp;#39;s in utf-8:&lt;/div&gt; &lt;p /&gt;&lt;div&gt;&amp;gt;&amp;gt;&amp;gt; ustring = unicode(raw, &amp;#39;utf-8&amp;#39;)&lt;/div&gt;&lt;div&gt;or, more generally for arbitrary content types (nicely shown on &lt;a href="http://stackoverflow.com/questions/1020892/python-urllib2-read-to-unicode"&gt;this post&lt;/a&gt;):&lt;/div&gt; &lt;p /&gt;&lt;div&gt;&amp;gt;&amp;gt;&amp;gt; encoding = fp.headers[&amp;#39;content-type&amp;#39;].split(&amp;#39;charset=&amp;#39;)[-1]&lt;/div&gt;&lt;div&gt;&amp;gt;&amp;gt;&amp;gt; ustring = unicode(raw, encoding)&lt;/div&gt;&lt;p /&gt;&lt;div&gt;you can also accomplish the same thing with:&lt;/div&gt; &lt;div&gt;&amp;gt;&amp;gt;&amp;gt; raw.decode(encoding)&lt;/div&gt;&lt;p /&gt;&lt;div&gt;to clarify, this doesn&amp;#39;t mean raw is *already* in utf-8, it means that the byte-encoded string contains escaped utf-8 characters. essentially, raw has strings like &amp;#39;\xc2\xa0&amp;#39;.  when you convert it to unicode, ustring will now have the actual unicode characters that those byte-encoded strings represent. &lt;/div&gt; &lt;p /&gt;&lt;p /&gt;&lt;/div&gt;&lt;/div&gt;
	
&lt;/p&gt;

&lt;p&gt;&lt;a href="http://jessykate.posterous.com/programmatic-retrieval-of-web-page-source-wit"&gt;Permalink&lt;/a&gt; 

	| &lt;a href="http://jessykate.posterous.com/programmatic-retrieval-of-web-page-source-wit#comment"&gt;Leave a comment&amp;nbsp;&amp;nbsp;&amp;raquo;&lt;/a&gt;

&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/Jessysacceptable?a=-yMs464-P-E:oX5J1z9Jhbo:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Jessysacceptable?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/375142/DSC_0558.JPG</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/3sOkBHGIrMHf</posterous:profileUrl>
        <posterous:firstName>Jessy</posterous:firstName>
        <posterous:lastName>Cowan-sharp</posterous:lastName>
        <posterous:nickName>Jessykate</posterous:nickName>
        <posterous:displayName>Jessy Cowan-sharp</posterous:displayName>
      </posterous:author>
    </item>
    <item>
      <pubDate>Sat, 07 Aug 2010 07:37:26 -0700</pubDate>
      <title>Pingbacks and "Conversation Overlays" on the Web</title>
      <link>http://jessykate.posterous.com/pingbacks-and-conversation-overlays-on-the-we</link>
      <guid>http://jessykate.posterous.com/pingbacks-and-conversation-overlays-on-the-we</guid>
      <description>&lt;p&gt;
	&lt;p&gt;Why have &lt;a href="http://www.hixie.ch/specs/pingback/pingback"&gt;pingbacks&lt;/a&gt; not revolutionized the web already? Because they are not easily ubiquitous (only certain sites support them), and because there&amp;#39;s still no way to &lt;i&gt;pivot&lt;/i&gt; your view of the web into conversation view. So as a blog author you might see someone (or many people) have referenced your post, but it doesn&amp;#39;t help you understand the &amp;#39;graph&amp;#39; of the discussion related to that post, nor sythesize. &lt;/p&gt; &lt;p&gt;Instead of a flat peer to peer pingback, maybe have a distributed system of intermediary servers, software that anyone can install, via which each user routes their pingbacks, and possibly registers additional callbacks to. These servers can act like a routing or discovery mechanism, but for conversations. They would constantly map the conversation graph, building a conversation web-- an overlay to existing content.&lt;/p&gt; &lt;p&gt;With a link to any content that is part of a conversation, you should be able to submit it to a &amp;quot;conversation server,&amp;quot; and have it render back to you a graph of the whole conversation. You should also be able to elect to receive notifications, when any node or subgraph is updated-- could define notification or pingback thresholds based on in/out-degree or graph distance from the original post.    &lt;/p&gt; 
	
&lt;/p&gt;

&lt;p&gt;&lt;a href="http://jessykate.posterous.com/pingbacks-and-conversation-overlays-on-the-we"&gt;Permalink&lt;/a&gt; 

	| &lt;a href="http://jessykate.posterous.com/pingbacks-and-conversation-overlays-on-the-we#comment"&gt;Leave a comment&amp;nbsp;&amp;nbsp;&amp;raquo;&lt;/a&gt;

&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/Jessysacceptable?a=AV6Vz6K1vlo:5_WlxiyPTg8:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Jessysacceptable?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/375142/DSC_0558.JPG</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/3sOkBHGIrMHf</posterous:profileUrl>
        <posterous:firstName>Jessy</posterous:firstName>
        <posterous:lastName>Cowan-sharp</posterous:lastName>
        <posterous:nickName>Jessykate</posterous:nickName>
        <posterous:displayName>Jessy Cowan-sharp</posterous:displayName>
      </posterous:author>
    </item>
    <item>
      <pubDate>Fri, 06 Aug 2010 08:00:00 -0700</pubDate>
      <title>Open Science Microformats - Initial Thoughts</title>
      <link>http://jessykate.posterous.com/open-science-microformats-initial-thoughts</link>
      <guid>http://jessykate.posterous.com/open-science-microformats-initial-thoughts</guid>
      <description>&lt;p&gt;
	

&lt;p&gt;&lt;strong&gt;
&lt;div&gt;&lt;strong&gt;Why Microformats for Science&lt;/strong&gt;&lt;/div&gt;
&lt;p /&gt;
&lt;div&gt;&lt;span style="font-weight: normal;"&gt;&lt;a href="http://microformats.org/wiki"&gt;Microformats&lt;/a&gt; allow for automated detection on a page or exposure in a feed or other activity stream. This capability and the &lt;em&gt;simple local markup&lt;/em&gt; of the components means these atomic bits of science can be extracted, linked to as references, and commented on, composed or extended. Without microformats, openly shared science and research lack the formality needed to enable a true ecosystem of ideas and repeatable, verifiable science. Specifically, microformats enable:&amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;ul&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/strong&gt;&lt;/p&gt;
&lt;div&gt;
&lt;ul&gt;
&lt;li&gt;Formality&lt;/li&gt;
&lt;li&gt;Local link-ability, reference-ability&lt;/li&gt;
&lt;li&gt;Attribution&lt;/li&gt;
&lt;li&gt;Composition, aggregation, extension, re-use&lt;/li&gt;
&lt;li&gt;(Others?)&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;p&gt;&lt;strong&gt;Possible Microformats for use in Open Lab Book Science&lt;/strong&gt;&lt;/p&gt;
&lt;div&gt;These microformats are components that we want to be able to stand alone, to be re-used, composed, or aggregated, while maintaining some structure and reference back to their origins. Attribution is important in science-- all the more so when practicing openly-- so of course that plays a role in each format discussed here. Developing theories or hypotheses, reading others' work, and identifying open questions are commons aspects of all fields of research. In technical fields, formal specifications of experimental process is also critical.&amp;nbsp;&lt;/div&gt;
&lt;p /&gt;
&lt;div&gt;(Note: several of the mentioned attributes already exist)&lt;/div&gt;
&lt;p /&gt;
&lt;div&gt;
&lt;div&gt;&lt;span style="text-decoration: underline;"&gt;Research Topic&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;which contains:&lt;/div&gt;
&lt;div&gt;Researchers (SHOULD)&lt;/div&gt;
&lt;div&gt;Description (MUST)&lt;/div&gt;
&lt;div&gt;Tags/Fields (SHOULD)&lt;/div&gt;
&lt;div&gt;References (MIGHT)&lt;/div&gt;
&lt;p /&gt;
&lt;div&gt;&lt;span style="text-decoration: underline;"&gt;Research Question&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;(open question/research question)&lt;/div&gt;
&lt;div&gt;which contains:&lt;/div&gt;
&lt;div&gt;Research Topic (SHOULD)&lt;/div&gt;
&lt;div&gt;Question Text (MUST)&lt;/div&gt;
&lt;div&gt;Author (SHOULD)&lt;/div&gt;
&lt;div&gt;Datetime (SHOULD)&lt;/div&gt;
&lt;div&gt;Tags (MIGHT)&lt;/div&gt;
&lt;/div&gt;
&lt;p /&gt;
&lt;div&gt;&lt;span style="text-decoration: underline;"&gt;Theory&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;which contains:&lt;/div&gt;
&lt;div&gt;Hypothesis (MUST)&lt;/div&gt;
&lt;div&gt;Evidence (MIGHT)&lt;/div&gt;
&lt;div&gt;Comment (MIGHT)&lt;/div&gt;
&lt;div&gt;Conclusion (MIGHT)&lt;/div&gt;
&lt;div&gt;Author (SHOULD)&lt;/div&gt;
&lt;div&gt;Citations/References (MIGHT)&lt;/div&gt;
&lt;div&gt;Datetime (SHOULD)&lt;/div&gt;
&lt;div&gt;Tags (MIGHT)&lt;/div&gt;
&lt;p /&gt;
&lt;div&gt;&lt;span style="text-decoration: underline;"&gt;Reference&amp;nbsp;Comment&amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;(eg.&amp;nbsp;comments on a paper being read, but could&amp;nbsp;also reference other hypotheses, experiments, etc.)&lt;/div&gt;
&lt;div&gt;which contains:&lt;/div&gt;
&lt;div&gt;Reference (eg. "currently reading...") (MUST)&lt;/div&gt;
&lt;div&gt;Comment (MUST)&lt;/div&gt;
&lt;div&gt;
&lt;div&gt;Author (SHOULD)&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;Datetime (SHOULD)&lt;/div&gt;
&lt;p /&gt;
&lt;div&gt;&lt;span style="text-decoration: underline;"&gt;Formal Process&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;which contains:&lt;/div&gt;
&lt;div&gt;one of: Algorithm/Equation/Chemical Solution (MUST)&lt;/div&gt;
&lt;div&gt;Citation/reference (MIGHT)&lt;/div&gt;
&lt;div&gt;Datetime (SHOULD)&lt;/div&gt;
&lt;div&gt;Author (MIGHT)&lt;/div&gt;
&lt;div&gt;Units/hMeasure (MIGHT)&lt;/div&gt;
&lt;p /&gt;
&lt;div&gt;&lt;span style="text-decoration: underline;"&gt;Experiment&amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;(a research question becomes an experiment when it is formalized; certain fields would only be added after the experiment is run.)&lt;/div&gt;
&lt;div&gt;which contains:&lt;/div&gt;
&lt;div&gt;Objective (MIGHT)&lt;/div&gt;
&lt;div&gt;Description (SHOULD)&lt;/div&gt;
&lt;div&gt;Steps (MUST)&lt;/div&gt;
&lt;div&gt;Formal Process(es) (SHOULD)&lt;/div&gt;
&lt;div&gt;Materials (MIGHT)&lt;/div&gt;
&lt;div&gt;Datetime (MIGHT)&lt;/div&gt;
&lt;div&gt;Designer (Author) (SHOULD)&lt;/div&gt;
&lt;div&gt;Experimenters (MIGHT)&lt;/div&gt;
&lt;div&gt;Conclusion (MIGHT)&lt;/div&gt;
&lt;div&gt;Log (MIGHT)&lt;/div&gt;
&lt;div&gt;Results (MIGHT)&lt;/div&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;div&gt;&lt;strong&gt;Examples in the wild&lt;/strong&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div&gt;There are many people who blog about the idea of o&lt;a href="http://en.wikipedia.org/wiki/Open_Notebook_Science"&gt;pen notebook science&lt;/a&gt;&amp;nbsp;but not nearly as many practicing it-- partially because the tools don't exist (IMHO).&amp;nbsp;&lt;/div&gt;
&lt;/div&gt;
&lt;p /&gt;
&lt;div&gt;Lots of good examples on&amp;nbsp;&lt;a href="http://openwetware.org"&gt;Open Wet Ware&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;Jean Claude Bradley's &lt;a href="http://onschallenge.wikispaces.com/"&gt;Open Notebook Science Challenge&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;&lt;a href="http://biolab.isis.rl.ac.uk/camerons_labblog"&gt;Cameron Neylon's LaBlog&lt;/a&gt;&lt;/div&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;div&gt;More to come on drafting markup format and re-use of &lt;a href="http://microformats.org/wiki/Main_Page#Specifications"&gt;existing microformats&lt;/a&gt; and &lt;a href="http://microformats.org/wiki/Main_Page#Design_Patterns"&gt;microformat design patterns&lt;/a&gt;. &amp;nbsp;Also of course there is the discussion of why microformats over, say, RDFa. Another time.&amp;nbsp;&lt;/div&gt;
	
&lt;/p&gt;

&lt;p&gt;&lt;a href="http://jessykate.posterous.com/open-science-microformats-initial-thoughts"&gt;Permalink&lt;/a&gt; 

	| &lt;a href="http://jessykate.posterous.com/open-science-microformats-initial-thoughts#comment"&gt;Leave a comment&amp;nbsp;&amp;nbsp;&amp;raquo;&lt;/a&gt;

&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/Jessysacceptable?a=9YYg6js8Xzg:k5LMq82tphk:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Jessysacceptable?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/375142/DSC_0558.JPG</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/3sOkBHGIrMHf</posterous:profileUrl>
        <posterous:firstName>Jessy</posterous:firstName>
        <posterous:lastName>Cowan-sharp</posterous:lastName>
        <posterous:nickName>Jessykate</posterous:nickName>
        <posterous:displayName>Jessy Cowan-sharp</posterous:displayName>
      </posterous:author>
    </item>
    <item>
      <pubDate>Thu, 05 Aug 2010 19:11:04 -0700</pubDate>
      <title>Why is HP studying Social Media?</title>
      <link>http://jessykate.posterous.com/why-is-hp-studying-social-media</link>
      <guid>http://jessykate.posterous.com/why-is-hp-studying-social-media</guid>
      <description>&lt;p&gt;
	&lt;div class="posterous_bookmarklet_entry"&gt;
      &lt;blockquote class="posterous_long_quote"&gt;&lt;p&gt;&lt;strong&gt;Why is HP conducting research on social media?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;HP believes that information is becoming the greatest resource we have for addressing problems in business and society. &amp;nbsp;Social media is increasingly becoming many people's interface to IT, and these media interactions produce an enormous amount of data. &amp;nbsp;However, data isn't necessarily information. &amp;nbsp;Creating software, hardware, and services that can automatically analyze enormous data sets and help people make informed decisions is an extremely challenging technical task and an area of focus at HP Labs&lt;/p&gt;&lt;/blockquote&gt;

&lt;div class="posterous_quote_citation"&gt;via &lt;a href="http://h30507.www3.hp.com/t5/Data-Central/What-makes-a-tweet-influential-New-HP-Labs-social-media-research/ba-p/81855"&gt;h30507.www3.hp.com&lt;/a&gt;&lt;/div&gt;
    &lt;p&gt;HP really has a pretty good statement about why it is studying social media. (the research itself is neat, too :)).&lt;/p&gt;&lt;/div&gt;
	
&lt;/p&gt;

&lt;p&gt;&lt;a href="http://jessykate.posterous.com/why-is-hp-studying-social-media"&gt;Permalink&lt;/a&gt; 

	| &lt;a href="http://jessykate.posterous.com/why-is-hp-studying-social-media#comment"&gt;Leave a comment&amp;nbsp;&amp;nbsp;&amp;raquo;&lt;/a&gt;

&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/Jessysacceptable?a=7RITo9wEGjw:AJqoeFnV5lM:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Jessysacceptable?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/375142/DSC_0558.JPG</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/3sOkBHGIrMHf</posterous:profileUrl>
        <posterous:firstName>Jessy</posterous:firstName>
        <posterous:lastName>Cowan-sharp</posterous:lastName>
        <posterous:nickName>Jessykate</posterous:nickName>
        <posterous:displayName>Jessy Cowan-sharp</posterous:displayName>
      </posterous:author>
    </item>
    <item>
      <pubDate>Sat, 31 Jul 2010 16:17:26 -0700</pubDate>
      <title>Activity streams for open science</title>
      <link>http://jessykate.posterous.com/activity-streams-for-open-science</link>
      <guid>http://jessykate.posterous.com/activity-streams-for-open-science</guid>
      <description>&lt;p&gt;
	Inspired by the &lt;a href="http://opensciencesummit.com/"&gt;open science summit&lt;/a&gt; and the cool new &lt;a href="http://colabscience.com/"&gt;CoLab&lt;/a&gt; science collaboration site, thinking about creating &lt;a href="http://wiki.activitystrea.ms/"&gt;activity streams&lt;/a&gt; for open science lab books. the &lt;a href="http://activitystrea.ms/spec/1.0/atom-activity-01.html#activityentrycomplex"&gt;spec&lt;/a&gt; still seems pretty drafty/in flux, but going off the examples i think we could create something like this:&lt;p /&gt;&lt;div&gt;&lt;div class="data type-xml"&gt;
      &lt;table class="lines" cellspacing="0" cellpadding="0"&gt;
        &lt;tr&gt;
          &lt;td&gt;
            &lt;pre class="line_numbers"&gt;&lt;span rel="#L1" id="L1"&gt;1&lt;/span&gt;
&lt;span rel="#L2" id="L2"&gt;2&lt;/span&gt;
&lt;span rel="#L3" id="L3"&gt;3&lt;/span&gt;
&lt;span rel="#L4" id="L4"&gt;4&lt;/span&gt;
&lt;span rel="#L5" id="L5"&gt;5&lt;/span&gt;
&lt;span rel="#L6" id="L6"&gt;6&lt;/span&gt;
&lt;span rel="#L7" id="L7"&gt;7&lt;/span&gt;
&lt;span rel="#L8" id="L8"&gt;8&lt;/span&gt;
&lt;span rel="#L9" id="L9"&gt;9&lt;/span&gt;
&lt;span rel="#L10" id="L10"&gt;10&lt;/span&gt;
&lt;span rel="#L11" id="L11"&gt;11&lt;/span&gt;
&lt;span rel="#L12" id="L12"&gt;12&lt;/span&gt;
&lt;span rel="#L13" id="L13"&gt;13&lt;/span&gt;
&lt;span rel="#L14" id="L14"&gt;14&lt;/span&gt;
&lt;span rel="#L15" id="L15"&gt;15&lt;/span&gt;
&lt;span rel="#L16" id="L16"&gt;16&lt;/span&gt;
&lt;span rel="#L17" id="L17"&gt;17&lt;/span&gt;
&lt;span rel="#L18" id="L18"&gt;18&lt;/span&gt;
&lt;span rel="#L19" id="L19"&gt;19&lt;/span&gt;
&lt;span rel="#L20" id="L20"&gt;20&lt;/span&gt;
&lt;span rel="#L21" id="L21"&gt;21&lt;/span&gt;
&lt;span rel="#L22" id="L22"&gt;22&lt;/span&gt;
&lt;span rel="#L23" id="L23"&gt;23&lt;/span&gt;
&lt;span rel="#L24" id="L24"&gt;24&lt;/span&gt;
&lt;span rel="#L25" id="L25"&gt;25&lt;/span&gt;
&lt;span rel="#L26" id="L26"&gt;26&lt;/span&gt;
&lt;span rel="#L27" id="L27"&gt;27&lt;/span&gt;
&lt;span rel="#L28" id="L28"&gt;28&lt;/span&gt;
&lt;span rel="#L29" id="L29"&gt;29&lt;/span&gt;
&lt;span rel="#L30" id="L30"&gt;30&lt;/span&gt;
&lt;span rel="#L31" id="L31"&gt;31&lt;/span&gt;
&lt;span rel="#L32" id="L32"&gt;32&lt;/span&gt;
&lt;span rel="#L33" id="L33"&gt;33&lt;/span&gt;
&lt;span rel="#L34" id="L34"&gt;34&lt;/span&gt;
&lt;span rel="#L35" id="L35"&gt;35&lt;/span&gt;
&lt;span rel="#L36" id="L36"&gt;36&lt;/span&gt;
&lt;span rel="#L37" id="L37"&gt;37&lt;/span&gt;
&lt;span rel="#L38" id="L38"&gt;38&lt;/span&gt;
&lt;span rel="#L39" id="L39"&gt;39&lt;/span&gt;
&lt;span rel="#L40" id="L40"&gt;40&lt;/span&gt;
&lt;span rel="#L41" id="L41"&gt;41&lt;/span&gt;
&lt;span rel="#L42" id="L42"&gt;42&lt;/span&gt;
&lt;span rel="#L43" id="L43"&gt;43&lt;/span&gt;
&lt;span rel="#L44" id="L44"&gt;44&lt;/span&gt;
&lt;span rel="#L45" id="L45"&gt;45&lt;/span&gt;
&lt;span rel="#L46" id="L46"&gt;46&lt;/span&gt;
&lt;span rel="#L47" id="L47"&gt;47&lt;/span&gt;
&lt;span rel="#L48" id="L48"&gt;48&lt;/span&gt;
&lt;span rel="#L49" id="L49"&gt;49&lt;/span&gt;
&lt;span rel="#L50" id="L50"&gt;50&lt;/span&gt;
&lt;span rel="#L51" id="L51"&gt;51&lt;/span&gt;
&lt;span rel="#L52" id="L52"&gt;52&lt;/span&gt;
&lt;span rel="#L53" id="L53"&gt;53&lt;/span&gt;
&lt;span rel="#L54" id="L54"&gt;54&lt;/span&gt;
&lt;span rel="#L55" id="L55"&gt;55&lt;/span&gt;
&lt;span rel="#L56" id="L56"&gt;56&lt;/span&gt;
&lt;span rel="#L57" id="L57"&gt;57&lt;/span&gt;
&lt;span rel="#L58" id="L58"&gt;58&lt;/span&gt;
&lt;/pre&gt;
          &lt;/td&gt;
          &lt;td width="100%"&gt;
                &lt;div class="highlight"&gt;&lt;pre /&gt;&lt;div class="line" id="LC1"&gt;&lt;span class="nt"&gt;&amp;lt;entry&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC2"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span class="nt"&gt;&amp;lt;id&amp;gt;&lt;/span&gt;tag:openresear.ch,2010:hypothesis01&lt;span class="nt"&gt;&amp;lt;/id&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC3"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span class="nt"&gt;&amp;lt;title&amp;gt;&lt;/span&gt;Jessy posted a Hypothesis&lt;span class="nt"&gt;&amp;lt;/title&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC4"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span class="nt"&gt;&amp;lt;published&amp;gt;&lt;/span&gt;2010-07-02T15:29:00Z&lt;span class="nt"&gt;&amp;lt;/published&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC5"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="line" id="LC6"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span class="c"&gt;&amp;lt;!-- the link provides an HTML representation of the activity --&amp;gt;&lt;/span&gt; &lt;/div&gt;&lt;div class="line" id="LC7"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span class="nt"&gt;&amp;lt;link&lt;/span&gt; &lt;span class="na"&gt;rel=&lt;/span&gt;&lt;span class="s"&gt;&amp;quot;alternate&amp;quot;&lt;/span&gt; &lt;span class="na"&gt;type=&lt;/span&gt;&lt;span class="s"&gt;&amp;quot;text/html&amp;quot;&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC8"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span class="na"&gt;href=&lt;/span&gt;&lt;span class="s"&gt;&amp;quot;http://openresear.ch/jessy/labbook01/hypothesis/1&amp;quot;&lt;/span&gt; &lt;span class="nt"&gt;/&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC9"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="line" id="LC10"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span class="c"&gt;&amp;lt;!-- this is the base verb that our custom verb builds on --&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC11"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span class="nt"&gt;&amp;lt;activity:verb&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC12"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;http://activitystrea.ms/schema/1.0/create&lt;/div&gt;&lt;div class="line" id="LC13"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span class="nt"&gt;&amp;lt;/activity:verb&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC14"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="line" id="LC15"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span class="c"&gt;&amp;lt;!-- this is a custom verb type that lab book and other open science&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC16"&gt;&lt;span class="c"&gt;    software would know how to interpret --&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC17"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span class="nt"&gt;&amp;lt;activity:verb&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC18"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;http://openresear.ch/schema/1.0/hypothesis&lt;/div&gt;&lt;div class="line" id="LC19"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span class="nt"&gt;&amp;lt;/activity:verb&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC20"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="line" id="LC21"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span class="c"&gt;&amp;lt;!-- in this example, the object to which the hypothesis creation verb is&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC22"&gt;&lt;span class="c"&gt;    applied, is a lab book --&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC23"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span class="nt"&gt;&amp;lt;activity:object&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC24"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span class="nt"&gt;&amp;lt;id&amp;gt;&lt;/span&gt;tag:openresear.ch,2010:labbook01/12345&lt;span class="nt"&gt;&amp;lt;/id&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC25"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span class="nt"&gt;&amp;lt;title&amp;gt;&lt;/span&gt;Jessy&amp;#39;s Labbook&lt;span class="nt"&gt;&amp;lt;/title&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC26"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span class="nt"&gt;&amp;lt;published&amp;gt;&lt;/span&gt;2010-11-02T15:29:00Z&lt;span class="nt"&gt;&amp;lt;/published&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC27"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span class="nt"&gt;&amp;lt;link&lt;/span&gt; &lt;span class="na"&gt;rel=&lt;/span&gt;&lt;span class="s"&gt;&amp;quot;alternate&amp;quot;&lt;/span&gt; &lt;span class="na"&gt;type=&lt;/span&gt;&lt;span class="s"&gt;&amp;quot;text/html&amp;quot;&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC28"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span class="na"&gt;href=&lt;/span&gt;&lt;span class="s"&gt;&amp;quot;http://openresear.ch/jessy/labbook01&amp;quot;&lt;/span&gt; &lt;span class="nt"&gt;/&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC29"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span class="nt"&gt;&amp;lt;activity:object-type&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC30"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;tag:schema.opnenresear.ch,2010:labbook&lt;/div&gt;&lt;div class="line" id="LC31"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span class="nt"&gt;&amp;lt;/activity:object-type&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC32"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span class="nt"&gt;&amp;lt;source&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC33"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span class="nt"&gt;&amp;lt;title&amp;gt;&lt;/span&gt;Jessy&amp;#39;s Lab Book&lt;span class="nt"&gt;&amp;lt;/title&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC34"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span class="nt"&gt;&amp;lt;link&lt;/span&gt; &lt;span class="na"&gt;rel=&lt;/span&gt;&lt;span class="s"&gt;&amp;quot;self&amp;quot;&lt;/span&gt; &lt;span class="na"&gt;type=&lt;/span&gt;&lt;span class="s"&gt;&amp;quot;application/atom+xml&amp;quot;&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC35"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span class="na"&gt;href=&lt;/span&gt;&lt;span class="s"&gt;&amp;quot;http://openresear.ch/jessy/labbook01.xml&amp;quot;&lt;/span&gt; &lt;span class="nt"&gt;/&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC36"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span class="nt"&gt;&amp;lt;link&lt;/span&gt; &lt;span class="na"&gt;rel=&lt;/span&gt;&lt;span class="s"&gt;&amp;quot;alternate&amp;quot;&lt;/span&gt; &lt;span class="na"&gt;type=&lt;/span&gt;&lt;span class="s"&gt;&amp;quot;text/html&amp;quot;&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC37"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span class="na"&gt;href=&lt;/span&gt;&lt;span class="s"&gt;&amp;quot;http://openresear.ch/jessy/labbook01&amp;quot;&lt;/span&gt; &lt;span class="nt"&gt;/&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC38"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span class="nt"&gt;&amp;lt;/source&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC39"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span class="nt"&gt;&amp;lt;/activity:object&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC40"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span class="nt"&gt;&amp;lt;content&lt;/span&gt; &lt;span class="na"&gt;type=&lt;/span&gt;&lt;span class="s"&gt;&amp;quot;html&amp;quot;&lt;/span&gt;&lt;span class="nt"&gt;&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC41"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span class="nt"&gt;&amp;lt;p&amp;gt;&lt;/span&gt;Jessy Posted a new hypothesis on her lab book&lt;span class="nt"&gt;&amp;lt;/p&amp;gt;&lt;/span&gt; &lt;/div&gt;&lt;div class="line" id="LC42"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span class="nt"&gt;&amp;lt;a&lt;/span&gt; &lt;span class="na"&gt;href=&lt;/span&gt;&lt;span class="s"&gt;&amp;quot;/jessy/labbook01/hypothesis/1&amp;quot;&lt;/span&gt;&lt;span class="nt"&gt;&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC43"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span class="nt"&gt;&amp;lt;/content&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC44"&gt;&lt;span class="nt"&gt;&amp;lt;/entry&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC45"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="line" id="LC46"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="line" id="LC47"&gt;&lt;span class="c"&gt;&amp;lt;!--&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC48"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="line" id="LC49"&gt;&lt;span class="c"&gt; * ref: http://activitystrea.ms/spec/1.0/atom-activity-01.html#activityentrycomplex&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC50"&gt;&lt;span class="c"&gt; &lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC51"&gt;&lt;span class="c"&gt; * i believe updates to the spec specify that a verb will no longer be&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC52"&gt;&lt;span class="c"&gt;   specified by a URI: see http://wiki.activitystrea.ms/Namespaces&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC53"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="line" id="LC54"&gt;&lt;span class="c"&gt; * the object hierarchy could likely also be something like:&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC55"&gt;&lt;span class="c"&gt;   object-type: research topic&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC56"&gt;&lt;span class="c"&gt;   target object: lab book&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC57"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="line" id="LC58"&gt;&lt;span class="c"&gt;--&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;/pre&gt;&lt;/div&gt;
          &lt;/td&gt;
        &lt;/tr&gt;
      &lt;/table&gt;
  &lt;/div&gt;&lt;/div&gt;&lt;p /&gt;&lt;div&gt;other verbs (some not even science specific) (extensions of create/post/update): &lt;/div&gt;&lt;div&gt;&lt;ul&gt;&lt;li&gt;create/post/update a hypothesis&lt;/li&gt; &lt;li&gt;create/post/update an observation&lt;/li&gt;&lt;li&gt;create/post/update evidence&lt;/li&gt;&lt;li&gt;create/post/update a paper&lt;/li&gt;&lt;li&gt;create/post/update a conclusion&lt;/li&gt;&lt;li&gt;create/post/update a derivation or a proof&lt;/li&gt;&lt;li&gt;extend a derivation&lt;/li&gt; &lt;li&gt;comment on a paper&lt;/li&gt;&lt;li&gt;comment on *&lt;/li&gt;&lt;li&gt;fork a hypothesis&lt;/li&gt;&lt;li&gt;create/post/update a theorem&lt;/li&gt;&lt;li&gt;create/post/update a lab book&lt;/li&gt;&lt;li&gt;create/post/update a research topic&lt;/li&gt;&lt;li&gt;create/post/update code or data associated with many of the items above&lt;/li&gt; &lt;/ul&gt;&lt;div&gt;others?&lt;/div&gt;&lt;p /&gt;&lt;p /&gt;&lt;/div&gt;
	
&lt;/p&gt;

&lt;p&gt;&lt;a href="http://jessykate.posterous.com/activity-streams-for-open-science"&gt;Permalink&lt;/a&gt; 

	| &lt;a href="http://jessykate.posterous.com/activity-streams-for-open-science#comment"&gt;Leave a comment&amp;nbsp;&amp;nbsp;&amp;raquo;&lt;/a&gt;

&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/Jessysacceptable?a=V_QnrBmlk_I:6YwLn99QKOo:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Jessysacceptable?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/375142/DSC_0558.JPG</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/3sOkBHGIrMHf</posterous:profileUrl>
        <posterous:firstName>Jessy</posterous:firstName>
        <posterous:lastName>Cowan-sharp</posterous:lastName>
        <posterous:nickName>Jessykate</posterous:nickName>
        <posterous:displayName>Jessy Cowan-sharp</posterous:displayName>
      </posterous:author>
    </item>
    <item>
      <pubDate>Sat, 24 Jul 2010 08:01:06 -0700</pubDate>
      <title>You Weren't Meant to Have a Boss</title>
      <link>http://jessykate.posterous.com/you-werent-meant-to-have-a-boss</link>
      <guid>http://jessykate.posterous.com/you-werent-meant-to-have-a-boss</guid>
      <description>&lt;p&gt;
	&lt;div class="posterous_bookmarklet_entry"&gt;
      &lt;blockquote class="posterous_long_quote"&gt;the only way I can imagine
for larger groups to avoid tree structure would be to have no
structure: to have each group actually be independent, and to work
together the way components of a market economy do.&lt;/blockquote&gt;

&lt;div&gt;&lt;br /&gt;and also... &lt;br /&gt;&lt;/div&gt;&lt;br /&gt;

&lt;blockquote class="posterous_long_quote"&gt;
Founders arriving at Y Combinator often have the downtrodden air of refugees.  Three months later they're transformed: they have so much more 
&lt;a href="http://paulmckellar.com/photos/03l"&gt;confidence&lt;/a&gt;
that they seem as if they've grown several inches taller. 
[&lt;a href="http://paulgraham.com/boss.html#f4n"&gt;4&lt;/a&gt;]
Strange as this sounds, they seem both more worried and happier at the same
time.  Which is exactly how I'd describe the way lions seem in the
wild.&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;/blockquote&gt;

&lt;div class="posterous_quote_citation"&gt;via &lt;a href="http://paulgraham.com/boss.html"&gt;paulgraham.com&lt;/a&gt;&lt;/div&gt;
    &lt;p&gt;Fantastic paul graham article that ties into mine and &lt;a href="http://realist-idealist.com/"&gt;jake's&lt;/a&gt; sxsw proposal (no link yet) about the fall of organizations and the rise of the free agent citizen.&lt;/p&gt;&lt;/div&gt;
	
&lt;/p&gt;

&lt;p&gt;&lt;a href="http://jessykate.posterous.com/you-werent-meant-to-have-a-boss"&gt;Permalink&lt;/a&gt; 

	| &lt;a href="http://jessykate.posterous.com/you-werent-meant-to-have-a-boss#comment"&gt;Leave a comment&amp;nbsp;&amp;nbsp;&amp;raquo;&lt;/a&gt;

&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/Jessysacceptable?a=93Q9TzFrZy4:1j5egqdSmXo:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Jessysacceptable?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/375142/DSC_0558.JPG</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/3sOkBHGIrMHf</posterous:profileUrl>
        <posterous:firstName>Jessy</posterous:firstName>
        <posterous:lastName>Cowan-sharp</posterous:lastName>
        <posterous:nickName>Jessykate</posterous:nickName>
        <posterous:displayName>Jessy Cowan-sharp</posterous:displayName>
      </posterous:author>
    </item>
    <item>
      <pubDate>Mon, 19 Jul 2010 11:30:32 -0700</pubDate>
      <title>The Congressional Record: Content, History and Issues (1993)</title>
      <link>http://jessykate.posterous.com/the-congressional-record-content-history-and-0</link>
      <guid>http://jessykate.posterous.com/the-congressional-record-content-history-and-0</guid>
      <description>&lt;p&gt;
	&lt;div class='p_embed p_file_embed'&gt;
&lt;a href="http://jessykate.posterous.com/the-congressional-record-content-history-and-0"&gt;&lt;img alt="" src="http://posterous.com/images/filetypes/pdf.png" /&gt;&lt;/a&gt;
&lt;div class='p_embed_description'&gt;
&lt;strong&gt;CRS-93-60.pdf&lt;/strong&gt;
&lt;a href="http://posterous.com/getfile/files.posterous.com/jessykate/p7e4iutevX72lDyKORDkEsvRaYIeKQ2596XVmNCf3PWIctg07tQFVdmudLdX/CRS-93-60.pdf"&gt;Download this file&lt;/a&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;&lt;/p&gt;&lt;div class="gmail_quote"&gt;&lt;div&gt;via &lt;a href="http://www.llsdc.org/sourcebook/docs/CRS-93-60.pdf" target="_blank"&gt;http://www.llsdc.org/sourcebook/docs/CRS-93-60.pdf&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;/div&gt;
	
&lt;/p&gt;

&lt;p&gt;&lt;a href="http://jessykate.posterous.com/the-congressional-record-content-history-and-0"&gt;Permalink&lt;/a&gt; 

	| &lt;a href="http://jessykate.posterous.com/the-congressional-record-content-history-and-0#comment"&gt;Leave a comment&amp;nbsp;&amp;nbsp;&amp;raquo;&lt;/a&gt;

&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/Jessysacceptable?a=cwIbrZHaFnA:zD1pnd-u2ag:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Jessysacceptable?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/375142/DSC_0558.JPG</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/3sOkBHGIrMHf</posterous:profileUrl>
        <posterous:firstName>Jessy</posterous:firstName>
        <posterous:lastName>Cowan-sharp</posterous:lastName>
        <posterous:nickName>Jessykate</posterous:nickName>
        <posterous:displayName>Jessy Cowan-sharp</posterous:displayName>
      </posterous:author>
    </item>
    <item>
      <pubDate>Mon, 19 Jul 2010 08:23:31 -0700</pubDate>
      <title>An Overview of the Congressional Record and Its Predecessor Publications</title>
      <link>http://jessykate.posterous.com/an-overview-of-the-congressional-record-and-i</link>
      <guid>http://jessykate.posterous.com/an-overview-of-the-congressional-record-and-i</guid>
      <description>&lt;p&gt;
	&lt;div class="posterous_bookmarklet_entry"&gt;
      &lt;blockquote class="posterous_long_quote"&gt;The Senate has a &lt;strong&gt;seven member team of professional stenographers who are present on the floor&lt;/strong&gt; and who are responsible to take down all that is spoken and all the business transacted, sometimes moving from senator to senator. The stenographers, known as "Official Reporters of Debate," are skilled in shorthand and the use of stenographic machines, and are also knowledgeable on parliamentary procedure. They work in 10 minute shifts and immediately after a shift, a reporter will have his or her notes transcribed, edited, and within an hour made available to relevant senators. Under Senate rules senators are permitted to make minor corrections to their remarks, but no substantive changes.&lt;a href="http://www.llsdc.org/cong-record#26" target="_self"&gt;&lt;sup&gt;26&lt;/sup&gt;&lt;/a&gt;&lt;/blockquote&gt;

&lt;div class="posterous_quote_citation"&gt;via &lt;a href="http://www.llsdc.org/cong-record/"&gt;llsdc.org&lt;/a&gt;&lt;/div&gt;
    &lt;p&gt;A great article covering the history and process of producing the daily congressional record.&lt;/p&gt;&lt;/div&gt;
	
&lt;/p&gt;

&lt;p&gt;&lt;a href="http://jessykate.posterous.com/an-overview-of-the-congressional-record-and-i"&gt;Permalink&lt;/a&gt; 

	| &lt;a href="http://jessykate.posterous.com/an-overview-of-the-congressional-record-and-i#comment"&gt;Leave a comment&amp;nbsp;&amp;nbsp;&amp;raquo;&lt;/a&gt;

&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/Jessysacceptable?a=8fn9YDTin_Y:QMHYoPpRAC4:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Jessysacceptable?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/375142/DSC_0558.JPG</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/3sOkBHGIrMHf</posterous:profileUrl>
        <posterous:firstName>Jessy</posterous:firstName>
        <posterous:lastName>Cowan-sharp</posterous:lastName>
        <posterous:nickName>Jessykate</posterous:nickName>
        <posterous:displayName>Jessy Cowan-sharp</posterous:displayName>
      </posterous:author>
    </item>
    <item>
      <pubDate>Wed, 14 Jul 2010 13:03:57 -0700</pubDate>
      <title>Retrieving Daily Congressional Record Documents</title>
      <link>http://jessykate.posterous.com/retrieving-daily-congressional-record-documen</link>
      <guid>http://jessykate.posterous.com/retrieving-daily-congressional-record-documen</guid>
      <description>&lt;p&gt;
	&lt;div&gt;You can get the CR at &lt;a href="http://thomas.loc.gov/home/LegislativeData.php?&amp;amp;n=Record"&gt;thomas&lt;/a&gt;, and via the GPO. The GPO has two sites: &lt;a href="http://www.gpo.gov/fdsys/browse/collection.action?collectionCode=CREC"&gt;FDSys&lt;/a&gt;, and &lt;a href="http://www.gpoaccess.gov/crecord/index.html"&gt;GPOAccess&lt;/a&gt;.  What&amp;#39;s the difference, which one is authoritative, and why are they made available in multiple places?  &lt;/div&gt; &lt;p /&gt;&lt;div&gt;&lt;a href="http://thomas.loc.gov/"&gt;Thomas&lt;/a&gt; has &lt;a href="http://thomas.loc.gov/home/cr_help.htm"&gt;this&lt;/a&gt; to say:&lt;/div&gt;&lt;p /&gt;&lt;blockquote class="webkit-indent-blockquote" style="margin: 0 0 0 40px; border: none; padding: 0px;"&gt; &lt;div&gt;&lt;span style="font-family: verdana, helvetica, sans-serif; font-size: 11px; line-height: 13px;"&gt;The official records of House and Senate actions are kept in their respective journals, but a fuller record of proceedings is kept in the Congressional Record, which has been published by the Government Printing Office (GPO) since 1873. GPO publishes new issues of the record daily and transmits each new issue to the Library of Congress overnight. A new issue becomes available on THOMAS the following morning. Issues are available online from 1989 (the 101st Congress) to the present. Printed copies of the record may be found in &lt;a href="http://www.gpoaccess.gov/libraries.html" style="color: rgb(0, 51, 102); text-decoration: underline; font-weight: 100;"&gt;Federal Depository Libraries&lt;/a&gt;.&lt;/span&gt;&lt;/div&gt; &lt;/blockquote&gt;&lt;p /&gt;&lt;div&gt;&lt;span style="line-height: 13px;"&gt;OK, fair enough-- Thomas is part of the library of congress. libraries are where you store stuff, not where you produce stuff. &lt;/span&gt;&lt;/div&gt; &lt;p /&gt;&lt;div&gt;&lt;span style="line-height: 13px;"&gt;Over at GPO, GPOAccess states that FDSys (Federal Digital System) is the follow on to GPOAccess. &lt;/span&gt;&lt;/div&gt; &lt;p /&gt;&lt;blockquote class="webkit-indent-blockquote" style="margin: 0 0 0 40px; border: none; padding: 0px;"&gt; &lt;div&gt;&lt;span style="line-height: 13px;"&gt;&lt;span style=""&gt;The information on GPO Access is in the process of being migrated to GPO’s Federal Digital System (FDsys). The migration is occurring on a collection-by-collection basis. The information on GPO Access will remain current and continue to be available until migration is complete.&lt;/span&gt;&lt;/span&gt; &lt;/div&gt; &lt;/blockquote&gt;&lt;p /&gt;&lt;div&gt;&lt;span style="line-height: 13px;"&gt;So FDSys is probably the place you want, say, to teach a web scraper to talk to. The GPO is responsible for producing (or &amp;quot;printing&amp;quot; in old-world speak) the CR. Here&amp;#39;s their summary:&lt;/span&gt;&lt;/div&gt; &lt;p /&gt;&lt;blockquote class="webkit-indent-blockquote" style="margin: 0 0 0 40px; border: none; padding: 0px;"&gt; &lt;div&gt;&lt;div style="line-height: 13px;"&gt;&lt;p style="font-family: Arial, sans-serif; font-size: 8pt; margin-bottom: 1pt; margin-top: 1pt; line-height: normal;"&gt; The public proceedings of each House of Congress, as reported by the Official Reporters thereof, are printed pursuant to directions of the Joint Committee on Printing as authorized by appropriate provisions of Title 44, United States Code, excepting very infrequent instances when two or more unusually small consecutive issues are printed one time. The Laws and Rules for Publication of the Congressional Record are published periodically.&lt;/p&gt; &lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div style="line-height: 13px;"&gt;&lt;p style="font-family: Arial, sans-serif; font-size: 8pt; margin-bottom: 1pt; margin-top: 1pt; line-height: normal;"&gt;  &lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div style="line-height: 13px;"&gt;&lt;p style="font-family: Arial, sans-serif; font-size: 8pt; margin-bottom: 1pt; margin-top: 1pt; line-height: normal;"&gt; The Congressional Record consists of four sections:&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;span style="font-family: Arial, sans-serif;"&gt;Daily Digest&lt;br /&gt;&lt;/span&gt;&lt;span style="font-family: Arial, sans-serif;"&gt;House section&lt;br /&gt;&lt;/span&gt;&lt;span style="font-family: Arial, sans-serif;"&gt;Senate section&lt;br /&gt; &lt;/span&gt;&lt;span&gt;Extension of Remarks&lt;/span&gt;&lt;div&gt;&lt;div style="line-height: 13px;"&gt;&lt;p style="font-family: Arial, sans-serif; font-size: 8pt; margin-bottom: 1pt; margin-top: 1pt; line-height: normal;"&gt;  &lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div style="line-height: 13px;"&gt;&lt;p style="font-family: Arial, sans-serif; font-size: 8pt; margin-bottom: 1pt; margin-top: 1pt; line-height: normal;"&gt; At the back of each daily issue is the &amp;quot;Daily Digest,&amp;quot; which summarizes the day&amp;#39;s floor and committee activities and serves as a table of contents for each issue. The House and Senate sections contain proceedings for the separate chambers of Congress. Finally, the Extension of Remarks includes tributes, statements, and other information that supplements statements made on the Congressional floor.&lt;/p&gt; &lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div style="line-height: 13px;"&gt;&lt;p style="font-family: Arial, sans-serif; font-size: 8pt; margin-bottom: 1pt; margin-top: 1pt; line-height: normal;"&gt;  &lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div style="line-height: 13px;"&gt;&lt;p style="font-family: Arial, sans-serif; font-size: 8pt; margin-bottom: 1pt; margin-top: 1pt; line-height: normal;"&gt; FDsys contains Congressional Record volumes from 140 (1994) to the present. The current year&amp;#39;s Congressional Record database is usually updated daily by 11 a.m., except when a late adjournment delays production of the issue. Documents are available in ASCII text and Adobe Portable Document Format (PDF). The date of the publication refers to the date the proceedings were recorded, not necessarily the date of delivery.&lt;/p&gt; &lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div style="line-height: 13px;"&gt;&lt;p style="font-family: Arial, sans-serif; font-size: 8pt; margin-bottom: 1pt; margin-top: 1pt; line-height: normal;"&gt;  &lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div style="line-height: 13px;"&gt;&lt;p style="font-family: Arial, sans-serif; font-size: 8pt; margin-bottom: 1pt; margin-top: 1pt; line-height: normal;"&gt; The Laws and Rules for Publication of the Congressional Record are published periodically and available in PDF and ASCII text. &lt;a href="https://docs.google.com/viewer?url=http%3A%2F%2Fwww.gpo.gov%2Fhelp%2Fcongressionalrecord-laws-rules.pdf" target="_blank"&gt;PDF&lt;/a&gt; | &lt;a href="congressionalrecord-laws-rules.txt" target="_blank"&gt;Text&lt;/a&gt;&lt;/p&gt; &lt;/div&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;p /&gt;&lt;p /&gt;&lt;div&gt;&lt;span style="line-height: 13px;"&gt;The CR is available in two formats, text and PDF. The PDF version is a &lt;a href="https://docs.google.com/viewer?url=http://www.gpo.gov/fdsys/pkg/CREC-2010-06-22/pdf/CREC-2010-06-22-pt1-PgH4652-2.pdf"&gt;bit baffling&lt;/a&gt;. Who uses this? Why is it produced in this format? And why does it seem like the &lt;a href="http://www.gpo.gov/fdsys/pkg/CREC-2010-06-22/html/CREC-2010-06-22-pt1-PgH4652-2.htm"&gt;text version&lt;/a&gt; is produced FROM the pdf? See in the text version, in the middle of the role call, it says &lt;/span&gt;&lt;span style="font-family: monospace; font-size: medium;"&gt;[[Page H4653]]&lt;/span&gt;&lt;span style="font-family: verdana, sans-serif; line-height: 13px;"&gt;? That&amp;#39;s an artifact from the PDF version, which clearly must have been produced from the &lt;i&gt;text,&lt;/i&gt; as recorded by the Official Reporters. Mine and &lt;a href="http://sunlightfoundation.com/people/jruihley/"&gt;Josh&amp;#39;s&lt;/a&gt; theory is that it&amp;#39;s historical, since originally (and still), the Record was actually &lt;a href="http://www.gpo.gov/help/congressionalrecord-laws-rules.txt"&gt;printed and bound&lt;/a&gt;. So probably the PDF is a scan of that, and the text is meant to reflect the PDF, since it&amp;#39;s the &amp;quot;official&amp;quot; version. Still, pretty arcane :). &lt;/span&gt;&lt;/div&gt; &lt;p /&gt;&lt;div&gt;&lt;div style="font-family: verdana, sans-serif; line-height: 13px;"&gt;&lt;div style="font-family: arial; line-height: normal;"&gt;&lt;div&gt; &lt;span style="line-height: 13px;"&gt;Similarly, it would seem that the &amp;quot;pages&amp;quot; construct preserved in the text versions of the Record derives from the pages of the printed version. Except, the document breaks in the ascii version are not quite the same as those in the pdf version. It seems to break down instead by topic, and where a topic runs over more than one page in the printed/pdf version, the [[ PAGE xyz ]] markup is inserted. However, there may be some other logic at work. &lt;/span&gt;&lt;/div&gt;&lt;/div&gt; &lt;/div&gt;&lt;/div&gt;&lt;p /&gt;&lt;div&gt;&lt;span style="line-height: 13px;"&gt;The newer FDSys is now starting to include &lt;a href="http://www.gpo.gov/help/congressional_record_metadata_fields_and_values.htm"&gt;document metadata&lt;/a&gt; in XML format. Each day&amp;#39;s CR has tens to hundreds of different documents (cumulatively an &lt;a href="http://thomas.loc.gov/home/abt.cong.rec.html"&gt;average of 272&lt;/a&gt; pages of text, apparently), each ranging in length from 1 paragraph to a couple of pages. A &lt;a href="http://www.gpo.gov/fdsys/search/pagedetails.action?granuleId=CREC-2010-06-22-pt1-PgH4652-2&amp;amp;packageId=CREC-2010-06-22"&gt;given document&lt;/a&gt; from a &lt;a href="http://www.gpo.gov/fdsys/search/search.action?na=&amp;amp;se=&amp;amp;sm=&amp;amp;flr=&amp;amp;ercode=&amp;amp;dateBrowse=&amp;amp;st=collection:CREC+and+publishdate:2010-06-22&amp;amp;psh=100&amp;amp;sbh=&amp;amp;tfh=&amp;amp;originalSearch=collection:CREC+and+publishdate:2010-06-22&amp;amp;sb=re&amp;amp;ps=100&amp;amp;sb=re&amp;amp;ps=100&amp;amp;bread=true"&gt;given day&lt;/a&gt; has its &lt;a href="http://www.gpo.gov/fdsys/granule/CREC-2010-06-22/CREC-2010-06-22-pt1-PgH4652-2/mods.xml"&gt;own metadata file&lt;/a&gt;. Unfortunately, the metadata isn&amp;#39;t embedded into the document, and the documents themselves are still just plain ascii. That&amp;#39;s where &lt;a href="http://www.sunlightlabs.org"&gt;Sunlight&lt;/a&gt; comes in. &lt;/span&gt;&lt;/div&gt;
	
&lt;/p&gt;

&lt;p&gt;&lt;a href="http://jessykate.posterous.com/retrieving-daily-congressional-record-documen"&gt;Permalink&lt;/a&gt; 

	| &lt;a href="http://jessykate.posterous.com/retrieving-daily-congressional-record-documen#comment"&gt;Leave a comment&amp;nbsp;&amp;nbsp;&amp;raquo;&lt;/a&gt;

&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/Jessysacceptable?a=kQY9Nl-NUT0:GNgbY1JjKvU:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Jessysacceptable?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/375142/DSC_0558.JPG</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/3sOkBHGIrMHf</posterous:profileUrl>
        <posterous:firstName>Jessy</posterous:firstName>
        <posterous:lastName>Cowan-sharp</posterous:lastName>
        <posterous:nickName>Jessykate</posterous:nickName>
        <posterous:displayName>Jessy Cowan-sharp</posterous:displayName>
      </posterous:author>
    </item>
    <item>
      <pubDate>Mon, 12 Jul 2010 10:04:23 -0700</pubDate>
      <title>The Creativity Crisis - Newsweek</title>
      <link>http://jessykate.posterous.com/the-creativity-crisis-newsweek-11</link>
      <guid>http://jessykate.posterous.com/the-creativity-crisis-newsweek-11</guid>
      <description>&lt;p&gt;
	&lt;div class="posterous_bookmarklet_entry"&gt;
      &lt;blockquote class="posterous_long_quote"&gt;When you try to solve a problem, you begin by concentrating on obvious facts and familiar solutions, to see if the answer lies there. This is a mostly left-brain stage of attack. If the answer doesn’t come, the right and left hemispheres of the brain activate together. Neural networks on the right side scan remote memories that could be vaguely relevant. A wide range of distant information that is normally tuned out becomes available to the left hemisphere, which searches for unseen patterns, alternative meanings, and high-level abstractions.&lt;p&gt;

Having glimpsed such a connection, the left brain must quickly lock in on it before it escapes. The attention system must radically reverse gears, going from defocused attention to extremely focused attention. In a flash, the brain pulls together these disparate shreds of thought and binds them into a new single idea that enters consciousness. This is the “aha!” moment of insight, often followed by a spark of pleasure as the brain recognizes the novelty of what it’s come up with.&lt;/p&gt;&lt;/blockquote&gt;

&lt;div class="posterous_quote_citation"&gt;via &lt;a href="http://www.newsweek.com/2010/07/10/the-creativity-crisis.html"&gt;newsweek.com&lt;/a&gt;&lt;/div&gt;
    &lt;p&gt;Fascinating discussion covering a number of different fields and how they view, measure and incorporate creativity.&lt;/p&gt;&lt;/div&gt;
	
&lt;/p&gt;

&lt;p&gt;&lt;a href="http://jessykate.posterous.com/the-creativity-crisis-newsweek-11"&gt;Permalink&lt;/a&gt; 

	| &lt;a href="http://jessykate.posterous.com/the-creativity-crisis-newsweek-11#comment"&gt;Leave a comment&amp;nbsp;&amp;nbsp;&amp;raquo;&lt;/a&gt;

&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/Jessysacceptable?a=4NjNZKbbPgo:OXRM8Isqu14:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Jessysacceptable?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/375142/DSC_0558.JPG</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/3sOkBHGIrMHf</posterous:profileUrl>
        <posterous:firstName>Jessy</posterous:firstName>
        <posterous:lastName>Cowan-sharp</posterous:lastName>
        <posterous:nickName>Jessykate</posterous:nickName>
        <posterous:displayName>Jessy Cowan-sharp</posterous:displayName>
      </posterous:author>
    </item>
    <item>
      <pubDate>Tue, 22 Jun 2010 19:44:26 -0700</pubDate>
      <title>community politics</title>
      <link>http://jessykate.posterous.com/community-politics</link>
      <guid>http://jessykate.posterous.com/community-politics</guid>
      <description>&lt;p&gt;
	i was at a local civic community association today and (aside from realizing i don&amp;#39;t know anything about the structure of local politics-- councilor? commissioner? ANC? etc.) i was struck by the short term focus of the discussions happening. this was particularly highlighted because there was a &amp;quot;candidates forum&amp;quot; with ward councilor candidates advocating for their election. &lt;p /&gt;&lt;div&gt;i have no answers for these points right now, i just wanted to make a note of my observations before i forgot them-- i guess to be seen as &lt;i&gt;questions &lt;/i&gt;more than anything. how could this system be made to make sense? &lt;/div&gt; &lt;p /&gt;&lt;div&gt;&lt;b&gt;affordability and cost of living&lt;/b&gt; - obviously, a desirable goal. this came up in many forms in the speeches by, and Q&amp;amp;A to, the candidates. but there are some basic underlying tensions that make this a non-trivial issue. residents want their neighbourhoods to have strong businesses, good development, and &amp;quot;respectable&amp;quot; residents. this, by &lt;b&gt;design,&lt;/b&gt; makes the community more desirable. but basic economics suggests that this will also increase demand and, all other things being equal (ie without more equally awesome communities for those people to move into) will increase cost of living in that community. boom-- your rich(er) people move in, your property taxes go up, and all those local residents who advocated for business opportunities for the &amp;quot;little people&amp;quot; can&amp;#39;t afford to live there anymore. so what are we really advocating for when we say we want better opportunities for (small/local/any) business? &lt;p /&gt; &lt;/div&gt;&lt;div&gt;&lt;b&gt;working class advocacy&lt;/b&gt; - this is related to the previous point. but when we have a large working class who clearly deserves good quality benefits and reward, how does that balance with the fact that over time, by the fundamental nature of progress and change, many of these jobs are becoming more obsolete? do we advocate to support people in these roles, which are currently critical to the smooth operations of society, or do we advocate to create opportunities for them to do more creative work that is more flexible to their interests? (of course, those two may be the same thing for any given individual). what i mean is, i guess, if we build policy and social structures to support, insulate and even incentivize those playing these roles, what does that mean for long term progress, and for the very incentive towards social evolution and change?  &lt;/div&gt; &lt;p /&gt;&lt;div&gt;&lt;div&gt;it&amp;#39;s like we tend to see things the way they are, and then build systems around them to cement them in place. it&amp;#39;s like we&amp;#39;re on a long road and we noticed someone was turning left, and so all we built were left hand turns. we&amp;#39;re so immature when it comes to thinking about non-linear and evolutionary phenomena.  &lt;/div&gt; &lt;div&gt;  &lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;education&lt;/b&gt; - everyone talked and talked and talked, frankly, a ton of shit about education. they talked about school construction, teacher pay, and tests, and nothing about what it means to be a productive member of society. actually, one resident did ask this question, but he got a load of political BS in return. when we have an education system designed to teach robots to assemble car parts, and when advocating for &amp;quot;better education&amp;quot; means getting more draconian standardized tools in place to homogenize our notion of intellect and creativity (heh, no bias there), do we really want to pound our firsts on the table and demand &amp;quot;better education&amp;quot;? have any of the people at this meeting (besides the one guy who asked this question-- kudos!) thought about what it actually means for education to succeed? shouldn&amp;#39;t communities be having discussions about all these things before demanding someone else do a good job at achieving them? maybe (i hope) these discussions are happening, but i couldn&amp;#39;t see their reflection here. &lt;/div&gt; &lt;p /&gt;&lt;div&gt;finally, this made me consider the role of community level politics in national politics. talk about selection bias! participants at these meetings have an interest in community and community organizing. arguably, they place an extra emphasis and value on the local levels of society. if starting local is the natural way to rise through the ranks and eventually move onto state and federal level politics, how come we don&amp;#39;t see a stronger socialist emphasis in the upper political echelons?  &lt;/div&gt; &lt;p /&gt;&lt;div&gt;anyway, to summarize, how do we do justice to both immediate needs and issues, and yet recognize and collaborate with the unceasing (and, i believe, positive) march forward of progress and change? how do we create the right political structures, with thoughtful citizens, and a long term perspective? what the hell does it mean to talk about equalizing education or business opportunities when we don&amp;#39;t even understand what the impact of that will be on our communities, and/or when the impact will almost certainly include outcomes that those same advocates are distinctly against?&lt;/div&gt; &lt;div&gt;  &lt;/div&gt;&lt;div&gt;it sucks to write only about questions, especially when accusing others of not having the answers, but there you have it. fascinating experience with much food for thought. &lt;/div&gt;
	
&lt;/p&gt;

&lt;p&gt;&lt;a href="http://jessykate.posterous.com/community-politics"&gt;Permalink&lt;/a&gt; 

	| &lt;a href="http://jessykate.posterous.com/community-politics#comment"&gt;Leave a comment&amp;nbsp;&amp;nbsp;&amp;raquo;&lt;/a&gt;

&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/Jessysacceptable?a=I-IeEvCIhbw:1Gq-p_qVcb8:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Jessysacceptable?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/375142/DSC_0558.JPG</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/3sOkBHGIrMHf</posterous:profileUrl>
        <posterous:firstName>Jessy</posterous:firstName>
        <posterous:lastName>Cowan-sharp</posterous:lastName>
        <posterous:nickName>Jessykate</posterous:nickName>
        <posterous:displayName>Jessy Cowan-sharp</posterous:displayName>
      </posterous:author>
    </item>
    <item>
      <pubDate>Thu, 13 May 2010 18:59:30 -0700</pubDate>
      <title>content creation for the web</title>
      <link>http://jessykate.posterous.com/content-creation-for-the-web</link>
      <guid>http://jessykate.posterous.com/content-creation-for-the-web</guid>
      <description>&lt;p&gt;
	&lt;div&gt;maybe our content creation model for the web is broken. why do i have to chose a url? why is content creation a function of a location?&lt;/div&gt;&lt;p /&gt;&lt;div&gt;what if i could start with: i have content. then AFTER that content is created, separate from its creation process, we actually decide where to put it. &lt;/div&gt; &lt;p /&gt;&lt;div&gt;conversations or collections of content have URIs. NOT, i post content at a URL. but, content exists, and different collections or aggregations of content have unique locators. &lt;/div&gt;&lt;p /&gt;&lt;div&gt; also, re separating content from location, we can also separate it from presentation and permissions. eg. if i write down an idea, i might want it to be easily editable and linkable via a wiki, or i might want to see the latest version published on a blog post, and i might want different permissions for each presentation layer. &lt;/div&gt;
	
&lt;/p&gt;

&lt;p&gt;&lt;a href="http://jessykate.posterous.com/content-creation-for-the-web"&gt;Permalink&lt;/a&gt; 

	| &lt;a href="http://jessykate.posterous.com/content-creation-for-the-web#comment"&gt;Leave a comment&amp;nbsp;&amp;nbsp;&amp;raquo;&lt;/a&gt;

&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/Jessysacceptable?a=l9QeAW-ss-A:iRXNLxgcxpo:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Jessysacceptable?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/375142/DSC_0558.JPG</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/3sOkBHGIrMHf</posterous:profileUrl>
        <posterous:firstName>Jessy</posterous:firstName>
        <posterous:lastName>Cowan-sharp</posterous:lastName>
        <posterous:nickName>Jessykate</posterous:nickName>
        <posterous:displayName>Jessy Cowan-sharp</posterous:displayName>
      </posterous:author>
    </item>
    <item>
      <pubDate>Thu, 13 May 2010 18:53:03 -0700</pubDate>
      <title>graphical language</title>
      <link>http://jessykate.posterous.com/graphical-language</link>
      <guid>http://jessykate.posterous.com/graphical-language</guid>
      <description>&lt;p&gt;
	&lt;div&gt;integrating words and graphics to communicate ideas is hard when it&amp;#39;s so much work to create those graphics. i have a keyboard that i use to type letters, but no equivalent for graphics. it&amp;#39;s easy with keys because we have a language with an alphabet. what is that alphabet for graphics? obviously languages too represent some choice (at least retroactively) about what can be represented by that language, and inasmuch as we believe there are no bounds to concepts expressable by humans, any given language, with a finite set of words and characters, will allow for expression of only a subset of those concepts. perhaps that is in and of itself an argument for different lanuages, and even different types of languages (eg. natural languages, graphical languages, logic/mathematics). (although i do suppose a language&amp;#39;s character set could expand, words within the character set can expand, and combinations of words could expand, yielding potentially unlimited possibilities-- at the same time, breadth is not the same as *coverage*-- so...?). &lt;/div&gt; &lt;p /&gt;&lt;div&gt;&lt;div&gt;graphical language:&lt;/div&gt;&lt;div&gt;* visuals are meant to be more information dense than natural language&lt;/div&gt;&lt;div&gt;* how do we choose the alphabet?&lt;/div&gt;&lt;div&gt;* similar to a symbol-based language, like mandarin or japanese. but meant to work with, not replace, word-based languages. &lt;/div&gt; &lt;div&gt;* what is the lowest common denominator of relational information we can show? can we extract logical information from them? &lt;/div&gt;&lt;div&gt;* symbols: &lt;/div&gt;&lt;div&gt;  * hierarchy (elements == blobs? lines/no lines?)&lt;/div&gt;&lt;div&gt;   * network shape&lt;/div&gt;&lt;div&gt;  * spirals&lt;/div&gt;&lt;div&gt;* symbols representing abstractions of movement, dynamics and momentum. &lt;/div&gt;&lt;div&gt;* use SVG paths&lt;/div&gt;&lt;/div&gt;&lt;div&gt;* &lt;/div&gt;
	
&lt;/p&gt;

&lt;p&gt;&lt;a href="http://jessykate.posterous.com/graphical-language"&gt;Permalink&lt;/a&gt; 

	| &lt;a href="http://jessykate.posterous.com/graphical-language#comment"&gt;Leave a comment&amp;nbsp;&amp;nbsp;&amp;raquo;&lt;/a&gt;

&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/Jessysacceptable?a=kh8m55SgvDQ:S_Y20MUfqtw:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Jessysacceptable?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/375142/DSC_0558.JPG</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/3sOkBHGIrMHf</posterous:profileUrl>
        <posterous:firstName>Jessy</posterous:firstName>
        <posterous:lastName>Cowan-sharp</posterous:lastName>
        <posterous:nickName>Jessykate</posterous:nickName>
        <posterous:displayName>Jessy Cowan-sharp</posterous:displayName>
      </posterous:author>
    </item>
    <item>
      <pubDate>Wed, 14 Apr 2010 20:20:33 -0700</pubDate>
      <title>Notes from Tufte seminar </title>
      <link>http://jessykate.posterous.com/notes-from-tufte-seminar</link>
      <guid>http://jessykate.posterous.com/notes-from-tufte-seminar</guid>
      <description>&lt;p&gt;
	&lt;p&gt;High resolution design is generally interactive. Use &amp;quot;Super graphics&amp;quot;. &lt;/p&gt;&lt;p&gt;&amp;quot;So what if people get confused&amp;quot;. &amp;quot;Stop being so controlling&amp;quot;. &amp;quot;Let people use their own cognitive style.&amp;quot;&lt;/p&gt; &lt;p&gt;Reading aloud, bullets == Patronizing. Fear people will get confused or not get YOUR message. Who cares? Let go. Power point is all about trying to control people.&lt;/p&gt; &lt;p&gt;Don&amp;#39;t worry about confusing people. Your job is to make them smart. Don&amp;#39;t &amp;quot;know your audience &amp;quot;-- know your content! Then *respect* your audience.&lt;/p&gt; &lt;p&gt;Create high resolution presentations. &lt;/p&gt;&lt;p&gt;Human eye-brain system can process 20 mbits/s. And yet we sit around giving and receiving presentation slides with 4 numbers on them. &lt;/p&gt; &lt;p&gt;Get something real into the room/discussion whenever possible.&lt;/p&gt; &lt;p&gt;&amp;quot;Local optimizing leads to global pessimizing&amp;quot; when specific elements are optimized without regard to their context, the global impression is worsened. All Elements on the page interact.&lt;/p&gt; &lt;p&gt;Summary tips:&lt;br /&gt; * Find examples and copy them&lt;br /&gt; * 1/2 to 1/3 should be data/evidence&lt;br /&gt; * Include super graphics&lt;br /&gt; * Choose your intellectual model (NYT, Nature, PLOS)&lt;br /&gt; * Present something worthy of (your) credibility: use real world examples, talk like a human. Be hands on. Assert your credentials, reference independent assessments. &lt;/p&gt; &lt;p&gt;General presentation model: High resolution data dump, and then the presenter is cross-examined. And yes, you&amp;#39;ll spend time watching them read, applying their own cognitive model, then providing annotation, a few questions/some dialogue, and then you&amp;#39;re done.&lt;/p&gt; &lt;p&gt;Universal Issues in presenting information: dimensionality, resolution. &lt;/p&gt;&lt;p&gt; We want to escape Flatland. &lt;/p&gt;&lt;p&gt;Put names on work-- names have reputations, and imply responsibility.&lt;/p&gt; &lt;p&gt;The resolution of Science is incredible and increasing, but we still give presentations with &amp;quot;poverty of content,&amp;quot; with three numbers and a bullet. Big emphasis on allowing for density of substance, And allowing corresponding time for annotations.  (This is like the slow food movement of information!)&lt;/p&gt; &lt;p&gt;Point of info display is to get a sense of meaning. Presentations should support the intellectual task of getting meaning from data. Make wise comparisons. Succeeding in doing this is about data architecture as well as design-- need to arrange the data in a way that makes meaningful comparisons first, and then you bring design to it. &lt;/p&gt; &lt;p&gt;Design principles of presentations also apply to consuming presentations. Presentations should be non-fiction. When they are not about content, or are about the people or positioning, they are fiction. Then, the organization is about itself, not about content.&lt;/p&gt; &lt;p&gt;Linxes - first scientific society (galileo)&lt;br /&gt; &lt;/p&gt;&lt;p&gt;Supracharts - scientific viz does not have to be about giving people an *immediate* understanding. It can (should) be a story, even a dense one that takes time to grok.&lt;/p&gt; &lt;p&gt;When people discover something on their own, *they own it*. They are engaged; have a sense of ownership.&lt;br /&gt;&lt;/p&gt; &lt;p&gt;&amp;quot;Clutter And overload are not attributes of information,  they are failures of design.&amp;quot;&lt;br /&gt;&lt;/p&gt;
	
&lt;/p&gt;

&lt;p&gt;&lt;a href="http://jessykate.posterous.com/notes-from-tufte-seminar"&gt;Permalink&lt;/a&gt; 

	| &lt;a href="http://jessykate.posterous.com/notes-from-tufte-seminar#comment"&gt;Leave a comment&amp;nbsp;&amp;nbsp;&amp;raquo;&lt;/a&gt;

&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/Jessysacceptable?a=cDOIXYYd6EY:QLsw9XKk6Rs:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Jessysacceptable?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/375142/DSC_0558.JPG</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/3sOkBHGIrMHf</posterous:profileUrl>
        <posterous:firstName>Jessy</posterous:firstName>
        <posterous:lastName>Cowan-sharp</posterous:lastName>
        <posterous:nickName>Jessykate</posterous:nickName>
        <posterous:displayName>Jessy Cowan-sharp</posterous:displayName>
      </posterous:author>
    </item>
    <item>
      <pubDate>Tue, 13 Apr 2010 15:13:48 -0700</pubDate>
      <title>g.Raphael (vs. Highcharts) </title>
      <link>http://jessykate.posterous.com/graphael-vs-highcharts</link>
      <guid>http://jessykate.posterous.com/graphael-vs-highcharts</guid>
      <description>&lt;p&gt;
	&lt;div&gt;i havent actually used HighCharts yet, but after reading through both docs and working with g.Raphael today, here&amp;#39;s the apparent differences that stood out. g.Raphael:&lt;/div&gt;&lt;div&gt;&lt;ul&gt;&lt;li&gt;builds on the main Raphael library, so any element in the chart can be enhanced by the underlying library&amp;#39;s capabilities. in this sense i think it&amp;#39;s likely to be more powerful/extensible than highcharts. &lt;/li&gt; &lt;li&gt;more obtuse syntax and naming conventions == less intuitive &lt;/li&gt;&lt;li&gt;does not require JQuery&lt;/li&gt;&lt;li&gt;supports IE6+ without a special plugin&lt;/li&gt;&lt;li&gt;currently undocumented, and hasn&amp;#39;t been updated for over 5 months. yikes. &lt;/li&gt; &lt;/ul&gt;&lt;/div&gt;
	
&lt;/p&gt;

&lt;p&gt;&lt;a href="http://jessykate.posterous.com/graphael-vs-highcharts"&gt;Permalink&lt;/a&gt; 

	| &lt;a href="http://jessykate.posterous.com/graphael-vs-highcharts#comment"&gt;Leave a comment&amp;nbsp;&amp;nbsp;&amp;raquo;&lt;/a&gt;

&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/Jessysacceptable?a=9C8d-J9r1Ss:L9inlKk_7uE:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Jessysacceptable?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/375142/DSC_0558.JPG</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/3sOkBHGIrMHf</posterous:profileUrl>
        <posterous:firstName>Jessy</posterous:firstName>
        <posterous:lastName>Cowan-sharp</posterous:lastName>
        <posterous:nickName>Jessykate</posterous:nickName>
        <posterous:displayName>Jessy Cowan-sharp</posterous:displayName>
      </posterous:author>
    </item>
    <item>
      <pubDate>Mon, 12 Apr 2010 18:02:21 -0700</pubDate>
      <title>content synthesis </title>
      <link>http://jessykate.posterous.com/content-synthesis</link>
      <guid>http://jessykate.posterous.com/content-synthesis</guid>
      <description>&lt;p&gt;
	it drives me nuts that blog posts don&amp;#39;t support development of consensus very well. we have so many tools that support the generation of content, or extension of content (tagging, commenting, linking), but none of these naturally support &lt;i&gt;synthesis&lt;/i&gt; or &lt;i&gt;refinement&lt;/i&gt;. as a result, the web is full of empty drither and useless extensions of information, making it harder and harder to find real content, obfuscating meaning, and making progress on substantive issues more difficult.  &lt;p /&gt;&lt;div&gt;lament. &lt;/div&gt;&lt;p /&gt;&lt;div&gt;we need a content &lt;i&gt;refinement&lt;/i&gt; and consensus building tool. &lt;/div&gt;
	
&lt;/p&gt;

&lt;p&gt;&lt;a href="http://jessykate.posterous.com/content-synthesis"&gt;Permalink&lt;/a&gt; 

	| &lt;a href="http://jessykate.posterous.com/content-synthesis#comment"&gt;Leave a comment&amp;nbsp;&amp;nbsp;&amp;raquo;&lt;/a&gt;

&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/Jessysacceptable?a=Ism6SpNzb2c:4bYq53oVZcw:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Jessysacceptable?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/375142/DSC_0558.JPG</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/3sOkBHGIrMHf</posterous:profileUrl>
        <posterous:firstName>Jessy</posterous:firstName>
        <posterous:lastName>Cowan-sharp</posterous:lastName>
        <posterous:nickName>Jessykate</posterous:nickName>
        <posterous:displayName>Jessy Cowan-sharp</posterous:displayName>
      </posterous:author>
    </item>
  </channel>
</rss>

