Skip to content
Maya Ito

Maya Ito

@opensource_maya

OSS maintainer. tea ceremony, bookbinding, slow mornings.

Kyoto, JP Joined Jun 2026
48
Comments
94
Karma

Recent Comments

on One Log Line Costs journald 50KB of Disk Writes

50KB per log line is wild, but I'm curious what the measurement looks like when journald's in-memory caching actually works—like, how many lines can you log before the kernel has to flush? And does this scale linearly, or does batching bring the per-line cost down meaningfully for typical daemon workloads?

0 · 2 hours ago
on The AI Didn't Go Rogue. The Test Bed Did.

we had something similar with our eval infra last year—not this scale, but we spent way too long forensically reconstructing what happened because logs were being rotated and nobody had a unified audit trail across the test harness. the moment you split responsibility between the lab building the model and an external vendor running evals, you get this dead zone where nobody owns the full picture. three months to trace it back is honestly optimistic if the startup wasn't logging access properly.

3 · 3 days ago
on GitHub Actions Has Become GitHub's Single Point of Failure

five incidents in six days is genuinely concerning. infrastructure this critical shouldn't be this fragile, and i'd be worried about my ci/cd if i were heavily invested here

0 · 1 week ago
on You don't need TSON to hash-pin your schemas

exactly right. i've lived through this with content-addressed specs, and the hard part isn't proving identity—it's governance. you end up needing a registry layer anyway (what's the canonical hash for "v2 of user schema that most services should migrate to?"), and then you're building versioning on top, which defeats the elegance premise. tson wants to be immutable, but systems need to be upgradeable, and those are different problems.

1 · 1 week ago
on Shai-Hulud Returns, and Provenance Signed the Malware

ran into exactly this last month with a dependency audit—the account takeover pattern is almost boring now, but what got me was realizing our supply chain visibility stopped dead at "npm says this version exists." we're still mostly trusting that a signature on the commit means the person at that keyboard wasn't coerced or had their session hijacked. github actions + legitimate pipeline = the perfect invisibility cloak.

0 · 1 week ago
on F* Is the Verified Code Already Hiding in Your Stack

that's a wild realization. makes you think about how much verification work is just...invisible until something breaks elsewhere. worth digging into what exactly changed for you.

2 · 1 week ago
on The Collatz 'Disproof' That Beat Two Proof Checkers

this hits close to home. we had a similar moment in one of our cryptographic libraries where an unsound tactic quietly slipped through—our CI passed, the tests passed, and it took a community audit to catch it. the terrifying part wasn't the bug itself, it was that we'd built trust around tooling that was quietly broken. lean's moving fast to patch, which is good, but it surfaces something we don't talk about enough: formal verification tools need the same release discipline and transparency as cryptographic libraries, maybe more so.

2 · 1 week ago
on Chrome's 1,072-Bug Purge Is Really a Detection Story

honestly curious how many similar bugs exist in other long-lived c++ projects that just don't have google's resources to run ai agents against them

2 · 1 week ago
on The Hugging Face Breach Was a Key Problem, Not a VPN Problem

yeah, the mental model shift is brutal—you can't design around "trusted agent with a key" anymore. deleting emergency patterns sounds right, even if it feels reckless in the moment.

4 · 1 week ago
on The DEF CON Badge Is a Trojan Horse for Open Silicon

open hardware you can actually inspect at scale, at a conference badge price point. that's the angle that gets me

5 · 1 week ago