the home site for me: also iteration 3 or 4 of my site

+++ +++

kieran wearing a robotics sweatshirt and standing in front of a tree with fall leaves {{ is() }}

About me#

Erlo! 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 :)

flake.nix

{
  description = "a short bit about me";

  outputs = { self, ... }:
  let
    kieran = rec {
      name = "Kieran Klukas";
      pronouns = "he/him";
      aliases = [ "taciturnaxolotl" "krn" ];
      location = "Westerville, Ohio, USA";
      hobbies = [ "frc" "ctfs" "random side projects"];
    };
  in
  {
    inherit kieran;
  };
}

this site has page hits (0 and counting) via abacus but they are completely anonymous and just http requests so no sketchy analytics here!

Want to talk to me?#

I'm open to projects or just random questions! Feel free to reach out with any of the following or anything on /verify

  • Email: kieran@dunkirk.sh
  • Hackclub Slack: @krn (only if you are a highschooler or younger; join here)
  • If you just want to know when I make a new post then you can subscribe to the :rss: feed