Hey HN -- I'm a solo dev. Built this because I got tired of AI crawlers reading my HTML in plain text while robots.txt did nothing.<p>The core trick: shuffle characters and words in your HTML using a seed, then use CSS (flexbox order, direction: rtl, unicode-bidi) to put them back visually. Bro...
I kept copying multi-line commands from ChatGPT/Claude/READMEs and getting `command not found` errors when pasting into my terminal. Bracketed paste mode doesn't help β it prevents line-by-line execution, but the content itself still arrives broken (stray `$` prompts, split continuati...
Hey HN!<p>We built Notte, a browser infrastructure and agents platform.<p>Many of our users automate UI workflows or extract data from sites that donβt have APIs. In practice, we noticed that once an agent understands how a site works, parts of the task can often run without a browser by interacting...
GitHub:
<a href="https://github.com/themankindproject/imgfprint-rs" rel="nofollow">https://github.com/themankindproject/imgfprint-rs</a><p>imgfprint is a Rust library for deterministic image fingerprinting and image similarity detection.<p>Features:
- perceptu...
I built Smart Local Search β a privacy-first local AI search tool.<p>It finds files, photos and code by describing them.<p>Everything runs locally:
- no cloud
- no telemetry
- open source<p>GitHub:
<a href="https://github.com/dan99nik/smart-locale-search" rel="nofollow">https:&#x...
Hey HN,<p>Im a first year CS student and ive been working on building my own SaaS API Monitor for the last 2 weeks but I've hit a road block or moreso I'm inna situation..<p>I've been posting about my product on various sites but have recieved next to no new users.<p>So I've deci...
Built ollamon, an htop-style terminal monitor for Ollama nodes. It shows installed and running models, CPU/RAM/disk usage, GPU metrics, access-log-based latency/request telemetry, and lightweight operational insights in a terminal UI. macOS GPU data is sourced from agputop, and the go...
Iβve started an open-source experiment called CodeCortex.<p>The idea is simple:<p>AI coding tools repeatedly re-learn the same repository structure every session.<p>This wastes tokens and often misses architectural dependencies.<p>CodeCortex explores a different approach:
build a persistent knowledg...
Hi HN,<p>We built *ForgeCode*, a coding agent that integrates directly into *Zsh*.<p>After installing the plugin you can talk to it from your shell using `:` commands.<p>Example:<p>```
: add caching to this GraphQL resolver
```<p>Because it runs inside Zsh, your *aliases, plugins, and shell workflow...
Hi HN,<p>I'm building Qwodel, an open-source pipeline that automates the fragmented mess of LLM quantization.<p>If you've ever tried to prep a Hugging Face model for edge deployment or cheaper cloud inference, you know the drill: wrestling llm_compressor for AWQ, writing ctypes calls for l...
Hi HN,<p>I built LazyFire, a terminal UI for Firebase Firestore inspired by lazygit.<p>I use Firestore a lot, but constantly switching to the Firebase Console to inspect data, run queries, or debug documents was slowing down my workflow. I wanted something that works entirely inside the terminal wit...