Skip to content
View al1re3a's full-sized avatar
:shipit:
:shipit:

Organizations

@IR-Research @merta-lab

Block or report al1re3a

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
al1re3a/README.md

Small developer tools you can try today

I build local tools for reviewing performance, CI configuration, and coding-agent instructions. Current focus: making saved benchmark runs easier to compare.

Start with BenchDelta

Two Hyperfine JSON exports → a before/after comparison, configurable regression budget, and Markdown you can copy into a review.

Get the browser ZIP — no installation · English quick start · راهنمای فارسی

The comparison runs locally. It highlights mean changes; it does not establish statistical significance.

Other useful starting points

  • Agent Rule Conflicts — inspect coding-agent instructions for potential contradictions.
  • MatrixCart — expand static GitHub Actions matrices, including include / exclude, before spending runner time.

Try a tool on your own workflow and tell me where it falls short through its issue tracker. Follow for releases and concrete improvements to these tools.

فارسی: تمرکز فعلی روی بهترشدن همین ابزارهای قابل‌استفاده است. تجربهٔ استفاده و مثال کوچکِ بدون اطلاعات حساس را در Issues پروژه بنویسید.


al1re3a developer profile banner

👋 al1re3a

Typing animation: systems tools for developers

Repositories GitHub followers

Rust, Go, Python, C, C++, and GitHub Actions

Note

My public tools favor deterministic behavior, local-first workflows, explicit limitations, and outputs that are easy to review or automate.

🔎 At a glance

Focus Systems programming and developer tooling
Languages Rust · C · C++ · Go · Python · R · Assembly
Approach Small scope, explicit limits, tests, and CI
Status ✅ Building in public
🧭 Engineering loop
flowchart LR
    A["Real workflow friction"] --> B["Small dependable tool"]
    B --> C["Tests and CI"]
    C --> D["Reviewable open source"]
Loading

I work across systems programming, developer tooling, automation, and scientific computing. I enjoy understanding how software behaves below the abstraction layer, then turning that knowledge into reliable, maintainable tools.

Current focus

  • Contributing focused fixes and tests to established open-source projects
  • Systems and performance work in Rust, C, C++, and Assembly
  • Developer tools and services in Go and Python
  • Reproducible data workflows in R and Python

Languages

Rust C C++ Go Python R Assembly

Engineering interests

systems programming · performance · embedded · compilers · developer tooling · testing · scientific computing

Open-source work

I prefer small, reviewable changes backed by tests and aligned with each project's contribution guidelines.

View my pull requests

Popular repositories Loading

  1. agent-rule-conflicts agent-rule-conflicts Public

    Detect contradictory AI coding-agent instructions before they reach your agents — offline, deterministic, SARIF-ready.

    Python 1

  2. Test Test Public archive

  3. al1re3a al1re3a Public

  4. .github .github Public

  5. embedded-sensors embedded-sensors Public

    Forked from OpenDevicePartnership/embedded-sensors

    Embedded HAL for sensors

    Rust

  6. sentry-go sentry-go Public

    Forked from getsentry/sentry-go

    The official Go SDK for Sentry (sentry.io)

    Go