Add cross-compilation post and site updates

Add full cross-compilation article, update index laboratory note, and
add LICENSE and README files
This commit is contained in:
Stefan Kempinger 2025-11-10 12:09:52 +01:00
parent d7ff8b0d09
commit aaabfcf030
4 changed files with 435 additions and 7 deletions

View file

@ -637,15 +637,15 @@
laboratory work.</p>
</div>
<div class="notes-grid">
<!-- <article class="note-card">
<article class="note-card">
<div class="note-header">
<span class="note-date">2024-07-08</span>
<span class="note-tag">Systems</span>
<span class="note-date">2025-11-10</span>
<span class="note-tag">Nix + Rust</span>
</div>
<h3>The Myth of Perfect Code Architecture</h3>
<p>After years of chasing the "perfect" system design, I've concluded that adaptability trumps perfection. The best architectures are those that can evolve...</p>
<a href="#" class="note-link">Read full observation →</a>
</article>-->
<h3>The Perils of Cross-Compilation</h3>
<p>The story of how I cross compiled a giant Rust + C++ facial recognition project using nix</p>
<a href="page/cross-compile.html" class="note-link">Read full observation →</a>
</article>
</div>
</div>
</section>