El Solitario

  • Tech News
  • Artificial Intelligence
  • Programming
  • Tutorials
  • Security

Programming

Illustration of an AI virtual pond, koi.rest style, with koi fish swimming calmly
Programming

Koi.rest: A Developer Who Doesn’t Know JavaScript Built an AI Pond

Paul Glushak, an unemployed developer who doesn’t know JavaScript, built koi.rest, an AI virtual pond where anyone can watch fish in silence alongside other visitors, without signing up. The site includes ambient sound and a focus timer of up to 60 minutes.

By Andrés Morales, 2 days24 September, 2026 ago
Conceptual diagram of write-ahead logging in a database
Programming

Write-Ahead Logging: How Databases Protect Every Write

Write-ahead logging is the technique PostgreSQL, SQLite, and MySQL use to avoid losing a single write during a power outage. This article explains how the change log works, how to enable and verify it, and when it’s better to avoid it.

By Andrés Morales, 3 days24 September, 2026 ago
Conceptual diagram of CQRS architecture with separated commands and queries
Programming

CQRS: Separating Commands and Queries to Scale Systems

CQRS separates the model that writes data from the model that reads it, each optimized for its own task. This guide explains how it works, when it makes sense, and when it doesn’t, with progressive code examples and diagrams of the full flow.

By Andrés Morales, 4 days23 September, 2026 ago
Conceptual illustration about the GitHub wiki and versioned documentation in /docs
Programming

GitHub Wiki Is an Anti-Pattern: Why You Should Use /docs Instead

The GitHub wiki seems practical, but it loses version control, pull request review, and automatic linting compared to a simple /docs folder. Michael Heap documented this after watching the same discussion repeat every six months. Here’s why, with the steps to migrate today.

By Andrés Morales, 4 days23 September, 2026 ago
Open source maintainers reviewing code without getting paid for their work
Programming

60% of open source maintainers don’t get paid: the proposal to force payment

60% of open source maintainers don’t get paid for their work, and React, Elasticsearch, and Redis found that out when they tried to change licenses and lost to a free fork. An essay from Seldo.com proposes forcing payment through registries instead of licenses.

By Andrés Morales, 6 days20 September, 2026 ago
Diagram of the rsync algorithm with block-level checksums
Programming

Rsync: The Algorithm That Only Moves What Changed in a File

Rsync syncs files without retransmitting them in full, thanks to a block-signature algorithm and rolling checksums. Learn how it works under the hood, with code examples and when to use it over alternatives like scp or Borg.

By Andrés Morales, 7 days20 September, 2026 ago
Diagram of HTTP caching with Cache-Control and ETag between browser and server
Programming

Cache-Control and ETag: How the Browser Avoids Asking Again

Cache-Control and ETag are the two headers that decide whether the browser reuses a response or asks for it again. This guide explains each directive with real code, a diagram of the cache hierarchy, and the mistakes that most often break production.

By Andrés Morales, 1 week19 September, 2026 ago
Laya AI decision engine processing text in milliseconds
Programming

Laya: AI Decision Engine at 32.8ms, Up to 8 Times Faster Than Jev

ConvAI Innovations introduced Laya, an open-source AI decision engine that responds in 32.8 milliseconds per query. The launch comes weeks after TypeSafe AI, founded by a former OpenAI collaborator, released a commercial product with an almost identical idea. Unlike Jev, Laya publishes its weights, code, and datasets under the Apache 2.0 license.

By Andrés Morales, 1 week19 September, 2026 ago
Database sharding diagram with partitions distributed across multiple servers
Programming

Sharding: How to Split a Database to Scale Horizontally

Database sharding splits a giant table into independent fragments that live on separate servers. This guide explains hash, range, and directory-based strategies, with examples in PostgreSQL and application code.

By Andrés Morales, 1 week18 September, 2026 ago
Diagram of a Service Worker intercepting network requests in a PWA
Programming

Service Workers: the script that keeps your website alive offline

A Service Worker is a script the browser runs in the background, separate from the page, that can intercept every network request. Thanks to it, a web app can keep working offline, show cached content instantly, and even receive push notifications. This guide explains its full lifecycle and the caching strategies PWAs use in production.

By Andrés Morales, 1 week17 September, 2026 ago

Posts pagination

1 2 … 6 Next

Linux Courses

  • Curso Introducción a Linux: Instala Linux en tu PC

    Introducción a Linux: Instala Linux en tu PC

    Empezá seguro en Linux: instalación paso a paso.

    ★ 4,6 en UdemyGratis
  • Curso Aprendiendo Linux: uso, terminal y comandos

    Aprendiendo Linux: uso, terminal y comandos

    Entorno de escritorio y comandos básicos de GNU/Linux.

    ★ 4,4 en Udemy$19,99

Enlaces de afiliado: si te inscribís, el blog recibe una comisión sin costo extra para vos.

El Solitario > Programming

Recent Posts

  • Virginia and Kentucky Enable the Land Value Tax in 2026
  • DeepSeek DSec: 3 Million Daily Sandboxes for Agentic AI
  • PipePipe: the NewPipe fork with SponsorBlock surpasses 6,200 stars
  • Tech Leaders Ask the UN to Control AI as Risks Rise
  • Plan Mode Is Dead: Why Ayman Nadeem Shut Down His App Nuanced

Categories

  • Artificial Intelligence
  • Microservices
  • Networking
  • Programming
  • Security
  • Tech News
  • Tutorials
  • Privacy Policy
Hestia | Developed by ThemeIsle