Skip to content
View arielb57's full-sized avatar

Block or report arielb57

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

Self-taught developer in Paris. I work mostly on the parts of a system nobody sees — schemas, access rules, and the tests that keep them honest.

What I'm building

VYVE (private) — a marketplace, since May 2026. Postgres with row-level security throughout, an escrow payment flow, and the tax structure that has to match it. Around 340 commits so far. The hardest part turned out not to be the code: it was deciding who is allowed to see what, and then proving the database actually enforces it rather than assuming the application layer will.

forge — a pipeline that reads six engineering feeds every morning, ranks what it finds by cross-source corroboration, and turns the survivors into project specifications. The interesting part is the quality gate: it counts assertions, checks how many of them compare a literal to itself, and rejects the build if too many do. It also refuses to publish anything on its own — runs end at a review queue.

arielb57.github.io — my portfolio and activity dashboard. Static, no framework, no runtime dependencies, rebuilt from the GitHub API once a day.

How I work

I write tests that can fail. I would rather ship something small and finished than something large and nearly working, and I try to write down the limitations before someone else finds them.

All of this was built with AI assistance, and I would rather say so up front than have someone work it out. Some repositories were produced end to end by forge from a specification and reviewed before publication — those carry a .forge.json manifest and are marked on my portfolio. The rest I built directly, deciding and correcting as I went. What does not vary is that I read everything before it goes public: a repository I cannot explain is not worth having.

Currently

Applying to university next year, and using the time until then to build things that are worth showing rather than things that are easy to count.


Full portfolio and dashboard →

Popular repositories Loading

  1. forge forge Public

    Mines daily engineering trends and ships complete, tested projects — with a quality gate that rejects its own output.

    JavaScript

  2. arielb57.github.io arielb57.github.io Public

    My portfolio and GitHub activity dashboard — static, zero dependencies, rebuilt daily from the GitHub API.

    JavaScript

  3. arielb57 arielb57 Public

    Profile README

  4. xselaudit xselaudit Public

    Record X11 traffic and report which clients read your clipboard, when, and whether you pasted

    TypeScript

  5. buildcrit buildcrit Public

    Causal profiling for Ninja builds: which edge, if faster, would shorten wall-clock time

    Rust

  6. elfcaps elfcaps Public

    Static audit of Linux binaries: which privacy-sensitive X11, input and screen APIs they can reach

    Rust