Specialized search for programming
Curated, developer-focused results
4Programming is a search engine built for programmers. It prioritizes technical relevance by combining multiple indexes, code-aware ranking, and AI systems. Use it to find code examples, documentation, libraries, tools, tutorials, and services — faster and with fewer irrelevant results than general-purpose search engines. Part of the 4SEARCH network of topic specific search engines.
Latest Articles
BIP-110 monitoring stream: mandatory signaling start
1+ day, 16+ hour ago (484+ words) On August 8th, 2026, Bitcoin block 961632 was mined. This marked the start of the “mandatory signaling” for BIP-110, which meant all blocks not signaling on version bit 4 would be rejected by a node implementing BIP-110. This resulted in a fork, which I…...
Mike Schmidt (@bitschmidty) on X
22+ hour, 7+ min ago (99+ words) Bitcoin Core v32.0 is targeted for release in October: - Up to 3x faster initial sync. Block validation now fetches transaction inputs from disk in parallel instead of one at a time - The libevent external dependency is fully removed, continuing Core's push to…...
SpaceXAI Releases Grok 4.6, Benchmarks Show Performance Comparable To Fable, GPT 5.6 Sol
22+ min ago (304+ words) Even as Google has seemingly dropped out of the frontier AI race, Anthropic and OpenAI seem to have some fresh competition. xAI says Grok 4.6 went through a longer secondary training phase than its predecessor, pulling in curated, model-generated data aimed…...
Grok 4.6 Released: Benchmarks, Pricing, and What It Means for Agent Builders
16+ min ago (579+ words) The headline claim is measured. xAI says Grok 4.6 matches GPT-5.6 Sol on the Artificial Analysis Intelligence Index, a composite of nine benchmarks. Across the rest of the published evals it trades leads with GPT-5.6 Sol and Anthropic's Fable 5, winning some…...
Construí una Capa de IA Local para Mis Documentos y Fotos — Esto es lo que Aprendí
16+ min ago (218+ words) Quería hacer preguntas sobre mi propia documentación y fotos sin enviarlas a un servicio de IA en la nube. Cosas simples como: Pero no quería que mis facturas, contratos y fotos familiares acabaran en los datos de entrenamiento de otra…...
gomarc: MARC21 for Go, 4x–11x faster than pymarc
30+ min ago (569+ words) If you work with library data, you work with MARC21 — the length-prefixed binary record format catalogues have run on since the 1960s, complete with a directory of field offsets, subfield delimiters, and a pre-Unicode character encoding called MARC-8 that needs a lookup…...
Managed Inference on Google Cloud: Pairing the Gemini Enterprise Agent Platform with Cloud Run
18+ min ago (216+ words) Learn how to run managed AI inference on Google Cloud by pairing the Gemini Enterprise Agent Platform with Cloud Run — with architecture, code, deployment, and security explained step by step. Tagged with cloudrun, geminienterpriseagentplatform, googlecloud, ai....
2026-08-12 - 1 - ProForma - Guards
19+ min ago (460+ words) Hello I'm Marlene and I invite you to follow my journey developing ProForma.net. But since this is my first post about ProForma, I will give you an overview of what I'm trying to achieve. In this dev diary series…...
I Built a Notebook for Sharing Notes That Doesn't Ask You to Sign Up First
17+ min ago (1354+ words) Someone asked me to share meeting notes in Slack yesterday. I pasted the markdown. Slack ate the... Tagged with ai, webdev, programming, productivity....
Distributed Tracing: Following a Request Across Microservices
18+ min ago (720+ words) Without distributed tracing, diagnosing why checkout felt slow would mean separately checking logs and metrics for the API gateway, OrderService, InventoryService, and PaymentService, and manually correlating timestamps across four different systems to guess at causality. With it, the answer — an…...