Elena' s AI Blog
  Browse by topic  · Browse by tag

Other Tags

Docker Permissions Without Panic: Why I Ran chown Inside My Container


Why a Flask container throws Permission denied when it runs as a non-root user, and how to fix ownership properly with chown instead of chmod 777. Read more...

Local AI Agents with Cline, Ollama, and MCP


A practical guide to Cline, Ollama, and MCP — runnable stdio + FastAPI example, where to discover servers, and a short student-oriented note on security vs public directory listings. Read more...

AI Weekly — Agents Grow Up, Clouds Get Bigger


OpenAI books a mountain of AWS compute, Google ships production tooling for agents, and GitHub adds org-wide steering. A structured breakdown of the week's AI workflow shifts. Read more...

Brewing with Homebrew


Manually compiling software from source or navigating dependency hell on macOS is inefficient. Homebrew solves this by providing a robust package management layer. Here is a complete setup guide, command cheat sheet, and a list of essential developer tools. Read more...