CNC

/ˌsiː-en-siː/

n. “The automated control of machine tools using computer-generated instructions.”

CNC, short for Computer Numerical Control, refers to the use of computers to control machine tools with high precision and repeatability. Instead of being operated manually, CNC machines follow a programmed set of instructions that dictate exact movements, speeds, and tool actions.

CLI

/ˌsiː-ˌɛl-ˈaɪ/

n. “Type it, execute it, watch it happen.”

The CLI, or Command-Line Interface, is a text-based interface used to interact with a computer or software by typing commands rather than using graphical elements like buttons or menus. It is the original way humans communicated with machines before GUIs became ubiquitous, and it remains a powerful tool for developers, system administrators, and power users.

Apps-Script

/æps skrɪpt/

n. “Automate the mundane, orchestrate the web.”

Apps Script is a cloud-based scripting platform developed by Google that allows you to extend and automate Google Workspace applications such as Sheets, Docs, Forms, Gmail, and more. Using JavaScript-like syntax, you can write scripts that manipulate data, create custom workflows, or integrate with external APIs without needing to manage servers.