WeSearch

I Don't Understand Embedded. I Was Still the Only One Who Could Ship It.

·10 min read · 0 reactions · 0 comments · 4 views
I Don't Understand Embedded. I Was Still the Only One Who Could Ship It.

The local test suite was green. Eleven of eleven. I told the agent we had test coverage, and I said...

Original article
DEV.to (Top)
Read full at DEV.to (Top) →
Opening excerpt (first ~120 words) tap to expand

try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 2014487) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Antonio Zhu Posted on Jun 26 • Originally published at jczhu.com I Don't Understand Embedded. I Was Still the Only One Who Could Ship It. #ai #harness The local test suite was green. Eleven of eleven. I told the agent we had test coverage, and I said commit and push. We shipped an SDK that had never once been compiled by the chip's real compiler. I write backend systems. I do not write firmware.

Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from DEV.to (Top)