ContentPosts from @takhan..
Discovery IconThat's all from @takhan — explore more posts below...
Link
@faun shared a link, 3 hours ago

Going down the rabbit hole of Postgres 18 features by Tudor Golubenco

PostgreSQL 18 just hit stable. Big swing! Async IO infrastructureis in. That means lower overhead, tighter storage control, and less CPU getting chewed up by I/O. Adddirect IO, and the database starts flexing beyond traditional bottlenecks. OAuth 2.0? Native now. No hacks needed. UUIDv7? Built-in su..

Going down the rabbit hole of Postgres 18 features by Tudor Golubenco
Link
@faun shared a link, 3 hours ago

Development gets better with Age

A longtime AWS insider, Werner Vogels, breaks down the shift from slow-and-steady software growth to the generative AI rocket ride. Capabilities soared. Guardrails? Not so much. No docs, no handrails - just launch and learn. AWS didn’t chase the hype. It pulled a classic AWS move: doubled down on B2..

Development gets better with Age
Link
@faun shared a link, 3 hours ago

Advanced PostgreSQL Indexing: Multi-Key Queries and Performance Optimization

Advanced PostgreSQL tuning gets real results: composite indexes and CTEs can cut query latency hard when slicing huge datasets. AddLATERALjoins and indexed subqueries into the mix, and you’ve got a top-N query pattern that holds up—even when hammering long ID lists...

Advanced PostgreSQL Indexing: Multi-Key Queries and Performance Optimization
Link
@faun shared a link, 3 hours ago

walrus: ingesting data at memory speeds

Walrusis a lock-free, single-nodeWrite Ahead Log in Rustthat rips through a million ops/sec and moves 1 GB/s of write bandwidth - on bare-metal, nothing fancy. It leans on mmap-backed sparse files, atomic counters, and zero-copy reads to get there. Each topic gets its own line of 10MB memory-mapped ..

walrus: ingesting data at memory speeds
Link
@faun shared a link, 3 hours ago

Inside Husky’s query engine: Real-time access to 100 trillion events

SteamPipe just gutted its real-time storage engine and rebuilt it inRust. Expect faster performance and better scaling. Now runs oncolumnar storage, ships withvectorized queries, and rolls anobject store-backed WAL. Serious firepower for time series data. System shift:Another sign that high-throughp..

Link
@faun shared a link, 3 hours ago

How I Block All 26 Million Of Your Curl Requests

A developer built a razor-sharp TLS fingerprinting and blocking tool - all in kernel space - witheBPFandXDP. It hooks into incoming packets, scrapes TLS Client Hello messages, and cranks out simplified JA4-style hashes from their cipher suite lists. The fun part? It's running under tight stack limit..

How I Block All 26 Million Of Your Curl Requests
Link
@faun shared a link, 3 hours ago

I'm Building a Browser for Reverse Engineers

A researcher rolled their ownChromium forkwith a customDevTools Protocol (CDP) domain- not for fun, but to surgically probe browser internals. It reaches into Canvas, WebGL, and other trickier APIs, dodging the usual sandbox and spoofing all the bot blockers they'd rather you leave alone. It injects..

I'm Building a Browser for Reverse Engineers
Link
@faun shared a link, 3 hours ago

OpenAI Agent Builder: A Complete Guide to Building AI Workflows Without Code

OpenAI’sAgent Builderdrops the guardrails. It’s a no-code, drag-and-drop playground for building, testing, and shipping AI workflows - logic flows straight from your brain to the screen. Tweak interfaces inWidget Studio. Plug into real systems with theAgents SDK. Just one catch: it’s locked behind P..

Link
@faun shared a link, 3 hours ago

Write Deep Learning Code Locally and Run on GPUs Instantly

Modal cuts the drama out of deep learning ops. Devs write Python like usual, then fire off training, eval, and serving scripts to serverless GPUs - zero cluster wrangling. It handles data blobs, image builds, and orchestration. You focus on tuning with libraries like Unsloth, or serving via vLLM...

Write Deep Learning Code Locally and Run on GPUs Instantly
Link
@faun shared a link, 3 hours ago

Technical Tuesday: 10 best practices for building reliable AI agents in 2025

UiPath just droppedAgent Builder in Studio- a legit development environment for AI agents that can actually handle enterprise chaos. Think production-grade: modular builds, traceable steps, and failure handling that doesn’t flake under pressure. It’s wired forschema-driven prompts,tool versioning, a..