pages/about.md (view raw)
1---
2template: page.html
3title: about
4subtitle: About me.
5---
6
7I'm Anirudh Oppiliappan, often found as **icyphox** (or sometimes just
8**icy**) on the Internet. Below are a few things that interest me, and
9can serve as conversation starters for you:
10
11- Security. All kinds of it: operational, physical, threat intel,
12 cloud-native, etc.
13- Infrastructure. Kubernetes, containers, observability.
14- Geopolitics and national security; mostly eastern Europe and Russia.
15- Motorsport. I closely follow F1, F2 and F3.
16- Startups. I work (and worked) for one.
17- Fitness. Strength training, calisthenics.
18- The Go programming language. I love Go and I swear by the standard
19 library.
20- Language learning. Spoken, obviously. Currently learning Russian. Big
21 fan of total immersion and comprehensible input.
22
23Some of my links:
24- Lobsters [@icy](https://lobste.rs/u/icy)
25- Hacker News [@icy](https://news.ycombinator.com/user?id=icy)
26- Steam [@icyphox](https://steamcommunity.com/id/icyphox)
27- GitHub [@icyphox](https://github.com/icyphox)
28- Fediverse [@icy@icyphox.sh](https://h.icyphox.sh/u/icy)
29
30If you're interested in **hiring me** -- here's my
31[résumé](https://cdn.icyphox.sh/resume.pdf).
32
33## contact
34
35Send mail to [x@icyphox.sh](mailto:x@icyphox.sh) or
36[anirudh@oppiliappan.com](mailto:anirudh@oppiliappan.com). Should you
37need it, my [PGP key](/static/gpg.txt):
38```
39FE1B 8FCF E6C1 6222 F157 1C8E 8A93 F96F 78C5 D4C4
40```
41
42I have both Signal and Session. If you know me personally, you probably
43already have my number for Signal. If not, here's my Session ID:
44```
45055ac04903fdb8653de6155d89da651f3ca3d4dc8047587887cc39574a8b28d460
46```
47
48I'm available on IRC as `icy` on [libera.chat](https://libera.chat) and
49[rizon.net](https://rizon.net) but I'm likely to miss messages as I
50don't get notified. Use the above methods instead.
51
52## this site
53
54This site is built using [vite](https://git.icyphox.sh/vite) -- a static
55site generator written in Go. The source for this site is
56[here](https://git.icyphox.sh/site), licensed under MIT. All content on
57this site is available under the Creative Commons BY-NC-SA license.
58
59The font in use is [Inter
604.0-beta7](https://github.com/rsms/inter/releases/tag/v4.0-beta7), with
61Inter for text, and Inter Display for headings and titles.
62
63This server is hosted on an Oracle Cloud instance running OpenBSD; this
64site is served by [httpd(8)](http://man.openbsd.org/httpd.8) and
65[relayd(8)](http://man.openbsd.org/relayd.8).