CLI vs MCP: when to use each with AI agents
If you use AI agents for coding you will likely end up choosing between a CLI and an MCP for the same capability. This guide is the short version of how I th...
Welcome to my blog's 127.0.0.1, as most developers I spend a huge chunk of my time reading code and manuals. When I find or do something interesting enough to share it, I post it in here (Mostly for my own learning). If you want to know more about this blog check out the About page. I hope what you find here is useful for you as well.
If you use AI agents for coding you will likely end up choosing between a CLI and an MCP for the same capability. This guide is the short version of how I th...
If you have doubts on when to use AI skills and when you should rather prefer using a script this article will clear your doubts
This post is about using AI to create or update your resume in a practical way. If you have been postponing this task (like I did), this workflow helps.
This is a short post describing how to change the hostname in Ubuntu 18.04
This post intends to be a guide to install FlatCAM 8.86 in macOS Mojave 10.14
This is a short post describing how to get the screen auto-resizing working in a CentOS 7 VirtualBox guest OS
This post intends to be an in-depth tutorial on Oracle APEX's Interactive Reports and their different options. This is the second in a series of posts about ...
This post intends to give an overview of Oracle Application Express (APEX) and its different components. This is the first in a series of posts about APEX
There are many branching systems to follow out there, some of which can be found within the SVN Best Practices article from Apache. The following is a slight...
In this post, I'll talk about how to programatically obtain the source list from the an RPM specification (spec) file and what's the usecase for it TL;DR To...