RandomWits

life is too short for a diary

Most popular




Stairway to Heaven - Manitou Incline

The Manitou Incline is one of the most unique and challenging hikes in Colorado. Originally built as a cable car track to carry materials for a pipeline, it has been transformed into a "stairway to heaven" (or hell, depending on your fitness level) that gains over 2,000 feet of elevation in less than a mile...

Continue reading → Tags : colorado springs hike photos






Fixing Canton Validator OAuth2 Authentication Errors

Onboarding a Canton validator to devnet, testnet, or mainnet can be challenging. One error that kept me stuck was integrating OAuth2 with the Canton node—specifically, the missing access_token error...

Continue reading → Tags : canton blockchain oauth






Monkey Patching Claude commit for AWS Bedrock

When AI is writing code, there's no reason not to have AI write the commit message too. I tried the handy tool claude-commit, but ran into two issues when using Claude via AWS Bedrock on Python 3.14: a compatibility error with Rich's Console.print() and missing Bedrock credentials...

Continue reading → Tags : claude code ai monkey-patching