Skip to content
View coolreader18's full-sized avatar

Organizations

@RustPython

Block or report coolreader18

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

Heya

I'm Noa, aka coolreader. I use they/them or she/her pronouns, and I'm interested in programming languages and compilers, Rust, and systems programming. I'm a core contributor and maintainer to RustPython, a python interpreter written in Rust. In the past, I've worked on robot-rumble with a friend, which is a spiritual successor to robotgame that lets you code up robot AIs and run them in the browser, on your computer, or on our servers, using WebAssembly and wasmer.

Currently, I'm a software engineer at clockwork labs.

You can reach me through my email or discord (coolreader18#8124).

Pinned Loading

  1. RustPython/RustPython Public

    A Python Interpreter written in Rust

    Rust 19.9k 1.3k

  2. robot-rumble/logic Public

    Logic backend implementation for Robot Rumble

    Rust 92 1

  3. joykbd Public

    Userspace "driver" that translates Joy-Con inputs to mouse inputs

    Rust 1

  4. flamescope Public

    Export flame data to speedscope's format

    Rust 40 3

  5. CPython segfault in 5 lines of code
    1
    class E(BaseException):
    2
        def __new__(cls, *args, **kwargs):
    3
            return cls
    4
    def a(): yield
    5
    a().throw(E)
  6. mcserverstatus Public

    Check who's online before you open up your minecraft client

    Rust

712 contributions in the last year

Contribution Graph
Day of Week April May June July August September October November December January February March
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More

Activity overview

Loading A graph representing coolreader18's contributions from March 31, 2024 to April 06, 2025. The contributions are 48% commits, 27% pull requests, 22% code review, 3% issues.

Contribution activity

April 2025

Created a pull request in clockworklabs/SpacetimeDB that received 4 comments

Add integration test for commitlog compression

Description of Changes Followup to #2504. Not sure why I didn't have this as part of that, I think I thought it would take a while to write this. E…

+36 −0 lines changed 4 comments
Opened 3 other pull requests in 2 repositories
Reviewed 3 pull requests in 2 repositories
1 contribution in private repositories Apr 3
Loading