<?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 on: Basic binary</title>
	<atom:link href="http://razetheworld.com/rtw/basic-binary/feed/" rel="self" type="application/rss+xml" />
	<link>http://razetheworld.com/rtw/basic-binary/</link>
	<description>Set The World On Fire!</description>
	<lastBuildDate>Mon, 23 Apr 2012 01:52:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: skullabyss</title>
		<link>http://razetheworld.com/rtw/basic-binary/#comment-658647</link>
		<dc:creator>skullabyss</dc:creator>
		<pubDate>Mon, 17 Oct 2011 00:17:31 +0000</pubDate>
		<guid isPermaLink="false">http://razetheworld.com/?p=6499#comment-658647</guid>
		<description>I&#039;m doing this in my Computer Network Engineering Class right now! it is easy as hell</description>
		<content:encoded><![CDATA[<p>I&#8217;m doing this in my Computer Network Engineering Class right now! it is easy as hell</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wooly4</title>
		<link>http://razetheworld.com/rtw/basic-binary/#comment-658635</link>
		<dc:creator>wooly4</dc:creator>
		<pubDate>Fri, 07 Oct 2011 00:32:36 +0000</pubDate>
		<guid isPermaLink="false">http://razetheworld.com/?p=6499#comment-658635</guid>
		<description>&lt;blockquote&gt;&lt;p&gt;&lt;cite&gt;witteknokkels &lt;a href=&quot;http://razetheworld.com/forum/topic/basic-binary#post-342453&quot;&gt;said&lt;/a&gt;:&lt;/cite&gt;&lt;br /&gt;
i should learn basic binary
&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;even if your into programming there are very few practical applications of it, but if your like me and just like learning shit like this go for it
&lt;/p&gt;</description>
		<content:encoded><![CDATA[<blockquote><p><cite>witteknokkels <a href="http://razetheworld.com/forum/topic/basic-binary#post-342453">said</a>:</cite><br />
i should learn basic binary
</p>
</blockquote>
<p>even if your into programming there are very few practical applications of it, but if your like me and just like learning shit like this go for it</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: witteknokkels</title>
		<link>http://razetheworld.com/rtw/basic-binary/#comment-658629</link>
		<dc:creator>witteknokkels</dc:creator>
		<pubDate>Thu, 06 Oct 2011 06:24:15 +0000</pubDate>
		<guid isPermaLink="false">http://razetheworld.com/?p=6499#comment-658629</guid>
		<description>&lt;p&gt;i should learn basic binary
&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>i should learn basic binary</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GigaBuster.exe</title>
		<link>http://razetheworld.com/rtw/basic-binary/#comment-658628</link>
		<dc:creator>GigaBuster.exe</dc:creator>
		<pubDate>Thu, 06 Oct 2011 05:55:10 +0000</pubDate>
		<guid isPermaLink="false">http://razetheworld.com/?p=6499#comment-658628</guid>
		<description>&lt;blockquote&gt;&lt;cite&gt;Sonata &lt;a href=&quot;http://razetheworld.com/forum/topic/basic-binary#post-342424&quot; rel=&quot;nofollow&quot;&gt;said&lt;/a&gt;:&lt;/cite&gt;
For binary I was taught that way and then an easier way (if you think of it as an easier way)
This way requires a bit more scratch but it&#039;s pretty helpful.
256 128 64 32 16 8 4 2 1
So you have to think of the above as some sort of yes/no system.  If the number is included (and will make it add up to the decimal) then you&#039;ll put a 1 below it, and if not a 0.  So if you&#039;re trying to get 234
&lt;code&gt;256 128 64 32 16 8 4 2 1
.........1 1 1  0 1 0 1 0&lt;/code&gt;
(formatting is a bit off because they don&#039;t allow tons of spaces. = (but it should be 1:0 2:1 4:0 8:1 16:0 32:1 64:1 128:1)
All of where it&#039;s 1 is a &quot;yes&quot; (if you think of it more as a circuit works t/f h/l y/n on/off) then the number is added, where it&#039;s a 0 the number is ignored, so your final result is 11101010.
&lt;/blockquote&gt;
yeah thats what they taught us in cisco back in highschool
</description>
		<content:encoded><![CDATA[<blockquote><p><cite>Sonata <a href="http://razetheworld.com/forum/topic/basic-binary#post-342424" rel="nofollow">said</a>:</cite><br />
For binary I was taught that way and then an easier way (if you think of it as an easier way)<br />
This way requires a bit more scratch but it&#8217;s pretty helpful.<br />
256 128 64 32 16 8 4 2 1<br />
So you have to think of the above as some sort of yes/no system.  If the number is included (and will make it add up to the decimal) then you&#8217;ll put a 1 below it, and if not a 0.  So if you&#8217;re trying to get 234<br />
<code>256 128 64 32 16 8 4 2 1<br />
.........1 1 1  0 1 0 1 0</code><br />
(formatting is a bit off because they don&#8217;t allow tons of spaces. = (but it should be 1:0 2:1 4:0 8:1 16:0 32:1 64:1 128:1)<br />
All of where it&#8217;s 1 is a &#8220;yes&#8221; (if you think of it more as a circuit works t/f h/l y/n on/off) then the number is added, where it&#8217;s a 0 the number is ignored, so your final result is 11101010.
</p></blockquote>
<p>yeah thats what they taught us in cisco back in highschool</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wooly4</title>
		<link>http://razetheworld.com/rtw/basic-binary/#comment-658612</link>
		<dc:creator>wooly4</dc:creator>
		<pubDate>Wed, 05 Oct 2011 22:07:22 +0000</pubDate>
		<guid isPermaLink="false">http://razetheworld.com/?p=6499#comment-658612</guid>
		<description>&lt;blockquote cite=&quot;comment-658607&quot;&gt;&lt;strong&gt;&lt;a href=&quot;#comment-658607&quot; rel=&quot;nofollow&quot;&gt;Sonata&lt;/a&gt;&lt;/strong&gt;: For binary I was taught that way and then an easier way 


thats the way I initially learned it, makes alot more sense then all those calculations 
&lt;/blockquote&gt;</description>
		<content:encoded><![CDATA[<blockquote cite="comment-658607"><p><strong><a href="#comment-658607" rel="nofollow">Sonata</a></strong>: For binary I was taught that way and then an easier way </p>
<p>thats the way I initially learned it, makes alot more sense then all those calculations 
</p></blockquote>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://razetheworld.com/rtw/basic-binary/#comment-658609</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Wed, 05 Oct 2011 15:46:12 +0000</pubDate>
		<guid isPermaLink="false">http://razetheworld.com/?p=6499#comment-658609</guid>
		<description>&lt;blockquote cite=&quot;comment-658607&quot;&gt;&lt;strong&gt;&lt;a href=&quot;#comment-658607&quot; rel=&quot;nofollow&quot;&gt;Sonata&lt;/a&gt;&lt;/strong&gt;: For binary I was taught that way and then an easier way...&lt;/blockquote&gt;
Yeah I found this to be easier to understand when first learning about decimal &lt;-&gt; binary conversions.
 </description>
		<content:encoded><![CDATA[<blockquote cite="comment-658607"><p><strong><a href="#comment-658607" rel="nofollow">Sonata</a></strong>: For binary I was taught that way and then an easier way&#8230;</p></blockquote>
<p>Yeah I found this to be easier to understand when first learning about decimal &lt;-&gt; binary conversions.<br />
 </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Boov</title>
		<link>http://razetheworld.com/rtw/basic-binary/#comment-658608</link>
		<dc:creator>Boov</dc:creator>
		<pubDate>Wed, 05 Oct 2011 15:34:15 +0000</pubDate>
		<guid isPermaLink="false">http://razetheworld.com/?p=6499#comment-658608</guid>
		<description>&lt;p&gt;Hey thanks for this! I learnt binary ages ago, and have since almost forgotten it. I&#039;ve got an assignment to do for Computing, this will probably come in handy.
&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Hey thanks for this! I learnt binary ages ago, and have since almost forgotten it. I&#8217;ve got an assignment to do for Computing, this will probably come in handy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sonata</title>
		<link>http://razetheworld.com/rtw/basic-binary/#comment-658607</link>
		<dc:creator>Sonata</dc:creator>
		<pubDate>Wed, 05 Oct 2011 12:17:48 +0000</pubDate>
		<guid isPermaLink="false">http://razetheworld.com/?p=6499#comment-658607</guid>
		<description>For binary I was taught that way and then an easier way (if you think of it as an easier way)
This way requires a bit more scratch but it&#039;s pretty helpful.
256 128 64 32 16 8 4 2 1
So you have to think of the above as some sort of yes/no system.  If the number is included (and will make it add up to the decimal) then you&#039;ll put a 1 below it, and if not a 0.  So if you&#039;re trying to get 234
&lt;code&gt;256 128 64 32 16 8 4 2 1
.........1 1 1  0 1 0 1 0&lt;/code&gt;
(formatting is a bit off because they don&#039;t allow tons of spaces. = (but it should be 1:0 2:1 4:0 8:1 16:0 32:1 64:1 128:1)
All of where it&#039;s 1 is a &quot;yes&quot; (if you think of it more as a circuit works t/f h/l y/n on/off) then the number is added, where it&#039;s a 0 the number is ignored, so your final result is 11101010.
</description>
		<content:encoded><![CDATA[<p>For binary I was taught that way and then an easier way (if you think of it as an easier way)<br />
This way requires a bit more scratch but it&#8217;s pretty helpful.<br />
256 128 64 32 16 8 4 2 1<br />
So you have to think of the above as some sort of yes/no system.  If the number is included (and will make it add up to the decimal) then you&#8217;ll put a 1 below it, and if not a 0.  So if you&#8217;re trying to get 234<br />
<code>256 128 64 32 16 8 4 2 1<br />
.........1 1 1  0 1 0 1 0</code><br />
(formatting is a bit off because they don&#8217;t allow tons of spaces. = (but it should be 1:0 2:1 4:0 8:1 16:0 32:1 64:1 128:1)<br />
All of where it&#8217;s 1 is a &#8220;yes&#8221; (if you think of it more as a circuit works t/f h/l y/n on/off) then the number is added, where it&#8217;s a 0 the number is ignored, so your final result is 11101010.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gislur</title>
		<link>http://razetheworld.com/rtw/basic-binary/#comment-658606</link>
		<dc:creator>Gislur</dc:creator>
		<pubDate>Wed, 05 Oct 2011 09:46:55 +0000</pubDate>
		<guid isPermaLink="false">http://razetheworld.com/?p=6499#comment-658606</guid>
		<description>&lt;blockquote&gt;&lt;p&gt;&lt;cite&gt;N-need-of-assistance &lt;a href=&quot;http://razetheworld.com/forum/topic/basic-binary#post-342421&quot;&gt;said&lt;/a&gt;:&lt;/cite&gt;&lt;br /&gt;
thats some complicated stuff
&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Nah. It&#039;s quite easy actually. Octa and hexa decimals are a bit worse. &lt;/p&gt;
&lt;p&gt;Just an example of practical use: If you have a micro controller with 8 ports and want all of them open, you give the MC the number 11111111(binary), 255(decimal) or FF(hexa decimal). What a lot of people do wrong here is calculating 11111111 to be 2^8=256. Typing this decimal number would give you the value 100000000 in binary, which would close all the ports except the non-existent ninth port.
&lt;/p&gt;</description>
		<content:encoded><![CDATA[<blockquote><p><cite>N-need-of-assistance <a href="http://razetheworld.com/forum/topic/basic-binary#post-342421">said</a>:</cite><br />
thats some complicated stuff
</p>
</blockquote>
<p>Nah. It&#8217;s quite easy actually. Octa and hexa decimals are a bit worse. </p>
<p>Just an example of practical use: If you have a micro controller with 8 ports and want all of them open, you give the MC the number 11111111(binary), 255(decimal) or FF(hexa decimal). What a lot of people do wrong here is calculating 11111111 to be 2^8=256. Typing this decimal number would give you the value 100000000 in binary, which would close all the ports except the non-existent ninth port.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: danny rider</title>
		<link>http://razetheworld.com/rtw/basic-binary/#comment-658605</link>
		<dc:creator>danny rider</dc:creator>
		<pubDate>Wed, 05 Oct 2011 09:08:23 +0000</pubDate>
		<guid isPermaLink="false">http://razetheworld.com/?p=6499#comment-658605</guid>
		<description>&lt;p&gt;thats some complicated stuff
&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>thats some complicated stuff</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- This Quick Cache file was built for (  razetheworld.com/rtw/basic-binary/feed/ ) in 0.51005 seconds, on May 22nd, 2012 at 4:50 am UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on May 22nd, 2012 at 5:50 am UTC -->
