HackerTrans
TopNewTrendsCommentsPastAskShowJobs

subhamkts

no profile record

Submissions

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

github.com
2 points·by subhamkts·3 tháng trước·1 comments

Instant Grep CLI Implementation

github.com
2 points·by subhamkts·4 tháng trước·1 comments

comments

subhamkts
·3 tháng trước·discuss
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 tháng trước·discuss
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)