blob: b679e24cc172ac4e94c5d9ecda2c0dd35ecd2321 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
#import "/global/common.typ": *
#let doc = [
Hi. My name is Kumar. Some people call me _kd_, or _ku-band-mar_, I'm known
for being...
- an advocate for de-centralization and self-hosting. #pagelink("post/self-host")[Why?]
- a programming purist, and a linguistics enthusiast.
- a recent amateur photographer. See some of my
#extlink("https://nc.kumardamani.net/apps/memories/a/vSk9IAWVUx2vcqphL9nMnLFmDQBDZWPr")[pics].
- against social-media. I think they lead to dystopia.
#link(<privacy>)[Read more]
- an NLP specialist from UofT.
Some of my software is linked on the #pageref("software") page along with a
list of all my public repositories. My active projects are my Nix dotfiles,
my home-lab infrastructure repository, and a Namecheap DNS CLI.
Posts I have written, newest first:
- #pageref("post/framework-server-p2")
- #pageref("post/nas-upgrade")
- #pageref("post/listing-my-fav-advice")
- #pageref("post/framework-server")
- #pageref("post/nixos-p1")
- #pageref("post/programming-as-art")
- #pageref("post/self-host")
- #pageref("post/programs")
]
|