OP here. I literally just got released from 13 hours in a Swiss holding cell because this prototype looked like a bomb to the WEF police. To get released, I had to walk a forensic expert ('Chris') through this codebase line-by-line. He didn't care about the pitch; he audited the Rust borrow checker logs, the specific hardware interrupts, and the encryption implementation to prove it wasn't a trigger mechanism. It was…
Show HN: The firmware that got me detained by Swiss Intelligence
11–18 of 18 posts
Re: Show HN: The firmware that got me detained by Swiss Intelligence
#12So it wasn't really the firmware but the hardware that they thought looked suspicious and the fact that you placed a black box in a hotel restaurant and walked away. Especially suspicious since WEF guests were staying there. Thread for those who don't have an account: https://xcancel.com/s_heyneman/status/2014519007244656652
That said, your point is the correct one. In a normal setting, leaving a bag near your table while you check in is fine. In a high-security zone during WEF, placing a black box with wires on a bench is a massive red flag. I treated it like a backpack; they treated it like a potential threat. It was a hard lesson in situational awareness.
Re: Show HN: The firmware that got me detained by Swiss Intelligence
#13So it wasn't really the firmware but the hardware that they thought looked suspicious and the fact that you placed a black box in a hotel restaurant and walked away. Especially suspicious since WEF guests were staying there. Thread for those who don't have an account: https://xcancel.com/s_heyneman/status/2014519007244656652
Based on what this looks like, I don't really feel surprised at the outcome. Based on what security is meant to do, Likewise. Based on the lack of (apparent) self awareness of the author, I think I'd expect a little better of somebody using a device as a pitch-deck to the wealthy in a location of heightened security. Is it security pantomime? yes. What did the OP expect? Is the OP really as naieve as they are saying?…
I’ve walked around SF and NYC with prototypes for years without issue. I genuinely failed to code-switch for the environment. I expected a bag search; I didn't expect a 13-hour detention and a forensic code audit.
It felt like 'pantomime' at first, but once the forensic team arrived, it became very real. They weren't performing theater; they were genuinely verifying the interrupt handlers in the code.
Re: Show HN: The firmware that got me detained by Swiss Intelligence
#14OP here. I literally just got released from 13 hours in a Swiss holding cell because this prototype looked like a bomb to the WEF police. To get released, I had to walk a forensic expert ('Chris') through this codebase line-by-line. He didn't care about the pitch; he audited the Rust borrow checker logs, the specific hardware interrupts, and the encryption implementation to prove it wasn't a trigger mechanism. It was…
What are the “borrow checker logs” in this context?
To be precise with my terminology: I showed the forensic expert the terminal history and compiler output in my VS Code/Cursor logs.
Because I was 'vibe coding' with LLMs, I had a long scrollback of cargo build failing repeatedly with ownership/borrow errors. 'Chris' (the forensic expert) reviewed that timestamped history to verify that I was genuinely struggling to compile a harmless display driver in a hotel room that morning, rather than deploying a pre-compiled malicious payload.
His logic was essentially: 'A terrorist brings a clean binary. A developer brings a terminal full of red text.' The broken build state was my alibi.
Re: Show HN: The firmware that got me detained by Swiss Intelligence
#15Earlier quoted context omitted.
It's pretty straightforward, if it looks like a bomb, it gets treated like it might be a bomb. If it looks like Osama bin Laden attending a War on Terror summit ... they'll wave it right through. * https://www.theguardian.com/tv-and-radio/2020/jan/20/how-the... Not an especially wise move if unintended, and a precarious risk if intended fpr the drama. I'm thinking my personal best time getting grilled over a suspecte…
36 hours? You win. I bow to the master. You are absolutely right about the optics (and the blinkin' lights). The forensic expert made the same point—unintended drama is still drama. I definitely didn't aim for this (just wanted to demo the hardware), but once the process started, I had to respect the thoroughness. Their protocols are no joke.
The grilling by US security types was a "feature" of crossing any US controlled border space for a number of years after this: https://news.ycombinator.com/item?id=46597539 in 1998.
You spend one month at ground zero for 11 nuclear tests that caught most of the five eyes by suprise and that's all they ever seem to ask about forever.
Re: Show HN: The firmware that got me detained by Swiss Intelligence
#16Earlier quoted context omitted.
36 hours? You win. I bow to the master. You are absolutely right about the optics (and the blinkin' lights). The forensic expert made the same point—unintended drama is still drama. I definitely didn't aim for this (just wanted to demo the hardware), but once the process started, I had to respect the thoroughness. Their protocols are no joke.
I travelled globally a lot for work, many borders and often laden with many trunks of equipment - getting stopped for inspections, often driven by curiousity, was par for the course. The grilling by US security types was a "feature" of crossing any US controlled border space for a number of years after this: https://news.ycombinator.com/item?id=46597539 in 1998. You spend one month at ground zero for 11 nuclear tests…
It is fascinating to see the evolution of the 'threat signature,' though. You were flagged for proximity to literal nuclear physics in 1998; I was flagged for a vibe-coded prototype that just looked like physics in 2026.
I have a sinking feeling that, like you, I've just unlocked the 'secondary screening' achievement for the next decade. I’ll take the permanent Swiss police record over the Five Eyes watchlist any day. You win.
Re: Show HN: The firmware that got me detained by Swiss Intelligence
#17Earlier quoted context omitted.
I travelled globally a lot for work, many borders and often laden with many trunks of equipment - getting stopped for inspections, often driven by curiousity, was par for the course. The grilling by US security types was a "feature" of crossing any US controlled border space for a number of years after this: https://news.ycombinator.com/item?id=46597539 in 1998. You spend one month at ground zero for 11 nuclear tests…
11 nuclear tests? I officially surrender the title. My 13 hours over a breadboard feels very quaint by comparison. It is fascinating to see the evolution of the 'threat signature,' though. You were flagged for proximity to literal nuclear physics in 1998; I was flagged for a vibe-coded prototype that just looked like physics in 2026. I have a sinking feeling that, like you, I've just unlocked the 'secondary screening…
Seperately again some nice people in Finland gave us some really nice SAKO TRG's and spotting scopes in return for being the fastest to find some drums of waste they hid in a forest.
My father (still alive) is a few years older than M.J., they grew up together, being from the same part of the same state .. so it was handy having them going to bat for us when faecal matter contacted propellers ( https://en.wikipedia.org/wiki/Michael_Jeffery ).
Re: Show HN: The firmware that got me detained by Swiss Intelligence
#18Earlier quoted context omitted.
What are the “borrow checker logs” in this context?
Hi Steve- honored to see you here! (I’m practically using your book to reverse-engineer what the AI wrote ). To be precise with my terminology: I showed the forensic expert the terminal history and compiler output in my VS Code/Cursor logs. Because I was 'vibe coding' with LLMs, I had a long scrollback of cargo build failing repeatedly with ownership/borrow errors. 'Chris' (the forensic expert) reviewed that timestam…