English tag hub: same canonical tag strings as the Spanish site (Tags in front matter); this page’s chrome and blurbs are in English.

Posts tagged:  Systems

2023-09-14 03:47PM

Remaining tables for the time-tracking database

SQL for roles, projects, tasks, worked hours, and permission grants across DBA, admin, web, and anonymous roles.

Read more →
2023-09-13 12:31PM

Database setup for the time-tracking app

Create DBA/admin/web/anon roles, a control_tiempo schema, the users table, and grants aligned with PostgREST access patterns.

Read more →
2023-09-12 02:07PM

Designing the database for a time-tracking app

Conceptual tables for users, roles, projects, tasks, and worked hours—the backbone of the decoupled series.

Read more →
2023-08-09

Debian 11 (Bullseye) installation walkthrough

Prepare boot media, walk the text/graphical installer for language, disk partitioning, user creation, desktop metapackages, and GRUB—aimed at a clean stable workstation or server.

Read more →
2023-09-06 11:21AM

Decoupled Architectures: Building a Time-Tracking App

Overview of a decoupled stack (Debian, PostgREST, Nginx, React, PostgreSQL) for a small-company time-tracking product.

Read more →
2024-03-18 03:29PM

Electrum: what it is and why running your own server helps

How Electrum’s client–server model works, what data leaves your device, why public servers can hurt privacy, and which open-source server projects people self-host.

Read more →
2023-08-31 12:28PM

Etherpad guide: real-time collaboration and group editing

What Etherpad offers, how to install it on Debian, and tips to get more from this open-source editor.

Read more →
2023-09-05 10:47AM

Focalboard: an all-in-one open source board for tasks and projects

What Focalboard is, how it compares to Trello-style tools, and how to run it with Docker Compose on your own server.

Read more →
2023-08-22 10:59AM

Future tech trends on the innovation horizon

AI/ML, IoT, 5G, AR/VR, quantum computing, synthetic biology, and blockchain—what each wave optimizes for and why ethical, sustainable deployment needs cross-society dialogue.

Read more →
2023-08-26 11:57AM

How to choose a laptop: a practical decision guide

Match CPU, RAM, storage, screen size, battery, OS, ports, extras, and budget to your real workload—creative suites, development, gaming, or everyday browsing.

Read more →
2023-08-30 11:49AM

Free-software productivity tools for Linux and VMs

Office suites, Etherpad, Taskwarrior, Org-mode, Redmine, Nextcloud Deck, Focalboard, chat platforms, CI, and more—mapped to self-hosted workflows on Linux guests.

Read more →
2023-09-04 11:34AM

Nextcloud with Deck: private cloud and groupware

Nextcloud ecosystem basics, community vs paid tiers, secure install sketch with Nginx, and how Deck fits your task workflow.

Read more →
2023-09-08 10:29AM

Hardening PostgREST with Nginx and HTTPS

Put Nginx in front of PostgREST, add TLS with Certbot, and outline anonymous login flows that return JWTs.

Read more →
2023-09-10 08:05PM

JWT Authentication with PostgREST

Why JSON Web Tokens help secure a PostgREST API, and how roles, headers, and PostgreSQL functions fit together.

Read more →
2023-09-07 10:41AM

PostgREST in Practice: Building a Strong REST API

What a REST API is, why it helps, and how PostgREST exposes PostgreSQL as HTTP resources—with install and first SQL steps.

Read more →
2023-09-03 08:05PM

Redmine guide: simplified project and task management

Install Redmine on Debian at a high level, understand core modules, and pick plugins that boost delivery hygiene.

Read more →
2023-09-18 02:07PM

Calling the REST API of the time-tracking app

REST shapes for users, roles, projects, tasks, and hours; OpenAPI documentation; curl examples.

Read more →
2023-09-01 01:05PM

Taskwarrior guide: efficient task management (and Taskserver sync)

Use Taskwarrior on one machine, then sync tasks across devices with Taskserver—installation and basics.

Read more →
2026-06-10

Tuqan — 9.2: Qwen + opencode Delivered the Stage (The TODOs Helped) but Failed to Hold the Standards

Even with a fine-grained, prioritized backlog (MIGRATION-TODOS.md from stage 9.0) and a detailed stage plan, the local model + opencode managed to deliver functional Proveedores code, but failed to maintain the project's conventions: naming, use of catalog bases, .agents/ updates, legacy routes, and the verification ritual. Lessons on the value of structured TODOs versus accumulated standards discipline.

Read more →
2026-06-04 10:00PM

Tuqan — Agentic Lessons (13): 100% Autonomous Work Without Babysitting — Cron, Agentic Loops, and Long-Term Strategy

Introspective reflection on executing a full leg of work (Stage 8.7: completing Personalizacion modules, enhancements to matrix and editing, verification) 100% on my own, based only on the user's high-level request. How the initial request could easily be a cron triggering the next leg, using reviewer/Q&A sub-agents, todo tracking, and verification scripts to close the loop without constant human intervention. Planning for detecting gaps before interactive testing and longer-term strategy.

Read more →
2026-06-01 09:00PM

Tuqan — Agentic Operation Lessons (7): 2407 Lines, Collapsible Sidebar, First Real Module, and Two Debugging Patterns We Keep Repeating

We imported the entire real legacy menu (~106 items + 212 labels), diagnosed its real scale live in the container, chose a left collapsible sidebar when horizontal proved it couldn’t scale, delivered the first real module (Usuarios: listing + forms), and —most importantly— documented two recurring agent anti-patterns in public: blaming opcache with zero proof, and getting stuck on Phroute route syntax. Hard lessons, excellent pace.

Read more →
2026-05-29 09:00PM

Tuqan — Agentic Operation Lessons (5): Modernizing Composer Dependencies (No Leaps of Faith)

We executed a major coordinated round of composer dependency modernization inside the stepping stone phase. We upgraded Monolog to 2.x, Phroute to 2.2, Former to 5.2, jasny/auth to v2, and set a conservative minimum floor at Illuminate 8 (instead of blindly following Former's ^13 promise). We faced and solved the real compatibility problems between Former 5 and modern Illuminate. All of it under the same Test + Fix Loop discipline and zero tolerance for Xdebug noise.

Read more →
2026-05-28 12:00PM

Tuqan — Agentic Operation Lessons (Part 3): When Patching Stops Being a Shortcut

The agent applied the compatibility patch that had worked successfully before. But the user pointed out that this pattern would repeat with every old library in the project. This led to a real change in the migration plan: treating the modernization of core functionalities as a required stepping stone before moving forward.

Read more →
2026-05-30 10:00PM

Tuqan — Agentic Operation Lessons (6): Red Herrings, Technical Debt, and the Menu That Refused to Die

We spent an hour hunting a session bug while the real technical debt (2007-era menu generator hardcoding localhost connections) was laughing at us. Real lessons on red herrings, human-AI collaboration, and why the “correct” solution is sometimes worse than a pragmatic one.

Read more →
2026-05-27 02:30PM

Tuqan — Agentic Operation Lessons (Part 2): The Missing Commit

The agent had already fixed the failing test on its local machine. The implementation was clean. But the updated test file was never added to the commit that went to the PR. The human reviewer had to spend their time reporting the exact failure. A concrete story of why "Test + Fix Loop" discipline is not overhead — it is the difference between an AI that ships trustworthy increments and one that quietly turns the human into its debugger.

Read more →
2026-05-27 10:00AM

Tuqan — Agentic Operation Lessons: Short-Circuits vs Root Causes

An honest reflection on the iteration problems we encountered while working with AI agents on the Tuqan modernization, the high cost of hiding symptoms instead of fixing root causes, and the explicit rules we are now enforcing to avoid repeating the same mistakes.

Read more →
2026-05-29 10:30AM

Tuqan — Agentic Operation Lessons (4): The First Real Step of the Stepping Stone

We executed the first concrete slice of the Core Functionality Modernization phase. We upgraded Twig from 1.44 to 3.27, faced the real-world blocker that ancient libraries create, and discovered that even the landing page was still falling into the cloud 404 because of legacy menu code. We added the exact defensive fallback that was requested. All under the same Test + Fix Loop discipline and zero Xdebug noise.

Read more →
2026-06-03 11:00PM

Tuqan — Agentic Lessons (12): Automating the Agentic Loop with Tests for a Complete Implement-Test-Push-Merge Cycle

Turning the documented verification strategy (checklists as task source, verify scripts, DB asserts, CI integration) into a fully agentic loop: the agent picks tasks from the list, implements, runs automated tests, pushes and proposes merges... rinse and repeat until the list is finished. Possibly adding a second Q&A reviewer agent to avoid messing things up.

Read more →
2026-06-07

Tuqan — Local models vs frontier: why Qwen3 + opencode failed at an "easy" task in a complex environment

A real-world experiment with a "state of the art" local coding/agentic model (Qwen3.6 35B via opencode) trying to continue Tuqan's modernization work. The outcome: branch "lamigo/opencode_mess", detached HEAD, entire Docker and scripts trees appearing as untracked, page classes duplicated/moved, local PHP test attempts interpreting "php: command not found" as code test failures, chaotic resets and unstashes that pulled files from master into the wrong tree. Lessons on why current local models still fail in environments with strict contracts, while frontier models + disciplined tooling can diagnose and clean up.

Read more →
2026-05-06 10:00PM

Tuqan Phase 0 — Strategic foundation, audit, and initial roadmap

Kicking off the agentic modernization of Tuqan with living documentation, an audit plan, and a prioritized roadmap. First post in the Tuqan series.

Read more →
2026-05-25 11:00AM

Tuqan — PHP 8 migration plan, Docker-only dev, and test harness

Why upgrading a PHP 5.1 app with PEAR and later patches is not “bump the version and ship”, and what we decided after merging the executable plan in Tuqan (PR

Read more →
2026-05-26 10:00AM

Tuqan — Stage 3: Configuration Externalization and Safer Queries

How in Stage 3 of the Tuqan modernization we started removing hardcoded credentials and replacing string-concatenated SQL queries with prepared statements on the most critical paths of the application.

Read more →
2026-06-02 10:00PM

Tuqan — Agentic Lessons (11): Aplicación Fully Navigable (Profiles, Companies, Menus, Languages, and Permissions)

Closing the vertical slice for the Aplicación section under Administration. Full Perfiles, real Empresas, and modern pages for Menus, Idiomas, and Permisos. The entire submenu is now navigable before we dive into POST handling.

Read more →
2023-08-09 02:00

Ubuntu vs Debian: similarities and differences

Shared APT roots and open-source values, then how Ubuntu optimizes for desktop onboarding while Debian prioritizes stability branches and stricter free-software defaults.

Read more →