<?xml version="1.0"?>
<rss version="2.0"
     xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:dcterms="http://purl.org/dc/terms/" >
<channel>
<title>people/tychoish</title>
<link>http://cyborginstitute.com//people/tychoish/</link>
<description>ciwiki</description>
<item>
	
	<title>light-weight-markup</title>
	
	
	  <guid>http://cyborginstitute.com//people/tychoish/light-weight-markup/</guid>
	
	<link>http://cyborginstitute.com//people/tychoish/light-weight-markup/</link>
	
	<pubDate>Sun, 27 Sep 2009 17:27:22 -0400</pubDate>
	<dcterms:modified>2009-09-27T21:27:22Z</dcterms:modified>
	
	<description>&lt;h1 id=&quot;lightweightmarkup&quot;&gt;Lightweight Markup&lt;/h1&gt;

&lt;p&gt;If you&#39;ve browsed the &lt;a&gt;source files for this blog&lt;/a&gt; or for &lt;a href=&quot;http://www.cyborginistitute.com/wiki/&quot;&gt;the
forthcoming cyborg institute wiki,
ciwiki&lt;/a&gt; you may notice that my
work is mostly stored in &quot;&lt;a href=&quot;http://www.daringfireball.com/projects/markdown/&quot;&gt;markdown
format&lt;/a&gt;&quot; which is a
lightweight markup language for generating richly formatted
text. Markdown isn&#39;t the only format around, indeed formats like
&lt;a href=&quot;http://docutils.sourceforge.net/rst.html&quot;&gt;reStructured text&lt;/a&gt; and
&lt;a href=&quot;http://textism.com/tools/textile/&quot;&gt;textile&lt;/a&gt; are other very similar
tools. Different, but they achieve same purpose. &lt;em&gt;What purpose,&lt;/em&gt; you
ask anonymous inquirer? They make it easy and painless to write text
with links, emphasis (italics), structure (headings), and other
features, in an easy to read plain text format. &lt;/p&gt;

&lt;p&gt;The truth is that there isn&#39;t a really good way for &quot;rich text&quot; (bold,
italics, links) to be stored in a format that&#39;s both universal enough
for computers to read in multiple context (desktop applications, on
the web) that&#39;s also easy for humans to read and write in a consistent
way. Sure there&#39;s (x)HTML which is a great format for computers to
read, but its hard to write and difficult to read casually. At the
same time word-processor formats (.rtf, .doc, .odt, etc) render
inconsistently across platforms and don&#39;t work as well for use on the
web, or for email. &lt;/p&gt;

&lt;p&gt;Lightweight markup formats, and particularly markdown, provides a
solution to this problem. Rather than creating a format that will
render well on web-pages, on paper, and in plain text, these formats
provide a limited syntax for most common markup needs and then provide
a script to translate this &quot;lightweight&quot; language into other
formats. These scripts exist as plugins/modes for most common text
editing software, and are implemented in a great many programming
languages so that standard lightweight markup can be used in many
contexts. &lt;/p&gt;

&lt;p&gt;Here&#39;s the rundown (note, I&#39;ll use markdown as the example but these
facts all hold true for other similar products): &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Markdown is human readable, so in some cases (like email, and
collaborating with other writers) there&#39;s no need to convert a file
to XHTML or some other format. &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Markdown is designed to replicate many common editing conventions
for plain-text email. So the chances are, that you already know much
of the syntax and can understand texts written in markdown quite
readily. &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Markdown generates standards compliant XHTML. Even sloppy markdown
generates compliant XHTML. XHTML is easy to translate into other
formats (including word processor formats), and non-trival to
generate perfectly &quot;by hand.&quot;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href=&quot;http://markdown.infogami.com/&quot;&gt;Markdown interpreters&lt;/a&gt; are written
in many languages, including Perl, PHP, Python, C, Lisp, Java, C#
and so forth, which makes it particularly easy to integrate markdown
into whatever environment you&#39;re used to working in. &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;There are tools, like &lt;a href=&quot;http://maruku.rubyforge.org/&quot;&gt;Maruku&lt;/a&gt; (and
others) that convert text to other formats (like PDF), for non-web
output. &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Text editors (including, vim, emacs, textmate, notepad++, bbedit)
have support for syntax highlighting for markdown, so that your
editing environment provides a rich interactive environment while
still editing simple plain-text files.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Markdown makes it easy to &quot;live in plain text&quot; without sacrificing
features that we, as writers of words, are accustomed to.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The benefits of using markdown, are perhaps most fully realized in the
context of using plain text itself, but that&#39;s another argument for
another time. And as always, if something in this post struck a chord
with you, but you don&#39;t quite know how to integrate it into your
workflow directly, that&#39;s something &lt;a href=&quot;http://www.cyborginstitute.com/services/&quot;&gt;we can work on
together&lt;/a&gt;. &lt;/p&gt;
</description>
	
	
</item>
<item>
	
	<title>archive</title>
	
	
	  <guid>http://cyborginstitute.com//people/tychoish/archive/</guid>
	
	<link>http://cyborginstitute.com//people/tychoish/archive/</link>
	
	<pubDate>Sun, 27 Sep 2009 17:27:22 -0400</pubDate>
	<dcterms:modified>2009-09-27T21:27:22Z</dcterms:modified>
	
	<description>&lt;h1 id=&quot;tychosnotebookarchives&quot;&gt;tycho&#39;s notebook archives&lt;/h1&gt;

&lt;p&gt;
&lt;a href=&quot;http://cyborginstitute.com//people/tychoish/../madalu/information-repository-systems/&quot;&gt;information-repository-systems&lt;/a&gt;&lt;br /&gt;
&lt;i&gt;
Posted &lt;span class=&quot;date&quot;&gt;Thu May  6 21:20:23 2010&lt;/span&gt;
&lt;/i&gt;

&lt;/p&gt;

&lt;p&gt;
&lt;a href=&quot;http://cyborginstitute.com//people/tychoish/../madalu/archive/&quot;&gt;archive&lt;/a&gt;&lt;br /&gt;
&lt;i&gt;
Posted &lt;span class=&quot;date&quot;&gt;Sun Sep 27 17:27:22 2009&lt;/span&gt;
&lt;/i&gt;

&lt;/p&gt;
</description>
	
	
</item>
<item>
	
	<title>empericism-journal</title>
	
	
	  <guid>http://cyborginstitute.com//people/tychoish/empericism-journal/</guid>
	
	<link>http://cyborginstitute.com//people/tychoish/empericism-journal/</link>
	
	<pubDate>Sun, 27 Sep 2009 17:27:22 -0400</pubDate>
	<dcterms:modified>2009-09-27T21:27:22Z</dcterms:modified>
	
	<description>&lt;h1 id=&quot;journalkeepingandempiricism&quot;&gt;Journal Keeping and Empiricism&lt;/h1&gt;

&lt;p&gt;In talking about the way I approach computer usage I found my self
saying &quot;you know it&#39;s all very empirical.&quot; &lt;/p&gt;

&lt;p&gt;And I was immediately struck by both how true this, and how awkward it
made me feel. As a former (recovering?) student of Women&#39;s Studies and
a not-particularly-quantitative social scientist, I&#39;m far too used to
&quot;empiricism&quot; being deployed as the [&lt;em&gt;ahem&lt;/em&gt;] epistemological whipping
stick of enthroned ideologies/groups/etc.&lt;/p&gt;

&lt;p&gt;But it&#39;s also true: empiricism is all about observation, and data
collection, and analysis. It&#39;s about recording processes, and
outcomes, and it&#39;s about gathering information--data--for later
analysis. Not evil. And particularly as I work on figuring out how to
help people use computers and technology more effectively, empiricism
is something I can totally get behind. In fact, I think it&#39;s totally
essential. &lt;/p&gt;

&lt;p&gt;Now, from the title, surely you can see where this is going.&lt;/p&gt;

&lt;p&gt;While I think there are aspects of our interactions and use of
computers that we&#39;re not particularly good at keeping track of and
analyzing (e.g. usability testing with regards to eye-tracking), there are
some really crucial higher level areas where we &lt;em&gt;are&lt;/em&gt; capable of
understanding in ourselves: how we organize files, how we organize
notes, &lt;a href=&quot;http://www.tychoish.com/2009/03/fact-file-and-orbital-mechanics/&quot;&gt;fact
files&lt;/a&gt;,
how decide to customize software, how we output/publish/share our
data, and so forth. &lt;/p&gt;

&lt;p&gt;These sorts of concerns are relevant to all computer users and
transcend the big debates, like command line vs. gui; modal vs. context
aware, and the small debates, vi vs. emacs; windows vs. mac; open
source vs. proprietary; markdown vs. textile. &lt;/p&gt;

&lt;p&gt;It&#39;s &quot;be universal&quot; day on tychoish, apparently. &lt;/p&gt;

&lt;p&gt;In any case, I think keeping a journal of a couple of key things can
help us all figure out how to do things better. It&#39;s empiricism, on a
small scale. The system you use to keep track of things doesn&#39;t matter
too much: just as long as its easy for you to reflexively keep track
of a few details every day and then review all this data at a later
point. I&#39;m partial to just keeping one journal, rather than
project/context-specific systems, but that&#39;s personal presence more
than anything. &lt;/p&gt;

&lt;p&gt;I should say that I&#39;ve started keeping a journal myself but I&#39;ve
admittedly not been particularly regular/rigorous about it. For my
benefit and yours here&#39;s the list of things that I think would be
particularly important to track: &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Word Count, or some other numerical measure of progress that&#39;s
relevant to whatever your core practice is. Words make sense for
prose writers, line counts for programmers, minutes of practice for
musicians, etc. Whatever makes sense, and hopefully something fairly
concrete. &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Contextual Variables: things affect our productivity and work in our
lives. If there&#39;s something that happened that might make your/my
word count unusually high or low, I imagine it&#39;ll be helpful to keep
track of this. Numbers are helpful--particularly in the
aggregate--but if you&#39;re reading through your journal day by day,
and you have a day where you wrote much less than you did most other
adjacent days, being able to say &quot;ah, I had meetings/workshops all
day that day, no wonder I didn&#39;t get anything done.&quot; &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Changes to your &quot;system:&quot; If you change things about &lt;em&gt;the way&lt;/em&gt; you
work, it&#39;s good to note when this occurs, particularly in
retrospect so that you can evaluate the utility and efficacy of
changes. &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Discoveries/Important thoughts. I suppose many people might use
their public blogs for this forum, but I tend to write about a week
out, and I often write posts out of order, so having a file that
lets me track what I&#39;m reading, and what the big issues on my mind
are, is really helpful. &lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;hr /&gt;

&lt;p&gt;I&#39;m sure you all have some journaling tips. I&#39;ve been using the
&lt;a href=&quot;http://metajack.im/2009/01/01/journaling-with-emacs-orgmode/&quot;&gt;org-journal bits that jack
wrote&lt;/a&gt;
wrote, though I&#39;m thinking that I might need to add a few snippets to
take care of org-mode tags so that I can filter for some data. I know
there&#39;s &lt;a href=&quot;http://www.rousette.org.uk/blog/archives/journal-textmate-plugin/&quot;&gt;a similar bundle for
&lt;span class=&quot;createlink&quot;&gt;&lt;a href=&quot;http://cyborginstitute.com/ikiwiki.cgi?page=textmate&amp;amp;from=people%2Ftychoish%2Fempericism-journal&amp;amp;do=create&quot; rel=&quot;nofollow&quot;&gt;?&lt;/a&gt;TextMate&lt;/span&gt;&lt;/a&gt;
that I used back in the day. And of course, this is nothing that
wouldn&#39;t work beautifully in a private
&lt;a href=&quot;http://www.livejournal.com&quot;&gt;LiveJournal&lt;/a&gt; account, or private instance
of &lt;a href=&quot;http://www.wordpress.org&quot;&gt;WordPress&lt;/a&gt;. The details don&#39;t matter
much, but if any of you keep journals for this kind of thing (or track
your computer usage productivity) and have other better ideas, I&#39;d
love to hear how you all deal with this.&lt;/p&gt;

&lt;p&gt;Onward and Upward!&lt;/p&gt;
</description>
	
	
</item>
<item>
	
	<title>flashbake</title>
	
	
	  <guid>http://cyborginstitute.com//people/tychoish/flashbake/</guid>
	
	<link>http://cyborginstitute.com//people/tychoish/flashbake/</link>
	
	<pubDate>Sun, 27 Sep 2009 17:27:22 -0400</pubDate>
	<dcterms:modified>2009-09-27T21:27:22Z</dcterms:modified>
	
	<description>&lt;h1 id=&quot;gitflashbakeandaudience&quot;&gt;git, flashbake, and audience&lt;/h1&gt;

&lt;p&gt;I&#39;ve mentioned a while back (surely) a program called
&lt;a href=&quot;http://bitbucketlabs.net/flashbake/&quot;&gt;flashbake&lt;/a&gt;, which &lt;a href=&quot;http://lifehacker.com/5232049/flashbake-automates-version-control-for-nerdy-writers&quot;&gt;Gina Tripani
covered on lifehacker a while
ago&lt;/a&gt;,
and while I don&#39;t think I could add anything this review, I can
provide you with links, and talk a bit about how hacker-types get
their starts, and how audiences for free software are formed. &lt;/p&gt;

&lt;p&gt;This is, I think, a big issue facing the free software movement,
basically: we build great software, how do we get (more) people to use
it. &lt;/p&gt;

&lt;p&gt;The issue is that free software doesn&#39;t have advertising budgets, free
software projects don&#39;t have muscle with operating system vendors (MS)
to bundle applications, and for the most part free software projects
can&#39;t get their software distributed on hardware (eg. the
dell-Microsoft relationship). &lt;/p&gt;

&lt;p&gt;And then on top of requiring users to actively choose open source, a
lot of free software requires a certain level of technical knowledge,
and the documentation is poor, and open source projects can&#39;t
(generally) afford the kind of usability studies that
closed-development projects rely on, and as a result it often takes a
few generations for applications to really &lt;em&gt;work&lt;/em&gt;. &lt;/p&gt;

&lt;p&gt;The conventional response is to try and make software as usable and
intuitive as possible, and I&#39;ve written before about &lt;a href=&quot;http://www.tychoish.com/2009/04/idiot-users/&quot;&gt;the problems of
treating your users like
idiots&lt;/a&gt; and some issues
&lt;a href=&quot;http://www.tychoish.com/2008/12/where-innovation-happens/&quot;&gt;regarding&lt;/a&gt;
&lt;a href=&quot;http://www.tychoish.com/2008/11/production-ready/&quot;&gt;user&lt;/a&gt;
&lt;a href=&quot;http://www.tychoish.com/2008/12/linux-ui-tweaking/&quot;&gt;experience&lt;/a&gt;
issues, and in general I think the conclusion is: our goal should be
to unobtrusively turn less technical users into more technical users,
rather than turn more technical computing domains into less technical
computing domains. Make people smarter, rather than make computer
interfaces smarter. &lt;/p&gt;

&lt;p&gt;I think, in a weird way, GNU Emacs does this pretty well. A hacker
might not know very much (emacs-)Lisp when they start to use emacs,
but for the most part it doesn&#39;t take people very long to get to a
point where they can hack things together in elisp and understand
what&#39;s going on in the emacs code that they download. &lt;/p&gt;

&lt;p&gt;So back to git and flashbake. Right. &lt;/p&gt;

&lt;p&gt;I actually don&#39;t think that flashbake treats users like idiots. In
fact, git was built so that new interfaces could be added to the
system without breaking compatibility with other git repositories. &lt;/p&gt;

&lt;p&gt;Git is a filesystem, basically. A microfilesystem, if you will, with a
notion of versioning--storing iterations across time--and
distribution--replicating the store across locations. In order to make
both of these features work, it has to have top level support for
branches and merging (and it does). &lt;/p&gt;

&lt;p&gt;But beyond those capabilities, what goes in to git doesn&#39;t seem to
matter much. And once you start using git, and you get a feel for how
it works, the more you want to put into it. &lt;/p&gt;

&lt;p&gt;Flashbake is just a tool for putting writing into git. &lt;/p&gt;

&lt;p&gt;Programmers who aren&#39;t familiar with &lt;a href=&quot;http://nancykress.blogspot.com/2009/04/writing-paragraph.htm&quot;&gt;how writers work and
think&lt;/a&gt;
may say &quot;why would you want to commit so often?&quot; Or, &quot;why would I want
to know what the weather is every fifteen minutes while I do my work?&quot;
But I think it makes sense, and makes it possible a sort of digital
archeology of a text that writers--myself included--are really
intrigued with. Particularly given that &quot;the cost&quot; of running a
script like this in the background is so small. &lt;/p&gt;

&lt;p&gt;Anyway, give it a try if you&#39;re so enclined. &lt;/p&gt;
</description>
	
	
</item>
<item>
	
	<title>collaboration</title>
	
	
	  <guid>http://cyborginstitute.com//people/tychoish/collaboration/</guid>
	
	<link>http://cyborginstitute.com//people/tychoish/collaboration/</link>
	
	<pubDate>Sun, 27 Sep 2009 17:27:22 -0400</pubDate>
	<dcterms:modified>2009-09-27T21:27:22Z</dcterms:modified>
	
	<description>&lt;h1 id=&quot;thoughtsoncollaboration&quot;&gt;Thoughts on Collaboration&lt;/h1&gt;

&lt;p&gt;The Internet is an amazing tool for information procurement, and
increasingly more of our culture and knowledge is delivered using
Internet technologies: this is pretty easy to grasp. Knowing this,
it&#39;s startling to think that the Internet as information delivery
technology is largely overshadowed by the Internet as a technology
that facilitates collaboration.&lt;/p&gt;

&lt;p&gt;We&#39;re used to technologies like the printing press, radio, television,
the telephone, the xerox machine, etc. vastly expanding the
facilitation of dissemination and spread of information and knowledge,
so it&#39;s easiest to think of the Internet in these terms. At the same
time what makes the Internet so powerful is that it bridges the
distance between people and provides technologies that in making it
easier to &lt;em&gt;share&lt;/em&gt; information, groups of people are able to &lt;em&gt;create&lt;/em&gt;
information on the Internet. &lt;/p&gt;

&lt;p&gt;Open Source and Free Software is a result of this collaboration, for
example, but the Internet is full of examples of communities coming
together to produce information and resources that are bigger than any
one person could create on their own: social networking sites
(ravelry.com, facebook, nings) blogging communities (eg. livejournal,
wordpress.com) wiki-projects (eg. wikipedia, flossmanuals c2-wiki.) In
truth the technologies of the Internet that mediate these projects are
relatively simple. For example: &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Mailing Lists&lt;/p&gt;

&lt;p&gt;Discussion lists are &lt;em&gt;ancient&lt;/em&gt; in the land of the internet, but many
communities function very well with just a mailing list. We are
often overwhelmed by email, but there are many features which
recommend email over newer tools like blogging. Primarily, email is
&quot;pushed&quot; to your members&#39;. Since we generally presume that people
check their email, getting information in email requires less
intention than getting information via blog or wiki, while audience
can remain stable for longer.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Wikis&lt;/p&gt;

&lt;p&gt;Wikis are a great tool for collaborating on a text which is uniquely
digital, uniquely hypertext. While encylcopedists have adopted it to
great effect, the form is flexible, discursive, and highly
interactive. As a result it can be--with proper guidance--a great
tool for collaborative projects, but unguided they often are &lt;em&gt;too&lt;/em&gt;
flexible and underutilized as a result.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Blogs&lt;/p&gt;

&lt;p&gt;The blog is perhaps the easiest technology to use, and use
well. We&#39;re familar with the form if not from other blogs, but from
columns and analog journals. The biggest challenges are keeping blog
posts indexed and useful for more than a few weeks, and learning to
blog as a habit. Blogs make a great experimental space for playing
with new ideas, in addition to recording personal perspectives and
historical contexts.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Messaging&lt;/p&gt;

&lt;p&gt;Before instant messaging, IRC (internet rely chat) provides group
chat experiences that allows collaborators to &quot;talk&quot; things over in
real time, in groups, both as a primary form of communication and as
a &quot;back-channel&quot; for distributing links and other information in
other forms of real time conversations. Often, however, such
messaging can be distracting, and hard to follow for the
uninitiated. Furthermore there are some kinds of projects for which
sporadic telephone calls are more productive. &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Social Networking&lt;/p&gt;

&lt;p&gt;While &quot;work&quot; in the conventional sense isn&#39;t often accomplished on
social networking sites, they do foster community and communication,
and contemporary functionality includes a &quot;feed&quot; of information that
can automatically keep your team in touch with their collective
activities.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Version Control&lt;/p&gt;

&lt;p&gt;Programmers use version control systems (subversion, git, etc.) to
allow a group of people to work on one project concurrently, to
store chronological iterations of their projects so that they can
return to &quot;known working states&quot; if an train of thought leads to a
dead end. The technology is quite simple, but remarkably powerful in
the creation of shared works, while still allowing and respecting
individual contributions. Software engineers use these tools to
great effect, but I&#39;d argue that additional kinds of creators and
creative teams should use version control and similar tools. &lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This isn&#39;t to say that all collaborative tools are perfect and we
don&#39;t need new and more inventive tool to facilitate collaborative
work. I&#39;ve touched on some of the more specific challenges, but
collaboration on the Internet--as a whole--face one major challenge:
one of expectation.&lt;/p&gt;

&lt;p&gt;When we understand how simple technologies are, when we see the great
accomplishments of Internet technologies it&#39;s all to easy to say &quot;well
wouldn&#39;t it be great if I did that,&quot; or &quot;you know, why [my project]
really needs is some good collaborative technology.&quot; It turns out, not
surprisingly, that harnessing the power of collaborative technology
this is much more difficult than simply flipping a few bits on a piece
of software and then waiting for emergent phenomena to develop.&lt;/p&gt;

&lt;p&gt;This challenge, how to facilitate and shepperd a nascent community--even
when that community is all located in one place--can take many
different forms. While the specifics of these challenges form the
basis of much of our work here, and are highly dependent on the goals,
resources, and contexts of individual projects there are some general
themes: &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Communities need editors and moderators to provide leadership and
ensure quality.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Raw information is rarely useful without curated guides and views
onto the data. &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Communities need the flexibility to have wide reaching discussions
and sometimes stray from topic, in order to develop unique
identities.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Beyond an initial set of necessary tools, community needs should
dictate the development of technology, and often fewer tools and
platforms are better than more tools and platforms. &lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
</description>
	
	
</item>
<item>
	
	<title>adaption</title>
	
	
	  <guid>http://cyborginstitute.com//people/tychoish/adaption/</guid>
	
	<link>http://cyborginstitute.com//people/tychoish/adaption/</link>
	
	<pubDate>Sun, 27 Sep 2009 17:27:22 -0400</pubDate>
	<dcterms:modified>2009-09-27T21:27:22Z</dcterms:modified>
	
	<description>&lt;h1 id=&quot;oncustomizationandadaptation&quot;&gt;On Customization and Adaptation&lt;/h1&gt;

&lt;p&gt;One of the applied issues related to cyborg interactions that I find
myself contemplating with some (too much?) frequency is the problem of
customizing your computing interfaces. Problem? Well here are two
arguments that I&#39;ve been considering: &lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Customization of our computers and our computing interface allows
us to work more efficiently and naturally, so that the computer
&lt;em&gt;just works&lt;/em&gt; the way we need it to and doesn&#39;t get in our way. When
I say customization, I mean, tweaking the configurations on your
text editor/editing program, creating shortcuts, using programs
like &lt;a href=&quot;http://quicksilver.blacktree.com&quot;&gt;Quicksilver&lt;/a&gt;
&lt;a href=&quot;http://www.cyborginstitute.com/wiki/emacs&quot;&gt;emacs&lt;/a&gt;, or
&lt;a href=&quot;http://awesome.naquadah.org&quot;&gt;awesome&lt;/a&gt; to shape your environment. &lt;/p&gt;

&lt;p&gt;No matter how geeky you are, though, we all customize our
environment somewhat. Some of us are a bit &lt;em&gt;more&lt;/em&gt; into this than
others, of course, and I&#39;m a big fan of customization, obviously
(or not) but customization isn&#39;t without it&#39;s drawbacks...&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Which are, that customization means additional learning curve, and
increased start-up costs whenever you get a new
computer. Additional learning curve because you have to learn what
a program/system is capable of to begin with, what needs to be
changed in order for you to work better, and then you&#39;d need to
know how to change it. Which takes some know how.&lt;/p&gt;

&lt;p&gt;Increased start up costs are a bit more complex. Basically if you
customize your system/applications, then when you get dropped into
a system that&#39;s new or with which you&#39;re unfamiliar, you have to
spend some time either adjusting back to the defaults or
customizing things to work with your system. The even worse
corollary to this is that you use multiple system you also have to
keep the customizations on all of your systems in sync, other wise,
it&#39;s all sorts of complicated. There are ways to ameliorate these
problems, but they have to be considered. &lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;I, obviously, fall into the &quot;customization is optimal&quot; school of
thought, but the other school--in many circumstances--has a lot of
merit for some users. This is one of the topics that I&#39;ll be exploring
more in these blog posts, that we can
&lt;a href=&quot;http://www.cyborginstitute.com/wiki/contribute/&quot;&gt;discuss&lt;/a&gt; on the
&lt;a href=&quot;http://www.cyborginstitute.com/wiki/&quot;&gt;wiki&lt;/a&gt; and/or that you and I
might discuss in a more applied context if you or your organization
would like to discuss your work and technology with me. In any case, I
look forward to hearing from you!&lt;/p&gt;
</description>
	
	
</item>
<item>
	
	<title>tychoishhistory</title>
	
	
	  <guid>http://cyborginstitute.com//people/tychoish/tychoishhistory/</guid>
	
	<link>http://cyborginstitute.com//people/tychoish/tychoishhistory/</link>
	
	<pubDate>Sun, 27 Sep 2009 17:27:22 -0400</pubDate>
	<dcterms:modified>2010-02-06T17:17:07Z</dcterms:modified>
	
	<description>&lt;h1 id=&quot;abouttychogaren&quot;&gt;About tycho garen&lt;/h1&gt;

&lt;p&gt;Speaking of my byline, I should make clear the tycho garen/Sam
Kleinman distinction. It&#39;s a long story, the origins and reasons of
which aren&#39;t particularly interesting or relevant, but some years ago,
I began to feel uncomfortable with the lack of privacy, and potential
&lt;span class=&quot;createlink&quot;&gt;&lt;a href=&quot;http://cyborginstitute.com/ikiwiki.cgi?page=theory%2Fcontexts&amp;amp;from=people%2Ftychoish%2Ftychoishhistory&amp;amp;do=create&quot; rel=&quot;nofollow&quot;&gt;?&lt;/a&gt;confused contexts&lt;/span&gt; that goes along with
contemporary culture. So I began writing my blog as &lt;em&gt;tycho garen&lt;/em&gt;,
when I publish fiction I use it as a byline. I send emails (by
default) from tycho, I was photographed for a portrait project, and
put tycho garen on the model release (as the name). tycho (never
capitalized, it seems) is even the originator of my PGP key. &lt;/p&gt;

&lt;p&gt;I wouldn&#39;t want to make things as cut and dry as saying that &quot;Sam&quot; is
the &lt;span class=&quot;createlink&quot;&gt;&lt;a href=&quot;http://cyborginstitute.com/ikiwiki.cgi?page=theory%2Fmeatspace&amp;amp;from=people%2Ftychoish%2Ftychoishhistory&amp;amp;do=create&quot; rel=&quot;nofollow&quot;&gt;?&lt;/a&gt;meatspace&lt;/span&gt; identity and tycho is the
cyborg/&lt;a href=&quot;http://cyborginstitute.com//people/tychoish/../../theory/&quot;&gt;cyberspace&lt;/a&gt; identity, though properly
contextualizing my work and relationships is one of the inspirations
for using &quot;tycho.&quot; In the beginning, I suspected that the domains Sam
would work in and the domains that tycho would operate in would be
distinct enough to avoid overlap or collision, but time proves me
wrong. &lt;/p&gt;

&lt;p&gt;If you wondering about the method to the madness regarding how I
choose which moniker to use, here&#39;s my intention: Sam will cover all
of the public-facing and administrative content for the Institute, but
on the wiki I will sign contributions (when appropriate) with tychoish
and a link to this page. Because it only seems fair.&lt;/p&gt;
</description>
	
	
</item>

</channel>
</rss>

