<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Sarah Davies &#187; FOSS</title>
	<atom:link href="http://sarahdavies.cc/category/foss/feed/" rel="self" type="application/rss+xml" />
	<link>http://sarahdavies.cc</link>
	<description>Geek for Good</description>
	<lastBuildDate>Tue, 07 Sep 2010 22:59:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Playing with Processing</title>
		<link>http://sarahdavies.cc/2010/03/18/playing-with-processin/</link>
		<comments>http://sarahdavies.cc/2010/03/18/playing-with-processin/#comments</comments>
		<pubDate>Thu, 18 Mar 2010 23:29:27 +0000</pubDate>
		<dc:creator>Sarah Davies</dc:creator>
				<category><![CDATA[FOSS]]></category>
		<category><![CDATA[information]]></category>
		<category><![CDATA[kim jong-il's righteousness bucket]]></category>
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://sarahdavies.cc/?p=567</guid>
		<description><![CDATA[I&#8217;m back from sxsw! One of the things I was looking forward to futzing with when I got home was an open source program called Processing. It&#8217;s intended to allow programmers to create visualizations of data with basic scripting skills. The ultimate goal is to be able to build crap like this interactive infographic about [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m back from sxsw!  One of the things I was looking forward to futzing with when I got home was an open source program called <a href="http://processing.org" target="_blank">Processing</a>.  It&#8217;s intended to allow programmers to create visualizations of data with basic scripting skills. The ultimate goal is to be able to build crap like this <a href="http://stateoftheunion.onetwothree.net/" target="_blank">interactive infographic about state of the union speeches</a>, because it&#8217;s easier for people to process large amounts of information if they are presented visually.  Here&#8217;s a hello world I mocked up last night (from a tutorial on Daniel Shiffman&#8217;s excellent site, <a href="http://www.learningprocessing.com" target="_blank">Learning Processing</a>):</p>
<p><EMBED type="application/x-java-applet" width="550" height="406" align="baseline" archive="http://sarahdavies.cc/processing/sketch_mar18a.jar" standby="Loading Processing software..." codebase="http://java.sun.com/update/1.5.0/jinstall-1_5_0_15-windows-i586.cab" code="sketch_mar18a" mayscript="true" scriptable="true" image="http://sarahdavies.cc/processing/loading.gif" boxmessage="Loading Processing software..." boxcolor="#FFFFFF"><br />
<NOEMBED><br />
  No Java 2 SDK, Standard Edition v 1.4.1 support for APPLET!!<br />
</NOEMBED><br />
</EMBED></p>
<p>	Source code: <a href="http://sarahdavies.cc/processing/sketch_mar18a.pde">sketch_mar18a</a> </p>
<p>It requires java, so if you can&#8217;t see it, that&#8217;s why.</p>
]]></content:encoded>
			<wfw:commentRss>http://sarahdavies.cc/2010/03/18/playing-with-processin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Accessible JavaScript Techniques</title>
		<link>http://sarahdavies.cc/2010/03/14/accessible-javascript-techniques/</link>
		<comments>http://sarahdavies.cc/2010/03/14/accessible-javascript-techniques/#comments</comments>
		<pubDate>Sun, 14 Mar 2010 16:52:50 +0000</pubDate>
		<dc:creator>Sarah Davies</dc:creator>
				<category><![CDATA[FOSS]]></category>
		<category><![CDATA[SxSW]]></category>
		<category><![CDATA[accessibility]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[the intarwebs]]></category>

		<guid isPermaLink="false">http://sarahdavies.cc/?p=534</guid>
		<description><![CDATA[I&#8217;m at a sxsw panel on accessible javascript. Here are the presenters: Patrick FoxRazorfish Becky GibsonIBM Accessibility is all around us in the real world &#8211; curb cuts, access ramps, closed captioning. Accessibility is and should be ubiquitous. Accessibility benefits all of us &#8211; we watch closed captions when we&#8217;re watching a basketball game in [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m at a sxsw panel on accessible javascript.  Here are the presenters:</p>
<table cellpadding="5">
<tr>
<td valign="top">
							<img align="top" alt="41825_thumb" src="http://my.sxsw.com/images/site-specific/presenters/avatars/41825/41825_thumb.png?1267653816" />
						</td>
<td valign="top">
<p>								Patrick Fox<br/>Razorfish</p>
</td>
</tr>
<tr>
<td valign="top">
							<img align="top" alt="41826_thumb" src="http://my.sxsw.com/images/site-specific/presenters/avatars/41826/41826_thumb.png?1267653817" />
						</td>
<td valign="top">
<p>								Becky Gibson<br/>IBM
						</td>
</tr>
</table>
<p>Accessibility is all around us in the real world &#8211; curb cuts, access ramps, closed captioning.  Accessibility is and should be ubiquitous.  Accessibility benefits all of us &#8211; we watch closed captions when we&#8217;re watching a basketball game in a bar, we use curb cuts for strollers and bikes.</p>
<p>Semantic HTML is the foundation of accessibility.  Your markup should indicate where headings, menus, links, etc. are. The essential part of making javascript accessible is to start with a normal page with good markup, and add the javascript afterward in such a way that the page looks normal with javascript turned off.</p>
<p>The sxsw website, for example, is completely reliant on javascript for its functionality.  It&#8217;s unusable with javascript turned off. Also, rather than identifying the links as links, they are divs with a javascript &#8220;onclick&#8221; command.  They should at the very least have anchor links.</p>
<p>You can use style sheets to show content if the user has javascript disabled, and hide it if the user has javascript enabled.</p>
<p>You should provide both mouse and keyboard events so that users can navigate with keyboard only.</p>
<p>Don&#8217;t mess with the functionality of the browser &#8211; don&#8217;t change how the up and down keys work, how the tab key works, etc.</p>
<p>There is a program called WAI-ARIA that is working on making web 2.0 accessible. It transmits data to assistive technologies (ATs) like screen readers informing the AT what sort of element it is looking at.  So if you have a menu with collapsible sections, the AT would recognize that and alert the user. </p>
<p>ARIA also makes items &#8220;focusable,&#8221; meaning the AT can look at specific elements using tabindex.</p>
<p>ARIA can alert the user if ajax has updated any part of the page.  Users can turn off the updates, make them &#8220;polite&#8221; &#8211; meaning that it waits until the AT is done reading or completing it&#8217;s current task, or make them &#8220;assertive&#8221; &#8211; meaning that it interrupts whatever is going on.</p>
<p>Examples of ajax updates would be autosaving a blog post and new email arrival. A screen reader user set on &#8220;polite&#8221; would hear that they have new mail after the screen reader finished reading out the email that it is currently reading.</p>
<p>ARIA works on JAWS 10 and Firefox 3.</p>
<p>To interface with ARIA, your page should have different regions which are identified by a &#8220;role&#8221; attribute, such as &#8220;main,&#8221; &#8220;banner,&#8221; or &#8220;navigation.&#8221; When the user looks at the page with a screen reader, the screen reader will tell the user what regions are on the page and allow the user to choose a region using the keyboard.  The page can indicate to ARIA which regions are &#8220;live,&#8221; meaning that they might be updated by javascript or ajax.  ARIA will watch those regions and alert the user if they change.</p>
<p>However, the page should still determine whether the user has javascript turned on, and serve them a static page if they do not.</p>
<p>Coding for ARIA does take more time, but JavaScript Toolkits have ARIA integrated so that it happens automatically.</p>
<p>Dojo is an open source javascript toolkit that fully supports ARIA.</p>
]]></content:encoded>
			<wfw:commentRss>http://sarahdavies.cc/2010/03/14/accessible-javascript-techniques/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Beyond LAMP: Scaling Websites Past MySQL</title>
		<link>http://sarahdavies.cc/2010/03/14/beyond-lamp-scaling-websites-past-mysql/</link>
		<comments>http://sarahdavies.cc/2010/03/14/beyond-lamp-scaling-websites-past-mysql/#comments</comments>
		<pubDate>Sun, 14 Mar 2010 15:28:58 +0000</pubDate>
		<dc:creator>Sarah Davies</dc:creator>
				<category><![CDATA[FOSS]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[SxSW]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[the intarwebs]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://sarahdavies.cc/?p=529</guid>
		<description><![CDATA[I&#8217;m at a sxsw panel on scaling websites. Here are the speakers: Serkan PiantinoFacebook Inc Alan SchaafImgur LLC Kevin WeilTwitter Christopher Slowe Reddit Jason KincaidTechCrunch Imgur was released a year ago on Reddit. It was on a shared hosting plan. It lasted two days before the site was terminated for generating too much traffic. The [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m at a sxsw panel on scaling websites.  Here are the speakers:</p>
<table cellpadding="5">
<tr>
<td valign="top">
							<img align="top" alt="50607_thumb" src="http://my.sxsw.com/images/site-specific/presenters/avatars/50607/50607_thumb.png?1268041678" />
						</td>
<td valign="top">
<p>								Serkan Piantino<br/>Facebook Inc </p>
</td>
</tr>
<tr>
<td valign="top">
							<img align="top" alt="50608_thumb" src="http://my.sxsw.com/images/site-specific/presenters/avatars/50608/50608_thumb.png?1268041679" />
						</td>
<td valign="top">
<p>								Alan Schaaf<br/>Imgur LLC</p>
</td>
</tr>
<tr>
<td valign="top">
							<img align="top" alt="50609_thumb" src="http://my.sxsw.com/images/site-specific/presenters/avatars/50609/50609_thumb.png?1268041680" />
						</td>
<td valign="top">
<p>								Kevin Weil<br/>Twitter</p>
</td>
</tr>
<tr>
<td valign="top">
<p>							<img align="top" alt="Missing_thumb" src="http://my.sxsw.com/images/site-specific/presenters/avatars/missing/missing_thumb.png?1265359436" />
						</td>
<td valign="top">
<p>							    Christopher Slowe <br/> Reddit</p>
</td>
</tr>
<tr>
<td valign="top">
							<img align="top" alt="50611_thumb" src="http://my.sxsw.com/images/site-specific/presenters/avatars/50611/50611_thumb.png?1268041680" />
						</td>
<td valign="top">
<p>								Jason Kincaid<br/>TechCrunch
						</td>
</tr>
</table>
<p>Imgur was released a year ago on Reddit.  It was on a shared hosting plan.  It lasted two days before the site was terminated for generating too much traffic.  The site went down.  Imgur moved to Mediatemple. That lasted three weeks, so they moved again, and again.  Imgur moved four or five times in four months, scaling up to a better server with more bandwidth.  Imgur went to foxhole.net, a content delivery network, because they have servers all over the world.  That allowed the devs to concentrate on making the site faster rather than keeping the servers up.</p>
<p>Reddit is running on EC2 using about 50 machines. They have 20 app servers.  They got a big speed boost by going single-threaded. They use Postgress and memcache. </p>
<p>Twitter started as a rails application tied to a single MySQL database.  They have an open source queuing system, so they can do asynchronous processing. </p>
<p>A lot of the core architecture behind Facebook is still LAMP.  They run newsfeed, ads, and search all on separate servers.  On Facebook, you&#8217;re typically friends with 0-5000 people, whereas on Twitter you can follow millions of people, so they can render everything on the fly where Twitter can&#8217;t.</p>
<p><strong>What is Reddit using for indexing?</strong><br />
They roll their own indeces using memcachedb. They are getting a .02% failure rate with that.<br />
<strong><br />
At what point are LAMP stacks not enough?</strong><br />
Knowing when a machine needs to be replaced is tough.  Facebook has a monitoring system set up with alerts and teams dedicated to figuring out where they will have scaling problems before they have them.  Monitor.  Monitor.  Monitor. </p>
<p><strong>How do you scale search?</strong><br />
Search is really hard.  The metric you are measured against is Google, which is a ridiculous standard. Reddit does about two queries per second.  Getting quality results is really hard to tweak.  It&#8217;s very qualitative in terms of what is &#8220;good&#8221; search.  </p>
<p><strong>What was the first thing that blew up?</strong><br />
Imgur had apache blow up first.  &#8220;It was like trying to hammer a nail with a sledgehammer.&#8221; Twitter originally put the whole social graph in a MySQL database, but it was getting into the billions of rows.  They had to build their own social graph store. They are in the process of open sourcing it.</p>
<p><strong>What modules is Facebook using to convert PHP to C++?</strong><br />
They built a project called hiphop which compiles all their php down to binary C++.  There are whitepapers about it, and it&#8217;s open source.</p>
<p><strong>How do you deal with deployment?</strong><br />
Facebook and Twitter use BitTorrent to deploy builds to all their servers, cutting deployment from 12 minutes down to 30 seconds. Reddit cobbled something together in perl.</p>
<p><strong>Why haven&#8217;t any of you used proprietary databases?</strong><br />
We prefer to work with open source.  As you deal with scaling problems, you have to peak under the hood and see what you can tweak.  Calling a vendor is a pain.  Oracle is expensive.  We like to be nimble and play well with the community.</p>
]]></content:encoded>
			<wfw:commentRss>http://sarahdavies.cc/2010/03/14/beyond-lamp-scaling-websites-past-mysql/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>The Future of Nonprofit Communications</title>
		<link>http://sarahdavies.cc/2009/04/07/the-future-of-nonprofit-communications/</link>
		<comments>http://sarahdavies.cc/2009/04/07/the-future-of-nonprofit-communications/#comments</comments>
		<pubDate>Tue, 07 Apr 2009 15:00:56 +0000</pubDate>
		<dc:creator>Sarah Davies</dc:creator>
				<category><![CDATA[FOSS]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[creative commons]]></category>
		<category><![CDATA[nonprofit]]></category>
		<category><![CDATA[nptech]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://sarahdavies.cc/?p=237</guid>
		<description><![CDATA[Erica Mills asked me to give a talk on the future of nonprofit communications for her UW Extension class on nonprofit management. I went over Twitter, Facebook, blogging, promotion, and tips on finding a job. Here&#8217;s the video: And the slides: The Future of Nonprofit Communications View more presentations from sarahdavies.cc. And here are links [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.linkedin.com/in/ericamills" target="_blank">Erica Mills</a> asked me to give a talk on the future of nonprofit communications for her UW Extension class on nonprofit management.  I went over Twitter, Facebook, blogging, promotion, and tips on finding a job.  Here&#8217;s the video:</p>
<p><img src="http://sarahdavies.cc/wp-content/plugins/flash-video-player/default_video_player.gif" /></p>
<p>And the slides:</p>
<div style="width:425px;text-align:left" id="__ss_1256143"><a style="font:14px Helvetica,Arial,Sans-serif;display:block;margin:12px 0 3px 0;text-decoration:underline;" href="http://www.slideshare.net/sarahdavies.cc/the-future-of-nonprofit-communications?type=powerpoint" title="The Future of Nonprofit Communications">The Future of Nonprofit Communications</a><object style="margin:0px" width="425" height="355"><param name="movie" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=uwtalk-090406151850-phpapp02&#038;stripped_title=the-future-of-nonprofit-communications" /><param name="allowFullScreen" value="true"/><param name="allowScriptAccess" value="always"/><embed src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=uwtalk-090406151850-phpapp02&#038;stripped_title=the-future-of-nonprofit-communications" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="355"></embed></object>
<div style="font-size:11px;font-family:tahoma,arial;height:26px;padding-top:2px;">View more <a style="text-decoration:underline;" href="http://www.slideshare.net/">presentations</a> from <a style="text-decoration:underline;" href="http://www.slideshare.net/sarahdavies.cc">sarahdavies.cc</a>.</div>
</div>
<p>And here are links to some of the resources mentioned in the talk:</p>
<p><a href="http://www.creativecommons.org" target="_blank">Creative Commons</a><br />
<a href="http://www.youtube.com/watch?v=NhimdwoWM5A" target="_blank">Creative Commons &#8220;Wanna Work Together?&#8221; video</a><br />
<a href="http://www.youtube.com/watch?v=ddO9idmax0o" target="_blank">Twitter in Plain English video</a><br />
<a href="http://apps.facebook.com/causes/223?m=4a83263b" target="_blank">Human Rights Campaign Facebook Cause</a><br />
<a href="http://www.youtube.com/watch?v=0klgLsSxGsU" target="_blank">RSS in Plain English video</a><br />
<a href="http://www.youtube.com/watch?v=w4S9wjuJPk8" target="_blank">Cory Doctorow on how to be an uber blogger video</a><br />
<a href="http://www.amazon.com/Flip-Video-MinoHD-Camcorder-Minutes/dp/B001HSOFI2" target="_blank">Flip video camera</a><br />
Books: <a href="http://www.amazon.com/Getting-Things-Done-Stress-Free-Productivity/dp/0142000280/ref=pd_bbs_sr_1?ie=UTF8&#038;s=books&#038;qid=1239052431&#038;sr=8-1" target="_blank">Getting Things Done</a> and <a href="http://www.amazon.com/4-Hour-Workweek-Escape-Live-Anywhere/dp/0307353133/ref=sr_1_1?ie=UTF8&#038;s=books&#038;qid=1239052459&#038;sr=1-1" target="_blank">Four Hour Work Week</a><br />
<a href="http://www.linkedin.com" target="_blank">LinkedIn</a><br />
<a href="http://www.igniteseattle.com/" target="_blank">Ignite Seattle</a><br />
<a href="http://www.igniteportland.com/" target="_blank">Ignite Portland</a><br />
<a href="http://barcamp.org/BarCampSeattle" target="_blank">BarCamp Seattle</a><br />
<a href="http://barcamp.org/BarCampPortland" target="_blank">BarCamp Portland</a><br />
Audience suggestion: <a href="http://www.pecha-kucha.org/cities/seattle" target="_blank">Pecha Kucha Seattle</a> and <a href="http://www.pecha-kucha.org/cities/portland-oregon" target="_blank">Pecha Kucha Portland</a><br />
<a href="http://www.saturdayhouse.org/" target="_blank">Saturday House</a></p>
<p>I could talk about this stuff all day long.  I&#8217;ll be at the 2009 Nonprofit Technology Conference, so feel free to connect with me there or ping me on Twitter.</p>
]]></content:encoded>
			<wfw:commentRss>http://sarahdavies.cc/2009/04/07/the-future-of-nonprofit-communications/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vote for my Drupal panel at SxSW!</title>
		<link>http://sarahdavies.cc/2008/08/08/vote-for-my-drupal-panel-at-sxsw/</link>
		<comments>http://sarahdavies.cc/2008/08/08/vote-for-my-drupal-panel-at-sxsw/#comments</comments>
		<pubDate>Fri, 08 Aug 2008 16:43:37 +0000</pubDate>
		<dc:creator>Sarah Davies</dc:creator>
				<category><![CDATA[ACLU]]></category>
		<category><![CDATA[Drupal]]></category>
		<category><![CDATA[FOSS]]></category>
		<category><![CDATA[SxSW]]></category>
		<category><![CDATA[YAY]]></category>
		<category><![CDATA[nptech]]></category>

		<guid isPermaLink="false">http://sarahdavies.cc/?p=88</guid>
		<description><![CDATA[If you&#8217;re coming to SxSW, then you are allowed to vote at their oh-so-democratic panel picker. My panel is called Start to Finish Drupal Redesign, and you can vote for it now! Bug fighting Drupal drop by Senpai ACLU of Washington is currently in the thick of a Drupal redesign, made all the more complicated [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re coming to SxSW, then you are allowed to vote at their oh-so-democratic <a href="http://panelpicker.sxsw.com/">panel picker</a>.</p>
<p>My panel is called Start to Finish Drupal Redesign, and you can <a href="http://panelpicker.sxsw.com/ideas/view/791" target="_blank">vote for it now</a>!<br />
<center><a href="http://panelpicker.sxsw.com/ideas/view/791" target="_blank"><img src="http://sarahdavies.cc/wp-content/uploads/2008/08/drupal_31.jpg" alt="" title="Drupal bug fighting" style="margin-bottom:0px;" /></a> <br /><small><i>Bug fighting Drupal drop by <a href="http://groups.drupal.org/user/4009" target="_blank">Senpai</a></i></small></center></p>
<p><a href="http://aclu-wa.org" target="_blank">ACLU of Washington</a> is currently in the thick of a Drupal redesign, made all the more complicated by the fact that we&#8217;re nuts about privacy and accessibility, so we&#8217;re going to have to modify Drupal quite a bit to account for those things.  We&#8217;ve put resources into creating a very technical detailed case study of how this project was (will have been?) accomplished, so that others may learn from our vast wisdom (many more others if you go <a href="http://panelpicker.sxsw.com/ideas/view/791" target="_blank">vote for the panel</a>.  See those stars at the top?  Click on the fifth one.  Tell your friends!).  </p>
<p>[Edited to add: Also give some love to my friend <a href="http://panelpicker.sxsw.com/ideas/view/1338" target="_blank">Tim</a> <a href="http://panelpicker.sxsw.com/ideas/view/1114" target="_blank">Hwang</a> of ROFLCon fame, and the fabulous <a href="http://beth.typepad.com/beths_blog/2008/08/vote-for-all-th.html" target="_blank">nonprofit tech folks</a>!]</p>
]]></content:encoded>
			<wfw:commentRss>http://sarahdavies.cc/2008/08/08/vote-for-my-drupal-panel-at-sxsw/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Free Software Geekery</title>
		<link>http://sarahdavies.cc/2008/06/07/free-software-geekery/</link>
		<comments>http://sarahdavies.cc/2008/06/07/free-software-geekery/#comments</comments>
		<pubDate>Sat, 07 Jun 2008 10:06:45 +0000</pubDate>
		<dc:creator>Sarah Davies</dc:creator>
				<category><![CDATA[FOSS]]></category>

		<guid isPermaLink="false">http://blog.sarahdavies.cc/?p=70</guid>
		<description><![CDATA[Being the hopeless Free Software groupie that I am, I was checking out Benjamin Mako Hill&#8217;s (fairly) recent blog endeavor Revealing Errors, which mentioned Seth Schoen, whom I met while visiting EFF last summer. I checked them both out on Wikipedia, and in following random links, as I am wont to do, I ran across [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://tbn0.google.com/images?q=tbn:PSOcN-x7v07zIM:http://ceos.dal-acm.ca/Speakers/Mako.png"><img src="http://tbn0.google.com/images?q=tbn:6hx1UHCUfDSS7M:http://www.craphound.com/images/sethusc.jpg"><img src="http://tbn0.google.com/images?q=tbn:AqNAXcWLHE-aOM:http://www.softpanorama.org/People/Stallman/Images/saintignucius.jpg">Being the hopeless Free Software groupie that I am, I was checking out Benjamin Mako Hill&#8217;s (fairly) recent blog endeavor <a href="http://revealingerrors.com/" target="_blank">Revealing Errors</a>, which mentioned Seth Schoen, whom I met while visiting <a href="http://eff.org">EFF</a> last summer.  I checked them both out on Wikipedia, and in following random links, as I am wont to do, I ran across the rather hilarious <a href="http://en.wikipedia.org/wiki/Free_Software_Song">audio recording of Richard Stallman <i>singing</i> to implore hackers to join the Free Software Movement</a>!</p>
<p>While I don&#8217;t disagree with the philosophical premise of the lyrics, I do think that it makes RMS&#8217; hippie reputation somewhat justified.  I&#8217;m tempted to write up some free software songs of my own and start up a youtube channel, if only to restore our good name!</p>
]]></content:encoded>
			<wfw:commentRss>http://sarahdavies.cc/2008/06/07/free-software-geekery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Open-Source Boob Project</title>
		<link>http://sarahdavies.cc/2008/04/23/the-open-source-boob-project/</link>
		<comments>http://sarahdavies.cc/2008/04/23/the-open-source-boob-project/#comments</comments>
		<pubDate>Thu, 24 Apr 2008 04:50:51 +0000</pubDate>
		<dc:creator>Sarah Davies</dc:creator>
				<category><![CDATA[FOSS]]></category>
		<category><![CDATA[life]]></category>

		<guid isPermaLink="false">http://blog.sarahdavies.cc/?p=62</guid>
		<description><![CDATA[&#8220;You can touch my boobs,&#8221; she said to all of us in the hallway. &#8220;It&#8217;s no big deal.&#8221; Livejournal is in a rage today over this post and this clarification. Apparently there was a mixed-gender group of people at ConFusion and then later PenguinCon who put forth the idea that people who support open content [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>&#8220;You can touch my boobs,&#8221; she said to all of us in the hallway. &#8220;It&#8217;s no big deal.&#8221; </p></blockquote>
<p>
Livejournal is in a rage today over <a href="http://theferrett.livejournal.com/1087686.html" target="_blank">this post</a> and <a href="http://theferrett.livejournal.com/1088382.html" target="_blank">this clarification</a>.
</p>
<p>
Apparently there was a mixed-gender group of people at ConFusion and then later PenguinCon who put forth the idea that people who support open content and open software might be amenable to consensual open sexuality, specifically getting felt up.
</p>
<p>
As I have two X chromosomes and I&#8217;m attending LinuxFest Northwest this weekend, I feel obliged to comment.
</p>
<p>
There is definitely a lack of diversity within the American open source community, particularly gender diversity.  There is certainly awkwardness and avoidance around the topic of sexuality.  I don&#8217;t think either of those things are healthy. Humanity is diverse and sexual.  The open source community would do well to accept this fact and attempt to rectify some of it&#8217;s shortcomings.
</p>
<p>
I think that many women agree with open source principles, if only because women tend to be more liberal and idealistic than men.  And what is open source if not liberal and idealistic?  Women do not, however, feel (generally) that their time is best spent debugging code for hours on end.  What the open source community has failed to emphasize is the plethora of non-coding work that needs to be done.  We <i>need</i> graphic designers, god help us.  We need people to manage projects, to come up with new features, to do usability testing.
</p>
<p>
I have known very few other women who code.  I have known many women, however, who enjoy spending their volunteer time building community tools.  We, as the open source community, must reach out to these women and invite them into our projects and our conventions.
</p>
<p>
As far as sexuality is concerned, I think this problem is not specific to the open source community.  This is a problem with America in general.  We focus on sexuality as the pinnacle of self-worth, and the bottomless pit of sin.  The open source community is built of smart people, and my hope is that they will outpace the general public in ridding themselves of these perceptions, but I think diversity of gender and sexual orientation must be a precursor to that exorcism.</p>
]]></content:encoded>
			<wfw:commentRss>http://sarahdavies.cc/2008/04/23/the-open-source-boob-project/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Open Source for Nonprofits at 2008 Nonprofit Technology Conference</title>
		<link>http://sarahdavies.cc/2008/03/19/open-source-for-nonprofits-at-2008-nonprofit-technology-conference/</link>
		<comments>http://sarahdavies.cc/2008/03/19/open-source-for-nonprofits-at-2008-nonprofit-technology-conference/#comments</comments>
		<pubDate>Wed, 19 Mar 2008 20:02:39 +0000</pubDate>
		<dc:creator>Sarah Davies</dc:creator>
				<category><![CDATA[08NTC]]></category>
		<category><![CDATA[FOSS]]></category>
		<category><![CDATA[NOSI]]></category>
		<category><![CDATA[nptech]]></category>

		<guid isPermaLink="false">http://blog.sarahdavies.cc/2008/03/19/open-source-for-nonprofits-at-2008-nonprofit-technology-conference/</guid>
		<description><![CDATA[This session was moderated by Michelle Murrain of Nonprofit Open Source Initiative. We went around the room and talked about why we are interested in open source, including: community participation financial cost ease of use scalability customization ethical benefits toward community use in academia sustainability better crm and cms tools Question: If someone distributes open [...]]]></description>
			<content:encoded><![CDATA[<p><img src='http://blog.sarahdavies.cc/wp-content/uploads/2008/03/nosi.jpg' alt='NOSI'/><br />
This session was moderated by Michelle Murrain of <a href="http://nosi.net" target="_blank">Nonprofit Open Source Initiative</a>.</p>
<p>We went around the room and talked about why we are interested in open source, including:</p>
<ul>
<li>
community participation
</li>
<li>
financial cost
</li>
<li>
ease of use
</li>
<li>
scalability
</li>
<li>
customization
</li>
<li>
ethical benefits toward community
</li>
<li>
use in academia
</li>
<li>
sustainability
</li>
<li>
better crm and cms tools
</li>
</ul>
<p><strong>Question:</strong><br />
If someone distributes open source software, who does the support?<br />
<br />
<strong>Answer:</strong><br />
That&#8217;s one of the problems with open source, there is no way to ensure support for every product.  However, large products have huge support communities, and there are companies popping up recently to provide support for open source at a charge.</p>
<p><strong>Question:</strong><br />
What is Drupal?<br />
<br />
<strong>Answer:</strong><br />
Drupal is a content management system with a huge community around it.  More information is available at <a href="http://drupal.org" target="_blank">drupal.org</a>.</p>
<p><strong>Question:</strong><br />
Is there a site that compares open source cms tools?<br />
<br />
<strong>Answer:</strong><br />
Yes! <a href="http://socialsourcecommons.org/" target="_blank">Social Source Commons</a>, <a href="http://Opensourcecms.com" target="_blank">Opensourcecms.com</a> and <a href="http://cmsmatrix.org" target="_blank">cmsmatrix.org</a></p>
<p><strong>Question: </strong><br />
Why do people feel that choosing open source software is a philosophical decision?<br />
<br />
<strong>Answer: </strong><br />
Support for community.  Open standards.  Global community.  Best practices come from a multitude of voices.  </p>
<p><strong>Question: </strong><br />
Is there an open source solution to targeted email advocacy?<br />
<br />
<strong>Answer: </strong><br />
Not yet.  Most proprietary solutions are using CapWiz, which is also proprietary.</p>
<p><strong>Question: </strong><br />
Is there an open source solution to virtualization?<br />
<br />
<strong>Answer: </strong><br />
Virtual Box</p>
<p><strong>Question: </strong><br />
Why does open source have such poor documentation?<br />
<br />
<strong>Answer: </strong><br />
There is a misconception that in order to contribute to the open source movement, you have to be a developer, but in fact, they need writers, marketers, and especially people who can translate between geek and English.</p>
<p><strong>Question: </strong><br />
Is the Asterisk phone system time consuming?<br />
<br />
<strong>Answer: </strong><br />
Yes it is, but once you&#8217;ve got it up and running, it works very well for call centers or automated phone systems.  And there are companies that provide paid support, so you have a backup if something goes wrong.</p>
<p><strong>Question: </strong><br />
Is there an open source version of Skype?<br />
<br />
<strong>Answer: </strong><br />
There is OpenWengo, but it&#8217;s not very stable yet.</p>
<p><strong>Question: </strong><br />
How do you pick an open source solution?<br />
<br />
<strong>Answer: </strong><br />
Play with it, read the <a href="http://nosi.net" target="_blank">NOSI Primer</a>, and get to know the community and make sure you like them.</p>
]]></content:encoded>
			<wfw:commentRss>http://sarahdavies.cc/2008/03/19/open-source-for-nonprofits-at-2008-nonprofit-technology-conference/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2008: Web 2.0 Companies I Couldn’t Live Without</title>
		<link>http://sarahdavies.cc/2008/01/02/2008-web-20-companies-i-couldn%e2%80%99t-live-without/</link>
		<comments>http://sarahdavies.cc/2008/01/02/2008-web-20-companies-i-couldn%e2%80%99t-live-without/#comments</comments>
		<pubDate>Wed, 02 Jan 2008 20:03:39 +0000</pubDate>
		<dc:creator>Sarah Davies</dc:creator>
				<category><![CDATA[FOSS]]></category>
		<category><![CDATA[life]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://blog.sarahdavies.cc/2008/01/02/2008-web-20-companies-i-couldn%e2%80%99t-live-without/</guid>
		<description><![CDATA[Taking a page from the TechCrunch book, here is the list of Web 2.0 companies that I use everyday and couldn&#8217;t live without. My productivity and general ability to manage my own life would utterly fail without these technologies: Firefox The reason I use Firefox is that it is exceptionally good at getting me the [...]]]></description>
			<content:encoded><![CDATA[<p>Taking a page from the <a href="http://www.techcrunch.com/2008/01/01/2008-web-20-companies-i-couldnt-live-without/" target="_blank">TechCrunch</a> book, here is the list of Web 2.0 companies that I use everyday and couldn&#8217;t live without. My productivity and general ability to manage my own life would utterly fail without these technologies:</p>
<table>
<tr>
<td><strong><a href="http://www.mozilla.com/firefox/" target="_blank">Firefox</a></strong><br />
The reason I use Firefox is that it is exceptionally good at getting me the information I need in the manner in which I want it.  I strip out ads with <a href="http://adblock.mozdev.org/" target="_blank">Adblock</a>.  I can dissect, identify, and (temporarily) change nearly every aspect of the pages I&#8217;m looking at with <a href="https://addons.mozilla.org/firefox/addon/60" target="_blank">Web Developer</a>.  I spend a majority of my day staring at Firefox.
<p>&nbsp;</p>
</td>
<td><a href="http://www.mozilla.com/firefox/" title="Firefox" target="_blank"><img src="http://blog.sarahdavies.cc/wp-content/uploads/2008/01/images.thumbnail.jpg" alt="Firefox" border="0" /></a></td>
</tr>
<tr>
<td><strong><a href="http://gmail.com" target="_blank">Gmail</a>, <a href="http://google.com/reader" target="_blank">Google Reader</a>, and <a href="http://google.com/calendar" target="_blank">Google Calendar</a></strong><br />
These three apps manage a vast majority of my day-to-day craziness &#8211; three email accounts, twelve color-coded calendars, and an average of 2,672 blog posts each month.  I don&#8217;t like the fact that my personal information is being surveilled and monitored by unknown parties.  It scares me.  But missing a board meeting or a day-care pick up because all my information isn&#8217;t in one place scares me more.
<p>&nbsp;</p>
</td>
<td><a href="http://google.com/" title="Google" target="_blank"><img src="http://blog.sarahdavies.cc/wp-content/uploads/2008/01/images1.jpg" alt="Google" /></a></td>
</tr>
<tr>
<td><strong><a href="http://www.getmiro.com/" title="Miro" target="_blank">Miro</a></strong><br />
Miro is an open source video delivery program.  It subscribes to all the video feeds I like, downloads them automatically as soon as they are published, and then then patiently keeps them ready and waiting and meticulously filed until I&#8217;m exhausted and need to veg out and be entertained.
<p>&nbsp;</p>
</td>
<td><a href="http://www.getmiro.com/" title="Miro" target="_blank"><img src="http://blog.sarahdavies.cc/wp-content/uploads/2008/01/images2.thumbnail.jpg" alt="Miro" /></a></td>
</tr>
<tr>
<td><strong><a href="http://www.wordpress.org/" target="_blank">WordPress</a></strong><br />
WordPress is one of the most awesome pieces of software I have ever used.  Literally.  It inspires awe in me.  It&#8217;s a huge open source project.  It has been looked at by thousands of coder eyeballs which means the code running it is flawless, efficient, best-practice code.  It is third-grader-easy to learn.  It&#8217;s the most powerful blogging engine in existence.  It&#8217;s reliable.  It can run on just about any web server.  And I can customize it until the cows come home because all the code is open.
<p>&nbsp;</p>
</td>
<td><a href="http://www.wordpress.org/" title="WordPress" target="_blank"><img src="http://blog.sarahdavies.cc/wp-content/uploads/2008/01/wordpresssmall10.jpg" alt="WordPress" /></a></td>
</tr>
</table>
]]></content:encoded>
			<wfw:commentRss>http://sarahdavies.cc/2008/01/02/2008-web-20-companies-i-couldn%e2%80%99t-live-without/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Huge props to Michelle Murrain and NOSI!</title>
		<link>http://sarahdavies.cc/2007/10/09/huge-props-to-michelle-murrain-and-nosi/</link>
		<comments>http://sarahdavies.cc/2007/10/09/huge-props-to-michelle-murrain-and-nosi/#comments</comments>
		<pubDate>Tue, 09 Oct 2007 22:12:39 +0000</pubDate>
		<dc:creator>Sarah Davies</dc:creator>
				<category><![CDATA[FOSS]]></category>
		<category><![CDATA[NOSI]]></category>
		<category><![CDATA[nptech]]></category>

		<guid isPermaLink="false">http://blog.sarahdavies.cc/?p=5</guid>
		<description><![CDATA[Just read the new Open Source Primer from Nonprofit Open Source Initiative written by Michelle Murrain. The primer does an incredibly thorough and fair job of weighing the economic, temporal, and philosophical benefits of proprietary and open source software. It also documents case studies from front runners in open source software development and small nonprofits [...]]]></description>
			<content:encoded><![CDATA[<p>Just read the new <a href="http://nosi.net/projects/primer" target="_blank">Open Source Primer</a> from <a href="http://nosi.net" target="_blank">Nonprofit Open Source Initiative</a> written by Michelle Murrain.  The primer does an incredibly thorough and fair job of weighing the economic, temporal, and philosophical benefits of proprietary and open source software.  It also documents case studies from front runners in open source software development and small nonprofits who are just starting to use Linux.  My favorite passage:</p>
<blockquote><p> Community ownership of software is also in itself consonant with the missions of many nonprofit organizations, whose role is in strengthening community. By using tools that are owned by everyone, you know that you aren&#8217;t building your work in a way that depends on or benefits any one corporation or institution, but building your work in a way that benefits everyone.</p></blockquote>
<p>This is a well written and well researched opus that will benefit the nonprofit community hugely in the years to come.  Bravo!</p>
<p><small>Cross-posted to <a href="http://www.freedomforip.org/blog" target="_blank">Freedom for IP</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://sarahdavies.cc/2007/10/09/huge-props-to-michelle-murrain-and-nosi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
