ContentPosts from @naren..
Link
@faun shared a link, 3ย months, 1ย week ago
FAUN.dev()

Building Agents for Small Language Models: A Deep Dive into Lightweight AI

Agent engineering with **small language models (SLMs)**โ€”anywhere from 270M to 32B parametersโ€”calls for a different playbook. Think tight prompts, offloaded logic, clean I/O, and systems that donโ€™t fall apart when things go sideways. The newer stackโ€”**GGUF** + **llama.cpp**โ€”lets these agents run loc.. read more ย 

Link
@faun shared a link, 3ย months, 1ย week ago
FAUN.dev()

PostgreSQL maintenance without superuser

PostgreSQLโ€™s moving in on superusers. As of recent releasesโ€”starting way back in v9.6 and maturing through PostgreSQL 18 (coming 2025)โ€”there are now **15+ built-in admin roles**. No need to hand out superuser just to get things done. These roles cover the ops spectrum: monitoring, backups, fil.. read more ย 

PostgreSQL maintenance without superuser
Link
@faun shared a link, 3ย months, 1ย week ago
FAUN.dev()

Accelerate serverless testing with LocalStack integration in VS Code IDE

The AWS Toolkit for VS Code now hooks straight into **LocalStack**. Run full end-to-end tests for **serverless workflows**โ€”Lambda, SQS, EventBridge, the whole crewโ€”without bouncing between tools or writing boilerplate. Just deploy to LocalStack from the IDE using the **AWS SAM CLI**. It feels like .. read more ย 

Accelerate serverless testing with LocalStack integration in VS Code IDE
Link
@faun shared a link, 3ย months, 1ย week ago
FAUN.dev()

Scaling Prometheus: Managing 80M Metrics Smoothly

Flipkart ditched its creakyStatsD + InfluxDBstack for afederated Prometheussetupโ€”built to handle 80M+ time-series metrics without choking. The move leaned intopull-based collection,PromQL's firepower, andhierarchical federationfor smarter aggregation and long-haul queries. Why it matters:Prometheus.. read more ย 

Scaling Prometheus: Managing 80M Metrics Smoothly
Link
@faun shared a link, 3ย months, 1ย week ago
FAUN.dev()

Writing an operating system kernel from scratch

A barebonestime-sharing OS kernel, written inZig, running onRISC-V. It leans onOpenSBIfor console I/O and timer interrupts. Threads? Statically allocated, each running inuser mode (U-mode). The kernel stays insupervisor mode (S-mode), where it catchessystem callsandcontext switchesvia timer ticks. .. read more ย 

Writing an operating system kernel from scratch
Link
@faun shared a link, 3ย months, 1ย week ago
FAUN.dev()

Magical systems thinking

AI now writes over **25% of Googleโ€™s** and as much as **90% of Anthropicโ€™s** code. Thatโ€™s not a trendโ€”itโ€™s a regime change. Still, the mess in large public systems reminds us: clever analysis isnโ€™t enough. Complex systems donโ€™t behave; they misbehave. When the machines are churning out code, the .. read more ย 

Magical systems thinking
Link
@faun shared a link, 3ย months, 1ย week ago
FAUN.dev()

Best 20 Linux Commands for Daily Use in Production Servers

A fresh roundup drops20 go-to Linux commandsfor production sysadmins, dialing in on modern defaults likehtop > top,ss > netstat, andip > ifconfig. The shift? Faster tools that actually get updates. Built with systemd in mind, too. Expect the usual suspectsโ€”journalctl,rsync,crontabโ€”all still pulling.. read more ย 

Best 20 Linux Commands for Daily Use in Production Servers
Link
@faun shared a link, 3ย months, 1ย week ago
FAUN.dev()

SLI Evolution Stages

A new SLI evolution model lays out a maturity roadmapโ€”from rebranded latency/error metrics to ones that actually track business impact. It replaces shallow signals and pulls in the stuff that matters: how service failures hit user goals, tasks, and bottom lines... read more ย 

SLI Evolution Stages
Link
@faun shared a link, 3ย months, 1ย week ago
FAUN.dev()

%CPU Utilization Is A Lie

Stress tests on the Ryzen 9 5900X uncovered a big gap between **reported CPU utilization** and what the chip actually pushes. Around 50% on paper? Could mean close to full throttle in realityโ€”thanks to sneaky behaviors from **SMT resource sharing** and **Turbo frequency scaling**. **Takeaway:** Raw.. read more ย 

%CPU Utilization Is A Lie
Link
@faun shared a link, 3ย months, 1ย week ago
FAUN.dev()

Introducing Budget Controls for AWS: Automatically Manage Your Cloud Costs

**Budget Controls for AWS** just got better. The open-source tool now reins in more than just EC2. It wrangles **RDS Aurora**, **SageMaker**, and **OpenSearch** too. Under the hood, it taps **AWS Budgets**, **AWS Config**, and **custom tags** to watch spend like a hawk. Hit a budget threshold? It c.. read more ย 

Introducing Budget Controls for AWS: Automatically Manage Your Cloud Costs