Skip to content
View Nurysso's full-sized avatar
πŸ‘Ύ
figuring
πŸ‘Ύ
figuring

Block or report Nurysso

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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
Nurysso/README.md

60 seconds. 24 million lines. Every* function resolved.

That's Eulix parsing the Linux kernel.

I build software for people who have to understand systems that are too large to keep in their head.

Total Clones Total Stars Profile Views Portfolio

I'm Nurysso a systems engineer interested in compilers, code analysis, developer tooling, and software that has to deal with reality rather than toy examples or basic curds πŸ›.

I care about correctness, performance, and understanding what's actually happening underneath the abstraction.

Current master piece of work

Eulix

Code navigation for codebases that got too big.

Open-source Β· Polyglot Β· Fast Most code retrieval systems treat a repository like a collection of documents. Eulix treats it like a program. Given a question, Eulix progressively builds context through:

Exact symbol
    ↓
Keyword search
    ↓
Semantic retrieval
    ↓
Call graph expansion

The cheap path runs first. The expensive path only runs when necessary.

PRISM

Polyglot Resolution via Inverted Symbol Maps PRISM resolves cross-file relationships through a parallel five-phase pipeline built with Rayon. Instead of throwing a huge pile of text at an LLM and hoping it figures out the architecture, Eulix tries to determine which code actually matters first. That's the interesting part. β†’ Explore Eulix

Things I've Built

rm with an undo button. A reversible file-deletion TUI built with Go and Bubble Tea.

Because deleting the wrong directory shouldn't require a backup strategy.

Your filesystem, locally classified.

A file organiser using local ML inference to classify and move files without sending them to the cloud.

Hyprland configuration with opinions.

A Hyprland configuration that adapts itself to aesthetic preferences during installation.

What I Like Building

systems
β”œβ”€β”€ compilers & parsers
β”œβ”€β”€ static analysis
β”œβ”€β”€ code intelligence
β”œβ”€β”€ developer tooling
β”œβ”€β”€ local inference
└── Linux

And occasionally things that exist purely because they seemed fun to build.


Stack

Rust Β· Go Β· TypeScript Β· Python Β· Bun
Linux Β· MySQL Β· MariaDB

Looking for Difficult Problems

I'm open to remote or on-site opportunities across EMEA / APAC. I'm particularly interested in teams working on:

  • systems software
  • developer infrastructure
  • compilers / language tooling
  • static analysis
  • large-scale developer platforms
  • performance-critical software If your codebase is large, messy, old, fast-moving, or all four β€” that's usually where I want to be.

Warning

If you're building your backend in Python, please don't contact me.

I've had three startups speedrun the same conversation:

"We built the backend in Python." "It's getting difficult to maintain." "Can you fix it?"

No

I am tired. I am not cleaning up another vibe-coded Python backend. 😭

Email: nurysso [at] proton.me
Discord: nurysso


Pinned Loading

  1. eulix eulix Public

    Local-first code navigation for large codebases. Parse, index, search, and understand millions of lines of code using structural and semantic retrieval.

    Rust 18 2

  2. Hecate Hecate Public

    Experience hyprland like never before

    Shell 120 6

  3. vanish vanish Public

    Modern safe file deletion tool with recovery - Never lose files again! Beautiful TUI, pattern restore, themes. Alternative to rm with cache & undo functionality.

    Go 21

  4. tyr tyr Public

    Intelligent file organization powered by machine learning.

    Rust 14 1