<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: 38bits</title>
    <description>The latest articles on DEV Community by 38bits (@38bits).</description>
    <link>https://dev.to/38bits</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3936854%2F7ab2c163-b1b2-4ecf-9d8d-84db8b4b8d3b.jpeg</url>
      <title>DEV Community: 38bits</title>
      <link>https://dev.to/38bits</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/38bits"/>
    <language>en</language>
    <item>
      <title>The 2 extra bits — building software for systems that can't fail</title>
      <dc:creator>38bits</dc:creator>
      <pubDate>Sun, 17 May 2026 21:38:51 +0000</pubDate>
      <link>https://dev.to/38bits/the-2-extra-bits-building-software-for-systems-that-cant-fail-285o</link>
      <guid>https://dev.to/38bits/the-2-extra-bits-building-software-for-systems-that-cant-fail-285o</guid>
      <description>&lt;h2&gt;
  
  
  Why "38bits"?
&lt;/h2&gt;

&lt;p&gt;In 1952, IBM shipped the &lt;strong&gt;IBM 701&lt;/strong&gt; — the first large-scale electronic scientific computer in history. Its accumulator had 36 bits.&lt;/p&gt;

&lt;p&gt;But the engineers added 2 more.&lt;/p&gt;

&lt;p&gt;Not because the spec demanded it. Not because customers asked. They added them because &lt;strong&gt;critical operations cannot tolerate overflow on the last digit&lt;/strong&gt;. Those 2 bits never &lt;em&gt;needed&lt;/em&gt; to exist — but they're what separated &lt;em&gt;sufficient&lt;/em&gt; from &lt;em&gt;exceptional&lt;/em&gt;.&lt;/p&gt;

&lt;p&gt;That's the name. That's the principle.&lt;/p&gt;

&lt;h2&gt;
  
  
  What we do
&lt;/h2&gt;

&lt;p&gt;We build software for systems that can't fail:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Smart contracts&lt;/strong&gt; on Solana with Anchor + Rust&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Zero-trust security&lt;/strong&gt; from the first commit&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;APIs built for real load&lt;/strong&gt; — observability, rate limiting, CI/CD with production-grade tests&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Independent code review&lt;/strong&gt; with seniority — not a trainee reviewing the senior&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Brazilian fintechs. DeFi protocols. Backends where downtime has a real dollar cost.&lt;/p&gt;

&lt;h2&gt;
  
  
  Principles we don't negotiate
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Senior in every critical decision.&lt;/strong&gt; Not a junior executing while a senior reviews once. Real seniority shapes architecture, not just approves PRs.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Zero-trust from commit #1.&lt;/strong&gt; Auth, rate limiting, observability, vulnerability scanning — not bolted on after the first incident.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Tests in production-real conditions.&lt;/strong&gt; Concurrency, load, edge cases. Local with happy paths is not enough.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Living documentation.&lt;/strong&gt; Decisions get written. Tradeoffs get documented. If it's not written, it didn't happen.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Defined SLA + SLO.&lt;/strong&gt; Not "we'll do our best" — measurable commitments with consequences.&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  The customer we want
&lt;/h2&gt;

&lt;p&gt;CTOs, engineering heads, technical founders running:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Fintech (PIX, payment processors, exchanges)&lt;/li&gt;
&lt;li&gt;DeFi protocols pre-audit&lt;/li&gt;
&lt;li&gt;Critical infrastructure where downtime ≠ negotiable&lt;/li&gt;
&lt;li&gt;Pre-launch systems that can't afford a bad first impression&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If you're hunting for the cheapest provider, we're not it.&lt;br&gt;
If you've been burned by a code review that didn't catch what it should have — we want to talk.&lt;/p&gt;

&lt;h2&gt;
  
  
  What's next here
&lt;/h2&gt;

&lt;p&gt;We're going to share:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;War stories from production (anonymized)&lt;/li&gt;
&lt;li&gt;Stack decisions and tradeoffs&lt;/li&gt;
&lt;li&gt;Solana/Rust patterns we actually use&lt;/li&gt;
&lt;li&gt;Security findings worth sharing&lt;/li&gt;
&lt;li&gt;How we think about &lt;em&gt;senioridade&lt;/em&gt; in code review&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;&lt;strong&gt;38bits&lt;/strong&gt; — software where the 2 extra bits matter.&lt;/p&gt;

&lt;p&gt;Site: &lt;a href="https://drexbrasil.com" rel="noopener noreferrer"&gt;drexbrasil.com&lt;/a&gt; · Telegram: &lt;a href="https://t.me/Fl38bits_bot" rel="noopener noreferrer"&gt;@Fl38bits_bot&lt;/a&gt;&lt;/p&gt;

</description>
      <category>rust</category>
      <category>solana</category>
      <category>security</category>
      <category>softwareengineering</category>
    </item>
  </channel>
</rss>
