struct Dev {
role: &'static str,
area: &'static str,
background: (&'static str, &'static str),
}
const ME: Dev = Dev {
role: "grinder",
area: "kernel security",
background: ("mcs UIUC", "cs UW–Madison"),
};
Dev @ SpaceAIC
maybe PhD student in 2027