<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Systems Programming on Santiago Hurtado | System Architect</title><link>/tags/systems-programming/</link><description>Recent content in Systems Programming on Santiago Hurtado | System Architect</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Sun, 24 May 2026 00:00:00 +0000</lastBuildDate><atom:link href="/tags/systems-programming/index.xml" rel="self" type="application/rss+xml"/><item><title>When to Use Go for Systems Programming and Embedded Linux</title><link>/posts/go-for-embedded-linux/</link><pubDate>Sun, 24 May 2026 00:00:00 +0000</pubDate><guid>/posts/go-for-embedded-linux/</guid><description>&lt;p&gt;Building reliable software for systems programming requires verifiable structure. Python excels at providing this structure when bridging complex C/C++ code (e.g., Boost.Python&lt;sup id="fnref:1"&gt;&lt;a href="#fn:1" class="footnote-ref" role="doc-noteref"&gt;1&lt;/a&gt;&lt;/sup&gt;) or handling heavy data transformation or analysis.&lt;/p&gt;
&lt;p&gt;Embedded Linux and lean device targets introduce a different set of operational requirements. When a systems agent is dedicated strictly to orchestrating local APIs, managing network streams, or batching telemetry, the architecture demands minimal overhead and frictionless deployment.&lt;/p&gt;
&lt;p&gt;This is the exact domain where Go shines. Go delivers the operational characteristics needed for these dedicated systems workloads. It provides the safety of a mature type system, a minimal footprint, and effortless cross-compilation into a single statically linked binary.&lt;/p&gt;</description></item></channel></rss>