Join us

ContentUpdates from GitLive...
Link
@faun shared a link, 1 week 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, 1 week 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, 1 week 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, 1 week 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, 1 week 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, 1 week 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, 1 week 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, 1 week 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, 1 week ago

How to Build an Agent

A new framework lays out six sharp steps for building agents that actually ship. It kicks off with a grounded task, locks in SOPs, then tunes high-leverage prompts. The real choke point? LLM reasoning. Everything else—architecture, data flow, testing—is scoped to chase tight, measurable gains there...

Link
@faun shared a link, 1 week ago

Introducing the Amazon Bedrock AgentCore Code Interpreter

AWS just droppedAgentCore Code Interpreter—a managed box where AI agents can run Python, JavaScript, and TypeScript in isolation. Think of it as a secure playground with autoscaling, controlled file access, and deep hooks into frameworks likeLangChain,LangGraph,Strands, andCrewAI. Big picture: This..

Introducing the Amazon Bedrock AgentCore Code Interpreter
GitLive helps you and your fellow contributors merge faster by avoiding conflicts and encouraging eager and continuous code review directly inside the IDE.

🔸 Do not let merge conflicts break your flow

Indicators in the gutter of your editor show the changes others are making. Computed from all active branches, the indicators update as you and your team code together.

Get notified the moment you make a change that conflicts with another branch. Compare their changes to your own and cherry‑pick individual changes directly into your local files.

🔸 Get the ultimate perspective on all work in progress

Perform eager and continuous code review directly in your IDE with the team view. See who is online, their active branches and changes in a single repository or across your organization, updated in real‑time.

Get notified when you fall behind the main branch or your tracking branch. Inspect the changed files in the repository view to know if they will merge cleanly with your own local changes before you pull.

🔸 Let your team know what you are working on

Connect your issue tracker to see each other's current issue in the team view. The issue you are working on is determined by your current branch and updates automatically.

View your current issue and select another issue to work on via the status bar. Switching issues will check out an existing feature branch or create a new one for you if needed.