HackerTrans
トップ新着トレンドコメント過去質問紹介求人

JoshBlythe

no profile record

投稿

[untitled]

1 ポイント·投稿者 JoshBlythe·2 か月前·0 コメント

[untitled]

1 ポイント·投稿者 JoshBlythe·3 か月前·0 コメント

[untitled]

1 ポイント·投稿者 JoshBlythe·3 か月前·0 コメント

[untitled]

1 ポイント·投稿者 JoshBlythe·3 か月前·0 コメント

Ask HN: What's the state of multimodal prompt injection defence in 2026?

2 ポイント·投稿者 JoshBlythe·3 か月前·1 コメント

コメント

JoshBlythe
·3 か月前·議論
[dead]
JoshBlythe
·3 か月前·議論
[dead]
JoshBlythe
·3 か月前·議論
[dead]
JoshBlythe
·3 か月前·議論
[dead]
JoshBlythe
·3 か月前·議論
The dual-watermark theory makes alot of sense for defensive engineering. You always assume your outer layer will be broken and so keep a second layer that isn't publicly testable. Same as defence in depth anywhere else. I'm curious - as new models are being built constantly and they're naturally non-deterministic, do you think it's possible for end users to prove that?
JoshBlythe
·3 か月前·議論
In app builders using LLM's you would expect proper prompt injection procedures to be in place - but surprise surprise, it's not usually the case. AI tools tend to ship fast and security is alwasy an aferthought.

I see this pattern constantly in my day job (I work in cyber for a FTSE 100 bank). I keep seeing tools that just prioritise developer experience over actual input validation, then act surprised when someone exploits it.

I've also been building a drop in solution for this exact issue outside of work. Happy to see this stuff (in the best way possible) as it acts as affirmation that what I'm doing is valuable.
JoshBlythe
·3 か月前·議論
This is interesting timing. I'm currently using EFS with Fargate for persistent storage and the NFS performance has been the biggest pain point - WAL mode SQLite on EFS works but deploys cause downtime because you can't run two containers writing to the same database file simultaneously.

Curious whether S3 mount points handle concurrent access any better than EFS or if it's the same underlying constraint. S3's consistency model improved mass
JoshBlythe
·3 か月前·議論
S3 if you're already in the AWS ecosystem. R2 if egress costs are killing you.

I run multi-region on AWS and S3 is deeply integrated with everything - IAM, CloudFront, ECS, Lambda. Switching to R2 would save on egress but I'd lose the tight integration with the rest of my stack. That tradeoff isn't worth it unless bandwidth is a significant line item.

R2's zero egress pricing is genuinely compelling for anything serving large files publicly - media, assets, user uploads. If your use case is "store stuff and serve it to users," R2 wins on cost. If your use case is "store stuff and process it with other AWS services," S3 wins on friction.
JoshBlythe
·3 か月前·議論
[dead]
JoshBlythe
·3 か月前·議論
What a throwback! Reminds me of older gameboy games! Really nice project!
JoshBlythe
·3 か月前·議論
4/9 for me... no 'Lizzy Line though?!
JoshBlythe
·3 か月前·議論
this is rlly cool
JoshBlythe
·3 か月前·議論
love this - is it free to use?