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

LeonidBugaev

405 カルマ登録 15 年前
Head of Engineering at Tyk.io

Indie open-source developer of https://goreplay.org.

Helping OSS community via https://helpwanted.dev/

Would love to chat with you!

[email protected]

https://www.linkedin.com/in/leonidbugaev/

投稿

[untitled]

1 ポイント·投稿者 LeonidBugaev·4 日前·0 コメント

[untitled]

1 ポイント·投稿者 LeonidBugaev·12 日前·0 コメント

[untitled]

1 ポイント·投稿者 LeonidBugaev·26 日前·0 コメント

Death of Security by Obscurity

blog.reqproof.com
5 ポイント·投稿者 LeonidBugaev·先月·0 コメント

Source of Truth: Code, Spec, or Requirement?

blog.reqproof.com
5 ポイント·投稿者 LeonidBugaev·2 か月前·0 コメント

[untitled]

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

Trust Is the Bottleneck

blog.reqproof.com
2 ポイント·投稿者 LeonidBugaev·2 か月前·0 コメント

Near-100% test coverage did not catch a CVE in my Go library

blog.reqproof.com
2 ポイント·投稿者 LeonidBugaev·2 か月前·1 コメント

I Had Near 100% Test Coverage. It Didn't Matter

blog.reqproof.com
1 ポイント·投稿者 LeonidBugaev·2 か月前·0 コメント

Why AI coding speed does not translate into engineering speed

blog.reqproof.com
1 ポイント·投稿者 LeonidBugaev·3 か月前·0 コメント

コメント

LeonidBugaev
·先月·議論
Thats exactly same as Claude Code offer: https://code.claude.com/docs/en/quickstart
LeonidBugaev
·4 か月前·議論
Thankfully Google has some basic protection for it. I accidentally commited my google api token, as part of some OTEL trace JSON file, and within a few minutes my key was automatically locked by google, and marked as leaked (with exact link pointing where it has happened).
LeonidBugaev
·5 か月前·議論
I had a few useful examples of this. In order to make it work you need to define your quality gates, and rather complex spec. I personally use https://github.com/probelabs/visor for creating the gates. It can be a code-review gate, or how well implementation align with the spec and etc. And basically it makes agent loop until it pass it. One of the tips, especially when using Claude Code, is explictly ask to create a "tasks", and also use subagents. For example I want to validate and re-structure all my documentation - I would ask it to create a task to research state of my docs, then after create a task per specific detail, then create a task to re-validate quality after it has finished task. You can also play around with the gates with a more simple tooling, for example https://probelabs.com/vow/

Hope it helps!
LeonidBugaev
·5 か月前·議論
Nice one! I had my own spin on this issue as well, but from the other angle https://github.com/probelabs/maid

Getting AI to generate valid mermaid diagrams on scale extremely hard. With maid i'm hitting 100% accuracy.

Maid is basically built from scratch mermaid parser, without any dependnecies, which knows how to auto-fix common AI slop diagramming issues.
LeonidBugaev
·4 年前·議論
I'm using this plugin for Obsidian and very happy so far https://github.com/st3v3nmw/obsidian-spaced-repetition

Essentially no need convert your notes to Anki cards, your notes litelarly became spaced repetition cards.