Are 128-bit symmetric keys really secure against quantum computers?
I have nothing to say to the analysis presented in the article, but I think the conclusion is wrong, here is why. 128-bit vs 256-bit symmetric keys AES-128-GCM AES-256-GCM x86_64
Drew DeVault draws a provocative parallel between Test-Driven Development cults and GenAI adoption, arguing both exploit developers' psychological need to feel competent while potentially undermining actual code quality.
I have nothing to say to the analysis presented in the article, but I think the conclusion is wrong, here is why. 128-bit vs 256-bit symmetric keys AES-128-GCM AES-256-GCM x86_64
Hello! I’m on a funny journey right now where I’m trying to learn how to make websites in a sort of 2010 style, where I have an SQL database and render some HTML on the backend. It’s kind of an intere
Passkey records are an interoperable format for WebAuthn credentials, similar to password hash strings. I propose a potential crypto/passkey Go API based on them.
One thing I've learned working on https://github.com/rust-stdx/stdx (Rust's extended standard library), is that libraries often have common cases that are worth optimizing for.
Hey, Niki here. This is a bit unusual. My sabbatical is coming to an end, and I am looking for a new opportunity. Full-time or contract, startup or research, remote or Berlin, individual contributor,
Memory Safety’s Hardest Problem Jul 20, 2026 Uplifting a lobsters comment for easier reference. The central memory safety counter example, the hardest case to solve, doesn’t have anything to do with
Aurora DSQL: Scalable, Multi-Region OLTP A paper! Our new paper, Aurora DSQL: Scalable, Multi-Region OLTP, is now available on Arxiv. I’m excited about this one: it’s a fully end-to-end look at how Au
Go 1.27rc2 was released 10 days ago and Go 1.27 is due for August. Let's be honest, this release is freaking awesome! Generic methods? Yeah! UUID in the standard library?
Hello! I’ve been working on a Django site recently, and I decided to use SQLite as the database. When I was getting started with using SQLite as database for a website I read a bunch of blog posts abo