<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Research on ~/</title>
    <link>/research/</link>
    <description>Recent content in Research on ~/</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Wed, 04 Mar 2026 00:00:00 +0000</lastBuildDate>
    <atom:link href="/research/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Binary, Decimal, and Hexadecimal Numbering Systems</title>
      <link>/research/binary-decimal-and-hexadecimal-numbering-systems/</link>
      <pubDate>Wed, 04 Mar 2026 00:00:00 +0000</pubDate>
      <guid>/research/binary-decimal-and-hexadecimal-numbering-systems/</guid>
      <description>&lt;h3 id=&#34;introduction&#34;&gt;Introduction&lt;/h3&gt;&#xA;&lt;p&gt;When taking a look at how a computer works, the way it operates may seem complex, and in many ways that is true. But if we take a look at it on a core level, it all comes down to &lt;code&gt;1&lt;/code&gt; and &lt;code&gt;0&lt;/code&gt;, &lt;code&gt;true&lt;/code&gt; and &lt;code&gt;false&lt;/code&gt;, &lt;code&gt;on&lt;/code&gt; and &lt;code&gt;off&lt;/code&gt; as a way of processing information, which is later represented by either other numbering systems or in other forms that are much easier to read.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Inter-Process Communication (IPC)</title>
      <link>/research/inter-process-communication-ipc/</link>
      <pubDate>Wed, 25 Feb 2026 00:00:00 +0000</pubDate>
      <guid>/research/inter-process-communication-ipc/</guid>
      <description>&lt;h3 id=&#34;introduction&#34;&gt;Introduction&lt;/h3&gt;&#xA;&lt;p&gt;The isolation of a process brings drawbacks, as processes work better together and when sharing information. Given this, processes can be categorized in this context as:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Independent&lt;/strong&gt;&lt;sup id=&#34;fnref:1&#34;&gt;&lt;a href=&#34;#fn:1&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;1&lt;/a&gt;&lt;/sup&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Cooperating&lt;/strong&gt;&lt;sup id=&#34;fnref:2&#34;&gt;&lt;a href=&#34;#fn:2&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;2&lt;/a&gt;&lt;/sup&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;There are a lot of benefits to enabling cooperation between processes, such as &lt;strong&gt;efficiency&lt;/strong&gt;, &lt;strong&gt;speed&lt;/strong&gt;, and &lt;strong&gt;modularity&lt;/strong&gt;. In order for process cooperation to happen, they need a form of communication that shares data between processes through &lt;strong&gt;sending&lt;/strong&gt; and &lt;strong&gt;receiving&lt;/strong&gt; operations. This is where &lt;strong&gt;IPC&lt;/strong&gt; comes in.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
