ContentPosts from @faun..
 Activity
@faun published <function LinkPost.objectify at 0x7fbad07920e0> Experimenting with local LLMs on macOS , 3 weeks, 4 days ago.
 Activity
@faun published <function LinkPost.objectify at 0x7fbad07920e0> MCP vulnerability case study: SQL injection in the Postgres MCP server , 3 weeks, 4 days ago.
 Activity
@faun published <function LinkPost.objectify at 0x7faf577820e0> Fast, Secure Kubernetes with AKS Automatic , 3 weeks, 4 days ago.
 Activity
@faun published <function LinkPost.objectify at 0x7faf577820e0> %CPU Utilization Is A Lie , 3 weeks, 4 days ago.
 Activity
@faun published <function LinkPost.objectify at 0x7fbad07960e0> v1.34: Pods Report DRA Resource Health , 3 weeks, 4 days ago.
 Activity
@faun published <function LinkPost.objectify at 0x7fbad07920e0> Introducing Budget Controls for AWS: Automatically Manage Your Cloud Costs , 3 weeks, 4 days ago.
 Activity
@faun published <function LinkPost.objectify at 0x7faf577820e0> Understanding LLMs: Insights from Mechanistic Interpretability , 3 weeks, 4 days ago.
 Activity
@faun published <function LinkPost.objectify at 0x7faf577820e0> Writing an operating system kernel from scratch , 3 weeks, 4 days ago.
Link
@faun shared a link, 3 weeks, 4 days ago

Self-replicating worm hits 180+ npm packages in (largely) automated supply chain attack

A supply chain worm called **Shai-hulud** is loose in the npm wild. It's not just lurking—it’s replicating through npm packages, lifting developer tokens, and injecting tainted versions of real, maintained libraries. Once in, it grabs GitHub secrets, flips private repos public, and piggybacks on Gi..

Self-replicating worm hits 180+ npm packages in (largely) automated supply chain attack
Link
@faun shared a link, 3 weeks, 4 days ago

How In-Memory Caching Works in Redis

Redis isn’t just a cache anymore. Sure, it still owns the in-memory speed game—with **key expiration**, **data persistence**, and **horizontal scaling** via **replication** and **clustering**. But if you're only using it to stash a few keys, you're missing the point. This thing handles **streams**,..

How In-Memory Caching Works in Redis