Hacker News new | ask | show | jobs
by cyphar 3702 days ago
The cool thing about protobuf is that it allows automated parser generation (that isn't some horrific hack built on bison). The downside is that if there's a bug in someone else's code, it becomes a bug in your code. :D