all repos — site @ dc14fea7036a018fdae10816f98cc788578fb9cb

source for my site, found at icyphox.sh

pages/about.md (view raw)

 1---
 2template: page.html
 3title: about
 4subtitle: About me.
 5---
 6
 7I'm Anirudh Oppiliappan, a doer of computery things. You'll often find
 8me as **icyphox** (or just **icy**) on the Internet. I work for
 9[Ory](https://ory.sh) as a Site Reliability Engineer.
10
11## contact
12
13Send mail to [x@icyphox.sh](mailto:x@icyphox.sh) or
14[anirudh@oppiliappan.com](mailto:anirudh@oppiliappan.com). Should you
15need it, my [PGP key](/static/gpg.txt):
16
17```
18FE1B 8FCF E6C1 6222 F157 1C8E 8A93 F96F 78C5 D4C4
19```
20
21I'm also available on IRC as `icy` on [libera.chat](https://libera.chat)
22and [rizon.net](https://rizon.net).
23
24Some of my links:
25
26- [Lobsters](https://lobste.rs/u/icy)
27- [Hacker News](https://news.ycombinator.com/user?id=icy)
28- [Steam](https://steamcommunity.com/id/icyphox)
29- [GitHub](https://github.com/icyphox)
30
31The only social media I somewhat actively use is the fediverse:
32https://toot.icyphox.sh/@x
33
34If you're interested in **hiring me** -- here's my
35[résumé](https://x.icyphox.sh/resume.pdf).
36
37## this site
38
39This site is built using [vite](https://git.icyphox.sh/vite) -- a static
40site generator written in Go.
41
42Nearly all media content, barring some old images, are served from my
43file host at https://x.icyphox.sh. This is hosted on my Raspberry Pi, at
44home. If you notice slow image loads, this is why. At present, I have no
45plans to change this setup.
46
47The source for this site is [here](https://git.icyphox.sh/site).
48
49I don't care for analytics or statistics; I value your privacy. All
50content hosted on this site is available under the **Creative Commons
51BY-NC-SA** license. All source for this site is available under **MIT**.