Skip to content

Picture of a coding wizard with graphs

What we know is but a drop in a vast ocean.

Helius.dk

Welcome to my blog!

I am a Staff Software Engineer with 11 years of experience in software development, 6 years in DevOps, and 3 years as a mentor and support specialist. My daily routine encompasses rapid debugging, often by taking a step back and analyzing system calls with tools like strace to get a clearer picture of the system.

This blog is dedicated to my free-time adventures in math, DeFi, low-level explorations, performance optimization, and much more.

  • Solana sniper Building a blazing-fast Solana sniper in Rust
  • Grid trader
    Building a dynamic, ATR-based grid trader
  • Brownian motion
    Adding limit orders and sells to a trading suite using Brownian motion
  • Rust Hot-reload Using Rust to create hot-reload components with dynamic linking and FFI
  • Rust SIMD NEON An example of porting AVX to NEON using SIMD from arm.com