<?xml version="1.0" encoding="ISO-8859-1"?>

<!DOCTYPE rss PUBLIC "-//Netscape Communications//DTD RSS 0.91//EN"
 "http://my.netscape.com/publish/formats/rss-0.91.dtd">

<rss version="0.91">

<channel>
<title>Evaders Squadron Coding [ESC]</title>
<link>http://evaders.swrebellion.com</link>
<description>Evaders Squadron Coding [ESC]</description>
<language>en-us</language>

<item>
<title>Lego Star Wars II</title>
<link>http://evaders.swrebellion.com/modules.php?name=News&amp;file=article&amp;sid=28</link>
<description>Woohoo.. (yea I used that fountain with the score multipiers, sorry.. I'm not waiting all day to get 50M+ studs)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;evaders99/legosw2_100.jpg&quot;&gt;&lt;img height=&quot;40%&quot; border=&quot;0&quot; width=&quot;40%&quot; src=&quot;evaders99/legosw2_100.jpg&quot;&gt;&lt;/a&gt;</description>
</item>

<item>
<title>ASCII Art Spam?</title>
<link>http://evaders.swrebellion.com/modules.php?name=News&amp;file=article&amp;sid=27</link>
<description>You know, these spammers will do anything... don't they realize more obfuscation they use on their spam, the less likely that anyone will view it. It's stupid to think anyone would put in the web address because they see it in an ASCII art spam.&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Note:&lt;/strong&gt; I had to switch colors white/black and even play with the contrast to make it slightly readable. Dumb spammers
&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;
&lt;img border=&quot;0&quot; src=&quot;evaders99/asciiartspam.jpg&quot;&gt;&lt;br /&gt;&lt;br /&gt;
</description>
</item>

<item>
<title>Folding@home: Mid-June</title>
<link>http://evaders.swrebellion.com/modules.php?name=News&amp;file=article&amp;sid=26</link>
<description>Added a lot more points with the Radeon card. And now just installed the Nvidia beta client... at least 2000 PPD, though I am trying to install the newer drivers which should increase this.&lt;br /&gt;&lt;br /&gt;I have a total score of &lt;strong&gt;134065&lt;/strong&gt; from &lt;strong&gt;842&lt;/strong&gt; WU.&lt;br /&gt;Current ranking is &lt;strong&gt;24807&lt;/strong&gt; of 1009868, which is a move of 16000 ranks since the last post. Excellant :)&lt;br /&gt;&lt;br /&gt;8 total processors (1 added with the Nvidia card).. though I've dropped the normal CPU client from both the Radeon and Nvidia machines. That will drop the active number to only 6 processors.&lt;br /&gt;&lt;br /&gt;See the stats here: &lt;a href=&quot;http://vspx27.stanford.edu/cgi-bin/main.py?qtype=teampage&amp;amp;teamnum=96904&quot;&gt;SWR Folding@home team&lt;/a&gt;&lt;br /&gt;</description>
</item>

<item>
<title>Folding@Home: Mid-April</title>
<link>http://evaders.swrebellion.com/modules.php?name=News&amp;file=article&amp;sid=25</link>
<description>In about 1.5 months, I've contributed &lt;strong&gt;318&lt;/strong&gt; WU from &lt;strong&gt;7&lt;/strong&gt; processors and total score of &lt;strong&gt;69376&lt;/strong&gt;, ranking of &lt;strong&gt;41626 of 964937&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;This is almost double the WU I've sent in since the beginning of March. And ranking up about 20,000 more spots. Now the trick.. cracking the top 10,000. I bet here it really gets saturated with those people who really contribute clusters to folding. We'll see.. perhaps another three months?&lt;br /&gt;&lt;br /&gt;I added the GPU2 client with an Radeon HD 2600 Pro and it adds almost 500 PPD!&lt;br /&gt;&lt;a href=&quot;http://folding.stanford.edu&quot;&gt;&lt;br /&gt;Folding@Home - http://folding.stanford.edu&lt;/a&gt;&lt;br /&gt;</description>
</item>

<item>
<title>Folding@Home</title>
<link>http://evaders.swrebellion.com/modules.php?name=News&amp;file=article&amp;sid=24</link>
<description>A personal update for &lt;a href=&quot;http://vspx27.stanford.edu/cgi-bin/main.py?qtype=userpage&amp;amp;teamnum=96904&amp;amp;username=Evaders99&quot;&gt;my Folding@Home performance&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;I've contributed a total of &lt;strong&gt;160&lt;/strong&gt; WU with a total score of &lt;strong&gt;41551&lt;/strong&gt; and a ranking of &lt;strong&gt;60294 of 930764&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;Wonder how long it will take to crack the top 10,000.&lt;br /&gt;&lt;br /&gt;</description>
</item>

<item>
<title>CVS vs SVN</title>
<link>http://evaders.swrebellion.com/modules.php?name=News&amp;file=article&amp;sid=23</link>
<description>I've really considered moving to SVN (Subversion) several times. Why?&lt;br /&gt;- It's up-to-date, latest with atomic commits, yada&lt;br /&gt;- It has great merging tools&lt;br /&gt;- It works with all many tools like bug trackers.&lt;br /&gt;&lt;br /&gt;The only thing that is stopping me is that&lt;br /&gt;TAGS = BRANCHES = COPIES&lt;br /&gt;&lt;br /&gt;For Nuke Patched Core, each tag is just that, a tag property written on one individual file in the main trunk.&lt;br /&gt;I can tag for different releases (Patched75, Patched76... phpNuke75, phpNuke76...) and I can see which tags are available. Once I make changes, I just bring the tags up to the current version. (Even add tags as necessary for those that weren't patched but now are)&lt;br /&gt;&lt;br /&gt;This kind of system means I can essentially patch different versions in parallel. There are subtle changes between phpNuke versions, so I don't want to share the trunk between all of them.&lt;br /&gt;&lt;br /&gt;When SVN tags something, it puts it into a tags folder. There is an ancestry relation, but I have to manually go and look for which tags are out there; find the tag folders and merge them individually. That's a lot of work.&lt;br /&gt;Branches are also tags... they just go into the branches folder.&lt;br /&gt;And all of these are just &amp;quot;cheap copies&amp;quot; of the actual trunk file. Once I edit the trunk, I have to spider through the different revision trees to determine where it needs to be updated.&lt;br /&gt;&lt;br /&gt;In CVS, I view the tags and apply them in one step. Easy. And check out the tags for easy packaging by an automated system.&lt;br /&gt;I don't know how I can set up SVN to work the way I want to easily. I know it supports some kind of properties per file, but all the easy shortcuts want a folder(tag/branch) path and a revision number. &lt;br /&gt;</description>
</item>

<item>
<title>Do something nice for the New Year!</title>
<link>http://evaders.swrebellion.com/modules.php?name=News&amp;file=article&amp;sid=22</link>
<description>You can do something nice for the holiday. And its free too.. no money required.&lt;br /&gt;

&lt;br /&gt;

Donate your idle computer cycles to science. &lt;a href=&quot;http://folding.stanford.edu&quot;&gt;Stanford's Folding@Home&lt;/a&gt; project uses your computer to help simulate protein folding.&lt;br /&gt;

&lt;br /&gt;

Every good community has a team. So join our &lt;a href=&quot;http://vspx27.stanford.edu/cgi-bin/main.py?qtype=teampage&amp;amp;teamnum=96904&quot;&gt;SW:Rebellion Network Folding Team&lt;/a&gt; - team# &lt;strong&gt;96904&lt;/strong&gt;&lt;br /&gt;

You can install it no matter what operating system (Windows / Linux / even PS3...). Just install a client and let it go.</description>
</item>

<item>
<title>AMS Venus T4U Review (3TB in a little black box)</title>
<link>http://evaders.swrebellion.com/modules.php?name=News&amp;file=article&amp;sid=21</link>
<description>The &lt;a href=&quot;http://www.amselectronics.com/&quot;&gt;AMS Venus T4U&lt;/a&gt; (DS-2340UBK) is my dream machine. As I have data on lots of random IDE hard drives, this simple 4-bay hard drive enclosure is what I've been sorely needing. While you could make an entire desktop tower with RAID and the works, my primary system has been a laptop. Thus I've survived on single hard drive enclosures, swapping drives in and out when necessary. &lt;br /&gt;&lt;br /&gt;Is it worth buying? After a few weeks with it, my answer is yes.&lt;br /&gt;&lt;a href=&quot;article21.html&quot;&gt;Read on for more details, specs, and images....&lt;/a&gt;&lt;br /&gt; </description>
</item>

<item>
<title>QABoom - Open for Discussion</title>
<link>http://evaders.swrebellion.com/modules.php?name=News&amp;file=article&amp;sid=20</link>
<description>A new site I'm a part of - its a social network mixed with a question and answer site! check it out!&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://www.qaboom.com&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;images/banners/qaboom.jpg&quot;&gt;&lt;/a&gt;</description>
</item>

<item>
<title>Languages Removed</title>
<link>http://evaders.swrebellion.com/modules.php?name=News&amp;file=article&amp;sid=19</link>
<description>I removed the multiple languages from the main phpNuke packages. They added a lot of files where most people just use English.&lt;br /&gt;&lt;br /&gt;I will have seperate language downloads available, but for now, you can grab them directly from the CVS. They are tagged 'zlang-languagename'&amp;nbsp; for example, French is now tagged 'zlang-french'&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Should save the trouble of installing a large amount of needless files. You'll get the English files, and only install the other languages that you want!&lt;br /&gt;</description>
</item>

</channel>
</rss>