Aspiring, but never achieving.
data Person = Person {
name :: String,
desc :: String,
occupation :: [String],
resume :: String,
contact :: [(String, String)]
} deriving (Show)
me :: Person -- I think?
me = Person {
name = "Varun Narravula",
desc = "Aspiring, but never achieving.",
occupation = [
"drums",
"programming"
-- TODO: "writing"
-- many more...
],
resume = "curl https://snare.dev/resume.pdf",
contact = [
("Email", "varun@snare.dev"),
("Matrix", "@water-sucks:matrix.org"),
("Discord", "@water.sucks")
]
}
main :: IO ()
main = print me
Yet another developer from out of the woodworks, up at odd times doing who knows what. I also play drums.
A blog. Because I'm worth listening to, I think?
Oh, and also a quote mine from mini things I found interesting.
Just dumb af things I've built over the years. 22 so far, too many left to go.
A unified NixOS tooling replacement for nixos-* utilities
I've nixed any chance I have at touching grass by building this config
A neovim colorscheme (also this site's!)
A colossal brainfuck to figure out why this was made
The website where there be dragons
Coming soon to a town near you?
An FAQ, because I'm really that mysterious. I keep telling you this too, but you never listen ;}
Or, if you're here to potentially hire me, my résumé is up for grabs.