Hello, world

intro
Author

ßrian

Published

June 23, 2025

Welcome! This blog will cover practical AI engineering, Rust adventures, and the odd musings on software security startups.

def greet(name: str) -> None:
    print(f"👋  Hello, {name}!")

greet("reader")

That’s it for day 0; stay tuned.