<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for Neural Advance</title>
	<atom:link href="http://www.neuraladvance.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.neuraladvance.com</link>
	<description>Mac OS X, UNIX and Windows Development</description>
	<lastBuildDate>Sat, 19 Nov 2011 22:29:50 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Installing Gnome 3 on Arch Linux by Ian</title>
		<link>http://www.neuraladvance.com/2011/09/02/gnome-3-arch-linux/#comment-803</link>
		<dc:creator>Ian</dc:creator>
		<pubDate>Sat, 19 Nov 2011 22:29:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.neuraladvance.com/?p=622#comment-803</guid>
		<description>The xf86-video-nvidia package does not exist. Use xf86-video-nv</description>
		<content:encoded><![CDATA[<p>The xf86-video-nvidia package does not exist. Use xf86-video-nv</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing Gnome 3 on Arch Linux by gav</title>
		<link>http://www.neuraladvance.com/2011/09/02/gnome-3-arch-linux/#comment-798</link>
		<dc:creator>gav</dc:creator>
		<pubDate>Sat, 05 Nov 2011 11:36:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.neuraladvance.com/?p=622#comment-798</guid>
		<description>awesome article, just did this (first arch install) and it worked without error, thanks for writing it

one thing i&#039;d add is to edit the daemons array in /etc/rc.conf, changing


network


for


!network @networkmanager


ensuring this comes after dbus in the list so that the network manager applet is loaded in the top bar</description>
		<content:encoded><![CDATA[<p>awesome article, just did this (first arch install) and it worked without error, thanks for writing it</p>
<p>one thing i&#8217;d add is to edit the daemons array in /etc/rc.conf, changing</p>
<p>network</p>
<p>for</p>
<p>!network @networkmanager</p>
<p>ensuring this comes after dbus in the list so that the network manager applet is loaded in the top bar</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Debian, Django, Nginx, FastCGI and Daemon Tools &#8211; The Perfect Combination by LiLo</title>
		<link>http://www.neuraladvance.com/2011/03/29/django-nginx-fastcgi-daemontools/#comment-572</link>
		<dc:creator>LiLo</dc:creator>
		<pubDate>Fri, 22 Jul 2011 14:46:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.neuraladvance.com/?p=546#comment-572</guid>
		<description>Hi,

I&#039;m kinda new to Django (I&#039;m following their excellent tutorial right now :)) but I&#039;m not sure I understand what you are trying to with this line of /etc/service/domain.com/run :
source /path/to/your/virtualenv/for/project

How can you source a directory?

Regards,
LiLo</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I&#8217;m kinda new to Django (I&#8217;m following their excellent tutorial right now <img src="http://www.neuraladvance.com/wp-includes/images/smilies/icon_smile.gif?9d7bd4" alt=':)' class='wp-smiley' /> ) but I&#8217;m not sure I understand what you are trying to with this line of /etc/service/domain.com/run :<br />
source /path/to/your/virtualenv/for/project</p>
<p>How can you source a directory?</p>
<p>Regards,<br />
LiLo</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using AVRdude with the Arduino Duemilanove by nacho</title>
		<link>http://www.neuraladvance.com/2010/04/08/using-avrdude-with-the-arduino-duemilanove/#comment-345</link>
		<dc:creator>nacho</dc:creator>
		<pubDate>Wed, 23 Mar 2011 23:32:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.neuraladvance.com/?p=328#comment-345</guid>
		<description>Hi i wanted to know how is the hardware configuration to do this.

I understand that you are using some kind of serial programmer to do this (i.e. avrisp), then why do you use the argument : &quot;-carduino&quot; when you should be using ( for example) -cavrisp ???

Are you using another arduino to program the second arduino??

thanks</description>
		<content:encoded><![CDATA[<p>Hi i wanted to know how is the hardware configuration to do this.</p>
<p>I understand that you are using some kind of serial programmer to do this (i.e. avrisp), then why do you use the argument : &#8220;-carduino&#8221; when you should be using ( for example) -cavrisp ???</p>
<p>Are you using another arduino to program the second arduino??</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing PostgreSQL and PostGIS on Ubuntu Server (or Client) 9.10 by Andy</title>
		<link>http://www.neuraladvance.com/2010/01/08/installing-postgresql-and-postgis-on-ubuntu-server-9-10/#comment-335</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Wed, 19 Jan 2011 05:22:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.neuraladvance.com/?p=250#comment-335</guid>
		<description>Thankyou! Very useful for me, a linux noob :-)</description>
		<content:encoded><![CDATA[<p>Thankyou! Very useful for me, a linux noob <img src="http://www.neuraladvance.com/wp-includes/images/smilies/icon_smile.gif?9d7bd4" alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Compiling and Installing NASM on Mac OS X by Jason Clark</title>
		<link>http://www.neuraladvance.com/2009/08/19/compiling-and-installing-nasm-on-mac-os-x/#comment-43</link>
		<dc:creator>Jason Clark</dc:creator>
		<pubDate>Wed, 17 Nov 2010 02:55:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.neuraladvance.com/?p=105#comment-43</guid>
		<description>The problem is most likely that you downloaded the .zip file instead of the .gz file. I had the same problem with Snow Leopard until I downloaded the .gz file, which worked perfectly. It has something to do with the line return endings being formatted for a pc.</description>
		<content:encoded><![CDATA[<p>The problem is most likely that you downloaded the .zip file instead of the .gz file. I had the same problem with Snow Leopard until I downloaded the .gz file, which worked perfectly. It has something to do with the line return endings being formatted for a pc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using AVRdude with the Arduino Duemilanove by Gabriel</title>
		<link>http://www.neuraladvance.com/2010/04/08/using-avrdude-with-the-arduino-duemilanove/#comment-33</link>
		<dc:creator>Gabriel</dc:creator>
		<pubDate>Tue, 09 Nov 2010 11:39:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.neuraladvance.com/?p=328#comment-33</guid>
		<description>If you are using the ATMega328 you must set the baud rate to 57600 with -b57600 on the command line.

avrdude -b 57600 -c arduino -p m168 -P usb -U flash:w:

 type defaults to Intel Hex, otherwise you should say what type o file you are using with an extra :x at the end of teh command.</description>
		<content:encoded><![CDATA[<p>If you are using the ATMega328 you must set the baud rate to 57600 with -b57600 on the command line.</p>
<p>avrdude -b 57600 -c arduino -p m168 -P usb -U flash:w:</p>
<p> type defaults to Intel Hex, otherwise you should say what type o file you are using with an extra <img src="http://www.neuraladvance.com/wp-includes/images/smilies/icon_mad.gif?9d7bd4" alt=':x' class='wp-smiley' />  at the end of teh command.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Compiling and Installing NASM on Mac OS X by Simon Connah</title>
		<link>http://www.neuraladvance.com/2009/08/19/compiling-and-installing-nasm-on-mac-os-x/#comment-12</link>
		<dc:creator>Simon Connah</dc:creator>
		<pubDate>Mon, 01 Nov 2010 22:21:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.neuraladvance.com/?p=105#comment-12</guid>
		<description>It sounds to me like you are not in the correct directory when you try and execute the configure script. Did you cd into the directory that was created when you expanded the archive that you downloaded?

If you are unsure how to do this simply open the Terminal and then open the download folder at the same time. Type &quot;cd &quot; in the Terminal window without the quotes (the trailing space is very important) and then drag the nasm folder to the Terminal window and let go. This will add the correct path to the window. Just press return now and you should then be able to type ./configure and follow the article above as described.</description>
		<content:encoded><![CDATA[<p>It sounds to me like you are not in the correct directory when you try and execute the configure script. Did you cd into the directory that was created when you expanded the archive that you downloaded?</p>
<p>If you are unsure how to do this simply open the Terminal and then open the download folder at the same time. Type &#8220;cd &#8221; in the Terminal window without the quotes (the trailing space is very important) and then drag the nasm folder to the Terminal window and let go. This will add the correct path to the window. Just press return now and you should then be able to type ./configure and follow the article above as described.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Compiling and Installing NASM on Mac OS X by john</title>
		<link>http://www.neuraladvance.com/2009/08/19/compiling-and-installing-nasm-on-mac-os-x/#comment-11</link>
		<dc:creator>john</dc:creator>
		<pubDate>Mon, 01 Nov 2010 01:46:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.neuraladvance.com/?p=105#comment-11</guid>
		<description>ok, I run Snow Leopard, and when I typed ./configure, I get the message: No such file or directory, please help!!!! Thanks.</description>
		<content:encoded><![CDATA[<p>ok, I run Snow Leopard, and when I typed ./configure, I get the message: No such file or directory, please help!!!! Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Getting Started with Glassfish 3 on Ubuntu Server 9.10 by Tiago Pires</title>
		<link>http://www.neuraladvance.com/2010/01/14/getting-started-with-glassfish-3-on-ubuntu-server-9-10/#comment-5</link>
		<dc:creator>Tiago Pires</dc:creator>
		<pubDate>Mon, 24 May 2010 20:29:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.neuraladvance.com/?p=253#comment-5</guid>
		<description>Thank you so much for your answer file! I was not able to create one on a FC 12 distribution, since the installer appears to be broken.

Thanks a lot.</description>
		<content:encoded><![CDATA[<p>Thank you so much for your answer file! I was not able to create one on a FC 12 distribution, since the installer appears to be broken.</p>
<p>Thanks a lot.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced
Database Caching using disk: basic
Object Caching 266/293 objects using disk: basic

Served from: www.neuraladvance.com @ 2012-02-07 06:55:24 -->
