This is a simple docker cluster for containing AI agents in Zero Trust fashion. Why? For the past few months I have has couple hours in a day to use for studying AI related technologies and for my motivation it is pretty crucial to post something about it online.
I built a CLI for Elasticsearch and OpenSearch called ktsearch<p>You can run searches from the command line, manage indices, ILM, and data streams, inspect cat APIs like shards and indices, dump and restore indices, and monitor cluster status via a TUI (ktsearch top). Also includes bash/zsh com...
Hi HN,
Over the years I kept running into the same problem founders talk about constantly: finding the right investors is surprisingly difficult.
Most tools are either extremely expensive (think $5k–$10k+/yr), focused on later-stage VCs, or filled with outdated contact info. Meanwhile early-sta...
Hello HN. I got sick of docker builds on my mac taking forever, so I built forja.<p>Forja is an ephemeral Docker builder that runs entirely in your own AWS account. It spins up real EC2 instances for each build (`c7a` for AMD64, `c7g` for ARM), builds your image with BuildKit, pushes cache layers to...
This grew out of a project called Myovine — a BLE EMG armband that streams 2 kHz × 8 channels to a mobile app for real-time muscle activity analysis. The signal processing ran on Lambda, which meant SciPy was immediately out (60–90MB package, 250MB unzipped limit). Existing JS options either had no ...
Hi HN,<p>I'm working on small SaaS projects and keep running into the same issue: background jobs require a lot of infrastructure.
Even for simple things like delayed tasks or scheduled jobs I end up running Redis, queue workers, cron, retries, monitoring, etc.
For bigger systems this makes sen...