Skip to content
View AroseEditor's full-sized avatar

Block or report AroseEditor

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

AroseEditor

Backend engineer. Desktop apps, services, and tooling.

Followers Stars


What I build

Mostly backend and desktop software — file converters, launchers, and tooling that has to actually run on someone's machine. I care about the parts users never see: correctness, startup time, not leaking memory.

hammer — an HTTP load generator in C++20. No libcurl, no boost, no HTTP library: the socket handling, the protocol parsing, and the statistics are all mine. It's built around measuring tail latency correctly, which most load generators get wrong — a closed loop never issues the requests that would have hit a stall, so the samples that mattered never make it into the histogram. Still under construction, and deliberately the hardest thing I've taken on so far.

Vesper Launcher — desktop Minecraft launcher in C#.

Vesper Convertor — file conversion for the Vesper ecosystem.

Currently contributing to Spicy Lyrics, a Spicetify extension — mostly lifecycle and event-handling fixes.

Backend is where I'm strongest — services, file formats, and anything that has to stay correct under load. Frontend is my weak spot. I'm working on it.


Stack

TypeScript JavaScript Java Rust C++

C# Kotlin Python HTML

Pinned Loading

  1. Vesper-Convertor Vesper-Convertor Public

    A simple and efficient file conversion tool made for the Vesper ecosystem. Supports converting work-related assets and formats with a clean and lightweight workflow.

    JavaScript 1

  2. Vesper-Launcher Vesper-Launcher Public

    C# 1 1

  3. hammer hammer Public

    C++ 1