<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
    <title>Ahmad Asaad</title>
    <subtitle>0xΛrcher — Rustacean 🦀 — Stands with Ghaza 🇵🇸🔻 — Engineering student at Al-Azhar University</subtitle>
    <link rel="self" type="application/atom+xml" href="https://ahmadnull.github.io/atom.xml"/>
    <link rel="alternate" type="text/html" href="https://ahmadnull.github.io"/>
    <generator uri="https://www.getzola.org/">Zola</generator>
    <updated>2026-09-14T22:55:36+00:00</updated>
    <id>https://ahmadnull.github.io/atom.xml</id>
    <entry xml:lang="en">
        <title>Our Computational Power &amp; Ambitions</title>
        <published>2026-09-14T22:55:36+00:00</published>
        <updated>2026-09-14T22:55:36+00:00</updated>
        
        <author>
          <name>
            
              Ahmad Asaad
            
          </name>
        </author>
        
        <link rel="alternate" type="text/html" href="https://ahmadnull.github.io/posts/2026-09-15-our-computational-power-and-ambitions/"/>
        <id>https://ahmadnull.github.io/posts/2026-09-15-our-computational-power-and-ambitions/</id>
        
        <content type="html" xml:base="https://ahmadnull.github.io/posts/2026-09-15-our-computational-power-and-ambitions/">&lt;p&gt;Given that computers are constantly getting faster, you might wonder if all computational problems will eventually become trivial to solve. In fact, the faster computers get, the more relevant asymptotic analysis becomes. Our computational ambitions have always grown with our computational power, so as time goes on, we will consider larger and larger problem sizes.&lt;&#x2F;p&gt;
&lt;p&gt;— Tim Roughgarden. &lt;em&gt;Algorithms Illuminated.&lt;&#x2F;em&gt; Part 1&lt;&#x2F;p&gt;
&lt;p&gt;&lt;img src=&quot;&#x2F;images&#x2F;2026-09-15-our-computational-power-and-ambitions.png&quot; alt=&quot;quote_image&quot; &#x2F;&gt;&lt;&#x2F;p&gt;
</content>
        
    </entry>
    <entry xml:lang="en">
        <title>Universal Language of Mathematics</title>
        <published>2026-08-15T16:51:47+00:00</published>
        <updated>2026-08-15T16:51:47+00:00</updated>
        
        <author>
          <name>
            
              Ahmad Asaad
            
          </name>
        </author>
        
        <link rel="alternate" type="text/html" href="https://ahmadnull.github.io/posts/2026-08-15-universal-language-of-mathematics/"/>
        <id>https://ahmadnull.github.io/posts/2026-08-15-universal-language-of-mathematics/</id>
        
        <content type="html" xml:base="https://ahmadnull.github.io/posts/2026-08-15-universal-language-of-mathematics/">&lt;p&gt;Mathematics is essential to our understanding the invisible patterns of the universe. In 1623, Galileo wrote,&lt;&#x2F;p&gt;
&lt;p&gt;&lt;em&gt;&quot;The great book of nature can be read only by those who know the language in which it was written. And this language is mathematics.&quot;&lt;&#x2F;em&gt;&lt;&#x2F;p&gt;
&lt;p&gt;— Keith Devlin. &lt;em&gt;Introduction to Mathematical Thinking&lt;&#x2F;em&gt;&lt;&#x2F;p&gt;
&lt;p&gt;&lt;img src=&quot;&#x2F;images&#x2F;2026-08-15-universal-language-of-mathematics.png&quot; alt=&quot;quote_image&quot; &#x2F;&gt;&lt;&#x2F;p&gt;
</content>
        
    </entry>
    <entry xml:lang="en">
        <title>Summation of the $n$ natural numbers from $1$ to $n$</title>
        <published>2026-03-31T13:52:00+00:00</published>
        <updated>2026-03-31T13:52:00+00:00</updated>
        
        <author>
          <name>
            
              Ahmad Asaad
            
          </name>
        </author>
        
        <link rel="alternate" type="text/html" href="https://ahmadnull.github.io/posts/2026-03-31-summation-of-the-n-natural-numbers-from-1-to-n/"/>
        <id>https://ahmadnull.github.io/posts/2026-03-31-summation-of-the-n-natural-numbers-from-1-to-n/</id>
        
        <content type="html" xml:base="https://ahmadnull.github.io/posts/2026-03-31-summation-of-the-n-natural-numbers-from-1-to-n/">&lt;p&gt;Summation of the $n$ natural numbers from $1$ to $n$ can be calculated using this formula:&lt;&#x2F;p&gt;
&lt;p&gt;$$ \sum_{i=1}^{n}i = \frac{n(n+1)}{2} $$&lt;&#x2F;p&gt;
&lt;p&gt;and this formula is the same formula used for calculating the $n$th &lt;a rel=&quot;external&quot; href=&quot;https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Triangular_number&quot;&gt;triangular number&lt;&#x2F;a&gt;:&lt;&#x2F;p&gt;
&lt;p&gt;$$ T_n = \frac{n(n+1)}{2} $$&lt;&#x2F;p&gt;
&lt;p&gt;&lt;strong&gt;For example:&lt;&#x2F;strong&gt;&lt;&#x2F;p&gt;
&lt;ul&gt;
&lt;li&gt;$ T_1 = \frac{1(1+1)}{2} = 1 $&lt;&#x2F;li&gt;
&lt;li&gt;$ T_2 = \frac{2(2+1)}{2} = 1 + 2 = 3 $&lt;&#x2F;li&gt;
&lt;li&gt;$ T_3 = \frac{3(3+1)}{2} = 1 + 2 + 3 = 6 $&lt;&#x2F;li&gt;
&lt;&#x2F;ul&gt;
</content>
        
    </entry>
    <entry xml:lang="en">
        <title>Hello World!</title>
        <published>2026-03-31T13:10:00+00:00</published>
        <updated>2026-03-31T13:10:00+00:00</updated>
        
        <author>
          <name>
            
              Ahmad Asaad
            
          </name>
        </author>
        
        <link rel="alternate" type="text/html" href="https://ahmadnull.github.io/posts/2026-03-31-hello-world/"/>
        <id>https://ahmadnull.github.io/posts/2026-03-31-hello-world/</id>
        
        <content type="html" xml:base="https://ahmadnull.github.io/posts/2026-03-31-hello-world/">&lt;p&gt;First post on this blog.&lt;&#x2F;p&gt;
&lt;h1 id=&quot;katex&quot;&gt;Katex&lt;&#x2F;h1&gt;
&lt;p&gt;Inline: $ Hello \enspace World! $&lt;&#x2F;p&gt;
&lt;p&gt;Outline:&lt;&#x2F;p&gt;
&lt;p&gt;$$ Hello \enspace World! $$&lt;&#x2F;p&gt;
&lt;h1 id=&quot;mermaid&quot;&gt;Mermaid&lt;&#x2F;h1&gt;
&lt;pre class=&quot;mermaid&quot;&gt;
    flowchart TD
    A@{ shape: stadium, label: &quot;Start&quot; }
    A --&gt; B@{ shape: lean-r, label: &quot;print \&quot;Hello World!\&quot;&quot; }
    B --&gt; C@{ shape: stadium, label: &quot;Exit&quot; }
&lt;&#x2F;pre&gt;
</content>
        
    </entry>
</feed>
