<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Misc on /~troyanov</title>
    <link>/tags/misc/</link>
    <description>Recent content in Misc on /~troyanov</description>
    <generator>Hugo -- 0.145.0</generator>
    <language>en-us</language>
    <copyright>Anton Troyanov (CC-BY-SA-4.0)</copyright>
    <lastBuildDate>Thu, 11 Jun 2026 22:03:54 +0400</lastBuildDate>
    <atom:link href="/tags/misc/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Dotless IPv4</title>
      <link>/posts/dotless-ipv4/</link>
      <pubDate>Thu, 11 Jun 2026 22:03:54 +0400</pubDate>
      <guid>/posts/dotless-ipv4/</guid>
      <description>&lt;p&gt;We all know where the &lt;code&gt;127.0.0.1&lt;/code&gt; is, and most of us probably remember some well-known public DNS servers like &lt;code&gt;1.1.1.1&lt;/code&gt; or &lt;code&gt;8.8.8.8&lt;/code&gt;.
Most of us prefer to write IPv4 addresses in a dot-decimal notation, consisting of four octets (four decimal numbers) each ranging from 0 to 255.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;ldquo;In some cases of technical writing, IPv4 addresses may be presented in various hexadecimal, octal, or binary representations.&amp;rdquo; &amp;ndash; &lt;a href=&#34;https://en.wikipedia.org/wiki/IP_address&#34;&gt;Wikipedia&lt;/a&gt;&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Four octets means 32 bits, and 32 bits can be represented as a single decimal number. For example:
&lt;code&gt;127 * 256³ + 0 * 256² + 0 * 256 + 1&lt;/code&gt;&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
