Skip to content
View jayywashere's full-sized avatar
🌼
୨୧ ── … currently; contemplating ⌇ 。
🌼
୨୧ ── … currently; contemplating ⌇ 。

Block or report jayywashere

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

Hello, I'm Jay! 👋

I'm a high-school developer interested in low-level programming, programming languages, and systems -- preferably with as little suffering as possible...

I REALLY like building small things, experimenting with weird ideas, and occasionally creating problems for myself that then I have to solve..

🛠️ Current Status

public class Me
{
    public bool IsBuilding { get; } = true;
    public bool _willProcrastinate => Random.Shared.Next(0, 2) == 0;
}

Languages I use:

Rust · C# · C++ · Java · Python · TypeScript/JavaScript · C

🚀 Active Projects

fn main() {
    println!("Building weird little things.");
}
  • Spark — A VERY TINY higher-level programming language written in Rust, targeting my ARC virtual machine.
  • 💾 TASM — A VERY TINY ARM64-inspired assembly language written in Rust, targeting my ARC virtual machine.
  • ⚙️ ARC — A VERY TINY stack-based bytecode virtual machine written in Rust, designed as a reusable runtime for different frontends.
  • 🧪 Various experiments — Includes small programs, language experiments, and things I probably didn't need to build.

📚 Currently Learning

#include <print>

int main() {
    std::println("APIs & Networking");
    std::println("More Rust");
    std::println("Systems Programming");
}
  • APIs & networking
  • More Rust
  • Systems programming
  • How to make increasingly questionable programming decisions

Maximize adaptability; minimize friction!

💡 Fun Fact

Emojis are NOT an AI watermark. Sometimes, people just enjoy using emojis. I guess I needed to say this because emojis are not concrete evidence for AI-generated work... PLEASE. Okay!

📶 Stats

Pinned Loading

  1. jayysonal jayysonal Public

    my lovely personal website :3

    HTML 2

  2. jayytech jayytech Public

    my dev/workbench site — projects, languages, and stuff i build!

    HTML 2

  3. jstd jstd Public

    some practical Rust utilities because i got tired of writing the same crap over and over

    Rust 1

  4. arc arc Public

    a small stack-based bytecode virtual machine written in Rust because supposedly writing normal programs was not enough (my brain does not agree)

    Rust 1

  5. deduplicator deduplicator Public

    a small C++ CLI for finding duplicate files (namely, a deduplicator..) using size, hashing, and byte-by-byte comparison!! this really helped me find, like, 23 files (turned out to be the same power…

    C++ 2

  6. jenv jenv Public

    a tiny Java library for loading '.jenv' config files because, uhmm, Java needed another way to deal with configuration??.... AND i'm totally not competing with '.env' (if i were, i'd be doomed , an…

    Java 1