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.");
}
  • ๐Ÿ’พ 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. jstd jstd Public

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

    Rust 1

  2. jayytech jayytech Public

    my dev/workbench site โ€” projects, languages, and stuff i build!

    HTML 2

  3. jayysonal jayysonal Public

    my lovely personal website :3

    HTML 2

  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. rle-tools rle-tools Public

    a small run-length encoding and decoding CLI written in Rust because apparently i needed another excuse to make another command-line program. and i think my brain has mixed feelings about that!!

    Rust 1

  6. shunting-yard-jv shunting-yard-jv Public

    a small lovely Java calculator that uses the Shunting Yard algorithm and RPN to uhh basically calculate even though my phone has a calculator app and so does my pc

    Java 1