<?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>The Savvy Technologist &#187; wiki</title>
	<atom:link href="http://technosavvy.org/tag/wiki/feed/" rel="self" type="application/rss+xml" />
	<link>http://technosavvy.org</link>
	<description>Great teaching and learning with technology</description>
	<lastBuildDate>Sat, 07 May 2011 04:55:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>Twitterator loves DabbleDB</title>
		<link>http://technosavvy.org/2008/04/19/twitterator-loves-dabbledb/</link>
		<comments>http://technosavvy.org/2008/04/19/twitterator-loves-dabbledb/#comments</comments>
		<pubDate>Sat, 19 Apr 2008 22:22:20 +0000</pubDate>
		<dc:creator>Tim Wilson</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[dabbledb]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[twitterator]]></category>
		<category><![CDATA[wiki]]></category>

		<guid isPermaLink="false">http://technosavvy.org/?p=529</guid>
		<description><![CDATA[I&#8217;ve made a few tweaks to Twitterator over the last couple days, the most significant of which is a measure of compatibility with DabbleDB. If you create a basic DabbleDB database with a single column of twitter usernames, you can specify the URL to the .txt or .csv versions of your database and Twitterator will [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve made a few tweaks to <a href="http://twitterator.org/">Twitterator</a> over the last couple days, the most significant of which is a measure of compatibility with <a href="http://dabbledb.com/">DabbleDB</a>. If you create a basic DabbleDB database with a single column of twitter usernames, you can specify the URL to the <code>.txt</code> or <code>.csv</code> versions of your database and Twitterator will add them to your list of <a href="http://twitter.com/">Twitter</a> friends.</p>
<p>This new feature should really help if you want to provide an easy way for a bunch of people to subscribe to a set of twitter users all at once. You could maintain, for example, a list of K-12 science teacher twitter users. Make as many groups as you want and simply provide the URLs in a blog post, on a wiki page, or in a Google Docs document.</p>
<p>Leave a comment if there&#8217;s another feature you&#8217;d like. I&#8217;ll see what I can do to put it in. Please let me know if you find a bug.</p>
]]></content:encoded>
			<wfw:commentRss>http://technosavvy.org/2008/04/19/twitterator-loves-dabbledb/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Twitterator launched: Come and play</title>
		<link>http://technosavvy.org/2008/04/14/twitterator-launched-come-and-play/</link>
		<comments>http://technosavvy.org/2008/04/14/twitterator-launched-come-and-play/#comments</comments>
		<pubDate>Tue, 15 Apr 2008 01:48:16 +0000</pubDate>
		<dc:creator>Tim Wilson</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[twitterator]]></category>
		<category><![CDATA[wiki]]></category>

		<guid isPermaLink="false">http://technosavvy.org/?p=528</guid>
		<description><![CDATA[I may attract the trademark police for this, but so be it. It seemed like an innocent enough question at the time, but when Steve Dembo (teach42) posted a tweet last week looking for a way to import a list of Twitter names to follow I decided to run with it. It seemed like a [...]]]></description>
			<content:encoded><![CDATA[<p>I may attract the trademark police for this, but so be it.</p>
<p>It seemed like an innocent enough question at the time, but when <a href="http://teach42/">Steve Dembo</a> (<a href="http://twitter.com/teach42/">teach42</a>) <a href="http://twitter.com/teach42/statuses/787346271">posted a tweet</a> last week looking for a way to import a list of Twitter names to follow I decided to run with it. It seemed like a straightforward programming challenge, and after a little twittering back and forth with <a href="http://twitter.com/dcbriccetti">Dave Briccetti</a> I had it pretty much worked out in my head.</p>
<p><a href="http://twitterator.org/">Twitterator</a>, then, is a really simple web application that takes a list of twitter usernames and allows you to follow them in one fell swoop. Take a look and see what you think. I have to warn you though. This is a pretty basic CGI script, and it&#8217;s not going to be particularly fast. It depends on Twitter.com&#8217;s servers being available which can be a bit of a crapshoot. Using Twitterator may cause dizziness, shortness of breath, locusts, giant meteors, and (wait for it) sexual dysfunction. Tell you doctor if you&#8217;re using Twitterator. Don&#8217;t taunt Twitterator!</p>
<p>I think this could be pretty useful for training sessions. For example, you could keep a list of twitter usernames in a file on the Internet somewhere and use that URL to follow those people. You could keep lists organized by academic subject or whatever else works for you. Once the file exists at a certain URL, a bunch of people could start following those people within minutes of creating their Twitter accounts. You can also paste in a bunch of usernames manually from a blog post, wiki page, or some other source. I tried to make it as bulletproof as reasonably possible, but you&#8217;ll have to ensure that the usernames are listed one per line.</p>
<p>Feel free to leave suggestions for improvements or creative uses in the comments. I hope everyone finds <a href="http://twitterator.org/">Twitterator</a> useful. It&#8217;s fun to exercise my programming chops once in a while, and if this brings Dembo one step closer to world domination then it&#8217;s all been worth it.</p>
<p><b>Update:</b> All Twitterator links have been updated to point to the new URL.</p>
]]></content:encoded>
			<wfw:commentRss>http://technosavvy.org/2008/04/14/twitterator-launched-come-and-play/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>TIES 2007: Implementing IT Best Practices</title>
		<link>http://technosavvy.org/2007/12/11/ties-2007-implementing-it-best-practices/</link>
		<comments>http://technosavvy.org/2007/12/11/ties-2007-implementing-it-best-practices/#comments</comments>
		<pubDate>Tue, 11 Dec 2007 06:48:22 +0000</pubDate>
		<dc:creator>Tim Wilson</dc:creator>
				<category><![CDATA[Conferences]]></category>
		<category><![CDATA[ITIL]]></category>
		<category><![CDATA[ties07]]></category>
		<category><![CDATA[ties070122]]></category>
		<category><![CDATA[wiki]]></category>
		<category><![CDATA[wikipedia]]></category>

		<guid isPermaLink="false">http://technosavvy.org/2007/12/11/ties-2007-implementing-it-best-practices/</guid>
		<description><![CDATA[We&#8217;ve been preparing to implement the ITIL standards in my district for about a year now. Now that five of us have achieved the foundation certification, I think we&#8217;re poised to make some significant headway this year. This presentation from the TIES Conference is a description of some of the ITIL fundamental concepts and a [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve been preparing to implement the <acronym title="IT Infrastructure Library">ITIL</acronym> standards in my district for about a year now. Now that five of us have achieved the foundation certification, I think we&#8217;re poised to make some significant headway this year. This presentation from the TIES Conference is a description of some of the ITIL fundamental concepts and a summary of my thinking about how we&#8217;ll tackle them in Buffalo. This is most definitely a work in progress.</p>
<p>I&#8217;ll post my slides here after my talk, but for now you can follow this links to learn more about ITIL:</p>
<ul>
<li><a href="http://www.itil.org.uk/">ITIL homepage</a></li>
<li><a href="http://en.wikipedia.org/wiki/ITIL">Wikipedia article on ITIL</a></li>
<li><a href="http://www.itilcommunity.com/">ITIL Community Forum</a></li>
<li>I did my ITIL certification at the U. of MN, but I think the <a href="http://newhorizonsmn.com/communities/ITILCom.aspx">ITIL program at New Horizons of Minnesota</a> is better.</li>
</ul>
<p><b>Update:</b> Here&#8217;s a link to my <a href="wp-content/uploads/Implementing_IT_Best_Practices.swf">slides from this talk</a>. I think most of them will make sense on their own, but anyone who looks at them will obviously miss some key things that were discussed in my talk at the conference.</p>
]]></content:encoded>
			<wfw:commentRss>http://technosavvy.org/2007/12/11/ties-2007-implementing-it-best-practices/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TIES 2007: Kurt Steinhaus, opening keynote</title>
		<link>http://technosavvy.org/2007/12/10/ties-2007-kurt-steinhaus-opening-keynote/</link>
		<comments>http://technosavvy.org/2007/12/10/ties-2007-kurt-steinhaus-opening-keynote/#comments</comments>
		<pubDate>Mon, 10 Dec 2007 15:20:23 +0000</pubDate>
		<dc:creator>Tim Wilson</dc:creator>
				<category><![CDATA[Conferences]]></category>
		<category><![CDATA[21st century schools]]></category>
		<category><![CDATA[iste]]></category>
		<category><![CDATA[kurt steinhaus]]></category>
		<category><![CDATA[Open source]]></category>
		<category><![CDATA[ties07]]></category>
		<category><![CDATA[ties070001]]></category>
		<category><![CDATA[wiki]]></category>

		<guid isPermaLink="false">http://technosavvy.org/2007/12/10/ties-2007-kurt-steinhaus-opening-keynote/</guid>
		<description><![CDATA[Kurt Steinhaus is Deputy Cabinet Secretary of Education in New Mexico. (He&#8217;s also a marathoner who ran 4:38 at the 2007 Duke City Marathon.) The title of his talk is &#8220;Enjoying T-Time by the Sip or by the Gulp?&#8221;. His slides will be available on the conference wiki. Kurt wants us to take action in [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.iste.org/content/navigationmenu/membership/member_resources/board_of_directors1/2006_2007/biography_steinhaus,_kurt.htm">Kurt Steinhaus</a> is Deputy Cabinet Secretary of Education in New Mexico. (He&#8217;s also a marathoner who ran 4:38 at the 2007 Duke City Marathon.) The title of his talk is &#8220;Enjoying T-Time by the Sip or by the Gulp?&#8221;. His slides will be available on the <a href="http://wiki.ties.k12.mn.us/Kurt+Steinhaus">conference wiki</a>.</p>
<p>Kurt wants us to take action in three areas:</p>
<ul>
<li><a href="http://www.21stcenturyskills.org/">21st Century Skills</a></li>
<li>Robust support systems that function &#8220;just in time.&#8221;</li>
<li>Innovative teaching and learning to keep pace in an increasingly digital world.</li>
</ul>
<p>Kurt visited Minnesota a couple weeks before his keynote (something I&#8217;ve never seen before) and stopped to visit some schools. </p>
<ul>
<li>He saw the 1-to-1 program at <a href="http://oakland.stillwater.k12.mn.us/">Oak-Land Junior High School</a> in Stillwater.</li>
<li>Andy Weaver at <a href="http://highschool.stillwater.k12.mn.us/"Stillwater High School</a> using technology to study falcons.</a></li>
<li><a href="http://www.aims.spps.org/">American Indian Magnet School</a> and <a href="http://worldcultures.spps.org/">World Cultures Magnet School</a> in St. Paul.</li>
<li><a href="http://www.newcountryschool.com/">New Country School</a></li>
<li>Scot Hovan, Kate Noreen, and Patrick Crothers at <a href="http://www.rschooltoday.com/se3bin/clientschool.cgi?schoolname=school219&#038;statusFlag=g5button&#038;job=15">Mahtomedi High School</a></li>
<li>Dave Casey at <a href="http://bcms.bhmschools.org/">Buffalo Community Middle School</a> who is doing amazing things with his social studies students</li>
<li><a href="http://www.edina.k12.mn.us/">Edina Public Schools</a></li>
<li><a href="http://northrop.mpls.k12.mn.us/">Northrop Urban Environmental Learning Center</a> in <a href="http://www.mpls.k12.mn.us/">Minneapolis</a></li>
</ul>
<p>What trends did he see?</p>
<ul>
<li>Relentless, intense passion</li>
<li>Support system (technical and teching and learning)</li>
<li>More school-wide integration</li>
</ul>
<p>Kurt observed some transitions underway in Minnesota and elsewhere:</p>
<ul>
<li>From purchased licenses to Web 2.0 and open source</li>
<li>Application-based to Web-based and mobile learning</li>
<li>Isolated and offline to collaborative and online</li>
<li>Copyrighted content to shared content</li>
<li>Submitting reports to blogs and web publishing</li>
</ul>
<p>What is the future of technology in education? It&#8217;s already here, it&#8217;s just not in every school yet.</p>
<p>How can we move forward?</p>
<ul>
<li>Step 1: Where are we?</li>
<li>Step 2: Reach a broad consensus on a clear message (vision or goal).</li>
<li>Step 3: Meet them where they are and use your &#8220;bag of tricks&#8221; to move resources toward achieving the vision.</li>
</ul>
<p>Kurt talked about how to advocate for your vision. Prepare a &#8220;One-pager&#8221; that you can give to key decision makers. Include the following things and customize your one-pager for each audience.</p>
<ul>
<li>Name</li>
<li>Compelling vision</li>
<li>Brief overview of history</li>
<li>Rationale (why is this essential)</li>
<li>Funding request (include recurring and non-recurring costs)</li>
<li>Research base</li>
</ul>
<p>Also, develop an &#8220;elevator pitch&#8221; that you can deliver to a decision maker in 30 seconds in any setting. One of Kurt&#8217;s recommendations: &#8220;Make your friends before you need them.&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://technosavvy.org/2007/12/10/ties-2007-kurt-steinhaus-opening-keynote/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TIES 2007: Introducing Virtualization Technology</title>
		<link>http://technosavvy.org/2007/12/10/ties-2007-introducing-virtualization-technology/</link>
		<comments>http://technosavvy.org/2007/12/10/ties-2007-introducing-virtualization-technology/#comments</comments>
		<pubDate>Mon, 10 Dec 2007 06:56:52 +0000</pubDate>
		<dc:creator>Tim Wilson</dc:creator>
				<category><![CDATA[Conferences]]></category>
		<category><![CDATA[ties07]]></category>
		<category><![CDATA[ties070041]]></category>
		<category><![CDATA[ties2007]]></category>
		<category><![CDATA[virtualization]]></category>
		<category><![CDATA[vmware]]></category>
		<category><![CDATA[wiki]]></category>
		<category><![CDATA[xen]]></category>

		<guid isPermaLink="false">http://technosavvy.org/2007/12/10/ties-2007-introducing-virtualization-technology/</guid>
		<description><![CDATA[Here are some notes from my presentation about virtualization technology. I&#8217;ll update this post after my session to cover some of the topics that come up in the discussion. Learn more about virtualization An Introduction to Virtualization by Amit Singh The Pros and Cons of Virtualization Server virtualization at InfoWorld Intro to Virtualizaton and Virtualization [...]]]></description>
			<content:encoded><![CDATA[<p>Here are some notes from my presentation about virtualization technology. I&#8217;ll update this post after my session to cover some of the topics that come up in the discussion.</p>
<h4>Learn more about virtualization</h4>
<ul>
<li><a href="http://www.kernelthread.com/publications/virtualization/">An Introduction to Virtualization</a> by Amit Singh</li>
<li><a href="http://www.btquarterly.com/?mc=pros-cons-virtualization&#038;page=virt-viewresearch">The Pros and Cons of Virtualization</a></li>
<li><a href="http://www.infoworld.com/article/07/02/12/07FEvirtualserv_1.html">Server virtualization</a> at InfoWorld</li>
<li><a href="http://twit.tv/sn50">Intro to Virtualizaton</a> and <a href="http://twit.tv/sn53">Virtualization Part 2</a> from <a href="http://twit.tv/sn">Security Now!</a> with <a href="http://grc.com/">Steve Gibson</a> and <a href="http://techguylabs.com/radio/pmwiki.php">Leo Laporte</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://technosavvy.org/2007/12/10/ties-2007-introducing-virtualization-technology/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Strategies for handling simultaneous edits</title>
		<link>http://technosavvy.org/2007/05/07/strategies-for-handling-simultaneous-edits/</link>
		<comments>http://technosavvy.org/2007/05/07/strategies-for-handling-simultaneous-edits/#comments</comments>
		<pubDate>Mon, 07 May 2007 14:03:56 +0000</pubDate>
		<dc:creator>Tim Wilson</dc:creator>
				<category><![CDATA[Web technology]]></category>
		<category><![CDATA[Wikis]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[moodle]]></category>
		<category><![CDATA[wiki]]></category>

		<guid isPermaLink="false">http://technosavvy.org/2007/05/07/strategies-for-handling-simultaneous-edits/</guid>
		<description><![CDATA[Here&#8217;s part of an email I received recently: I&#8217;m trying to find a way to work with a wiki with my students. We&#8217;re trying to do some collaborative writing type activities. I want them to work in real time in the same document so a wiki seemed perfect. However, because we don&#8217;t allow email access [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s part of an email I received recently:</p>
<blockquote><p>I&#8217;m trying to find a way to work with a wiki with my students. We&#8217;re trying to do some collaborative writing type activities. I want them to work in real time in the same document so a wiki seemed perfect.  However, because we don&#8217;t allow email access I need them to do it without registering as a user of the wiki (the only way I know would require an email address to register). I tried it with several different types of wikis, but every time some peoples&#8217; work was lost. It seemed like when someone saved what they had entered, it deleted what someone else had typed. I thought working in a table might help since they would have a specific place to type and not actually be entering in the same space, but that didn&#8217;t show any real improvement. Unfortunately, we don&#8217;t have Moodle at this time &#8211; maybe next year &#8211; since that would probably eliminate our registration problems.</p></blockquote>
<p>My strategy has alway been to divide up the wiki editing into smaller chunks of content on multiple wiki pages to reduce the chances of editing collisions. It&#8217;s far from a perfect solution. Google Docs would work, but the lack of student email accounts would prevent that.</p>
<p>Is there a better solution out there? Is there a wiki engine that support simultaneous edits gracefully? I&#8217;m all ears.</p>
]]></content:encoded>
			<wfw:commentRss>http://technosavvy.org/2007/05/07/strategies-for-handling-simultaneous-edits/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>IL-TCE: Introducing Web 2.0</title>
		<link>http://technosavvy.org/2007/03/01/il-tce-introducing-web-20/</link>
		<comments>http://technosavvy.org/2007/03/01/il-tce-introducing-web-20/#comments</comments>
		<pubDate>Thu, 01 Mar 2007 16:26:03 +0000</pubDate>
		<dc:creator>Tim Wilson</dc:creator>
				<category><![CDATA[Conferences]]></category>
		<category><![CDATA[Web technology]]></category>
		<category><![CDATA[flickr]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[wiki]]></category>
		<category><![CDATA[wikipedia]]></category>

		<guid isPermaLink="false">http://technosavvy.org/2007/03/01/il-tce-introducing-web-20/</guid>
		<description><![CDATA[Here are links to all of the sites I&#8217;ll be mentioning in my talk at IL-TCE on Thursday and Friday. Blogging The Savvy Technologist Lewis Elementary School (Principal Tim Lauer) Getting started with blogging: WordPress.com, Blogger Google Maps mashups Housing Maps Chicago Crime Tag searching IL-TCE postings Blog posts tagged &#8220;iltce2007&#8243; Flickr photos tagged &#8220;erosion&#8221; [...]]]></description>
			<content:encoded><![CDATA[<p>Here are links to all of the sites I&#8217;ll be mentioning in my talk at IL-TCE on Thursday and Friday.</p>
<h3>Blogging</h3>
<ul>
<li><a href="http://technosavvy.org/">The Savvy Technologist</a></li>
<li><a href="http://lewiselementary.org/">Lewis Elementary School</a> (Principal Tim Lauer)</li>
<li>Getting started with blogging: <a href="http://wordpress.com/">WordPress.com</a>, <a href="http://www.blogger.com/start">Blogger</a></li>
</ul>
<h3>Google Maps mashups</h3>
<ul>
<li><a href="http://www.housingmaps.com/">Housing Maps</a></li>
<li><a href="http://www.chicagocrime.org/">Chicago Crime</a></li>
</ul>
<h3>Tag searching</h3>
<ul>
<li><a href="http://technorati.com/search/iltce2007">IL-TCE postings</a></li>
<li><a href="http://technorati.com/tag/iltce2007">Blog posts tagged &#8220;iltce2007&#8243;</a></li>
<li><a href="http://flickr.com/photos/tags/erosion/">Flickr photos tagged &#8220;erosion&#8221;</a></li>
</ul>
<h3>Wikipedia</h3>
<ul>
<li><a href="http://en.wikipedia.org/wiki/Darfur_conflict">Darfur conflict</a></li>
<li><a href="http://en.wikipedia.org/wiki/The_Giver">The Giver</a> by Lois Lowry</li>
<li><a href="http://en.wikipedia.org/wiki/The_Tale_of_Despereaux">The Tale of Despereaux</a> by Kate DiCamillo</li>
</ul>
<h3>Other</h3>
<ul>
<li><a href="http://twitter.com/">Twitter</a></li>
<li><a href="http://english.ohmynews.com/">Ohmynews</a></li>
<li><a href="http://www.google.com/google-d-s/tour1.html">Google Docs and Spreadsheet</a></li>
<li><a href="http://minneapolis.craigslist.org/">Craigslist</a></li>
<li><a href="http://flickr.com/creativecommons">Creative Commons-licensed photos at Flickr</a></li>
<li><a href="http://creativecommons.org/">Creative Commons</a></li>
</ul>
<p><strong>Update:</strong> I popped into Steve Dembo&#8217;s presentation to hear what Web 2.0 apps he&#8217;s using these days. Here is his <a href="http://top10freesites.pbwiki.com/">top10freesites</a> wiki.</p>
]]></content:encoded>
			<wfw:commentRss>http://technosavvy.org/2007/03/01/il-tce-introducing-web-20/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Jimbo on Wikipedia reliability</title>
		<link>http://technosavvy.org/2007/02/23/jimbo-on-wikipedia-reliability/</link>
		<comments>http://technosavvy.org/2007/02/23/jimbo-on-wikipedia-reliability/#comments</comments>
		<pubDate>Sat, 24 Feb 2007 05:17:31 +0000</pubDate>
		<dc:creator>Tim Wilson</dc:creator>
				<category><![CDATA[Wikis]]></category>
		<category><![CDATA[wiki]]></category>
		<category><![CDATA[wikipedia]]></category>

		<guid isPermaLink="false">http://technosavvy.org/2007/02/23/jimbo-on-wikipedia-reliability/</guid>
		<description><![CDATA[Jimmy Wales joined Leo Laporte and Amber MacArthur on net@nite recently. It was a pretty standard conversation about Wikipedia that wouldn&#8217;t surprise anyone who frequents the site. There were a couple quotes worth noting, however. I&#8217;ll keep these handy when I do presentations that mention Wikipedia and the inevitable question about reliability gets asked. Amber [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://en.wikipedia.org/wiki/Jimbo_Wales">Jimmy Wales</a> joined <a href="http://leoville.vox.com/">Leo Laporte</a> and <a href="http://ambermac.com/">Amber MacArthur</a> on <a href="http://www.twit.tv/natn13">net@nite</a> recently. It was a pretty standard conversation about Wikipedia that wouldn&#8217;t surprise anyone who frequents the site. There were a couple quotes worth noting, however. I&#8217;ll keep these handy when I do presentations that mention Wikipedia and the inevitable question about reliability gets asked.</p>
<p>Amber asked how Jimmy would respond to people who say that Wikipedia can&#8217;t be trusted (at 31:41 of the recording). He replied:</p>
<blockquote><p>People do need to approach Wikipedia with some understanding of where it comes from and how to use it. Certainly if you&#8217;re a regular user of Wikipedia and you&#8217;ve tested it against your other knowledge and against other sources, most people will report it&#8217;s actually really pretty good overall. At the same time because it is live editing and anything can be changed at any time you have to be a little cautious. If you read something a little crazy or suspicious you should always check it out. And there are a lot of techniques as an advanced user. You can look in the history. You can look at the discussion page to see if some point has been debated. Check the references at the bottom. You can always tag something. If it sounds suspicious to you, tag it with a tag that says this fact needs a cite or something.</p></blockquote>
<p>One of Leo&#8217;s interns who happens to be a sophomore in high school asked how Jimmy would recommend convincing schools to accept Wikipedia as a trusted source (at 53:02 of the recording). Jimmy&#8217;s advice:</p>
<blockquote><p>Be careful how you use Wikipedia. It really <em>isn&#8217;t</em> a trusted source. It really <em>is</em> edited real-time and it could be full of mistakes. That really isn&#8217;t the right role for an encyclopedia in the educational process. I think it basically should be fine in schools, it should be acceptable, to add a footnote saying I did a lot of my preliminary research in Wikipedia just to acknowledge where you got a lot of knowledge. But in terms of citing specific facts, you really should go to the sources and look it up there. Because that&#8217;s what you&#8217;re supposed to be doing. The encyclopedia is supposed to give you the broad overview not be a primary research tool.</p></blockquote>
<p>This is exactly the advice I give when asked. Perhaps having the quote right from the horse&#8217;s mouth will be useful.</p>
]]></content:encoded>
			<wfw:commentRss>http://technosavvy.org/2007/02/23/jimbo-on-wikipedia-reliability/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>TIES: Introducing Web 2.0</title>
		<link>http://technosavvy.org/2006/12/04/ties-introducing-web-20/</link>
		<comments>http://technosavvy.org/2006/12/04/ties-introducing-web-20/#comments</comments>
		<pubDate>Tue, 05 Dec 2006 04:03:32 +0000</pubDate>
		<dc:creator>Tim Wilson</dc:creator>
				<category><![CDATA[Conferences]]></category>
		<category><![CDATA[flickr]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[ties]]></category>
		<category><![CDATA[wiki]]></category>
		<category><![CDATA[wikipedia]]></category>

		<guid isPermaLink="false">http://technosavvy.org/?p=455</guid>
		<description><![CDATA[Here are links to all of the sites I&#8217;ll be mentioning in my talk at TIES on Tuesday. Blogging Mabryonline.org with Dr. Tim Tyson Lewis Elementary School (Principal Tim Lauer) Google Maps mashups Housing Maps Chicago Crime Google Sketchup examples Technorati searching TIES postings Blog posts tagged &#8220;ties2006&#8243; Flickr photos tagged &#8220;holidazzle&#8221; Wikipedia Darfur conflict [...]]]></description>
			<content:encoded><![CDATA[<p>Here are links to all of the sites I&#8217;ll be mentioning in my talk at TIES on Tuesday.</p>
<h3>Blogging</h3>
<ul>
<li><a href="http://mabryonline.org/blogs/tyson/">Mabryonline.org</a> with Dr. Tim Tyson</li>
<li><a href="http://lewiselementary.org/">Lewis Elementary School</a> (Principal Tim Lauer)</li>
</ul>
<h3>Google Maps mashups</h3>
<ul>
<li><a href="http://www.housingmaps.com/">Housing Maps</a></li>
<li><a href="http://www.chicagocrime.org/">Chicago Crime</a></li>
<li><a href="http://sketchup.google.com/examples.html">Google Sketchup examples</a></li>
</ul>
<h3>Technorati searching</h3>
<ul>
<li><a href="http://technorati.com/search/ties2006">TIES postings</a></li>
<li><a href="http://technorati.com/tag/ties2006">Blog posts tagged &#8220;ties2006&#8243;</a></li>
<li><a href="http://flickr.com/photos/tags/holidazzle/">Flickr photos tagged &#8220;holidazzle&#8221;</a></li>
</ul>
<h3>Wikipedia</h3>
<ul>
<li><a href="http://en.wikipedia.org/wiki/Darfur_conflict">Darfur conflict</a></li>
<li><a href="http://en.wikipedia.org/wiki/The_Giver">The Giver</a> by Lois Lowry</li>
<li><a href="http://en.wikipedia.org/wiki/The_Tale_of_Despereaux">The Tale of Despereaux</a> by Kate DiCamillo</li>
</ul>
<h3>Other</h3>
<ul>
<li><a href="http://www.google.com/google-d-s/tour1.html">Google Docs and Spreadsheet</a></li>
<li><a href="http://minneapolis.craigslist.org/">Craigs list</a></li>
</ul>
<p><tags>ties, ties2006, web2.0</tags></p>
]]></content:encoded>
			<wfw:commentRss>http://technosavvy.org/2006/12/04/ties-introducing-web-20/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Open source tools you can use</title>
		<link>http://technosavvy.org/2006/12/04/open-source-tools-you-can-use/</link>
		<comments>http://technosavvy.org/2006/12/04/open-source-tools-you-can-use/#comments</comments>
		<pubDate>Mon, 04 Dec 2006 15:18:04 +0000</pubDate>
		<dc:creator>Tim Wilson</dc:creator>
				<category><![CDATA[Conferences]]></category>
		<category><![CDATA[Open source]]></category>
		<category><![CDATA[flickr]]></category>
		<category><![CDATA[moodle]]></category>
		<category><![CDATA[wiki]]></category>
		<category><![CDATA[wikipedia]]></category>

		<guid isPermaLink="false">http://technosavvy.org/?p=453</guid>
		<description><![CDATA[Here are the links for the open source tools that I mention in my talk at the TIES Conference.]]></description>
			<content:encoded><![CDATA[<p>Here are the links for the open source tools that I mention in my talk at the TIES Conference.</p>
<ul>
<li><a href=http://moodle.org/">Moodle</a>, online learning management system</li>
<li><a href="http://audacity.sourceforge.net/">Audacity</a>, audio editing</li>
<li><a href="http://www.inkscape.org/">Inkscape</a>, vector drawing</li>
<li><a href="http://www.scribus.net/">Scribus</a>, desktop publishing</li>
<li><a href="http://openoffice.org/">OpenOffice.org</a>, office suite</li>
<li><a href="http://www.neooffice.org/">NeoOffice</a>, Mac version of OpenOffice.org</li>
<li><a href="http://www.linux.com/">Linux</a>, free Unix-like OS</li>
<li><a href="http://creativecommons.org/">Creative Commons</a></li>
<li><a href="http://www.opensource.org/">Open Source</a></li>
<li><a href="http://flickr.com/">Flickr</a>, online photo sharing</li>
<li><a href="http://en.wikipedia.org/">Wikipedia</a>, world&#8217;s biggest encyclopedia</li>
<li><a href="http://www.videolan.org/vlc/">VLC</a>, media player</li>
<li><a href="http://drupal.org/">Drupal</a>, content management system</li>
<li><a href="http://joomla.org/">Joomla</a>, content management system</li>
<li><a href="http://wordpress.org/">WordPress</a>, blogging platform</li>
<li><a href="http://www.gimpshop.net/">GIMPShop</a>, Photoshop-like image editing</li>
<li><a href="http://www.edubuntu.org/">Edubuntu</a>, Linux distribution targeted for K&ndash;12</li>
<li><a href="http://bestpractical.com/rt/">Request Tracker</a>, trouble ticketing system</li>
</ul>
<p><b>Update:</b> Here are a few more links to products that came up during the session.</p>
<ul>
<li><a href="http://www.jahshaka.org/">Jahshaka</a>, video editing and effects</li>
<li><a href="http://loudblog.de/">Loudblog</a>, audio blogging and podcasting</li>
<li><a href="http://www.shadydentist.com/wordpress/archives/2004/12/23/dircaster-v04-podcasting-php-script/">dirCaster</a>, easy podcasting</li>
<li><a href="http://www.stellarium.org/">Stellarium</a>, awesome astronomy software</li>
<li><a href="http://www.clamav.net/">Clam Antivirus</a>, server-based virus scanning</li>
</ul>
<p><tags>ties, ties2006</tags></p>
]]></content:encoded>
			<wfw:commentRss>http://technosavvy.org/2006/12/04/open-source-tools-you-can-use/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>

