@water-sucks (Varun)

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.


Musings

A blog. Because I'm worth listening to, I think?

Quoth Mine

Oh, and also a quote mine from mini things I found interesting.


Projects

Just dumb af things I've built over the years. 22 so far, too many left to go.

nixos-cli

A unified NixOS tooling replacement for nixos-* utilities

nixed

I've nixed any chance I have at touching grass by building this config

darkrose.nvim

A neovim colorscheme (also this site's!)

brainfuck.nix

A colossal brainfuck to figure out why this was made

snare.dev

The website where there be dragons

candor

Coming soon to a town near you?


FAQ

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.

home.html
0%
Plini - Electric Sunrise
UTF-8
UNIX
production
0%