<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
    <channel>
        <title><![CDATA[noahgsolomon]]></title>
        <description><![CDATA[Noah Solomon's Blog]]></description>
        <link>https://noahgsolomon.com/</link>
        <generator>RSS for Node and Next.js</generator>
        <lastBuildDate>Fri, 07 Mar 2025 21:27:29 GMT</lastBuildDate>
        <atom:link href="https://noahgsolomon.com/feed.xml" rel="self" type="application/rss+xml"/>
        <pubDate>Fri, 07 Mar 2025 21:27:29 GMT</pubDate>
        <copyright><![CDATA[Copyright 2025, Noah Solomon]]></copyright>
        <language><![CDATA[en-US]]></language>
        <managingEditor><![CDATA[noahsolomon2003@gmail.com (Noah Solomon)]]></managingEditor>
        <webMaster><![CDATA[noahsolomon2003@gmail.com (Noah Solomon)]]></webMaster>
        <ttl>60</ttl>
        <item>
            <title><![CDATA[The Math of Empathy]]></title>
            <description><![CDATA[How we understand and interact with others through the lens of mathematical dimensionality and projections.]]></description>
            <link>https://noahgsolomon.com/math-of-empathy</link>
            <guid isPermaLink="true">https://noahgsolomon.com/math-of-empathy</guid>
            <category><![CDATA[empathy]]></category>
            <category><![CDATA[math]]></category>
            <category><![CDATA[dimensionality]]></category>
            <category><![CDATA[projections]]></category>
            <dc:creator><![CDATA[Noah Solomon]]></dc:creator>
            <pubDate>Thu, 16 Jan 2025 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Motivating Adam Optimizer]]></title>
            <description><![CDATA[Learn about adam optimizer from the optimization algorithms that preceded it.]]></description>
            <link>https://noahgsolomon.com/motivating-adam-optimizer</link>
            <guid isPermaLink="true">https://noahgsolomon.com/motivating-adam-optimizer</guid>
            <category><![CDATA[adam optimizer]]></category>
            <category><![CDATA[ai]]></category>
            <category><![CDATA[artificial intelligence]]></category>
            <category><![CDATA[machine learning]]></category>
            <category><![CDATA[neural networks]]></category>
            <dc:creator><![CDATA[Noah Solomon]]></dc:creator>
            <pubDate>Mon, 16 Sep 2024 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[CFG and Recursive Descent Parser Theory in Zig]]></title>
            <description><![CDATA[Learn about recursive descent parsing, context-free grammars, and their implementation in Zig. Explore the differences between regular and context-free languages, and build a mathematical parser using a top-down approach.]]></description>
            <link>https://noahgsolomon.com/cfg-and-recursive-descent-parser</link>
            <guid isPermaLink="true">https://noahgsolomon.com/cfg-and-recursive-descent-parser</guid>
            <category><![CDATA[recursive descent parser]]></category>
            <category><![CDATA[zig]]></category>
            <category><![CDATA[cfg]]></category>
            <category><![CDATA[regular language]]></category>
            <dc:creator><![CDATA[Noah Solomon]]></dc:creator>
            <pubDate>Mon, 02 Sep 2024 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Writing a Lexer in Zig]]></title>
            <description><![CDATA[How to implement a lexer in Zig for a simple interpreted programming language, including concepts like lexemes, tokens, and scanning source code, with detailed steps and code examples.]]></description>
            <link>https://noahgsolomon.com/lexer-in-zig</link>
            <guid isPermaLink="true">https://noahgsolomon.com/lexer-in-zig</guid>
            <category><![CDATA[zig]]></category>
            <category><![CDATA[lexer]]></category>
            <category><![CDATA[interpreter]]></category>
            <dc:creator><![CDATA[Noah Solomon]]></dc:creator>
            <pubDate>Sun, 25 Aug 2024 00:00:00 GMT</pubDate>
        </item>
    </channel>
</rss>