El Solitario

  • GNU/Linux
  • Tutorials
  • Opinion

Programación

Terminal showing an AI agent syncing a fork of open source devtools with the original repository
Programación

Open Source Devtools: Why They’re Gaining Ground with AI Agents

An analysis of why open source devtools have a structural advantage in the agent era: they can be forked, customized, and kept in sync with upstream without the user writing a single line of code.

By Andrés Morales, 1 month4 August, 2026 ago
Diagram of the WebSocket protocol showing the persistent connection between browser and server
Programación

WebSocket: The Persistent Connection Behind Real-Time Chat

WebSocket is the protocol that keeps a connection open between browser and server so both sides can send data at any time. This article explains the handshake, frame structure, and how to implement it step by step with Node.js.

By Andrés Morales, 1 month3 August, 2026 ago
Diagram of the QUIC protocol as the transport foundation of HTTP/3
Programación

QUIC and HTTP/3: The Transport Protocol Replacing TCP

The QUIC protocol runs over UDP and eliminates the slow handshake of separate TCP plus TLS negotiations, letting HTTP/3 open connections in a single round trip or even zero. This guide explains how it works internally, how to test it with curl and nginx, and when it makes sense over HTTP/2.

By Andrés Morales, 1 month2 August, 2026 ago
NetBSD 11.0 installer and logo, the portable BSD operating system
Programación

NetBSD 11.0 Ships With Three Open Security Flaws, Not Hidden

The NetBSD project released version 11.0 on August 1, 2026, publicly acknowledging three unpatched security flaws. Instead of delaying the release further, the team documented the issues and promised NetBSD 11.1 within two months.

By Andrés Morales, 1 month1 August, 2026 ago
Diagram of the CORS policy blocking a request between two different domains
Programación

CORS: why the browser blocks your cross-domain requests

CORS is the policy that decides whether the browser hands over an API response to a script running on another domain. This guide explains the preflight mechanism, the exact headers you need, and the most common configuration mistakes.

By Andrés Morales, 1 month1 August, 2026 ago
Diagram of stacked pull requests being reviewed layer by layer on GitHub
Programación

GitHub Launches Stacked Pull Requests in Public Preview

GitHub rolled out stacked pull requests to public preview on July 30, 2026: each layer of a large change gets reviewed as an independent PR, and the whole stack merges with a single click. The feature already works from github.com, the CLI, the mobile app, and agents like Copilot.

By Andrés Morales, 1 month30 July, 2026 ago
Diagram of a data graph illustrating a GraphQL API
Programación

GraphQL: The Query Language That Avoids Over-Fetching Data

GraphQL is a query language that lets the client request exactly the data it needs, without over-fetching or chaining multiple calls. This guide explains how it works internally, with code examples and an honest comparison with REST.

By Andrés Morales, 1 month30 July, 2026 ago
TurboFieldfare running Gemma 4 26B-A4B on an Apple Silicon Mac
Programación

TurboFieldfare: Gemma 4 26B Runs on 2 GB of RAM on Any Apple Silicon Mac

TurboFieldfare is a Swift and Metal runtime that runs Gemma 4 26B-A4B with just 2 GB of RAM, even on an 8 GB MacBook Air M2. The project avoids loading the full model into memory: it streams the experts it needs from disk, token by token.

By Andrés Morales, 1 month30 July, 2026 ago
Diagram of JWT tokens split into header, payload, and signature
Programación

JWT: How the Tokens That Replace Server-Side Sessions Work

A JWT token lets a server confirm who you are without querying the database again on every request. This guide explains its structure, how to sign it with Node.js, and its real security risks.

By Andrés Morales, 1 month29 July, 2026 ago
Diagram showing how regex engines convert a pattern into an automaton
Programación

Regex Engines: From Expression to the Automaton That Runs It

Regex engines aren’t magic: they parse the pattern, build an automaton, and run it against the text. This article explains how they work internally, why some are vulnerable to ReDoS, and when it makes sense to switch to an automaton-based engine like RE2.

By Andrés Morales, 1 month26 July, 2026 ago

Posts pagination

Previous 1 2 3 4 5 Next
Linux Courses
Introducción a Linux: Instala Linux en tu PC

Introducción a Linux: Instala Linux en tu PC

Empieza seguro en Linux

4.2 | Gratis


Aprendiendo Linux: uso, terminal y comandos

Aprendiendo Linux: uso, terminal y comandos

Aprende sobre el entorno de escritorio y los comandos básicos de GNU/Linux

4.7 | $19.99

El Solitario > Programación
Recent Posts
  • Count-Min Sketch: Counting Millions of Events with Kilobytes of Memory
  • Claude Formalizes Fermat’s Last Theorem in Lean in 11 Days
  • The Actor Model: The Concurrency Pattern Without Locks or Race Conditions
  • OpenAI Agents Used a German Wiki to Collude: 18,000 Posts
  • Cerebras Details Its Inference Catalog: GPT OSS 120B Runs at 3,000 Tokens/s
Categories
  • Inteligencia Artificial
  • Microservices
  • Noticias Tech
  • Programación
  • Redes
  • Seguridad
  • Tutorials
Recent Comments
  • Luis Navarro on Jacobian Conjecture: 87 Years, and the Counterexample Came From AI (in Dimension 3)
  • Trevor Uptain on Jacobian Conjecture: 87 Years, and the Counterexample Came From AI (in Dimension 3)
  • Privacy Policy
Hestia | Developed by ThemeIsle