ContentPosts from @sdv91..
Link
@faun shared a link, 15 hours ago

GitHub Copilot crosses 20M all-time users

GitHub Copilot just crossed20 million users. Five million joined last quarter alone. Enterprise usage? Up75%quarter-over-quarter. It’s now in the hands of90% of the Fortune 100, according to Microsoft. Here’s the kicker: Copilot’s AI coding biz is now bigger than all of GitHub’s revenue when Micros..

Link
@faun shared a link, 15 hours ago

Building a Redis Clone from Scratch – In-Memory KV Store with TCP

A solo dev just spun up a public build of aRedis-style key-value store in Java—lean, thread-safe, and backed by a custom TCP server. Right now it handlesGET,SET, andDELETEover a socket-level protocol. No HTTP. No bloat. At its core: aConcurrentHashMapdoing the heavy lifting. Fast, in-memory, and de..

Link
@faun shared a link, 15 hours ago

GenAI vs. Agentic AI: What Developers Need to Know

Docker’s getting serious about agent-based AI. It just rolled out tools tailor-made for building modular, goal-chasing LLM systems. Model Runnerlets devs spin up LLMs locally—zero cloud, zero wait.Offloadtaps cloud GPUs when local ones tap out. And theMCP Gatewaypipes in external tools without duct..

Link
@faun shared a link, 15 hours ago

I used NotebookLM to learn a new programming language, and it actually worked

A CS student taught themselvesSwiftusingNotebookLM, Google’s AI that sticks to sources you feed it. They pulled in handpicked docs, YouTube transcripts, and visual mind maps—all dropped into a custom notebook. No generic guesses. No hallucinated trivia. Just clean, source-grounded answers on syntax ..

Link
@faun shared a link, 15 hours ago

Powering Real-Time AI Applications

Generative AI databases like SingleStore now cramOLTP,OLAP,vector search, andfull-text searchinto one SQL-first platform. Structured, unstructured—it eats both. No ETL. No silos. Just real-time data, ripe for AI models and semantic queries. System shift:Blending transactional and analytic guts in o..

Link
@faun shared a link, 15 hours ago

How we discovered, and recovered from, Postgres corruption on the homeserver

PostgreSQL index corruption silently broke the matrix.org homeserver. State groups were corrupted, active data was deleted, and restoring consistency took a week of forensic debugging and reindexing. The root cause? Unclear. Hardware, maybe. But not Postgres or Synapse. The team’s fix involved disab..

Link
@faun shared a link, 15 hours ago

Proton launches free standalone cross-platform Authenticator app

Proton just droppedProton Authenticator, a free 2FA app that actually respects your privacy. It’s cross-platform, offline-friendly, and skips the usual junk—no ads, no trackers, no bait-and-lock-in. It’s gotend-to-end encryption, a biometric lock, and lets youexport TOTP seedslike it’s your data (b..

Story
@laura_garcia shared a post, 16 hours ago
Software Developer, RELIANOID

📌 New: netstat Command Cheatsheet

Need to check active connections, monitor listening ports, or debug network issues? The Linux netstat command remains a go-to tool for quick and effective diagnostics. We’ve created a clear, quick-reference cheatsheet with: 🔍 Essential command flags 📊 Real-world use cases ⚙️ Integration tips for REL..

The_Linux_netstat_command_Cheatsheet
Link
@faun shared a link, 17 hours ago

Building Reproducible ML Systems with Apache Iceberg and SparkSQL

Apache Iceberg +SparkSQLbringsACID transactions,schema evolution, andtime travelto data lakes. That means ML pipelines finally get reproducibility and consistency without the hacks. Iceberg’s snapshot-based guts track every version, handle parallel writes without stepping on toes, and keep training ..

Building Reproducible ML Systems with Apache Iceberg and SparkSQL
Link
@faun shared a link, 17 hours ago

Using generative AI for building AWS networks

Amazon Q Developer CLI and Bedrock just leveled up. You can now spin up AWS Cloud WANs and VPCs using plain English. Type what you need—get full deployments, phased migrations, and IaC for both CloudFormation and Terraform. Agents handle the whole stack: network discovery, rollout, and config. No m..

Using generative AI for building AWS networks