Tom‘s Blog

Menu

Month: January 2024

IDE for the Agon Light using neovim or vim

Why a Mini-IDE for Agon Light? In the previous article, I introduced my script agon_automate.py, which allows sending commands to Agon Light and executing automations or remote controls. This makes it possible to perform tasks on Agon without switching keyboards or entering things manually. However, manually starting scripts can become cumbersome when you are in […]

Remote Control and Automation Scripts for Agon Light

What’s It All About? With the solution outlined here, you can initiate commands and scripts on your physical Agon Light directly from your computer. This feature is particularly useful for automating the transfer and execution of programs during software development, thereby streamlining and enhancing your workflow efficiency. Agon Light The Agon Light (or Agon Light […]

Python not found on MacOS (Installation with Brew)

If you’ve installed Python3 on your Mac using brew, you’re likely to run into this issue. When you try to run python, you’ll get an error message. Here’s how you can fix it. Using the editor of your choice (mine is vi). Add the following line towards the end of the file. Save and exit […]