I'm a tech enthusiest that's basically all over the place! I like multiplayer games, Vocaloid, electronic music, and messing with code!
- π Pronouns: He/Him
- β‘ Fun fact: I have a copy of Synthesizer V Studio 2 Pro, along with 3 voicebanks!
struct Specifications {
cpu: &'static str,
gpu1: &'static str,
memory: &'static str,
os: &'static str,
uses: &'static str,
}
static MY_WORKSTATION: Specifications = Specifications {
cpu: "AMD Ryzen 9 9900X",
gpu1: "AMD Radeon RX 7900 XT",
memory: "64GB-5200MHz - GSkill 16GBx4 DDR5",
os: "Windows 11 Professional",
uses: "Day to day activities, programming, gaming.",
};
static MY_SERVER: Specifications = Specifications {
cpu: "AMD Ryzen 7 5800X",
gpu1: "Nvidia GTX 970",
memory: "64GB-3200MHz - GSkill 32GBx2 DDR4",
os: "Linux Mint 22.1 - Cinnamon",
uses: "Running AtmosphericX and being a local File Server for Majik's Weather Eye, running game servers.",
};
Software:
Languages/Frameworks: