Sublime
An inspiration engine for ideas

These are the rules I use with Codex CLI to make code search faster and more accurate. https://t.co/Bxo1RhzW4U
just vibe-coded an internal search tool that finds any file on my computer and answers questions related to them.
it's a custom @raycastapp extension powered by @AnthropicAI's MCP (thanks @alexalbert__ & @MarcKlingen for showing me!)—but it works with any LLM for Q&A across my local... See more
vietx.comDeduplicator is a tool designed for detectingп and managing file duplicates, offering functions for searching, sorting, filtering, and removing repeated files.
It incorporates the fxhash algorithm, which is a fast, non-cryptographic hashing method.
Thanks to this, Deduplicator can... See more
Vladimir Mikhalevx.comlibsearch 🔎
Simple, index-free text search for JavaScript, used across my personal projects like YC Vibe Check, linus.zone/entr, and my personal productivity software. Read the annotated source to understand how it works under the hood.
The API
Let's begin with some quick examples:
Simple, index-free text search for JavaScript, used across my personal projects like YC Vibe Check, linus.zone/entr, and my personal productivity software. Read the annotated source to understand how it works under the hood.
The API
Let's begin with some quick examples: