Patterns in Programming

How to copy-paste in screen iterm2, in a aws ec2 instance

Copy-pasting doesn't work inside screen on aws? Same here.

And I'm too tired of these companies putting sticks in my wheels. They obviously do it on purpose to decrease my (and your) productivity. Somehow, other cloud providers allow copy-pasting just fine, somehow.

Anyway, the trick is to click CMD-F (search) and then you can drag across screen text to copy it. 

Anyway, the trick is to click CMD-F (search) and then you can drag across screen text to copy it. 

Building an Agentic Trading Platform

The trading platform, currently code named Irowor, makes decisions and takes action automatically. It's not AI-enabled, it's pretty straightforward with hard-coded rules. As I finish writing that system, the structure of the trading bot will be reused for agentic AI. Because an agentic system has to make observations, decisions, and then take actions. This is like watching the market, following a strategy, and placing trades.

Building an Agentic AI Email Client

In the process of building an agentic AI system, I will first build the "agentic" and "system" part, touching very little on AI. There are several reasons for this. Auditability is one of them. I want to know exactly what is happening and why. I think AI is mostly unnecessary for both (1) action-taking and (2) decision-making for me at this point.