Just AIk, just out of interest.
use theme::catppuccin::Mocha;
struct BliAIk {
name: "Bli-AIk",
bio: "A paranoid code-monkey driven by pure interest.",
os: "Arch Linux",
current_focus: ["Rust", "WGSL", "DSP", "Vue.js"],
working_on: "souprune",
fun_fact: "I use Arch." // BTW
}
impl Developer for BliAIk {
fn contact(&self) -> String {
"[email protected]".to_string()
}
fn collaborate(&self) {
println!("Open to casual chat with zero expectations");
}
fn ask(&self) {
println!("The trick to doing something consistently without craving success");
}
}


