<?xml version="1.0" encoding="utf-8"?>
<feed version="0.3" xmlns="http://purl.org/atom/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xml:lang="en">
<title>CS601R</title>
<link rel="alternate" type="text/html" href="http://classes.eclab.byu.edu/601/" />
<modified>2007-03-08T18:55:47Z</modified>
<tagline></tagline>
<id>tag:classes.eclab.byu.edu,2008:/601/5</id>
<generator url="http://www.movabletype.org/" version="4.01a">Movable Type</generator>
<copyright>Copyright (c) 2007, Devlin</copyright>

<entry>
<title>Don&apos;t forget to create a Mantis account</title>
<link rel="alternate" type="text/html" href="http://classes.eclab.byu.edu/601/archives/2007/03/dont_forget_to.shtml" />
<modified>2007-03-08T18:55:47Z</modified>
<issued>2007-03-08T18:55:45Z</issued>
<id>tag:classes.eclab.byu.edu,2007:/601/5.292</id>
<created>2007-03-08T18:55:45Z</created>
<summary type="text/plain"> Mantis is the bug tracking software we&apos;re using for the semester project. Several have signed up for accounts, but not everyone. I know, I know. It should really be OpenID enabled, but I have no desire to hack on...</summary>
<author>
<name>Devlin</name>
<url>http://blogs.eclab.byu.edu/daley</url>
<email>devlin@byu.edu</email>
</author>

<content type="text/html" mode="escaped" xml:lang="en" xml:base="http://classes.eclab.byu.edu/601/">
<![CDATA[<p>
Mantis is the bug tracking software we're using for the semester project. Several have signed up for accounts, but not everyone. I know, I know. It should really be OpenID enabled, but I have no desire to hack on it to put it in. 
</p>
<p>
So, <a href="http://classes.eclab.byu.edu/601/mantis/signup_page.php">Signup</a>, then drop me a note so I can make you all "developers".
</p>]]>

</content>
</entry>

<entry>
<title>Getting access to the code repository</title>
<link rel="alternate" type="text/html" href="http://classes.eclab.byu.edu/601/archives/2007/02/getting_access.shtml" />
<modified>2007-02-25T03:45:33Z</modified>
<issued>2007-02-25T03:45:32Z</issued>
<id>tag:classes.eclab.byu.edu,2007:/601/5.289</id>
<created>2007-02-25T03:45:32Z</created>
<summary type="text/plain">We&apos;re using subversion for version control. The repository is on one of the ECLab servers and is not publicly accessible. In order to get access you need to generate a public/private keypair for ssh. On your virtual machine run the...</summary>
<author>
<name>Devlin</name>
<url>http://blogs.eclab.byu.edu/daley</url>
<email>devlin@byu.edu</email>
</author>

<content type="text/html" mode="escaped" xml:lang="en" xml:base="http://classes.eclab.byu.edu/601/">
<![CDATA[<p>We're using subversion for version control. The repository is on one of the ECLab servers and is not publicly accessible. In order to get access you need to generate a public/private keypair for ssh.</p>

<p>On your virtual machine run the following command:</p>

<pre>
	ssh-keygen -t dsa -b 2048
</pre>

<p>When prompted about where to store the keys, accept the default location. (".ssh/")</p>

<p>Don't include a passphrase unless you want to type a lot while working with the code.</p>

<p>This generated two keys, a public and a private. You need to send me the public key. It will be something like "/home/student/.ssh/id_dsa.pub". Email is fine.</p>]]>

</content>
</entry>

<entry>
<title>Parallels VMs</title>
<link rel="alternate" type="text/html" href="http://classes.eclab.byu.edu/601/archives/2007/02/parallels_vms.shtml" />
<modified>2007-02-25T03:38:28Z</modified>
<issued>2007-02-25T03:38:26Z</issued>
<id>tag:classes.eclab.byu.edu,2007:/601/5.288</id>
<created>2007-02-25T03:38:26Z</created>
<summary type="text/plain"> The Parallels vm image is available. MD5 = df5842ab236a7125645c3cc85edf84d1...</summary>
<author>
<name>Devlin</name>
<url>http://blogs.eclab.byu.edu/daley</url>
<email>devlin@byu.edu</email>
</author>

<content type="text/html" mode="escaped" xml:lang="en" xml:base="http://classes.eclab.byu.edu/601/">
<![CDATA[<p> The <a href="http://classes.eclab.byu.edu/601/vm/pythia_parallels.zip">Parallels vm image</a>
is available.

<br/>

MD5 = df5842ab236a7125645c3cc85edf84d1 </p>]]>

</content>
</entry>

<entry>
<title>Get your red hot virtual machines</title>
<link rel="alternate" type="text/html" href="http://classes.eclab.byu.edu/601/archives/2007/02/get_your_red_ho.shtml" />
<modified>2007-02-18T07:00:24Z</modified>
<issued>2007-02-18T07:00:23Z</issued>
<id>tag:classes.eclab.byu.edu,2007:/601/5.287</id>
<created>2007-02-18T07:00:23Z</created>
<summary type="text/plain"> The VMWare image is available. It&apos;s a zip file, which will result in a directory called &quot;Pythia&quot;, which is the cool name for the reputation framework. Username: student password: reputation MD5 (pythia.zip) = f4bd6ec5b9c91b4db875af41b1242cac Download size: 745 MB Uncompressed...</summary>
<author>
<name>Devlin</name>
<url>http://blogs.eclab.byu.edu/daley</url>
<email>devlin@byu.edu</email>
</author>

<content type="text/html" mode="escaped" xml:lang="en" xml:base="http://classes.eclab.byu.edu/601/">
<![CDATA[<p>
The <a href="http://classes.eclab.byu.edu/601/vm/pythia.zip">VMWare image</a> is available. It's a zip file, which will result in a directory called "Pythia", which is the cool name for the reputation framework.
</p>

<p>
	Username: student <br/>
	password: reputation <br/>
	MD5 (pythia.zip) = f4bd6ec5b9c91b4db875af41b1242cac <br/>
	Download size: 745 MB <br/>
	Uncompressed size: approx 2.3 GB
</p>

<p>
	Matt and Jun got this virtual machine to run without incident with the VMWare Player.
</p>]]>

</content>
</entry>

<entry>
<title>Project Warm-Up</title>
<link rel="alternate" type="text/html" href="http://classes.eclab.byu.edu/601/archives/2007/02/project_warmup.shtml" />
<modified>2007-02-17T18:26:48Z</modified>
<issued>2007-02-17T18:25:24Z</issued>
<id>tag:classes.eclab.byu.edu,2007:/601/5.286</id>
<created>2007-02-17T18:25:24Z</created>
<summary type="text/plain"> I&apos;ve put a warm-up project on the Course Project page. Devlin can help with the details....</summary>
<author>
<name>windley</name>

<email>phil@windley.org</email>
</author>
<dc:subject>Announcements</dc:subject>
<content type="text/html" mode="escaped" xml:lang="en" xml:base="http://classes.eclab.byu.edu/601/">
<![CDATA[<p>
I've put a warm-up project on the <a href="http://classes.eclab.byu.edu/601/wiki/index.cgi?CourseProject">Course Project</a> page.  Devlin can help with the details.
</p>]]>

</content>
</entry>

<entry>
<title>Karen Stephenson</title>
<link rel="alternate" type="text/html" href="http://classes.eclab.byu.edu/601/archives/2007/02/karen_stephenso.shtml" />
<modified>2007-02-17T18:25:20Z</modified>
<issued>2007-02-17T18:22:09Z</issued>
<id>tag:classes.eclab.byu.edu,2007:/601/5.285</id>
<created>2007-02-17T18:22:09Z</created>
<summary type="text/plain"> This is the talk by Karen Stephenson that I want you to listen to in lieu of class on Tuesday. Thanks....</summary>
<author>
<name>windley</name>

<email>phil@windley.org</email>
</author>
<dc:subject>Announcements</dc:subject>
<content type="text/html" mode="escaped" xml:lang="en" xml:base="http://classes.eclab.byu.edu/601/">
<![CDATA[<p>
This is the <a href="http://www.itconversations.com/shows/detail1080.html">talk by Karen Stephenson</a> that I want you to listen to in lieu of class on Tuesday.  Thanks.  
</p>]]>

</content>
</entry>

<entry>
<title>Welcome to CS601R for Winter 2007</title>
<link rel="alternate" type="text/html" href="http://classes.eclab.byu.edu/601/archives/2007/01/welcome_to_cs60_1.shtml" />
<modified>2007-01-05T00:34:28Z</modified>
<issued>2007-01-05T00:33:21Z</issued>
<id>tag:classes.eclab.byu.edu,2007:/601/5.281</id>
<created>2007-01-05T00:33:21Z</created>
<summary type="text/plain"> Welcome to CS601R for Winter 2007. Please review the grading policies and course schedule on the right....</summary>
<author>
<name>windley</name>

<email>phil@windley.org</email>
</author>
<dc:subject>Announcements</dc:subject>
<content type="text/html" mode="escaped" xml:lang="en" xml:base="http://classes.eclab.byu.edu/601/">
<![CDATA[<p>
Welcome to CS601R for Winter 2007.  Please review the grading policies and course schedule on the right.
</p>]]>

</content>
</entry>

<entry>
<title>Course Evaluations</title>
<link rel="alternate" type="text/html" href="http://classes.eclab.byu.edu/601/archives/2006/03/course_evaluati.shtml" />
<modified>2006-03-31T00:17:28Z</modified>
<issued>2006-03-31T00:16:31Z</issued>
<id>tag:classes.eclab.byu.edu,2006:/601/5.249</id>
<created>2006-03-31T00:16:31Z</created>
<summary type="text/plain"> Online course evaluations are available on Route Y. Please take a minute to fill one out so I can tell what you liked and didn&apos;t like about the class....</summary>
<author>
<name>windley</name>

<email>phil@windley.org</email>
</author>
<dc:subject>Announcements</dc:subject>
<content type="text/html" mode="escaped" xml:lang="en" xml:base="http://classes.eclab.byu.edu/601/">
<![CDATA[<p>
Online course evaluations are available on Route Y.  Please take a minute to fill one out so I can tell what you liked and didn't like about the class.
</p>]]>

</content>
</entry>

<entry>
<title>Mantis</title>
<link rel="alternate" type="text/html" href="http://classes.eclab.byu.edu/601/archives/2006/03/mantis.shtml" />
<modified>2006-03-20T22:19:33Z</modified>
<issued>2006-03-20T22:17:13Z</issued>
<id>tag:classes.eclab.byu.edu,2006:/601/5.244</id>
<created>2006-03-20T22:17:13Z</created>
<summary type="text/plain">I have installed Mantis at http://classes.eclab.byu.edu/601/mantis. You can go there and create an account if you have not done so. I have also put a link on the web page on the right hand side that you can click to...</summary>
<author>
<name>danolsen</name>

<email>daneclab@gmail.com</email>
</author>
<dc:subject>Items of Interest</dc:subject>
<content type="text/html" mode="escaped" xml:lang="en" xml:base="http://classes.eclab.byu.edu/601/">
<![CDATA[<p>I have installed Mantis at http://classes.eclab.byu.edu/601/mantis. You can go there and create an account if you have not done so. I have also put a link on the web page on the right hand side that you can click to get to the Mantis site.</p>]]>

</content>
</entry>

<entry>
<title>Basecamp</title>
<link rel="alternate" type="text/html" href="http://classes.eclab.byu.edu/601/archives/2006/01/basecamp.shtml" />
<modified>2006-01-25T14:58:52Z</modified>
<issued>2006-01-25T14:51:32Z</issued>
<id>tag:classes.eclab.byu.edu,2006:/601/5.242</id>
<created>2006-01-25T14:51:32Z</created>
<summary type="text/plain"> The Basecamp project has been set up and you&apos;ve all beemn given accounts....</summary>
<author>
<name>windley</name>

<email>phil@windley.org</email>
</author>
<dc:subject>Announcements</dc:subject>
<content type="text/html" mode="escaped" xml:lang="en" xml:base="http://classes.eclab.byu.edu/601/">
<![CDATA[<p>
The Basecamp <a href="http://eclab.updatelog.com/clients/">project</a> has been set up and you've all beemn given accounts.  
</p>]]>

</content>
</entry>

<entry>
<title>SXORE</title>
<link rel="alternate" type="text/html" href="http://classes.eclab.byu.edu/601/archives/2006/01/sxore.shtml" />
<modified>2006-01-18T17:22:10Z</modified>
<issued>2006-01-18T17:20:18Z</issued>
<id>tag:classes.eclab.byu.edu,2006:/601/5.236</id>
<created>2006-01-18T17:20:18Z</created>
<summary type="text/plain"> SXORE is a reputation system for blogging based on SXIP. My initial thought is that we might build something like this for Wordpress or MovableType based on XRI and then generalize that into a framework for building these systems...</summary>
<author>
<name>windley</name>

<email>phil@windley.org</email>
</author>
<dc:subject>Items of Interest</dc:subject>
<content type="text/html" mode="escaped" xml:lang="en" xml:base="http://classes.eclab.byu.edu/601/">
<![CDATA[<p>
<a href="http://sxore.com/">SXORE</a> is a reputation system for blogging based on <a href="http://www.sxip.org">SXIP</a>.  My initial thought is that we might build something like this for Wordpress or MovableType based on XRI and then generalize that into a framework for building these systems in general.  Read through it and the XRI docs I link to below and see what you think.
</p>]]>

</content>
</entry>

<entry>
<title>XRI Papers</title>
<link rel="alternate" type="text/html" href="http://classes.eclab.byu.edu/601/archives/2006/01/xri_papers.shtml" />
<modified>2006-01-18T14:57:16Z</modified>
<issued>2006-01-18T14:56:17Z</issued>
<id>tag:classes.eclab.byu.edu,2006:/601/5.235</id>
<created>2006-01-18T14:56:17Z</created>
<summary type="text/plain"> Here&apos;s some information on XRI....</summary>
<author>
<name>windley</name>

<email>phil@windley.org</email>
</author>
<dc:subject>Items of Interest</dc:subject>
<content type="text/html" mode="escaped" xml:lang="en" xml:base="http://classes.eclab.byu.edu/601/">
<![CDATA[<p>
Here's some <a href="http://www.ootao.com/filedown.nsf/downloads?OpenPage">information on XRI</a>.
</p>]]>

</content>
</entry>

<entry>
<title>CS601R for Winter 2006</title>
<link rel="alternate" type="text/html" href="http://classes.eclab.byu.edu/601/archives/2005/12/cs601r_for_wint.shtml" />
<modified>2005-12-06T22:37:31Z</modified>
<issued>2005-12-06T21:29:09Z</issued>
<id>tag:classes.eclab.byu.edu,2005:/601/5.215</id>
<created>2005-12-06T21:29:09Z</created>
<summary type="text/plain"> My plan for CS601R (Middleware) for Winter semester 2006 is to operate the class in a workshop format. In that format, we will study a specific topic, including current research, in detail and, as a class, develop a platform...</summary>
<author>
<name>windley</name>

<email>phil@windley.org</email>
</author>
<dc:subject>Announcements</dc:subject>
<content type="text/html" mode="escaped" xml:lang="en" xml:base="http://classes.eclab.byu.edu/601/">
<![CDATA[<p>
My plan for CS601R (Middleware) for Winter semester 2006 is to operate the class in a workshop format.  In that format, we will study a specific topic, including current research, in detail and, as a class, develop a platform as a vehicle for conducting research in that area.  While, this is still subject to change and updating, my current thinking is that we will develop a framework for building <a href="http://databases.si.umich.edu/reputations/">reputation systems</a> on top of <a href="http://www.windley.com/archives/2005/12/xris_xdis_and_i.shtml">XRI/XDI</a>.  
</p>]]>

</content>
</entry>

<entry>
<title>Literature Reviews</title>
<link rel="alternate" type="text/html" href="http://classes.eclab.byu.edu/601/archives/2005/03/literature_revi.shtml" />
<modified>2005-03-25T17:42:50Z</modified>
<issued>2005-03-25T16:39:41Z</issued>
<id>tag:classes.eclab.byu.edu,2005:/601/5.130</id>
<created>2005-03-25T16:39:41Z</created>
<summary type="text/plain"> I&apos;ve noticed that people aren&apos;t getting their literature reviews written and linked to the course calendar. My preference would have been that those were done when you spoke, but its too late for that now. I do think that...</summary>
<author>
<name>windley</name>

<email>phil@windley.org</email>
</author>
<dc:subject>Announcements</dc:subject>
<content type="text/html" mode="escaped" xml:lang="en" xml:base="http://classes.eclab.byu.edu/601/">
<![CDATA[<p>
I've noticed that people aren't getting their literature reviews written and linked to the <a href="http://classes.eclab.byu.edu/601/wiki/index.cgi?CourseCalendar">course calendar</a>.  My preference would have been that those were done when you spoke, but its too late for that now.  I do think that they're important for the record, however.  In many instances they're the only metadata we have about the paper without doing a search all over again.  So, I'm going to subtract 25 points from your score on any presentation if the literature review isn't done when I complete grading for the semester.  You have until then to get them finished.  
</p>]]>

</content>
</entry>

<entry>
<title>Invited Talk: Dr. Harold Carr</title>
<link rel="alternate" type="text/html" href="http://classes.eclab.byu.edu/601/archives/2005/01/invited_talk_dr.shtml" />
<modified>2005-01-15T20:09:55Z</modified>
<issued>2005-01-15T19:08:23Z</issued>
<id>tag:classes.eclab.byu.edu,2005:/601/5.106</id>
<created>2005-01-15T19:08:23Z</created>
<summary type="text/plain"> Dr. Harold Carr of Sun Microsystems will give an invited talk on the PEPt Service Oriented Architecture in CS601R on March 30....</summary>
<author>
<name>windley</name>

<email>phil@windley.org</email>
</author>
<dc:subject>Announcements</dc:subject>
<content type="text/html" mode="escaped" xml:lang="en" xml:base="http://classes.eclab.byu.edu/601/">
<![CDATA[<p>
Dr. Harold Carr of Sun Microsystems will give an invited talk on the <a href="http://classes.eclab.byu.edu/601/wiki/index.cgi?PEPt">PEPt Service Oriented Architecture</a> in CS601R on March 30.  
</p>]]>

</content>
</entry>

</feed>