<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
<channel>
	<title>Comments for Anton Olsen</title>
	
	<link>http://www.antonolsen.com</link>
	<description />
	<lastBuildDate>Thu, 19 Apr 2012 14:07:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/CommentsAntonOlsen" /><feedburner:info uri="commentsantonolsen" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Comment on read a file with bash by Sysadmin</title>
		<link>http://feedproxy.google.com/~r/CommentsAntonOlsen/~3/x53P4_s1DEc/</link>
		<dc:creator>Sysadmin</dc:creator>
		<pubDate>Thu, 19 Apr 2012 14:07:11 +0000</pubDate>
		<guid isPermaLink="false">http://antonolsen.com/?p=24#comment-1758</guid>
		<description>Wow! Comment with file descriptor 9 ("read -u 9") really saved my day! Big thanks. I've got "bash: fork: Resource temporarily unavailable" and no command could be run except bash builtins. This is very helpful and elegant way. You guy is a real bash guru :) So I have run this to find out the pid of java process and kill it to free resources:

for f in /proc/[0-9]* ; do
  VALUE=""
  exec 9&lt; $f/cmdline # assign file descriptor 9 to file
  read -u 9 line
  [[ $line =~ java ]] &amp;&amp; echo "|$f|: |$line|"
  exec 9&lt;&amp;- # free file descriptor 9
  echo $VALUE
done</description>
		<content:encoded><![CDATA[<p>Wow! Comment with file descriptor 9 (&#8220;read -u 9&#8243;) really saved my day! Big thanks. I&#8217;ve got &#8220;bash: fork: Resource temporarily unavailable&#8221; and no command could be run except bash builtins. This is very helpful and elegant way. You guy is a real bash guru <img src='http://www.antonolsen.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  So I have run this to find out the pid of java process and kill it to free resources:</p>
<p>for f in /proc/[0-9]* ; do<br />
  VALUE=&#8221;"<br />
  exec 9&lt; $f/cmdline # assign file descriptor 9 to file<br />
  read -u 9 line<br />
  [[ $line =~ java ]] &amp;&amp; echo &quot;|$f|: |$line|&quot;<br />
  exec 9&lt;&amp;- # free file descriptor 9<br />
  echo $VALUE<br />
done</p>

<p><a href="http://feedads.g.doubleclick.net/~a/3hP6RFY9zBq6t_CJiBQrMncuHWI/0/da"><img src="http://feedads.g.doubleclick.net/~a/3hP6RFY9zBq6t_CJiBQrMncuHWI/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/3hP6RFY9zBq6t_CJiBQrMncuHWI/1/da"><img src="http://feedads.g.doubleclick.net/~a/3hP6RFY9zBq6t_CJiBQrMncuHWI/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/CommentsAntonOlsen/~4/x53P4_s1DEc" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.antonolsen.com/2005/03/23/read-a-file-with-bash/comment-page-2/#comment-1758</feedburner:origLink></item>
	<item>
		<title>Comment on BASH: Split a string without ‘cut’ or ‘awk’ by aGuy</title>
		<link>http://feedproxy.google.com/~r/CommentsAntonOlsen/~3/Fl2aI7YmHPQ/</link>
		<dc:creator>aGuy</dc:creator>
		<pubDate>Fri, 01 Jul 2011 04:16:23 +0000</pubDate>
		<guid isPermaLink="false">http://antonolsen.com/?p=116#comment-1282</guid>
		<description>a="a b c d e"; arr=(${a// / }); echo ${arr[4]}</description>
		<content:encoded><![CDATA[<p>a=&#8221;a b c d e&#8221;; arr=(${a// / }); echo ${arr[4]}</p>

<p><a href="http://feedads.g.doubleclick.net/~a/UR4yH6LkHRbu2k_NSK5ySM8jdLI/0/da"><img src="http://feedads.g.doubleclick.net/~a/UR4yH6LkHRbu2k_NSK5ySM8jdLI/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/UR4yH6LkHRbu2k_NSK5ySM8jdLI/1/da"><img src="http://feedads.g.doubleclick.net/~a/UR4yH6LkHRbu2k_NSK5ySM8jdLI/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/CommentsAntonOlsen/~4/Fl2aI7YmHPQ" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.antonolsen.com/2006/04/10/bash-split-a-string-without-cut-or-awk/comment-page-1/#comment-1282</feedburner:origLink></item>
	<item>
		<title>Comment on Nerf Vulcan Repair and Modification by Anton</title>
		<link>http://feedproxy.google.com/~r/CommentsAntonOlsen/~3/cg5KiN6qMIQ/</link>
		<dc:creator>Anton</dc:creator>
		<pubDate>Fri, 06 May 2011 02:55:13 +0000</pubDate>
		<guid isPermaLink="false">http://antonolsen.com/?p=2176#comment-1171</guid>
		<description>@David,

The little circuit is not needed. I suspect it provides over current protection for the motor.

@Cheese,

I just screwed it down snug then cut away from the case plastic so it would go back together.</description>
		<content:encoded><![CDATA[<p>@David,</p>
<p>The little circuit is not needed. I suspect it provides over current protection for the motor.</p>
<p>@Cheese,</p>
<p>I just screwed it down snug then cut away from the case plastic so it would go back together.</p>

<p><a href="http://feedads.g.doubleclick.net/~a/iSMkMfh3DqEdcVWtoMD1Vx6bIdM/0/da"><img src="http://feedads.g.doubleclick.net/~a/iSMkMfh3DqEdcVWtoMD1Vx6bIdM/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/iSMkMfh3DqEdcVWtoMD1Vx6bIdM/1/da"><img src="http://feedads.g.doubleclick.net/~a/iSMkMfh3DqEdcVWtoMD1Vx6bIdM/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/CommentsAntonOlsen/~4/cg5KiN6qMIQ" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.antonolsen.com/2009/03/02/nerf-vulcan-repair-and-modification/comment-page-1/#comment-1171</feedburner:origLink></item>
	<item>
		<title>Comment on Nerf Vulcan Repair and Modification by Cheese</title>
		<link>http://feedproxy.google.com/~r/CommentsAntonOlsen/~3/bsfvLtWmpYo/</link>
		<dc:creator>Cheese</dc:creator>
		<pubDate>Wed, 27 Apr 2011 01:20:09 +0000</pubDate>
		<guid isPermaLink="false">http://antonolsen.com/?p=2176#comment-1150</guid>
		<description>Hey Anton excellent work.  I own two old models and two new model Vulcans, and we're modding the newer ones.  There seems to be something keeping the Motor attached to the orange plastic ring that screws it in place (the one that you slip the screws thru that you say is 1/8th of an inch to far away).  I was wondering if you also had this problem and how you overcame it.</description>
		<content:encoded><![CDATA[<p>Hey Anton excellent work.  I own two old models and two new model Vulcans, and we&#8217;re modding the newer ones.  There seems to be something keeping the Motor attached to the orange plastic ring that screws it in place (the one that you slip the screws thru that you say is 1/8th of an inch to far away).  I was wondering if you also had this problem and how you overcame it.</p>

<p><a href="http://feedads.g.doubleclick.net/~a/UQjDMFCaui-sfaix7uU2_xe1-7Q/0/da"><img src="http://feedads.g.doubleclick.net/~a/UQjDMFCaui-sfaix7uU2_xe1-7Q/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/UQjDMFCaui-sfaix7uU2_xe1-7Q/1/da"><img src="http://feedads.g.doubleclick.net/~a/UQjDMFCaui-sfaix7uU2_xe1-7Q/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/CommentsAntonOlsen/~4/bsfvLtWmpYo" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.antonolsen.com/2009/03/02/nerf-vulcan-repair-and-modification/comment-page-1/#comment-1150</feedburner:origLink></item>
	<item>
		<title>Comment on Nerf Vulcan Repair and Modification by David</title>
		<link>http://feedproxy.google.com/~r/CommentsAntonOlsen/~3/J6COkvCWiQk/</link>
		<dc:creator>David</dc:creator>
		<pubDate>Mon, 21 Mar 2011 23:15:12 +0000</pubDate>
		<guid isPermaLink="false">http://antonolsen.com/?p=2176#comment-945</guid>
		<description>The is a wire soldered to the motor and the computer silicon chip.  Is that important?  If so, what is it and how did you use it on your new motor?</description>
		<content:encoded><![CDATA[<p>The is a wire soldered to the motor and the computer silicon chip.  Is that important?  If so, what is it and how did you use it on your new motor?</p>

<p><a href="http://feedads.g.doubleclick.net/~a/DjisvOcN3hloL2-Mtofq3FI_0X8/0/da"><img src="http://feedads.g.doubleclick.net/~a/DjisvOcN3hloL2-Mtofq3FI_0X8/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/DjisvOcN3hloL2-Mtofq3FI_0X8/1/da"><img src="http://feedads.g.doubleclick.net/~a/DjisvOcN3hloL2-Mtofq3FI_0X8/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/CommentsAntonOlsen/~4/J6COkvCWiQk" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.antonolsen.com/2009/03/02/nerf-vulcan-repair-and-modification/comment-page-1/#comment-945</feedburner:origLink></item>
	<item>
		<title>Comment on LED Throwies by Tragic O'Hara</title>
		<link>http://feedproxy.google.com/~r/CommentsAntonOlsen/~3/0WHCnryW5iE/</link>
		<dc:creator>Tragic O'Hara</dc:creator>
		<pubDate>Sat, 05 Mar 2011 18:07:32 +0000</pubDate>
		<guid isPermaLink="false">http://antonolsen.com/?p=130#comment-896</guid>
		<description>Hey,
I'm thinking about using some LED throwies for a stunt over here in Scotland.
Your post was a lot of help.

Im an avid of all street art and this is something you don't see over in the UK so I'm definatley going to get involved....

All the best 
and thanks

Tragic</description>
		<content:encoded><![CDATA[<p>Hey,<br />
I&#8217;m thinking about using some LED throwies for a stunt over here in Scotland.<br />
Your post was a lot of help.</p>
<p>Im an avid of all street art and this is something you don&#8217;t see over in the UK so I&#8217;m definatley going to get involved&#8230;.</p>
<p>All the best<br />
and thanks</p>
<p>Tragic</p>

<p><a href="http://feedads.g.doubleclick.net/~a/yzU8fLKdhr3om8l_aldLI3BjWDE/0/da"><img src="http://feedads.g.doubleclick.net/~a/yzU8fLKdhr3om8l_aldLI3BjWDE/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/yzU8fLKdhr3om8l_aldLI3BjWDE/1/da"><img src="http://feedads.g.doubleclick.net/~a/yzU8fLKdhr3om8l_aldLI3BjWDE/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/CommentsAntonOlsen/~4/0WHCnryW5iE" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.antonolsen.com/2006/04/23/led-throwies/comment-page-1/#comment-896</feedburner:origLink></item>
	<item>
		<title>Comment on using a bash ‘for loop’ to wget by Jabba Laci</title>
		<link>http://feedproxy.google.com/~r/CommentsAntonOlsen/~3/RhFa0kJMq6E/</link>
		<dc:creator>Jabba Laci</dc:creator>
		<pubDate>Mon, 31 Jan 2011 06:22:35 +0000</pubDate>
		<guid isPermaLink="false">http://antonolsen.com/?p=25#comment-838</guid>
		<description>Another way is to collect the URLs in a file, say down.txt, then download everything in it with "wget -i down.txt".</description>
		<content:encoded><![CDATA[<p>Another way is to collect the URLs in a file, say down.txt, then download everything in it with &#8220;wget -i down.txt&#8221;.</p>

<p><a href="http://feedads.g.doubleclick.net/~a/FsLpR0J7BvqTAMzh8JWNlPckgoc/0/da"><img src="http://feedads.g.doubleclick.net/~a/FsLpR0J7BvqTAMzh8JWNlPckgoc/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/FsLpR0J7BvqTAMzh8JWNlPckgoc/1/da"><img src="http://feedads.g.doubleclick.net/~a/FsLpR0J7BvqTAMzh8JWNlPckgoc/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/CommentsAntonOlsen/~4/RhFa0kJMq6E" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.antonolsen.com/2005/03/24/using-a-bash-for-loop-to-wget/comment-page-1/#comment-838</feedburner:origLink></item>
	<item>
		<title>Comment on Nerf Vulcan Repair and Modification by woink</title>
		<link>http://feedproxy.google.com/~r/CommentsAntonOlsen/~3/Ta6qb_X99yg/</link>
		<dc:creator>woink</dc:creator>
		<pubDate>Thu, 23 Dec 2010 08:30:27 +0000</pubDate>
		<guid isPermaLink="false">http://antonolsen.com/?p=2176#comment-797</guid>
		<description>Hey was just wondering how to remove the white gear attached to the motor - mine seems stuck &gt;&lt;.

thank you!</description>
		<content:encoded><![CDATA[<p>Hey was just wondering how to remove the white gear attached to the motor &#8211; mine seems stuck &gt;&lt;.</p>
<p>thank you!</p>

<p><a href="http://feedads.g.doubleclick.net/~a/l5Y5tavO7xHdx4wyUXZxKFMnYCQ/0/da"><img src="http://feedads.g.doubleclick.net/~a/l5Y5tavO7xHdx4wyUXZxKFMnYCQ/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/l5Y5tavO7xHdx4wyUXZxKFMnYCQ/1/da"><img src="http://feedads.g.doubleclick.net/~a/l5Y5tavO7xHdx4wyUXZxKFMnYCQ/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/CommentsAntonOlsen/~4/Ta6qb_X99yg" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.antonolsen.com/2009/03/02/nerf-vulcan-repair-and-modification/comment-page-1/#comment-797</feedburner:origLink></item>
	<item>
		<title>Comment on Nerf Vulcan Repair and Modification by woink</title>
		<link>http://feedproxy.google.com/~r/CommentsAntonOlsen/~3/YBMKUiS2nLg/</link>
		<dc:creator>woink</dc:creator>
		<pubDate>Thu, 23 Dec 2010 04:44:23 +0000</pubDate>
		<guid isPermaLink="false">http://antonolsen.com/?p=2176#comment-796</guid>
		<description>hmm do you know how to remove the gear stuck to the motor? thanks!</description>
		<content:encoded><![CDATA[<p>hmm do you know how to remove the gear stuck to the motor? thanks!</p>

<p><a href="http://feedads.g.doubleclick.net/~a/lbrhq9TfMZP-gAkJvyqQCj2WKPM/0/da"><img src="http://feedads.g.doubleclick.net/~a/lbrhq9TfMZP-gAkJvyqQCj2WKPM/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/lbrhq9TfMZP-gAkJvyqQCj2WKPM/1/da"><img src="http://feedads.g.doubleclick.net/~a/lbrhq9TfMZP-gAkJvyqQCj2WKPM/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/CommentsAntonOlsen/~4/YBMKUiS2nLg" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.antonolsen.com/2009/03/02/nerf-vulcan-repair-and-modification/comment-page-1/#comment-796</feedburner:origLink></item>
	<item>
		<title>Comment on Nerf Vulcan Repair and Modification by Norrec</title>
		<link>http://feedproxy.google.com/~r/CommentsAntonOlsen/~3/oUGldy1119U/</link>
		<dc:creator>Norrec</dc:creator>
		<pubDate>Wed, 22 Dec 2010 22:21:56 +0000</pubDate>
		<guid isPermaLink="false">http://antonolsen.com/?p=2176#comment-795</guid>
		<description>Hey Anton,

Have you made any improvements yet?
When upgrading my spring to a higher load and with AR removal, my Rate of fire has dropped. Since I use 15-16 volts to stock motor.
I plan to upgrade my spring to an even higher load and change the gears to aluminum parts, as well as the plunger, etc. 

But an even higher load spring would reduce my RoF as well...
Would I need a motor with higher RPM in order to compensate?
Do higher voltages usually equate to a higher degree of RPM?

Your article was a very interesting read, thanks ;)</description>
		<content:encoded><![CDATA[<p>Hey Anton,</p>
<p>Have you made any improvements yet?<br />
When upgrading my spring to a higher load and with AR removal, my Rate of fire has dropped. Since I use 15-16 volts to stock motor.<br />
I plan to upgrade my spring to an even higher load and change the gears to aluminum parts, as well as the plunger, etc. </p>
<p>But an even higher load spring would reduce my RoF as well&#8230;<br />
Would I need a motor with higher RPM in order to compensate?<br />
Do higher voltages usually equate to a higher degree of RPM?</p>
<p>Your article was a very interesting read, thanks <img src='http://www.antonolsen.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>

<p><a href="http://feedads.g.doubleclick.net/~a/NLyh5daF6Hr40rckSw41KYH6x6o/0/da"><img src="http://feedads.g.doubleclick.net/~a/NLyh5daF6Hr40rckSw41KYH6x6o/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/NLyh5daF6Hr40rckSw41KYH6x6o/1/da"><img src="http://feedads.g.doubleclick.net/~a/NLyh5daF6Hr40rckSw41KYH6x6o/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/CommentsAntonOlsen/~4/oUGldy1119U" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.antonolsen.com/2009/03/02/nerf-vulcan-repair-and-modification/comment-page-1/#comment-795</feedburner:origLink></item>
</channel>
</rss>

