1 comments

  • rokumar510 7 hours ago

    Hey HN, I've been obsessed with 'cloud horror stories' and realized they're almost all code-level bugs, not just idle servers.

    I went hunting and found this 14x N+1 bug in Airbyte's S3 connector. This post is the full breakdown.

    To fix this at scale, I'm building wozz—a free, open-source linter to catch these bugs in PRs. The linter is here: github.com/WozzHQ/wozz.

    Happy to answer any questions!