Skip to content
View aritmos's full-sized avatar
Block or Report

Block or report aritmos

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
aritmos/README.md

‎‎‎‎‎‎‎‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎Hi I'm Seb!

  • Traditional retro-futurist developer:
    • 📠 Terminal hermit, 🚀 (Neo)Vim preacher
    • 🦀 Rust enjoyer, 🦎 Zig advocate, 🔥 GC-awareness embassador
  • Always learning new stuff towards writing more elegant and efficient code.
  • Most interested in systems programming, focusing on efficiency via:
    • DOD, SIMD, mem tuning, DSA, hardware, etc.

#[impl_about_me(features="all")]
mod about_me {
    use setup::{WSL::Arch, Neovim, Zellij};
    use ci_cd::{Markdown, Git, Github};
    use db::{Postgres, Mongo, Surreal};
    use langs::{
        system::{Rust, Zig, C},
        script::{Go, Lua},
        data::{Python, Julia},
        obj::{CSharp},
        misc::{SQL, ASM}, // x86_64
    };

    pub struct Me {}
}

🌿 Currently Improving

  • Langs: Go, Zig, C
  • VTune & Intel System Arch

🌱 Planned Learning

  • Libs: syn.rs, sync.rs
  • Immutability and Containers (Docker/NIX)

⭐ Check out CrabQL and zwizz, my latest projects! ⭐

🔖 Keep an eye out for posts in my new blog: dyn-thoughts! 🔖

Pinned Loading

  1. sudoxu sudoxu Public

    Human-like sudoku solver

    Rust 1

  2. steam-explorer steam-explorer Public

    Exploratory data analysis of games on the Steam platform

    Jupyter Notebook

  3. crabql crabql Public

    Crustacean certified SQL query creation in Rust

    Rust

  4. dotfiles dotfiles Public

    Personal dotfiles for my Arch WSLs

    Lua