the home site for me: also iteration 3 or 4 of my site
1+++
2+++
3
4<div style="display: flex; flex-direction: column; align-items: center; justify-content: center; margin: 2rem;">
5 <img src="/pfps/dithered-fall.webp" alt="A photo of kieran wearing a black hoodie set against chaotic, mosaic-like background of orange, blue, brown, and black pixels." width="512" height="512" class="u-photo"/>
6 {{ is() }}
7</div>
8
9# About me
10
11Erlo! My name is Kieran Klukas i'm {{ age(length=0) }} years old and love cyber, anything with micro-controllers, obscure languages, nix :nix:, and yummy food :)
12
13> flake.nix
14
15```nix
16{
17 description = "a short bit about me";
18
19 outputs = { self, ... }:
20 let
21 kieran = rec {
22 name = "Kieran Klukas";
23 pronouns = "he/him";
24 aliases = [ "taciturnaxolotl" "krn" ];
25 location = "Westerville, Ohio, USA";
26 hobbies = [ "frc" "ctfs" "random side projects"];
27 };
28 in
29 {
30 inherit kieran;
31 };
32}
33```
34
35this site has page hits (<code id="visits">0</code> and counting) via [abacus](https://jasoncameron.dev/abacus/) but they are completely anonymous and just http requests so no sketchy analytics here!
36
37# Want to talk to me?
38
39I'm open to projects or just random questions! Feel free to reach out with any of the following or anything on [/verify](/verify)
40
41- Email: [kieran@dunkirk.sh](mailto:kieran@dunkirk.sh)
42- Hackclub Slack: [@krn](https://hackclub.slack.com/team/U062UG485EE) (only if you are a highschooler or younger; [join here](https://hackclub.com/slack/))
43- If you just want to know when I make a new post then you can subscribe to the [:rss:](rss.xml) feed