ContentPosts from @krishnaverse..
 Activity
@bergerx started using tool Docker , 6 days, 9 hours ago.
 Activity
@bergerx started using tool Python , 6 days, 9 hours ago.
 Activity
@bergerx started using tool Kubernetes Dashboard , 6 days, 9 hours ago.
 Activity
@bergerx started using tool Kubernetes , 6 days, 9 hours ago.
 Activity
@bergerx started using tool Kubectl , 6 days, 9 hours ago.
 Activity
@bergerx started using tool Kubeadm , 6 days, 9 hours ago.
 Activity
@bergerx started using tool Go , 6 days, 9 hours ago.
Link
@faun shared a link, 1 week, 2 days 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, 1 week, 2 days 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, 1 week, 2 days 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