<?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" xmlns:media="http://search.yahoo.com/mrss/" version="2.0">
    <channel>
        
        <title>
            <![CDATA[ video essay - freeCodeCamp.org ]]>
        </title>
        <description>
            <![CDATA[ Browse thousands of programming tutorials written by experts. Learn Web Development, Data Science, DevOps, Security, and get developer career advice. ]]>
        </description>
        <link>https://www.freecodecamp.org/news/</link>
        <image>
            <url>https://cdn.freecodecamp.org/universal/favicons/favicon.png</url>
            <title>
                <![CDATA[ video essay - freeCodeCamp.org ]]>
            </title>
            <link>https://www.freecodecamp.org/news/</link>
        </image>
        <generator>Eleventy</generator>
        <lastBuildDate>Fri, 26 Jun 2026 17:31:22 +0000</lastBuildDate>
        <atom:link href="https://www.freecodecamp.org/news/tag/video-essay/rss.xml" rel="self" type="application/rss+xml" />
        <ttl>60</ttl>
        
            <item>
                <title>
                    <![CDATA[ Why Computers Can’t Count Money ]]>
                </title>
                <description>
                    <![CDATA[ Computers are incredibly fast, but they have a surprising, fundamental flaw when it comes to counting money. In our latest freeCodeCamp.org video, "Why Computers Can’t Count Money," Ania Kubow dives i ]]>
                </description>
                <link>https://www.freecodecamp.org/news/why-computers-can-t-count-money/</link>
                <guid isPermaLink="false">6a3e89720906465b70cc2db8</guid>
                
                    <category>
                        <![CDATA[ video essay ]]>
                    </category>
                
                    <category>
                        <![CDATA[ youtube ]]>
                    </category>
                
                <dc:creator>
                    <![CDATA[ Beau Carnes ]]>
                </dc:creator>
                <pubDate>Fri, 26 Jun 2026 14:15:14 +0000</pubDate>
                <media:content url="https://cdn.hashnode.com/uploads/covers/5f68e7df6dfc523d0a894e7c/082b96c7-eab1-439f-8454-d3ed2f6bad1d.jpg" medium="image" />
                <content:encoded>
                    <![CDATA[ <p>Computers are incredibly fast, but they have a surprising, fundamental flaw when it comes to counting money.</p>
<p>In our latest <a href="http://freeCodeCamp.org">freeCodeCamp.org</a> video, "<a href="https://youtu.be/rQxPGqPq8wk">Why Computers Can’t Count Money</a>," Ania Kubow dives into the history of a class of software bugs that once challenged major financial institutions, leading to accounts that gained or lost funds due to microscopic rounding errors.</p>
<p>The issue stems from how hardware processes information: because computers store numbers in binary (base-2) rather than the base-10 system humans use, they struggle to represent simple decimals like 0.1 or 0.2 exactly. Instead, machines store the closest possible approximation of these numbers. While this seems trivial for most applications, these tiny discrepancies accumulate when scaled across millions of transactions, causing financial balances to "drift" in ways that could occasionally be exploited to generate money from nothing.</p>
<p>This technical quirk forced the entire financial industry to rethink how they handle currency in software. Today, modern financial systems avoid floating-point numbers entirely, choosing to store values as integers to ensure absolute precision. This video explores the engineering shift required to guarantee that 0.1 plus 0.2 always equals 0.3, protecting the integrity of every payment you make online.</p>
<p>Watch the video on <a href="https://youtu.be/rQxPGqPq8wk">the freeCodeCamp.org YouTube channel</a> (6-minute watch).</p>
<div class="embed-wrapper"><iframe width="560" height="315" src="https://www.youtube.com/embed/rQxPGqPq8wk" style="aspect-ratio: 16 / 9; width: 100%; height: auto;" title="YouTube video player" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen="" loading="lazy"></iframe></div>
 ]]>
                </content:encoded>
            </item>
        
    </channel>
</rss>
