Tag: AI
-

Using Claude Code for Linux Server Administration: A Practical, Supervised Approach
Claude Code for Linux server administration: Claude Code is the command-line tool developed by Anthropic that allows a large language model (LLM) to interact directly with the filesystem, execute shell commands, read and modify files, and manage services, containers, and configurations. This is not a chatbot that suggests commands: it is an agent that executes…
-

AST3ROIDX: Recreating Asteroids with Claude Sonnet 4.5
How I developed a complete classic arcade game in less than a working day After the experiment with BOMBRIS, I wanted to test Claude Sonnet 4.5 on a more complex project: a real space shooter with realistic physics, unlockable achievements, and an advanced particle system. The result is AST3ROIDX — a tribute to Atari’s classic…