Grep for Feelings: An MCP Tool for Semantic Search
An MCP tool that understands what you mean, not just what you type. Search for "fear" and find "anxiety", "dread", and "terror".
An MCP tool that understands what you mean, not just what you type. Search for "fear" and find "anxiety", "dread", and "terror".
With Tailscale, Termius, and dtach you can run Claude Code from literally anywhere — your phone, tablet, or that borrowed laptop at a conference.
Automatically create symlinks for CLAUDE.md in git worktrees using post-checkout hook
If you use multiple MCP servers with Claude Code, you might be burning through tokens before even typing anything. There is an experimental feature that fixes this.
Use Claude Code CLI to generate meaningful commit messages following conventional commits format.
I've just finished reading Children of Time by Adrian Tchaikovsky, and I devoured it in just a few days. It’s one of those books that grabs your imagination from the start and doesn’t let go until the last page.
Most of the advice about ad lazyloading you find online is either outdated, oversimplified, or just plain wrong if you actually care about viewability and money. This post is based on the pain of building a real lazyloading library from scratch, testing it in production, and seeing what works (and what doesn't) with Prebid.js and modern web ads.
I finally finished Echopraxia by Peter Watts this June—a sequel (or rather companion) to my beloved Blindsight, long awaited and wildly anticipated. This is hardcore hard‑SF: dense with ideas, heavy with references, and often more rewarding to read the annotations than the book itself. And yet, that very richness is both its virtue and its vice.
One of repositories I work with uses Bazel as its build system. It leverages several Bazel rule packs as well. Such as: aspect_rules_ts, aspect_rules_js, @io_rules_docker and many others. Usually I keep all rules up to date and most updates are smooth. However, after updating rules_ts to version 3.5.2, I encountered the broken pipeline.
There are two ways to create a custom Prebid.js bidder adapter. Using "registerBidder" from bidder factory It is the recommended way and it is covered fairly well in the official docs here: How to Add a New Prebid.js Bidder Adapter. The process is straightforward and simple, so I don't see much value in repeating it here. If it fits your goals, just follow the official guide and stop reading further :) Using "registerBidAdapter" method from public api