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

subhamkts

no profile record

投稿

Autopilot – Self-hosted email infra for AI. Drop in replacement for AgentMail

github.com
2 ポイント·投稿者 subhamkts·3 か月前·1 コメント

Instant Grep CLI Implementation

github.com
2 ポイント·投稿者 subhamkts·4 か月前·1 コメント

コメント

subhamkts
·3 か月前·議論
introducing autopilot — open source, self-hosted email infrastructure for AI agents.

same SDK. one line change. unlimited inboxes. $0/mo.

agentmail charges $20/mo for 10 inboxes. autopilot gives you unlimited inboxes for the cost of a postgres row.

bring your own everything: → postgres, mongodb, sqlite, cloudflare d1 → ses, smtp, any provider → s3, r2, archil, local disk
subhamkts
·4 か月前·議論
cursor released their fast regex search impl called instant grep (a questionable implementation that takes a while to build indexes for, but an implementation regardless)

i built an implementation in Elixir based on their spec and published it on Homebrew for people to install and use: ``` brew tap GrowlyX/instantgrep brew install instantgrep ```

feel free to contribute and improve on Cursor's original design on my github (or hate it!)! https://github.com/GrowlyX/instantgrep/

current issues: - the overhead from beamvm causes a 3s delay when using the CLI tool (PR#1 proposes a fix, but in review)