<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
    <?xml-stylesheet href="/s/inc/rss.xsl" type="text/xsl"?>
    <rss version="2.0"  xmlns:atom="http://www.w3.org/2005/Atom">
        <channel>
            <title>RSS feed for tag math on Raymii.org</title> 
            <link>https://raymii.org/s/tags/math.xml</link> 
            <description>RSS feed for tag math on Raymii.org</description>
            <atom:link href="https://raymii.org/s/tags/math.xml" rel="self" type="application/rss+xml" />
    
            <item>
                <title>IPv4 Address Conversion Tricks</title> 
                <link>https://raymii.org/s/articles/IPv4_Address_Conversion_Tricks.html?utm_medium=rss&amp;utm_source=raymii&amp;utm_campaign=tagrss</link> 
                <guid>https://raymii.org/s/articles/IPv4_Address_Conversion_Tricks.html</guid>
                <description>Did you know that http://3515693643/ is a valid link? Why? Because this is the decimal form of the binary IP address. Normally we represent IP addresses as 10.0.0.1, 4 blocks of numbers. Those numbers are actually binary octets represented in decimal, therefore they can never be more than 255. If we take the whole binary number of all blocks, and convert that to base 10, we get a result like above, which in turn is a working network address. I've written a little javascript based converter so you can try it out yourself.</description> 
                <pubDate>Sun, 01 Sep 2013 00:00:00 GMT</pubDate>
                <lastBuildDate>Sun, 01 Sep 2013 00:00:00 GMT</lastBuildDate>
            </item>
    
            <item>
                <title>Diffie Hellman Key Exchange Dutch Notes and Example</title> 
                <link>https://raymii.org/s/articles/Diffie-Hellman-Key-Exchange-Dutch-Notes.html?utm_medium=rss&amp;utm_source=raymii&amp;utm_campaign=tagrss</link> 
                <guid>https://raymii.org/s/articles/Diffie-Hellman-Key-Exchange-Dutch-Notes.html</guid>
                <description>This is a Dutch article on a Diffie Hellman Key Exchange, including an example. I wrote this to better understand the Diffie Hellman Key Exchange.</description> 
                <pubDate>Sun, 28 Jul 2013 00:00:00 GMT</pubDate>
                <lastBuildDate>Sun, 28 Jul 2013 00:00:00 GMT</lastBuildDate>
            </item>
    
        </channel>
    </rss>
    
    