Viewing profile — 0xecro1
0xecro1
HN member- Joined
- Sun, Feb 08, 2026, 6:26 AM UTC
- HN karma
- 8
- Public activity
- 15 items
- HN profile
- View on Hacker News ↗
About 0xecro1
Building at the intersection of hardware and AI.
https://edgelog.dev/
Recent public activity
- story
- story
-
comment
Comment #47136984
It's fundamentally different, and that's exactly why the CPU analogy has an expiration date. Intel never built Windows. The chip layer and the application layer were structurally s…
-
comment
Comment #47136707
Interesting approach. I work in embedded Linux/edge AI where we constantly struggle to move knowledge from large training models down to quantized INT8 models on constrained hardwa…
-
comment
Comment #47135825
Maker here. 18 years in embedded Linux/BSP. I built this because serial terminals haven't changed in decades, and I was tired of juggling 15 PDF tabs while squinting at logs. Two t…
- story
-
comment
Comment #47022919
18 years in embedded. Yes to all three, with caveats. 1. The pattern is real. I write specs and prompts between meetings, agents deliver code by EOD. But deep focus blocks aren't d…
-
comment
Comment #47022862
Been thinking about this a lot myself. My current answer: go vertical and messy. Ex, Healthcare portals with ugly data. Compliance platforms with painful regulations. B2B tools wit…
- story
-
comment
Comment #47009739
I use it for both — side projects and my day job in embedded systems. The key is where the tokens go. More tokens spent on planning, design, spec validation, test generation, and m…
-
comment
Comment #47003524
I think the comparison is slightly off. The compiler was never the author — it was the verifier. The real comparison is: 1. Human writes code (non-deterministic, buggy) → compiler …
-
comment
Comment #47003283
I've seen non-programmers successfully launch real apps — not toy projects — through vibe coding. I'm doing it myself, and I'm about to ship a developer tool built the same way. Th…
-
comment
Comment #47002709
Absolutely agree. I do vibe-code, but I still review every line of that 90% — I don't move forward until I understand it and trust the quality. Right now, that human verification s…
-
comment
Comment #47002528
Hi,AI tools just shifted the interface of programming from code to natural language. The tool you've been sharpening your whole career — words — is now the primary tool of software…
-
comment
Comment #47002344
Hi, I’ve been working with embedded Linux for 18 years. I’ve been actively trying to apply AI to our field, but the friction is real. We require determinism, whereas AI fundamental…