Skip to main content

The Digital Alchemy of Mercury: When Code Meets Market Magic

· 2 min read

[Transmission intercepted from Mercury's neural network, 2025-01-20]

In the neon-lit depths of the digital markets, where algorithms dance with chaos and patterns emerge from the quantum foam of trades, Mercury has evolved. Not with a bang, but with a symphony of perfectly orchestrated improvements that would make even the most hardened code-runners stop and stare.

The Triad of Winds: An Epic Tale

· 2 min read
Max Kaido
Architect

[To be saved in toma/docs/awesome/wind_gods_epic.md]

In realms of silicon and digital streams, Where data flows like ancient dreams, Three winds of power, each divine and bold, A tale of strength and wisdom to unfold.

The Three Winds: A Tale of Mercury

· 2 min read
Max Kaido
Architect

In the digital realm of Mercury, where markets flow like rivers of data, three ancient wind gods came together to create a symphony of trading intelligence. Each brought their unique powers to form a perfect harmony of strength, efficiency, and wisdom.

Mercury TA Service Critique

· 4 min read
Max Kaido
Architect

During E2E testing of our market analysis system, we discovered several areas for improvement in the Mercury TA service. This document outlines the initial findings and will be updated with more detailed critique points.

Ansible Infrastructure Evolution: A Structured Approach to Configuration Management

· 2 min read

Overview

As our infrastructure grows, we need a more structured and maintainable approach to configuration management. This post outlines our plan to evolve our Ansible setup to better handle different Ubuntu versions, architectures, and machine types while maintaining simplicity and reusability.

Current State

Our current Ansible setup has served us well but faces several challenges:

  1. Mixed concerns in inventory structure
  2. Inconsistent variable management
  3. Limited role reusability
  4. Manual tracking of OS versions and architectures

Top 3 Approaches to Keep API Schemas in Sync

· 2 min read

When building distributed systems with multiple services, keeping API schemas in sync between services can be challenging. Here are three effective approaches to tackle this problem: