Skip to content
View cyancirrus's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report cyancirrus

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
cyancirrus/README.md

Hi, I’m Raven (Autumn / Raven Echo)

🌿 blog

Currently diving deep into:

  • Mathematical & scientific computing
  • Neural networks, numerical methods, and control theory
  • Low-level systems: Rust, C, CUDA, shaders, and async patterns
  • High-performance linear algebra, Fourier transforms, and SVD

Building a Rust-based compute ecosystem from scratch:

  • Neural nets with no external ML libraries
  • stellar-math β€” a custom BLAS/FFT backend
  • Experiments with stochastic SVD, differentiable logic nets, and GPU acceleration

Expanding into:

  • GPU compute (CUDA kernels + Rust FFI)
  • Real-time simulation & control (pendulum balancing, state estimation)
  • Parser/AST building in Rust
  • Async-safe data structures (LRU caches, arenas, relaxed-read concurrency)

Sharpening fundamentals with daily LeetCode practice:

  • Focused on dynamic programming, graph algorithms, and memory-lean solutions β€” tracked in algo.

πŸ›  Key projects:

  • neural-net β€” From-scratch neural network in Rust
  • stellar-math β€” Low-level math backend (linear algebra, decompositions, FFT)
  • algo β€” Daily algorithm practice in Rust
  • lru-cache β€” Unsafe Rust exploration into pointers & memory management
  • wordle β€” Word search & constraint solver in Rust
  • infra_as_code β€” AWS Lambda infrastructure in JS
  • py-template β€” Python package starter template

All of this is scaffolding toward replicating research, writing better abstractions, and building expressive tools for scientific computing.

Always happy to talk about numerics, HPC, Rust’s borrow checker, async, or low-level GPU work.

Discord Algorithm questions? I’m probably mid-problem β€” but feel free to reach out! πŸ˜…

Pinned Loading

  1. neural-net neural-net Public

    A from scratch neural net wip

    Rust 2

  2. stellar-math stellar-math Public

    After hours excursions into mathematics focussing on linear algebra decomps and fourier and associates

    Rust 2

  3. async_feedboard async_feedboard Public

    an investigation into a message board to better learn async in rust

    Rust

  4. algo algo Public

    daily DSA studies

    Rust

  5. moonlight moonlight Public

    gpu processing for computational sciences and c++

    Cuda

  6. stablestar stablestar Public

    control theory and pde exploration

    C++