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++ ยท Python ยท TypeScript/JavaScript ยท C

๐Ÿš€ Active Projects

fn main() {
    println!("Building weird little things.");
}
  • ๐Ÿ’พ TASM โ€” A VERY TINY ARM64-inspired assembly language and virtual machine written in Rust.
  • ๐Ÿงช 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.

๐Ÿ“ถ 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. jstringtypes jstringtypes Public

    a tiny C string library because apparently managing memory manually sounded like a good idea!

    C 1

  5. game-of-life game-of-life Public

    a simple C# implementation of Conway's Game of Life because i wanted to see the terminal moving here and there

    C# 2

  6. file-organizer file-organizer Public

    a simple Python GUI file organizer because i could never bring myself to move 823 files and 58 folders

    Python 1