shell
-
💻 Why the terminal still matters
Starting in the 1970s, the terminal, popularized by Unix, has been a mainstay in computing. Many developers today, and increasingly non-developers, are using the terminal. In previous years the terminal was defined by a physical monitor and…
-
🔌 API + CLI + Skills = the Future of AI Agents
DHH’s recent post offers a glimpse into the future: “So while we keep cooking on actually-useful native AI features in Basecamp, we’re launching a fully agent-accessible version today. We’ve revamped our API, created a brand-new CLI, and w…
-
🔧 envsetup.sh -- a very useful automation technique
During a Android development stint, I learned about the envsetup.sh concept. This is a script that contains numerous functions get populated in a shell envrionment when the script is sourced. There two ways to source the file – you can type…