Building the IBKR C++ API Client Library, Protobuf Edition
A while back I wrote about building the IBKR C++ API client library on MacOS and Linux/aarch64. Since then, Interactive Brokers has added a Google Protocol B...
A while back I wrote about building the IBKR C++ API client library on MacOS and Linux/aarch64. Since then, Interactive Brokers has added a Google Protocol B...
Large‑scale language models quickly expose the limits of yesterday’s hardware. To understand how much practical head‑room Hopper offers over Ampere in a prod...
I’m frequently asked by clients what my thoughts are on LLMs and coding. Personal experience has informed me that LLMs cannot solve problems of a certain com...
Update: since I wrote this, IBKR has added a protobuf dependency to the C++ API and the build steps below no longer work as-is. I wrote a follow-up post cove...
Optimizing Performance with PyTorch CUDA/C++ Extensions: A Deep Dive