From 31193bf3d838a9ba13aaa131cf0172a6cee97173 Mon Sep 17 00:00:00 2001 From: "root@localhost" Date: Fri, 21 Jul 2023 11:11:07 -0400 Subject: removed public dir --- .gitignore | 1 + public/KumarDamaniCV.pdf | Bin 341927 -> 0 bytes public/articles/index.html | 10 - public/blog/index.html | 10 - public/btc.png | Bin 16887 -> 0 bytes public/categories/index.html | 101 ------- public/categories/index.xml | 10 - public/css/about.css | 26 -- public/css/colour/dark-mode.css | 7 - public/css/colour/gruvbox-dark.css | 29 -- public/css/colour/gruvbox-light.css | 30 -- public/css/colour/light-mode.css | 7 - public/css/colours.css | 17 -- public/css/custom.css | 1 - public/css/footer.css | 7 - public/css/header.css | 20 -- public/css/layout.css | 57 ---- public/css/logo.css | 37 --- public/css/palettes/apprentice.css | 20 -- public/css/palettes/base16-dark.css | 22 -- public/css/palettes/base16-light.css | 22 -- public/css/palettes/dracula.css | 20 -- public/css/palettes/gruvbox-dark.css | 23 -- public/css/palettes/gruvbox-light.css | 23 -- public/css/palettes/material.css | 20 -- public/css/palettes/papercolor-dark.css | 20 -- public/css/palettes/papercolor-light.css | 20 -- public/css/palettes/solarized-dark.css | 20 -- public/css/palettes/solarized-light.css | 20 -- public/css/palettes/tender.css | 20 -- public/css/palettes/tokyo-night-dark.css | 20 -- public/css/palettes/tokyo-night-light.css | 20 -- public/css/palettes/windows-95-light.css | 20 -- public/css/palettes/windows-95.css | 20 -- public/css/risotto.css | 12 - public/css/typography.css | 215 -------------- public/docs/index.html | 10 - public/images/rice.svg | 1 - public/index.html | 260 ----------------- public/index.xml | 47 --- public/kd.jpeg | Bin 168026 -> 0 bytes public/post/index.html | 157 ---------- public/post/index.xml | 47 --- public/post/nixos-p1/boot.png | Bin 12893 -> 0 bytes public/post/nixos-p1/dwl.png | Bin 3082421 -> 0 bytes public/post/nixos-p1/fox.jpg | Bin 30886 -> 0 bytes public/post/nixos-p1/index.html | 434 ---------------------------- public/post/nixos-p1/rice.png | Bin 1670023 -> 0 bytes public/post/programming-as-art/code.png | Bin 530926 -> 0 bytes public/post/programming-as-art/index.html | 179 ------------ public/post/programming-as-art/math.png | Bin 398307 -> 0 bytes public/post/programming-as-art/teaching.png | Bin 410632 -> 0 bytes public/post/programming-as-art/wand.png | Bin 356173 -> 0 bytes public/post/programs/index.html | 167 ----------- public/post/self-host/6imv05.jpg | Bin 66020 -> 0 bytes public/post/self-host/elections.jpg | Bin 97041 -> 0 bytes public/post/self-host/freedom.jpg | Bin 300014 -> 0 bytes public/post/self-host/index.html | 240 --------------- public/post/self-host/office.png | Bin 1443597 -> 0 bytes public/post/self-host/police.jpg | Bin 190074 -> 0 bytes public/post/self-host/why.jpg | Bin 110502 -> 0 bytes public/posts/index.html | 10 - public/series/index.html | 101 ------- public/series/index.xml | 10 - public/showcase/index.html | 10 - public/sitemap.xml | 42 --- public/tags/index.html | 113 -------- public/tags/index.xml | 47 --- public/tags/index/index.html | 104 ------- public/tags/index/index.xml | 19 -- public/tags/personal/index.html | 110 ------- public/tags/personal/index.xml | 38 --- public/tags/tech/index.html | 107 ------- public/tags/tech/index.xml | 29 -- public/tags/technology/index.html | 104 ------- public/tags/technology/index.xml | 20 -- public/xmr.png | Bin 15238 -> 0 bytes 77 files changed, 1 insertion(+), 3332 deletions(-) delete mode 100644 public/KumarDamaniCV.pdf delete mode 100644 public/articles/index.html delete mode 100644 public/blog/index.html delete mode 100644 public/btc.png delete mode 100644 public/categories/index.html delete mode 100644 public/categories/index.xml delete mode 100644 public/css/about.css delete mode 100644 public/css/colour/dark-mode.css delete mode 100644 public/css/colour/gruvbox-dark.css delete mode 100644 public/css/colour/gruvbox-light.css delete mode 100644 public/css/colour/light-mode.css delete mode 100644 public/css/colours.css delete mode 100644 public/css/custom.css delete mode 100644 public/css/footer.css delete mode 100644 public/css/header.css delete mode 100644 public/css/layout.css delete mode 100644 public/css/logo.css delete mode 100644 public/css/palettes/apprentice.css delete mode 100644 public/css/palettes/base16-dark.css delete mode 100644 public/css/palettes/base16-light.css delete mode 100644 public/css/palettes/dracula.css delete mode 100644 public/css/palettes/gruvbox-dark.css delete mode 100644 public/css/palettes/gruvbox-light.css delete mode 100644 public/css/palettes/material.css delete mode 100644 public/css/palettes/papercolor-dark.css delete mode 100644 public/css/palettes/papercolor-light.css delete mode 100644 public/css/palettes/solarized-dark.css delete mode 100644 public/css/palettes/solarized-light.css delete mode 100644 public/css/palettes/tender.css delete mode 100644 public/css/palettes/tokyo-night-dark.css delete mode 100644 public/css/palettes/tokyo-night-light.css delete mode 100644 public/css/palettes/windows-95-light.css delete mode 100644 public/css/palettes/windows-95.css delete mode 100644 public/css/risotto.css delete mode 100644 public/css/typography.css delete mode 100644 public/docs/index.html delete mode 100644 public/images/rice.svg delete mode 100644 public/index.html delete mode 100644 public/index.xml delete mode 100644 public/kd.jpeg delete mode 100644 public/post/index.html delete mode 100644 public/post/index.xml delete mode 100644 public/post/nixos-p1/boot.png delete mode 100644 public/post/nixos-p1/dwl.png delete mode 100644 public/post/nixos-p1/fox.jpg delete mode 100644 public/post/nixos-p1/index.html delete mode 100644 public/post/nixos-p1/rice.png delete mode 100644 public/post/programming-as-art/code.png delete mode 100644 public/post/programming-as-art/index.html delete mode 100644 public/post/programming-as-art/math.png delete mode 100644 public/post/programming-as-art/teaching.png delete mode 100644 public/post/programming-as-art/wand.png delete mode 100644 public/post/programs/index.html delete mode 100644 public/post/self-host/6imv05.jpg delete mode 100644 public/post/self-host/elections.jpg delete mode 100644 public/post/self-host/freedom.jpg delete mode 100644 public/post/self-host/index.html delete mode 100644 public/post/self-host/office.png delete mode 100644 public/post/self-host/police.jpg delete mode 100644 public/post/self-host/why.jpg delete mode 100644 public/posts/index.html delete mode 100644 public/series/index.html delete mode 100644 public/series/index.xml delete mode 100644 public/showcase/index.html delete mode 100644 public/sitemap.xml delete mode 100644 public/tags/index.html delete mode 100644 public/tags/index.xml delete mode 100644 public/tags/index/index.html delete mode 100644 public/tags/index/index.xml delete mode 100644 public/tags/personal/index.html delete mode 100644 public/tags/personal/index.xml delete mode 100644 public/tags/tech/index.html delete mode 100644 public/tags/tech/index.xml delete mode 100644 public/tags/technology/index.html delete mode 100644 public/tags/technology/index.xml delete mode 100644 public/xmr.png diff --git a/.gitignore b/.gitignore index 4c49bd7..e292d34 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ +public/ .env diff --git a/public/KumarDamaniCV.pdf b/public/KumarDamaniCV.pdf deleted file mode 100644 index f763f47..0000000 Binary files a/public/KumarDamaniCV.pdf and /dev/null differ diff --git a/public/articles/index.html b/public/articles/index.html deleted file mode 100644 index 69999ae..0000000 --- a/public/articles/index.html +++ /dev/null @@ -1,10 +0,0 @@ - - - - https://kumardamani.net/post/ - - - - - - diff --git a/public/blog/index.html b/public/blog/index.html deleted file mode 100644 index 69999ae..0000000 --- a/public/blog/index.html +++ /dev/null @@ -1,10 +0,0 @@ - - - - https://kumardamani.net/post/ - - - - - - diff --git a/public/btc.png b/public/btc.png deleted file mode 100644 index d076204..0000000 Binary files a/public/btc.png and /dev/null differ diff --git a/public/categories/index.html b/public/categories/index.html deleted file mode 100644 index 4f8f552..0000000 --- a/public/categories/index.html +++ /dev/null @@ -1,101 +0,0 @@ - - - - Categories – Kumar Damani - Home - - - - - - - - - - - - - - - - - - - - -
- - - -
-

Categories

- - - -
    - -
- - -
- -
-
-
- -

Links

-

Git, email, and resume

-
- - - -
-
-
-
-
- -

- - - - - - - - - - -

-

- - -
- -
- - - diff --git a/public/categories/index.xml b/public/categories/index.xml deleted file mode 100644 index 1919463..0000000 --- a/public/categories/index.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - Categories on Kumar Damani - Home - https://kumardamani.net/categories/ - Recent content in Categories on Kumar Damani - Home - Hugo -- gohugo.io - en-us - - diff --git a/public/css/about.css b/public/css/about.css deleted file mode 100644 index 6c12ba4..0000000 --- a/public/css/about.css +++ /dev/null @@ -1,26 +0,0 @@ -/* About/bio section */ -.about__logo { - height: 1.5rem; -} - -.about__title { - display: inline; - vertical-align: top; -} - -.about__title::before { - content: none; -} - -/* Social media links */ -.aside__social-links { - padding: 0; -} - -.aside__social-links li { - display: inline-block; -} - -.aside__social-links li::marker { - content: none; -} diff --git a/public/css/colour/dark-mode.css b/public/css/colour/dark-mode.css deleted file mode 100644 index 386f99d..0000000 --- a/public/css/colour/dark-mode.css +++ /dev/null @@ -1,7 +0,0 @@ -:root { - --bg: var(--black); - --dark-bg: var(--dark-black); - --bright-bg: var(--bright-black); - --fg: var(--white); - --bright-fg: var(--bright-white); -} diff --git a/public/css/colour/gruvbox-dark.css b/public/css/colour/gruvbox-dark.css deleted file mode 100644 index 24c4218..0000000 --- a/public/css/colour/gruvbox-dark.css +++ /dev/null @@ -1,29 +0,0 @@ -/* gruvbox dark mode - * https://github.com/morhetz/gruvbox - */ -:root { - --dark-black: #1d2021; - --black: #282828; - --bright-black: #928374; - - --white: #ebdbb2; - --bright-white: #fbf1c7; - - --red: #cc241d; - --green: #98971a; - --yellow: #d79921; - --blue: #458588; - --magenta: #b16286; - --cyan: #689d6a; - --orange: #d65d0e; - --gray: #928374; - - --bright-red: #fb4934; - --bright-green: #b8bb26; - --bright-yellow: #fabd2f; - --bright-blue: #83a598; - --bright-magenta: #d3869b; - --bright-cyan: #8ec07c; - --bright-orange: #fe8019; - --bright-gray: #a89984; -} diff --git a/public/css/colour/gruvbox-light.css b/public/css/colour/gruvbox-light.css deleted file mode 100644 index cff8fa3..0000000 --- a/public/css/colour/gruvbox-light.css +++ /dev/null @@ -1,30 +0,0 @@ -/* gruvbox light mode - * https://github.com/morhetz/gruvbox - */ -:root { - --dark-black: #282828; - --black: #3c3836; - --bright-black: #928374; - - --white: #fbf1c7; - --bright-white: #f9f5d7; - - --red: #9d0006; - --green: #79740e; - --yellow: #b57614; - --blue: #076678; - --magenta: #8f3f71; - --cyan: #427b58; - --orange: #af3a03; - --gray: #7c6f64; - - --dark-white: #f2e5bc; - --bright-red: #cc241d; - --bright-green: #98971a; - --bright-yellow: #d79921; - --bright-blue: #458588; - --bright-magenta: #b16286; - --bright-cyan: #689d6a; - --bright-orange: #d65d0e; - --bright-gray: #928374; -} diff --git a/public/css/colour/light-mode.css b/public/css/colour/light-mode.css deleted file mode 100644 index 3ac2827..0000000 --- a/public/css/colour/light-mode.css +++ /dev/null @@ -1,7 +0,0 @@ -:root { - --bg: var(--white); - --dark-bg: var(--dark-white); - --bright-bg: var(--bright-black); - --fg: var(--black); - --bright-fg: var(--bright-black); -} diff --git a/public/css/colours.css b/public/css/colours.css deleted file mode 100644 index 4326985..0000000 --- a/public/css/colours.css +++ /dev/null @@ -1,17 +0,0 @@ -:root { - /* Background */ - --bg: var(--base00); - --off-bg: var(--base01); - --inner-bg: var(--base02); - - /* Text */ - --fg: var(--base05); - --off-fg: var(--base04); - --muted: var(--base03); - --link: var(--base0D); - --hover: var(--base0C); - --highlight: var(--base0A); - - /* Logo */ - --logo: var(--base0B); -} diff --git a/public/css/custom.css b/public/css/custom.css deleted file mode 100644 index 71949ed..0000000 --- a/public/css/custom.css +++ /dev/null @@ -1 +0,0 @@ -/* Override this file to customise the theme's CSS for your site */ diff --git a/public/css/footer.css b/public/css/footer.css deleted file mode 100644 index 3e84188..0000000 --- a/public/css/footer.css +++ /dev/null @@ -1,7 +0,0 @@ -.page__footer { - color: var(--off-fg); -} - -.page__footer p { - margin: 0; -} diff --git a/public/css/header.css b/public/css/header.css deleted file mode 100644 index cab735b..0000000 --- a/public/css/header.css +++ /dev/null @@ -1,20 +0,0 @@ -/* Main menu */ -.main-nav ul { - display: flex; - flex-flow: row wrap; - justify-content: flex-start; - margin: 0; - padding: 0 0 0.25rem 0; - gap: 0rem 1.5rem; -} - -.main-nav li { - padding-top: 0.25rem; - margin-left: 1rem; - text-transform: lowercase; -} - -.main-nav li::marker { - content: "./"; -} - diff --git a/public/css/layout.css b/public/css/layout.css deleted file mode 100644 index d249166..0000000 --- a/public/css/layout.css +++ /dev/null @@ -1,57 +0,0 @@ -/* 1rem = 16px by default */ - -.page { - max-width: 64rem; - margin: 1rem auto; - display: grid; - grid-template-areas: - "header" - "body" - "aside" - "footer"; - grid-template-columns: minmax(0, 1fr); /* https://css-tricks.com/preventing-a-grid-blowout/ */ - grid-row-gap: 2rem; -} - -@media (min-width: 45rem) { - .page { - grid-template-areas: - "header header" - "body aside" - "footer footer"; - grid-template-columns: minmax(0, 1fr) 15rem; - grid-column-gap: 2rem; - } -} - -/* Header */ -.page__header { - grid-area: header; - display: flex; -} - -.page__logo { - flex-shrink: 0; -} - -.page__nav { - flex-grow: 1; -} - -/* Body + aside */ -.page__body { - grid-area: body; - background-color: var(--off-bg); - box-shadow: 0 0 0 1rem var(--off-bg); - overflow-wrap: break-word; -} - -.page__aside { - grid-area: aside; - color: var(--off-fg); -} - -/* Footer */ -.page__footer { - grid-area: footer; -} diff --git a/public/css/logo.css b/public/css/logo.css deleted file mode 100644 index 368fff4..0000000 --- a/public/css/logo.css +++ /dev/null @@ -1,37 +0,0 @@ -.page__logo { - padding: 0; - margin: 0; - font-weight: inherit; - color: var(--bg); -} - -.page__logo:before { - content: none; -} - -.page__logo-inner { - display: block; - background: var(--logo); - opacity: 0.90; - padding: 0.25rem; -} - -a.page__logo-inner:link, a.page__logo-inner:visited { - color: inherit; - text-decoration: inherit; -} - -a.page__logo-inner:hover, -a.page__logo-inner:active { - opacity: 1; -} - -.page__logo-inner:before { - content: "["; - color: var(--bg); -} - -.page__logo-inner:after { - content: "] $"; - color: var(--bg); -} diff --git a/public/css/palettes/apprentice.css b/public/css/palettes/apprentice.css deleted file mode 100644 index 303d1c7..0000000 --- a/public/css/palettes/apprentice.css +++ /dev/null @@ -1,20 +0,0 @@ -/* Apprentice by romainl */ - -:root { - --base00: #262626; - --base01: #AF5F5F; - --base02: #5F875F; - --base03: #87875F; - --base04: #5F87AF; - --base05: #5F5F87; - --base06: #5F8787; - --base07: #6C6C6C; - --base08: #444444; - --base09: #FF8700; - --base0A: #87AF87; - --base0B: #FFFFAF; - --base0C: #87AFD7; - --base0D: #8787AF; - --base0E: #5FAFAF; - --base0F: #BCBCBC; -} \ No newline at end of file diff --git a/public/css/palettes/base16-dark.css b/public/css/palettes/base16-dark.css deleted file mode 100644 index cb1ec1d..0000000 --- a/public/css/palettes/base16-dark.css +++ /dev/null @@ -1,22 +0,0 @@ -/* base16 default dark - * https://github.com/chriskempson/base16-default-schemes - */ - -:root { - --base00: #181818; - --base01: #282828; - --base02: #383838; - --base03: #585858; - --base04: #b8b8b8; - --base05: #d8d8d8; - --base06: #e8e8e8; - --base07: #f8f8f8; - --base08: #ab4642; - --base09: #dc9656; - --base0A: #f7ca88; - --base0B: #a1b56c; - --base0C: #86c1b9; - --base0D: #7cafc2; - --base0E: #ba8baf; - --base0F: #a16946; -} diff --git a/public/css/palettes/base16-light.css b/public/css/palettes/base16-light.css deleted file mode 100644 index bcbbb5a..0000000 --- a/public/css/palettes/base16-light.css +++ /dev/null @@ -1,22 +0,0 @@ -/* base16 default light - * https://github.com/chriskempson/base16-default-schemes - */ - -:root { - --base00: #f8f8f8; - --base01: #e8e8e8; - --base02: #d8d8d8; - --base03: #b8b8b8; - --base04: #585858; - --base05: #383838; - --base06: #282828; - --base07: #181818; - --base08: #ab4642; - --base09: #dc9656; - --base0A: #f7ca88; - --base0B: #a1b56c; - --base0C: #86c1b9; - --base0D: #7cafc2; - --base0E: #ba8baf; - --base0F: #a16946; -} diff --git a/public/css/palettes/dracula.css b/public/css/palettes/dracula.css deleted file mode 100644 index 66f1abc..0000000 --- a/public/css/palettes/dracula.css +++ /dev/null @@ -1,20 +0,0 @@ -/* Dracula by Mike Barkmin (http://github.com/mikebarkmin) based on Dracula Theme (http://github.com/dracula) */ - -:root { - --base00: #282936; - --base01: #3a3c4e; - --base02: #4d4f68; - --base03: #626483; - --base04: #62d6e8; - --base05: #e9e9f4; - --base06: #f1f2f8; - --base07: #f7f7fb; - --base08: #ea51b2; - --base09: #b45bcf; - --base0A: #00f769; - --base0B: #ebff87; - --base0C: #a1efe4; - --base0D: #62d6e8; - --base0E: #b45bcf; - --base0F: #00f769; -} \ No newline at end of file diff --git a/public/css/palettes/gruvbox-dark.css b/public/css/palettes/gruvbox-dark.css deleted file mode 100644 index 1d60bd9..0000000 --- a/public/css/palettes/gruvbox-dark.css +++ /dev/null @@ -1,23 +0,0 @@ -/* gruvbox dark - * https://github.com/morhetz/gruvbox - * base16: https://github.com/dawikur/base16-gruvbox-scheme - */ - -:root { - --base00: #282828; - --base01: #3c3836; - --base02: #504945; - --base03: #665c54; - --base04: #bdae93; - --base05: #d5c4a1; - --base06: #ebdbb2; - --base07: #fbf1c7; - --base08: #fb4934; - --base09: #fe8019; - --base0A: #fabd2f; - --base0B: #b8bb26; - --base0C: #8ec07c; - --base0D: #83a598; - --base0E: #d3869b; - --base0F: #d65d0e; -} diff --git a/public/css/palettes/gruvbox-light.css b/public/css/palettes/gruvbox-light.css deleted file mode 100644 index f786cf0..0000000 --- a/public/css/palettes/gruvbox-light.css +++ /dev/null @@ -1,23 +0,0 @@ -/* gruvbox light - * https://github.com/morhetz/gruvbox - * base16: https://github.com/dawikur/base16-gruvbox-scheme - */ - -:root { - --base00: #fbf1c7; - --base01: #ebdbb2; - --base02: #d5c4a1; - --base03: #bdae93; - --base04: #665c54; - --base05: #504945; - --base06: #3c3836; - --base07: #282828; - --base08: #9d0006; - --base09: #af3a03; - --base0A: #b57614; - --base0B: #79740e; - --base0C: #427b58; - --base0D: #076678; - --base0E: #8f3f71; - --base0F: #d65d0e; -} diff --git a/public/css/palettes/material.css b/public/css/palettes/material.css deleted file mode 100644 index 60bfafb..0000000 --- a/public/css/palettes/material.css +++ /dev/null @@ -1,20 +0,0 @@ -/* Material by Nate Peterson */ - -:root { - --base00: #263238; - --base01: #2E3C43; - --base02: #314549; - --base03: #546E7A; - --base04: #B2CCD6; - --base05: #EEFFFF; - --base06: #EEFFFF; - --base07: #FFFFFF; - --base08: #F07178; - --base09: #F78C6C; - --base0A: #FFCB6B; - --base0B: #C3E88D; - --base0C: #89DDFF; - --base0D: #82AAFF; - --base0E: #C792EA; - --base0F: #FF5370; -} \ No newline at end of file diff --git a/public/css/palettes/papercolor-dark.css b/public/css/palettes/papercolor-dark.css deleted file mode 100644 index d289932..0000000 --- a/public/css/palettes/papercolor-dark.css +++ /dev/null @@ -1,20 +0,0 @@ -/* PaperColor Dark by Jon Leopard (http://github.com/jonleopard) based on PaperColor Theme (https://github.com/NLKNguyen/papercolor-theme) */ - -:root { - --base00: #1c1c1c; - --base01: #af005f; - --base02: #5faf00; - --base03: #d7af5f; - --base04: #5fafd7; - --base05: #808080; - --base06: #d7875f; - --base07: #d0d0d0; - --base08: #585858; - --base09: #5faf5f; - --base0A: #afd700; - --base0B: #af87d7; - --base0C: #ffaf00; - --base0D: #ff5faf; - --base0E: #00afaf; - --base0F: #5f8787; -} \ No newline at end of file diff --git a/public/css/palettes/papercolor-light.css b/public/css/palettes/papercolor-light.css deleted file mode 100644 index 7eeb7f5..0000000 --- a/public/css/palettes/papercolor-light.css +++ /dev/null @@ -1,20 +0,0 @@ -/* PaperColor Light by Jon Leopard (http://github.com/jonleopard) based on PaperColor Theme (https://github.com/NLKNguyen/papercolor-theme) */ - -:root { - --base00: #eeeeee; - --base01: #af0000; - --base02: #008700; - --base03: #5f8700; - --base04: #0087af; - --base05: #444444; - --base06: #005f87; - --base07: #878787; - --base08: #bcbcbc; - --base09: #d70000; - --base0A: #d70087; - --base0B: #8700af; - --base0C: #d75f00; - --base0D: #d75f00; - --base0E: #005faf; - --base0F: #005f87; -} \ No newline at end of file diff --git a/public/css/palettes/solarized-dark.css b/public/css/palettes/solarized-dark.css deleted file mode 100644 index a646595..0000000 --- a/public/css/palettes/solarized-dark.css +++ /dev/null @@ -1,20 +0,0 @@ -/* Solarized Dark by Ethan Schoonover (modified by aramisgithub) */ - -:root { - --base00: #002b36; - --base01: #073642; - --base02: #586e75; - --base03: #657b83; - --base04: #839496; - --base05: #93a1a1; - --base06: #eee8d5; - --base07: #fdf6e3; - --base08: #dc322f; - --base09: #cb4b16; - --base0A: #b58900; - --base0B: #859900; - --base0C: #2aa198; - --base0D: #268bd2; - --base0E: #6c71c4; - --base0F: #d33682; -} \ No newline at end of file diff --git a/public/css/palettes/solarized-light.css b/public/css/palettes/solarized-light.css deleted file mode 100644 index dfb92c1..0000000 --- a/public/css/palettes/solarized-light.css +++ /dev/null @@ -1,20 +0,0 @@ -/* Solarized Light by Ethan Schoonover (modified by aramisgithub) */ - -:root { - --base00: #fdf6e3; - --base01: #eee8d5; - --base02: #93a1a1; - --base03: #839496; - --base04: #657b83; - --base05: #586e75; - --base06: #073642; - --base07: #002b36; - --base08: #dc322f; - --base09: #cb4b16; - --base0A: #b58900; - --base0B: #859900; - --base0C: #2aa198; - --base0D: #268bd2; - --base0E: #6c71c4; - --base0F: #d33682; -} \ No newline at end of file diff --git a/public/css/palettes/tender.css b/public/css/palettes/tender.css deleted file mode 100644 index 77fbe87..0000000 --- a/public/css/palettes/tender.css +++ /dev/null @@ -1,20 +0,0 @@ -/* tender by Jacobo Tabernero (https://github/com/jacoborus/tender.vim) */ - -:root { - --base00: #282828; - --base01: #383838; - --base02: #484848; - --base03: #4c4c4c; - --base04: #b8b8b8; - --base05: #eeeeee; - --base06: #e8e8e8; - --base07: #feffff; - --base08: #f43753; - --base09: #dc9656; - --base0A: #ffc24b; - --base0B: #c9d05c; - --base0C: #73cef4; - --base0D: #b3deef; - --base0E: #d3b987; - --base0F: #a16946; -} \ No newline at end of file diff --git a/public/css/palettes/tokyo-night-dark.css b/public/css/palettes/tokyo-night-dark.css deleted file mode 100644 index 760d2fe..0000000 --- a/public/css/palettes/tokyo-night-dark.css +++ /dev/null @@ -1,20 +0,0 @@ -/* Tokyo Night Dark by Michaël Ball */ - -:root { - --base00: #1A1B26; - --base01: #16161E; - --base02: #2F3549; - --base03: #444B6A; - --base04: #787C99; - --base05: #A9B1D6; - --base06: #CBCCD1; - --base07: #D5D6DB; - --base08: #C0CAF5; - --base09: #A9B1D6; - --base0A: #0DB9D7; - --base0B: #9ECE6A; - --base0C: #B4F9F8; - --base0D: #2AC3DE; - --base0E: #BB9AF7; - --base0F: #F7768E; -} \ No newline at end of file diff --git a/public/css/palettes/tokyo-night-light.css b/public/css/palettes/tokyo-night-light.css deleted file mode 100644 index 66e73c8..0000000 --- a/public/css/palettes/tokyo-night-light.css +++ /dev/null @@ -1,20 +0,0 @@ -/* Tokyo Night Light by Michaël Ball */ - -:root { - --base00: #D5D6DB; - --base01: #CBCCD1; - --base02: #DFE0E5; - --base03: #9699A3; - --base04: #4C505E; - --base05: #343B59; - --base06: #1A1B26; - --base07: #1A1B26; - --base08: #343B58; - --base09: #965027; - --base0A: #166775; - --base0B: #485E30; - --base0C: #3E6968; - --base0D: #34548A; - --base0E: #5A4A78; - --base0F: #8C4351; -} \ No newline at end of file diff --git a/public/css/palettes/windows-95-light.css b/public/css/palettes/windows-95-light.css deleted file mode 100644 index 70cfeeb..0000000 --- a/public/css/palettes/windows-95-light.css +++ /dev/null @@ -1,20 +0,0 @@ -/* Windows 95 Light by Fergus Collins (https://github.com/C-Fergus) */ - -:root { - --base00: #fcfcfc; - --base01: #e0e0e0; - --base02: #c4c4c4; - --base03: #a8a8a8; - --base04: #7e7e7e; - --base05: #545454; - --base06: #2a2a2a; - --base07: #000000; - --base08: #a80000; - --base09: #fcfc54; - --base0A: #a85400; - --base0B: #00a800; - --base0C: #00a8a8; - --base0D: #0000a8; - --base0E: #a800a8; - --base0F: #54fc54; -} \ No newline at end of file diff --git a/public/css/palettes/windows-95.css b/public/css/palettes/windows-95.css deleted file mode 100644 index 5b44cf8..0000000 --- a/public/css/palettes/windows-95.css +++ /dev/null @@ -1,20 +0,0 @@ -/* Windows 95 by Fergus Collins (https://github.com/C-Fergus) */ - -:root { - --base00: #000000; - --base01: #1C1C1C; - --base02: #383838; - --base03: #545454; - --base04: #7e7e7e; - --base05: #a8a8a8; - --base06: #d2d2d2; - --base07: #fcfcfc; - --base08: #fc5454; - --base09: #a85400; - --base0A: #fcfc54; - --base0B: #54fc54; - --base0C: #54fcfc; - --base0D: #5454fc; - --base0E: #fc54fc; - --base0F: #00a800; -} \ No newline at end of file diff --git a/public/css/risotto.css b/public/css/risotto.css deleted file mode 100644 index dcb5a96..0000000 --- a/public/css/risotto.css +++ /dev/null @@ -1,12 +0,0 @@ -@import 'colours.css'; -@import 'typography.css'; -@import 'layout.css'; -@import 'header.css'; -@import 'logo.css'; -@import 'about.css'; -@import 'footer.css'; - -body { - background-color: var(--bg); - color: var(--fg); -} diff --git a/public/css/typography.css b/public/css/typography.css deleted file mode 100644 index 6369cf0..0000000 --- a/public/css/typography.css +++ /dev/null @@ -1,215 +0,0 @@ -/* Fonts */ -:root { - --font-monospace: "Fira Mono", monospace; -} - -body { - font-family: var(--font-monospace); - font-size: 16px; - line-height: 1.5rem; -} - -/* Headings */ -h1, -h2, -h3, -h4, -h5, -h6 { - font-size: 1rem; - margin: 1.5rem 0 0 0; - font-weight: 600; -} - -h1+h2, -h1+h3, -h1+h4, -h1+h5, -h1+h6, -h2+h3, -h2+h4, -h2+h5, -h2+h6, -h3+h4, -h3+h5, -h3+h6, -h4+h5, -h4+h6, -h5+h6 { - margin: 0; -} - -h1:before { content: "# "; } -h2:before { content: "## "; } -h3:before { content: "### "; } -h4:before { content: "#### "; } -h5:before { content: "##### "; } -h6:before { content: "###### "; } - -h1:before, -h2:before, -h3:before, -h4:before, -h5:before, -h6:before { - color: var(--muted); -} - -h1:first-child { - margin-top: 0; -} - -/* Paragraphs */ -p { - margin: 0 0 1.5rem 0; -} - -/* Links */ - -a:link, a:visited { - color: var(--link); -} - -a:hover, a:active, a.active { - color: var(--hover); -} - -/* Lists */ -ul { - margin: 0 0 1.5rem 0; - padding-left: 1.25rem; -} - -ol { - margin: 0 0 1.5rem 0; - padding-left: 1.75rem; -} - -ul ul, -ul ol, -ol ul, -ol ol { - margin: 0; -} - -ul li::marker { - content: '∗\00A0'; - color: var(--muted); -} - -ol li::marker { - color: var(--muted); -} - -dt { - margin: 0; - font-weight: bold; -} - -dd { - margin: 0 0 0 1.5rem; - font-style: italic; -} - -dd + dt { - margin-top: 1.5rem; -} - -dl { - margin: 0 0 1.5rem 0; -} - -/* Blockquotes */ -blockquote { - position: relative; - margin: 0 0 1.5rem 1.5rem; -} - -blockquote::before { - position: absolute; - left: -1.5rem; - content: ">"; - color: var(--muted); -} - -.twitter-tweet::before { - content: "\f099"; - font-family: "Font Awesome 5 Brands"; - font-weight: 400; -} - -/* Code */ -pre, -code, -kbd, -samp { - background: var(--inner-bg) !important; - font-family: var(--font-monospace); - color: var(--off-fg); -} - -pre { - overflow-x: auto; - padding: 1.5rem; - margin: 0 0 1.5rem 0; -} - -/* Emphasis */ -b, -strong { - font-weight: 600; -} - -/* Highlighting */ -::selection, -mark { - background-color: var(--highlight); - color: var(--bg); -} - -/* Other typographic elements */ -hr { - border: 0; - margin-bottom: 1.5rem; -} - -hr:after { - content: '---'; - color: var(--muted); -} - - -/* Prevent super/sub from affecting line height */ -sup, sub { - vertical-align: baseline; - position: relative; - top: -0.25rem; - font-size: unset; -} -sub { - top: 0.25rem; -} - -/* Tables */ -table { - border-spacing: 0; - margin: 0 0 1.5rem 0; - overflow-wrap: anywhere; -} -th, td { - padding: 0 .75rem; - vertical-align: top; -} -th:first-child, td:first-child { - padding-left: 0; -} -th { - text-align: inherit; -} - -/* Figures */ -img { - max-width: 100%; - height: auto; -} - diff --git a/public/docs/index.html b/public/docs/index.html deleted file mode 100644 index 69999ae..0000000 --- a/public/docs/index.html +++ /dev/null @@ -1,10 +0,0 @@ - - - - https://kumardamani.net/post/ - - - - - - diff --git a/public/images/rice.svg b/public/images/rice.svg deleted file mode 100644 index 53e480c..0000000 --- a/public/images/rice.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/public/index.html b/public/index.html deleted file mode 100644 index f417dd2..0000000 --- a/public/index.html +++ /dev/null @@ -1,260 +0,0 @@ - - - - - Kumar Damani - Home - - - - - - - - - - - - - - - - - - - - -
- - - -
-

About me

-

Hi. This is me: -

my pic -
-

-

My name is Kumar. Some people call me kd, or ku-band-mar, I’m known for being…

-
    -
  • that guy who hosts his own website, dropbox, search-engine etc. -DIY? Why?
  • -
  • a programming purist, and linguistic enthusiast.
  • -
  • 👎 down on social-media. I think they lead to dystopia. Read more.
  • -
  • a B.Sc in CS. at U of T with a focus in NLP 😌
  • -
-

Projects

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameActiveDescriptionTools
vpsyesMy Ansible repository for self-hosting.Ansible
nccliyesA Docker-ized CLI for CRUD ops with Namecheap.Go
nixdotsyesMy dotfiles for the Nix ecosystem.Nix
dotsnoMy dotfiles for general Linux home mgmt.-
-
-

If you found something above to be useful, consider sending a few coins my way!

-
-
-

Professional Life

-

Treat this section as an extension of my resume.

-

2020 - now

-

Currently working as a DevOps at Kepler 🛰️. -This is mostly a software (infrastructure) dev gig for a start-up, which is a bit new to me -coming from a more traditional DevOps role with a mature company. -There is a ton of specialized space -related equipment here that present interesting problems in DevOps.

-

I’ve learned a ton about embedded computers, networking and network automation, -which has opened my world up to all sorts of home projects for which I am very grateful for. -So far, I’ve been responsible for the following:

-
    -
  • Establishing Infrastructure as Code (IaC) as standard practice with Ansible.
  • -
  • Implementing a netboot infrastructure for our development servers - RPis - -using Packer, PXE, Awx (Ansible Tower) to keep them synced, predictable, and up-to-date.
  • -
  • Built a custom Linux router to support our unique hardware testing requirements -for on-demand subnet generation/teardown for isolated tests.
  • -
  • Automated our Lab network infrastructure with Ansible.
  • -
  • Devised a test-automation framework using Django to facilitate reservation, -as well as HIL -(Hardware-In-the-Loop) testing to allow us to more reliably, and frequently test our HW.
  • -
  • Designed and deployed our highly-available Kubernetes cluster to be our software -platform going forward.
  • -
-

Beyond my work as an Individual Contributor (IC), I’ve also been responsible for instilling DevOps -principles within the team on our journey to maturity.

-

2019 - 2020

-

Worked as a DevOps Engineer at AcuityAds in Toronto. -The main selling point for me to work here is that Acuity does not use -AWS, GCP or Azure etc. to host its infrastructure, it has its own on-prem ‘cloud’. -This presents substantial challenges for us as DevOps Engineers that would normally be handled by a -public cloud provider.

-

Apart from this, due to the nature of adtech, we deal with massive amounts of data, which forces -us to be very careful about the types of technologies we use (scale). -Here is a subset of what I’ve gained experience with during my time:

-
    -
  • Infrastructure: VMWare, Physical
  • -
  • Provisioning: Ansible, Terraform, Cobbler
  • -
  • Containerization: Docker, Kubernetes
  • -
  • CI/CD: Git, BitBucket, Bamboo (we host the entire Atlassian suite in-house)
  • -
  • Monitoring: -
      -
    • TICK (Telegraf, Influxdb, Chronograf, Kapacitor)
    • -
    • ELK (Elasticsearch, Logstash, Kibana), with filebeat and metricbeat beats
    • -
    • Prometheus
    • -
    • Grafana
    • -
    • Nagios, Pagerduty, Pingdom
    • -
    -
  • -
  • Data: MySql, Aerospike, Kafka, HDFS, Druid
  • -
  • Scripting: Golang, Bash, Python. Some of my work can be on my Gitlab profile: -
      -
    • Golang: -
        -
      • a fast, containerized cron script -that interacts with Druid, MySql, and Influxdb written in Go. -Basic unit testing. -This is a job that powers one of our major alerting dashboards.
      • -
      • a containerized highly modular Rest Api -that writes to Influxdb. -This is something we run in K8S as a Service to monitor Cronjobs that run in K8S.
      • -
      -
    • -
    • Python: a script to migrate -Slack exports to MS Teams messages. -This is something we used when we gave up on Slack.
    • -
    • Bash: a small collection of helper -scripts that I used frequently for random things.
    • -
    -
  • -
-

2016 - 2017

-

I worked at Achiga (formerly WebCanada) as -part of my PEY (internship) -program from U of T for 12 months. As part of this, I was involved in:

-
    -
  • A fast paced Agile environment where I was a Full Stack Developer working with -PHP (Zend), MySql, and JavaScript.
  • -
  • Git + BitBucket + JIRA (basically the whole Atlassian suite), with Vagrant
  • -
  • The Pipeline team working on day to day features and bugs in the CMS powering thousands of -local hotel sites around the world for Starwood Hotels.
  • -
  • Debugging and optimizing cronjobs responsible for storing hotel rates in -our database which is critical to hotel revenue.
  • -
  • Contributing to the Gallery Page (CMS as well as user facing UI). -See Design Hotels Gallery Page -towards the end of my tenure.
  • -
-

2014 - 2016

-

I’ve worked on several other small-buisness type projects involving website designing, -and scripting over the years in between semesters.

-
-

Donate

-
- Monero (XMR) -
-
42hFshxmNoFZfAkDJTjSx9MUruMHdLTiDTE4efpP7xZTYwHMjwDZ6eJea2EnyBGGr5ab81cAovBxxT6KSvpUY5roUdkP1Qj
-
xmr wallet qr code -
- -
-
- Bitcoin (BC) -
-
bc1q4em7f7mvl6wkzc8uyq4365td7w5n02uh64z2za
-
btc wallet qr code -
- -
- - -
- -
-
-
- -

Links

-

Git, email, and resume

-
- - - -
-
-
-
-
- -

- - - - - - - - - - -

-

- - -
- -
- - - diff --git a/public/index.xml b/public/index.xml deleted file mode 100644 index 9539b2c..0000000 --- a/public/index.xml +++ /dev/null @@ -1,47 +0,0 @@ - - - - Kumar Damani - Home - https://kumardamani.net/ - Recent content on Kumar Damani - Home - Hugo -- gohugo.io - en-us - Fri, 24 Mar 2023 00:00:00 +0000 - - Adventures in NixOS - Part 1 - https://kumardamani.net/post/nixos-p1/ - Fri, 24 Mar 2023 00:00:00 +0000 - - https://kumardamani.net/post/nixos-p1/ - <p>Almost a guide to getting started with NixOS the modern (2023) way.</p> - - - - Romanticism in Programming - https://kumardamani.net/post/programming-as-art/ - Tue, 29 Nov 2022 00:00:00 +0000 - - https://kumardamani.net/post/programming-as-art/ - <p>Why there is art in programming.</p> - - - - Why do I self-host? - https://kumardamani.net/post/self-host/ - Mon, 12 Sep 2022 00:00:00 +0000 - - https://kumardamani.net/post/self-host/ - <p>My reasons for self-hosting.</p> - - - - Programs and Equipment - https://kumardamani.net/post/programs/ - Fri, 12 Nov 2021 00:00:00 +0000 - - https://kumardamani.net/post/programs/ - <p>The programs and equipment I use on a daily basis.</p> - - - - diff --git a/public/kd.jpeg b/public/kd.jpeg deleted file mode 100644 index 2613ece..0000000 Binary files a/public/kd.jpeg and /dev/null differ diff --git a/public/post/index.html b/public/post/index.html deleted file mode 100644 index fbaa589..0000000 --- a/public/post/index.html +++ /dev/null @@ -1,157 +0,0 @@ - - - - Posts – Kumar Damani - Home - - - - - - - - - - - - - - - - - - - - -
- - - -
-
-

Posts

- -
- - -
-
-

Adventures in NixOS - Part 1

- -
- -
-

Almost a guide to getting started with NixOS the modern (2023) way.

-
-
- - - -
-
-

Why do I self-host?

- -
- -
-

My reasons for self-hosting.

-
-
- -
-
-

Programs and Equipment

- -
- -
-

The programs and equipment I use on a daily basis.

-
-
- - -
- -
-
-
- -

Links

-

Git, email, and resume

-
- - - -
-
-
-
-
- -

- - - - - - - - - - - - -

-

- - -
- -
- - - diff --git a/public/post/index.xml b/public/post/index.xml deleted file mode 100644 index be7d5ab..0000000 --- a/public/post/index.xml +++ /dev/null @@ -1,47 +0,0 @@ - - - - Posts on Kumar Damani - Home - https://kumardamani.net/post/ - Recent content in Posts on Kumar Damani - Home - Hugo -- gohugo.io - en-us - Fri, 24 Mar 2023 00:00:00 +0000 - - Adventures in NixOS - Part 1 - https://kumardamani.net/post/nixos-p1/ - Fri, 24 Mar 2023 00:00:00 +0000 - - https://kumardamani.net/post/nixos-p1/ - <p>Almost a guide to getting started with NixOS the modern (2023) way.</p> - - - - Romanticism in Programming - https://kumardamani.net/post/programming-as-art/ - Tue, 29 Nov 2022 00:00:00 +0000 - - https://kumardamani.net/post/programming-as-art/ - <p>Why there is art in programming.</p> - - - - Why do I self-host? - https://kumardamani.net/post/self-host/ - Mon, 12 Sep 2022 00:00:00 +0000 - - https://kumardamani.net/post/self-host/ - <p>My reasons for self-hosting.</p> - - - - Programs and Equipment - https://kumardamani.net/post/programs/ - Fri, 12 Nov 2021 00:00:00 +0000 - - https://kumardamani.net/post/programs/ - <p>The programs and equipment I use on a daily basis.</p> - - - - diff --git a/public/post/nixos-p1/boot.png b/public/post/nixos-p1/boot.png deleted file mode 100644 index 4e3d972..0000000 Binary files a/public/post/nixos-p1/boot.png and /dev/null differ diff --git a/public/post/nixos-p1/dwl.png b/public/post/nixos-p1/dwl.png deleted file mode 100644 index 8ecbe4d..0000000 Binary files a/public/post/nixos-p1/dwl.png and /dev/null differ diff --git a/public/post/nixos-p1/fox.jpg b/public/post/nixos-p1/fox.jpg deleted file mode 100644 index 3ace57f..0000000 Binary files a/public/post/nixos-p1/fox.jpg and /dev/null differ diff --git a/public/post/nixos-p1/index.html b/public/post/nixos-p1/index.html deleted file mode 100644 index 54c7ccb..0000000 --- a/public/post/nixos-p1/index.html +++ /dev/null @@ -1,434 +0,0 @@ - - - - Adventures in NixOS - Part 1 – Kumar Damani - Home - - - - - - - - - - - - - - - - - - - - -
- - - -
-
-

Adventures in NixOS - Part 1

-
- -
-

Almost a guide to getting started with NixOS the modern (2023) way.

-

There seems to be a shortage of written guides on the Internet for setting up NixOS -the “modern” way - Flakes + Home Manager. It doesn’t help that Nix’s official -docs are very disjointed so hopefully this will fill in some gaps that I observed -when setting it all up.

-

meme

-
-

Warning: NixOS is not exactly beginner friendly - -you should have familiarity installing Linux distros before trying this.

-
-

But Why NixOS?

-

Eh… FOMO regarding all the memes.

-

There is one particular feature that is intriguing - -the ability to roll-back your entire system (not incl. BIOS) in case of a -misconfiguration or a broken update. You can’t do this with Ansible. -This allows you (in theory) to get the benefits of a rolling release as well as the -stability benefits of a traditional distro.

-
-

It takes the idea of reproducible builds, and extends it to the OS.

-
-

For example, NixOS will present you with all previous “builds” at boot time -for you to revert to in case something gets messed up. -boot prompt

-

Things I want to explore as part of this exercise:

-
    -
  1. How hard is it to go from a minimal install to productive? -At minimum I need a graphical environment with working vol, mic, camera, wifi, -and hibernation. -Is it harder than doing the same in something like Manjaro?
  2. -
  3. Is Wayland truly ready?
  4. -
  5. Try out dwl (the Wayland port of dwm by the suckless folks)
  6. -
-

Constraints

-
    -
  1. I want to stick to the “Nix” way of doing things as much as possible -where it makes sense to me.
  2. -
  3. Stick to Wayland only applications as much as possible.
  4. -
-

Spoilers! (End result)

-

my rice -(Probably too ugly for r/unixporn, but works for me :)

-

Installation

-

Getting a Live USB going

-
    -
  • I used the minimal iso.
  • -
  • Create a bootable USB with the usual - sudo dd if=/path/to/iso of=/dev/sdX bs=4M.
  • -
  • Boot up.
  • -
  • Then start following the steps for manual installation -from the official guide to complete the install.
  • -
-
-

Make sure to give SWAP as much space as your memory capacity for hibernation to work properly.

-
-
-

Wifi did not work for me out of the box. So I used my phone to tether via USB.

-
-

First boot

-

If everything went well, you should be presented with a TTY prompting you to login:

-
NixOS ...
-Login: <your username>
-Password: <your password>
-

Once you login, you will still just have a TTY, but we can now go ahead and start -installing our graphical environment.

-

Housekeeping

-
    -
  • You should have two NixOS config files in /etc/nixos/:
  • -
-
configuration.nix
-hardware-configuration.nix
-
    -
  • -

    Edit the configuration.nix file by setting the correct values for hostname, networking, timezone and users. I also add a few basic system-wide packages here such as git, rsync, neovim, htop etc.

    -
  • -
  • -

    To apply and use your changes to any of these files you need to run:

    -
  • -
-
sudo nixos-rebuild switch
-
    -
  • Since we want all our configuration to be version controlled, -I copied these files to live under my user’s config: -~/.config/{nix, nixpkgs}/:
  • -
-
cp /etc/nix/nix.conf ~/.config/nix/nix.conf
-cp /etc/nixos/configuration.nix ~/.config/nixpkgs/configuration.nix
-

Nix will now use these user-specific files to read its config :)

-

Flakes Support

-

Nix (the pkg mgr) does not come with Flakes support out-of-the-box. -So we need to enable it:

-
    -
  1. In ~/.config/nix/nix.conf add:
  2. -
-
experimental-features = nix-command flakes
-
    -
  1. Apply it:
  2. -
-
sudo nixos-rebuild switch
-

Read about Flakes.

-

Home Manager Support

-

Now we can install the Home-Manager flake.

-
    -
  1. Init our base flake:
  2. -
-
cd ~/.config/nixpkgs
-nix flake init
-

This should generate two files:

-
flake.nix
-flake.lock
-
    -
  1. Next we tell flake.nix to manage all our configuration (system + home) for our system:
  2. -
-
{
-  description = "NixOS configuration";
-
-  inputs = {
-    nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
-    home-manager.url = "github:nix-community/home-manager";
-    home-manager.inputs.nixpkgs.follows = "nixpkgs";
-    nixos-hardware.url = "github:NixOS/nixos-hardware/master";
-  };
-
-  outputs = inputs@{ nixpkgs, home-manager, nixos-hardware, ... }: {
-    nixosConfigurations = {
-      # Change below to use your hostname from configuration.nix
-      "art-sr" = nixpkgs.lib.nixosSystem {
-        system = "x86_64-linux";
-        modules = [
-          ./configuration.nix
-          nixos-hardware.nixosModules.framework
-          home-manager.nixosModules.home-manager
-          {
-            home-manager.useGlobalPkgs = true;
-            home-manager.useUserPackages = true;
-      	    # Change below to use your username from configuration.nix
-            home-manager.users.kdam0 = import ./home.nix;
-
-            # Optionally, use home-manager.extraSpecialArgs to pass
-            # arguments to home.nix
-          }
-        ];
-      };
-    };
-  };
-}
-
-

“art-sr” is my hostname for this machine.

-
-

In my case, I also have the following two lines specifically to load settings for my hardware:

-
    nixos-hardware.url = "github:NixOS/nixos-hardware/master";
-    ...
-          nixos-hardware.nixosModules.framework
-

you will need to modify these values based on your hardware support.

-
    -
  1. Create a ~/.config/nixpkgs/home.nix file with your values:
  2. -
-
{ config, pkgs, ...}: 
-{
-  home.username = "kdam0";
-  home.homeDirectory = "/home/kdam0";
-
-  programs.home-manager.enable = true;
-  home.stateVersion = "22.11";
-
-  services.gpg-agent = {
-    enable = true;
-    defaultCacheTtl = 1800;
-    enableSshSupport = true;
-  };
-}
-
    -
  1. Apply:
  2. -
-
sudo nixos-rebuild switch
-
-

It took a few attempts to get NixOS to re-build successfully. -I ran into a few different issues involving users, and hostnames -while following the official docs until I arrived at the configs above which worked.

-
-

Read about Home Manager flake.

-

This would be a good time init a git repo in ~/.config/nixpkgs/ and publish your progress.

-

Setting up the GUI

-

Window Manager + bar + system info.

-

Getting dwl is easy enough. In my home.nix:

-
  home.packages = [
-    pkgs.dwl
-    ...
-  ];
-

This will install dwl on a rebuild. -Then I can run it with dwl.

-

Oh it fails…something about permissions… -In ~/.config/nixpkgs/configuration.nix make sure you have:

-
  security.polkit.enable = true;
-

Oh it fails again with GLE errors :( Add:

-
  hardware.opengl = {
-    enable = true;
-    driSupport = true;
-  };
-

Sweet now it launches!

-

But of course I need to configure the keys - that’s the whole point of a WM. -Additionally, dwl requires a re-build on every config change…

-

How do I tell Nix to use my config file while installing/building dwl?

-

Lucking all packages (pkgs.*) build files are defined on their GitHub. -We can see that we are allowed to pass in a conf argument to -this -file.

-

After a bit of digging around, I arrived at how to do it:

-
    -
  1. First copy your config.h to ~/.config/nixpkgs/dwl/config.h.
  2. -
  3. Then point to it in your home.nix:
  4. -
-
  home.packages = [
-    (pkgs.dwl.override {
-      # trying to supply config.home.homeDirectory here leads to "impure" usage.
-      # so disabling it for now.
-      # conf = (builtins.readFile "${config.home.homeDirectory}/.config/dwl/config.h");
-      conf = ./dwl/config.h;
-    })
-    ...
-  ];
-
-

I know I can just clone the source myself and build it, but I like to use the default -package manager whenever possible to manage packages.

-
-

Of course since dwl is as minimal as it gets, it does not ship with a bar. -We have many options for which bar to use, -I have very little use for a bar, so I kept it very simple and went with somebar:

-
  home.packages = [
-    ...
-    pkgs.somebar
-    ...
-  ];
-

If you want status info on your bar you can use something like someblocks - which will -let you script simple scripts with text output you want displayed in each block. -This will need to be cloned and built manually as it is not available in the Nix repos.

-

Oh but you probably don’t have make or any requirements to actually build it…fear not:

-
nix-shell -p gnumake
-

which put you in a temporary environment with all the common build tools available. -Now you can:

-
sudo make install
-

wbg is a simple background setter for Wayland……aaaand BAM!

-

dwl pic

-

Terminal

-

I use foot.

-

Create the config file in ~/.config/nixpkgs/foot/foot.ini:

-
# for transparency #
-[colors]
-alpha=0.7
-

Use it in home.nix:

-
  home.file.".config/foot/foot.ini".source = ../../common/foot/foot.ini;
-
-

I use this pattern for pretty much all my dotfiles:

-
-
  # script that sets a bg.
-  home.file."bg.sh".source = common/bg.sh;
-  # script that starts my gui env.
-  home.file."start.sh".source = common/start.sh;
-  # foot config
-  home.file.".config/foot/foot.ini".source = common/foot/foot.ini;
-  # wofi config (app launcher)
-  home.file.".config/wofi/style.css".source = common/wofi/style.css;
-  # mako config (notifications)
-  home.file.".config/mako/config".source = common/mako/config;
-

Sound

-

In my configuration.nix:

-
  security.rtkit.enable = true;
-  services.pipewire = {
-    enable = true;
-    alsa.enable = true;
-    alsa.support32Bit = true;
-    pulse.enable = true;
-    wireplumber.enable = true;
-    media-session.enable = false;
-    jack.enable = true;
-    systemWide = false;
-  };
-

Nextcloud

-

I want a purely CLI way to handle this, and a periodic sync is sufficient for me. -We do this with systemd-timers (Nix advises against cron). -In my home.nix:

-
  systemd.user.services = {
-    nextcloud-sync = {
-      Unit = {
-        Description = "Auto sync Nextcloud";
-        After = "network-online.target";
-      };
-      Service = {
-        Type = "simple";
-        EnvironmentFile = "${config.home.homeDirectory}/.nextcloud.env";
-        ExecStart = ''
-          ${pkgs.nextcloud-client}/bin/nextcloudcmd \
-          -h --non-interactive \
-          --user "''${NEXTCLOUD_USER}" \
-          --password "''${NEXTCLOUD_PASSWORD}" \
-          ''${NEXTCLOUD_DIR} \
-          ''${NEXTCLOUD_URL}
-        '';
-        TimeoutStopSec = "180";
-        KillMode = "process";
-        KillSignal = "SIGINT";
-      };
-      Install.WantedBy = ["multi-user.target"];
-    };
-  };
-  systemd.user.timers = {
-    nextcloud-sync = {
-      Unit.Description = "Automatic sync files with Nextcloud when booted up after 5 minutes then rerun every 10 minutes";
-      Timer.OnUnitActiveSec = "10min";
-      Install.WantedBy = ["multi-user.target" "timers.target"];
-    };
-  };
-  systemd.user.startServices = true;
-

Conclusions

-
    -
  1. Yes setting things up from a minimal iso is harder than in Manjaro. -Although I got everything I wanted working, there were many times I felt -like giving up. (Aside: I am so grateful for Manjaro, and Arch wikis). -That said, I expect this friction is a one-time cost for building familiarity with Nix, -and well worth the benefits that come with it.
  2. -
  3. You bet Wayland is ready. Multi-monitor works out-of-the-box, -all my apps support it, and things just feel more polished than I have ever felt with Xorg.
  4. -
  5. dwl is as awesome as I had hoped! This is my daily driver now.
  6. -
-

My configs

-

All the configs discussed (and more) are in my nixdotfiles repo.

-
-
- -
- -
-
-
- -

Links

-

Git, email, and resume

-
- - - -
-
-
-

Guide to getting started with NixOS the modern way.

- -

- By Kumar Damani, - 2023-03-24 -

- - - - -
-
- -

- - - - - - - - - - -

-

- - -
- -
- - - diff --git a/public/post/nixos-p1/rice.png b/public/post/nixos-p1/rice.png deleted file mode 100644 index 4fd97cf..0000000 Binary files a/public/post/nixos-p1/rice.png and /dev/null differ diff --git a/public/post/programming-as-art/code.png b/public/post/programming-as-art/code.png deleted file mode 100644 index 30c3522..0000000 Binary files a/public/post/programming-as-art/code.png and /dev/null differ diff --git a/public/post/programming-as-art/index.html b/public/post/programming-as-art/index.html deleted file mode 100644 index 32ff96c..0000000 --- a/public/post/programming-as-art/index.html +++ /dev/null @@ -1,179 +0,0 @@ - - - - Romanticism in Programming – Kumar Damani - Home - - - - - - - - - - - - - - - - - - - - - - - - -
- - - -
-
-

Romanticism in Programming

-
- -
-

Why there is art in programming.

-

During my early days as a CS student, one of the first mind-blowing moments was -watching Hello World! getting printed out to the console thousands of times -in just two functional lines of code.

-
for _ in range(1, 1001):
-  print("Hello World!")
-

At the time it felt like having the Elder Wand. -Dumbledore with Elder Wand pic

-

But there was more to our lesson. -The TA then asks us to put our newly found power to use by computing the -sum of 1 to 100. Of course, it was a natural application of what we had just done earlier:

-
sum = 0
-for i in range(1, 100+1):
-  sum = sum + i
-

Sure enough we saw the answer 5050 in the console. -But then the TA reminds us that we are making our computers work too hard. -In other words, the computer needs to do one-hundred ADD instructions in order to make this computation happen.

-

What if the number was a million? How well would our method scale?

-

Well then it would take a million ADD instructions. -We call this scaling linearly with the input size. -Later we would formalize this to $\mathcal{O}(n)$ (pronounced: Big Oh of N).

-

The TA hinted that there is a better way, and that we already know of the better way in math.

-

Teaching meme

-

$\displaystyle S_n = \sum\limits_{i=1}^n i = 1 + 2 + … + n = \frac{n (n + 1)}{2}$

-

With this we are no longer using loops, but a known mathematical fact about sequences. -If you don’t belive me, see the proof.

-

Written as code:

-
sum = n (n + 1) / 2
-

This one-liner solves our problem with just 3 (ADD, MULTIPLY, DIVIDE) instructions. -Crucially, it does not depend on the size of the input like our previous solution, thus -no matter the input, it always takes 3 instructions to compute! -This is a HUGE win!

-

Math meme

-

Later we would formalize this to $\mathcal{O}(1)$, or constant scaling.

-
-

Yes, yes I know IRL the complier would optimize the loop solution -such that it does not take N instructions but for the purposes of -learning we were not allowed to depend on that.

-
-

Looking back at it now, -both solutions are equally correct, and modern compilers would optimize the first solution -in the final instructions sent to the cpu, such that any performance differences would be negligible. -In other words, the computer wouldn’t acutally be working so hard.

-

Objectively, the first solution is more readable, and friendly to a new observer than the second.

-

Why then am I still so drawn to the second solution?

-

The first solution reminds me of the saying “to a hammer, eveything looks like a nail”. -Its a brute force approach. -In comparison, the second solution is using the exact tool for our particular problem. -It somehow feels personalized and dare I say romantic.

-

When I reflect on moments like this, it reminds me that there is emergent elegance and beauty -even in the seemingly arbitrary sequence of symbols that is code. -The Matrix code going by image

-

Programming is not quite as objective as people would have you believe. -There are trade-offs to each solution, and which solution you prefer relect on the trade-offs -you are willing to accept, which varies by the observer: much like art.

-
-
- -
- -
-
-
- -

Links

-

Git, email, and resume

-
- - - -
-
-
-

How programming is romantic.

- -

- By Kumar Damani, - 2022-11-29 -

- - - - -
-
- -

- - - - - - - - - - -

-

- - -
- -
- - - diff --git a/public/post/programming-as-art/math.png b/public/post/programming-as-art/math.png deleted file mode 100644 index bbdc372..0000000 Binary files a/public/post/programming-as-art/math.png and /dev/null differ diff --git a/public/post/programming-as-art/teaching.png b/public/post/programming-as-art/teaching.png deleted file mode 100644 index 9bf5dce..0000000 Binary files a/public/post/programming-as-art/teaching.png and /dev/null differ diff --git a/public/post/programming-as-art/wand.png b/public/post/programming-as-art/wand.png deleted file mode 100644 index 5eefc9c..0000000 Binary files a/public/post/programming-as-art/wand.png and /dev/null differ diff --git a/public/post/programs/index.html b/public/post/programs/index.html deleted file mode 100644 index 067706d..0000000 --- a/public/post/programs/index.html +++ /dev/null @@ -1,167 +0,0 @@ - - - - Programs and Equipment – Kumar Damani - Home - - - - - - - - - - - - - - - - - - - - -
- - - -
-
-

Programs and Equipment

-
- -
-

The programs and equipment I use on a daily basis.

-

Programs and Equipment I Use

-

I’m about getting things done quickly and having as little space between -my thoughts and actions on the computer.

-

I like having vim-like bindings and prefer running programs in the terminal for simplicity’s sake. -That said, I’m very much against the cringe meme that things in the terminal are “cooler” or “nerdier” XD. -Terminals are good for most tasks, but useless for others, for example, browsing the web -(I admit this unfortunate fact with much consternation) or looking at maps.

-

Software I Use

-

OS Distribution

-

Manjaro (stable) though this is a bit of a moot point since there’s been a lot of convergence among the -popular distros recently especially since they all offer some dedicated channel for getting up-to-date -software. The real day-to-day difference to workflow comes from the choice of desktop environment. -I do like Debian, and Fedora as well.

-

Desktop Environment

-

I’ve settled on KDE Plasma w/ Wayland after many years of hopping. -Plasma comes with all the tools you’d expect to see in a modern desktop, -and for the most part these tools are perfectly capable of doing the task they are meant to do. -Prior to KDE, I’ve used Dwm/Bsmpw + Sxhkd, i3 etc. I’m glad these exist and people get -use out of it, but for now I do not miss it - I’m sure that will eventually change too.

-

KDE Plasma

-

Text Editor

-

(neo)vim. Less of a text editor and more of a lifestyle. Check out my dotfiles for this. -No, I’m not going to ever switch to emacs.

-

Neovim

-

Web Browser

-

Firefox / -Brave / -Vivaldi. -I have tried, Chromium, Qutebrowser in the past.

-

File Manager

-

nnn. Yes, I have used ranger.

-

nnn

-

Where can I find good software options?

-

The program of your dreams is probably listed below:

-
    -
  • The suckless website’s list of programs that “rock”. -Generally minimalist programs.
  • -
  • A more comprehensive list -of minimalist software.
  • -
  • FSF’s Free Software Directory. -Emphasis on libre software (although most software in the links above will have free licenses as well).
  • -
  • Gentoo Wiki Recommendations -A good mix of programs for novices and advanced users.
  • -
-

Hardware I Use

-

Laptop

-

The main laptop I use is the Framework laptop. -I’m a huge fan of the whole upgradability concept coming from a few generations of ThinkPads.

-

What I don’t use

-

Proprietary software.

-

I’m not going to endorse proprietary services that have gone out of their way to spy on or politically -suppress their users, just as Facebook, Discord etc. -One of the many take-aways you should get from me is that the use of libre/free software, -by its nature, is more constructive and extensible; and that’s the point.

-

There are philosophical reasons for this I’ll talk about in time, but for now, -suffice it to say I will not endorse the usage of proprietary software.

-
-
- -
- -
-
-
- -

Links

-

Git, email, and resume

-
- - - -
-
-
-

Overview for the programs and equipment I use day-to-day.

- -

- By Kumar Damani, - 2021-11-12 -

- - - - -
-
- -

- - - - - - - - - - -

-

- - -
- -
- - - diff --git a/public/post/self-host/6imv05.jpg b/public/post/self-host/6imv05.jpg deleted file mode 100644 index d042d7a..0000000 Binary files a/public/post/self-host/6imv05.jpg and /dev/null differ diff --git a/public/post/self-host/elections.jpg b/public/post/self-host/elections.jpg deleted file mode 100644 index ac4ac96..0000000 Binary files a/public/post/self-host/elections.jpg and /dev/null differ diff --git a/public/post/self-host/freedom.jpg b/public/post/self-host/freedom.jpg deleted file mode 100644 index d62048a..0000000 Binary files a/public/post/self-host/freedom.jpg and /dev/null differ diff --git a/public/post/self-host/index.html b/public/post/self-host/index.html deleted file mode 100644 index f1ec3b7..0000000 --- a/public/post/self-host/index.html +++ /dev/null @@ -1,240 +0,0 @@ - - - - Why do I self-host? – Kumar Damani - Home - - - - - - - - - - - - - - - - - - - - -
- - - -
-
-

Why do I self-host?

-
- -
-

My reasons for self-hosting.

-

Digital freedom/independence

-

Freedeom pic

-

To put it simply, if you use a service such as Lastpass, iCloud, Dropbox, GDrive, OneDrive, etc. -to store your data, you do not own it.

-

You are trusting corp. X to store it, secure it, and make it available to you. -Beyond the obvious privacy pitfalls with this, there are many other things that -could go wrong with your data being stored this way:

-
    -
  • Corp. X could vanish/close/“declare bankruptcy” (as with many crypto corps. lately), and you lose your data.
  • -
  • Corp. X could make a policy change and lock you out from accessing your account.
  • -
  • Or you could “forget” to pay the bills a few times and get locked out.
  • -
  • Corp. X could get hacked, and your data gets stolen. This is the latest trend!
  • -
  • Many other doomsday 💀 scenarios.
  • -
-

Personally, I don’t feel comfortable depending on the existence of corp. X for data that is important to -me i.e. a lifetime’s worth of documents, memories, and passwords etc. -I 💤 much better at night knowing I am avoiding most if not all of the risks above.

-

Privacy

-

Normies often ask me some variation of:

-
    -
  • Why do I care if corp. X has my data? I have nothing to hide!
  • -
  • Since I’m aware of targeted advertising, it won’t work on me, -so why should I care if corp. X has my data?
  • -
-
my pic -
- -

To such questions, I follow-up with:

-
-

Do you want to contribute to a dystopian (Orwellian future?

-
-
thought police -
- -

If your answer is yes, then no need to read further, the following will not change your mind.

-

If your answer is no, but you aren’t convinced that/how these are related, -then the argument goes something like this…

-
    -
  • We live in a world of mass data-collection/surveillance.
  • -
  • This enables corp. X to use techniques such as ML (Machine Learning) to build/train models (or “AI” - -Artificial Intelligence)that aim to predict human behaviour.
  • -
  • That by itself is not a problem here.
  • -
  • The problems arise when corp. X use these techniques for profit without -regard for the harm they cause at a population level.
  • -
-

I have unfortunately lived through enough of these cases to be able to cite a few recent examples:

-
    -
  • -

    Instagram (etc.) designs its apps/products optimizing for maximum addiction1. -Think slot-machines. -You might think you are “too smart” to fall for these tricks, and you might be right, -but what about the millions of adolescents using these platforms who aren’t as wise as you? -The data collected, and techniques developed from your usage enables platforms -to target not only you, but all users on the platform, including the most vulnerable.

    -

    Unfortunately, many of these kids will end up suffering from mental-health, -body-image, self-esteem issues2, -and for some it will be fatal. -I do not think this is morally acceptable, and is primary reason I refuse -to participate in social-media platforms.

    -

    Depression

    -
  • -
-

You could say “well that’s due to bad parenting”, but the point remains that -more and more of the digital world is having real world negative consequences regardless of -your individual participation level. Another example:

-
    -
  • -

    By now its well known that Facebook’s (etc.) targeted advertising -played a significant a role in the 2016 US Elections3. -Facebook was able to do this thanks to its users voluntarily giving personal information for two decades. -However, the policies that come out of this election has real world consequences to millions -(if not billions) of people, regardless of their individual Facebook usage, which -undermines the very purpose of a democratic republic. -Regardless of your political affiliation, it should worry you that this can happen.

    -

    Elections

    -
  • -
-

To summarize, it might not be a problem if individuals disregard their -privacy at the individual level, but in aggregate, a population-wide disregard -has dystopian consequences.

-

So the question you have to ask yourself is:

-
-

What can I do?

-
-

Start by valuing your privacy. -Then, follow some of these tips to say no…

-
    -
  • Limit your exposure to these services. If a friend stops talking to you because -of this, then congratulations, you’ve just gotten rid of a fake friend. You’re welcome.
  • -
  • Self-host -as much as you can. -You can see how I implement this and replicate it yourself, -though it is a bit involved for normies.
  • -
  • If neither of the above work for you, then you’ll need to do some research to -find an alternative source that you can trust isn’t doing the same thing. -Use this -as a starting point and try to search (Ctrl+f) for your service. For eg. Twitter, and -Instagram both have popular options available.
  • -
  • Stop using Chrome. If you must use it, use Brave instead. -I advocate for Firefox. -Neither are perfect, but both offer privacy respecting options in their settings. -Specifically disabling cross-site tracking is important. -Beyond that, install an ad-blocker extension such as UBlock Origin -on both of them. Don’t forget to do the same on your mobile device!
  • -
  • Things get more complicated on cell-phones. -I suggest switching to a privacy respecting operating-system such as GrapheneOS -Short of this, you can only limit your usage.
  • -
  • Support government policies that respect user-privacy.
  • -
-
office pic -
- - -
-
- -
- -
-
-
- -

Links

-

Git, email, and resume

-
- - - -
-
-
-

Overview of why I self-host.

- -

- By Kumar Damani, - 2022-09-12 -

- - - - -
-
- -

- - - - - - - - - - -

-

- - -
- -
- - - diff --git a/public/post/self-host/office.png b/public/post/self-host/office.png deleted file mode 100644 index 9cff3ce..0000000 Binary files a/public/post/self-host/office.png and /dev/null differ diff --git a/public/post/self-host/police.jpg b/public/post/self-host/police.jpg deleted file mode 100644 index dde2b44..0000000 Binary files a/public/post/self-host/police.jpg and /dev/null differ diff --git a/public/post/self-host/why.jpg b/public/post/self-host/why.jpg deleted file mode 100644 index eda5402..0000000 Binary files a/public/post/self-host/why.jpg and /dev/null differ diff --git a/public/posts/index.html b/public/posts/index.html deleted file mode 100644 index 69999ae..0000000 --- a/public/posts/index.html +++ /dev/null @@ -1,10 +0,0 @@ - - - - https://kumardamani.net/post/ - - - - - - diff --git a/public/series/index.html b/public/series/index.html deleted file mode 100644 index 5b5816d..0000000 --- a/public/series/index.html +++ /dev/null @@ -1,101 +0,0 @@ - - - - Series – Kumar Damani - Home - - - - - - - - - - - - - - - - - - - - -
- - - -
-

Series

- - - -
    - -
- - -
- -
-
-
- -

Links

-

Git, email, and resume

-
- - - -
-
-
-
-
- -

- - - - - - - - - - -

-

- - -
- -
- - - diff --git a/public/series/index.xml b/public/series/index.xml deleted file mode 100644 index 76263b3..0000000 --- a/public/series/index.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - Series on Kumar Damani - Home - https://kumardamani.net/series/ - Recent content in Series on Kumar Damani - Home - Hugo -- gohugo.io - en-us - - diff --git a/public/showcase/index.html b/public/showcase/index.html deleted file mode 100644 index 69999ae..0000000 --- a/public/showcase/index.html +++ /dev/null @@ -1,10 +0,0 @@ - - - - https://kumardamani.net/post/ - - - - - - diff --git a/public/sitemap.xml b/public/sitemap.xml deleted file mode 100644 index f644f02..0000000 --- a/public/sitemap.xml +++ /dev/null @@ -1,42 +0,0 @@ - - - - https://kumardamani.net/ - 2023-03-24T00:00:00+00:00 - 0 - - https://kumardamani.net/post/nixos-p1/ - 2023-03-24T00:00:00+00:00 - - https://kumardamani.net/post/ - 2023-03-24T00:00:00+00:00 - - https://kumardamani.net/tags/ - 2023-03-24T00:00:00+00:00 - - https://kumardamani.net/tags/technology/ - 2023-03-24T00:00:00+00:00 - - https://kumardamani.net/tags/personal/ - 2022-11-29T00:00:00+00:00 - - https://kumardamani.net/post/programming-as-art/ - 2022-11-29T00:00:00+00:00 - - https://kumardamani.net/tags/tech/ - 2022-09-12T00:00:00+00:00 - - https://kumardamani.net/post/self-host/ - 2022-09-12T00:00:00+00:00 - - https://kumardamani.net/post/programs/ - 2021-11-12T00:00:00+00:00 - - https://kumardamani.net/categories/ - - https://kumardamani.net/tags/index/ - - https://kumardamani.net/series/ - - diff --git a/public/tags/index.html b/public/tags/index.html deleted file mode 100644 index e273dff..0000000 --- a/public/tags/index.html +++ /dev/null @@ -1,113 +0,0 @@ - - - - Tags – Kumar Damani - Home - - - - - - - - - - - - - - - - - - - - -
- - - -
-

Tags

- - - - - - -
- -
-
-
- -

Links

-

Git, email, and resume

-
- - - -
-
-
-
-
- -

- - - - - - - - - - -

-

- - -
- -
- - - diff --git a/public/tags/index.xml b/public/tags/index.xml deleted file mode 100644 index e0708be..0000000 --- a/public/tags/index.xml +++ /dev/null @@ -1,47 +0,0 @@ - - - - Tags on Kumar Damani - Home - https://kumardamani.net/tags/ - Recent content in Tags on Kumar Damani - Home - Hugo -- gohugo.io - en-us - Fri, 24 Mar 2023 00:00:00 +0000 - - technology - https://kumardamani.net/tags/technology/ - Fri, 24 Mar 2023 00:00:00 +0000 - - https://kumardamani.net/tags/technology/ - - - - - personal - https://kumardamani.net/tags/personal/ - Tue, 29 Nov 2022 00:00:00 +0000 - - https://kumardamani.net/tags/personal/ - - - - - tech - https://kumardamani.net/tags/tech/ - Mon, 12 Sep 2022 00:00:00 +0000 - - https://kumardamani.net/tags/tech/ - - - - - index - https://kumardamani.net/tags/index/ - Mon, 01 Jan 0001 00:00:00 +0000 - - https://kumardamani.net/tags/index/ - - - - - diff --git a/public/tags/index/index.html b/public/tags/index/index.html deleted file mode 100644 index fce8d04..0000000 --- a/public/tags/index/index.html +++ /dev/null @@ -1,104 +0,0 @@ - - - - index – Kumar Damani - Home - - - - - - - - - - - - - - - - - - - - -
- - - -
-

index

- - - - - - -
- -
-
-
- -

Links

-

Git, email, and resume

-
- - - -
-
-
-
-
- -

- - - - - - - - - - -

-

- - -
- -
- - - diff --git a/public/tags/index/index.xml b/public/tags/index/index.xml deleted file mode 100644 index fa04209..0000000 --- a/public/tags/index/index.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - - index on Kumar Damani - Home - https://kumardamani.net/tags/index/ - Recent content in index on Kumar Damani - Home - Hugo -- gohugo.io - en-us - - Posts - https://kumardamani.net/post/ - Fri, 24 Mar 2023 00:00:00 +0000 - - https://kumardamani.net/post/ - - - - - diff --git a/public/tags/personal/index.html b/public/tags/personal/index.html deleted file mode 100644 index 2309ae8..0000000 --- a/public/tags/personal/index.html +++ /dev/null @@ -1,110 +0,0 @@ - - - - personal – Kumar Damani - Home - - - - - - - - - - - - - - - - - - - - -
- - - -
-

personal

- - - - - - -
- -
-
-
- -

Links

-

Git, email, and resume

-
- - - -
-
-
-
-
- -

- - - - - - - - - - -

-

- - -
- -
- - - diff --git a/public/tags/personal/index.xml b/public/tags/personal/index.xml deleted file mode 100644 index 9b28685..0000000 --- a/public/tags/personal/index.xml +++ /dev/null @@ -1,38 +0,0 @@ - - - - personal on Kumar Damani - Home - https://kumardamani.net/tags/personal/ - Recent content in personal on Kumar Damani - Home - Hugo -- gohugo.io - en-us - Tue, 29 Nov 2022 00:00:00 +0000 - - Romanticism in Programming - https://kumardamani.net/post/programming-as-art/ - Tue, 29 Nov 2022 00:00:00 +0000 - - https://kumardamani.net/post/programming-as-art/ - <p>Why there is art in programming.</p> - - - - Why do I self-host? - https://kumardamani.net/post/self-host/ - Mon, 12 Sep 2022 00:00:00 +0000 - - https://kumardamani.net/post/self-host/ - <p>My reasons for self-hosting.</p> - - - - Programs and Equipment - https://kumardamani.net/post/programs/ - Fri, 12 Nov 2021 00:00:00 +0000 - - https://kumardamani.net/post/programs/ - <p>The programs and equipment I use on a daily basis.</p> - - - - diff --git a/public/tags/tech/index.html b/public/tags/tech/index.html deleted file mode 100644 index 98cf424..0000000 --- a/public/tags/tech/index.html +++ /dev/null @@ -1,107 +0,0 @@ - - - - tech – Kumar Damani - Home - - - - - - - - - - - - - - - - - - - - -
- - - -
-

tech

- - - - - - -
- -
-
-
- -

Links

-

Git, email, and resume

-
- - - -
-
-
-
-
- -

- - - - - - - - - - -

-

- - -
- -
- - - diff --git a/public/tags/tech/index.xml b/public/tags/tech/index.xml deleted file mode 100644 index 7bf143b..0000000 --- a/public/tags/tech/index.xml +++ /dev/null @@ -1,29 +0,0 @@ - - - - tech on Kumar Damani - Home - https://kumardamani.net/tags/tech/ - Recent content in tech on Kumar Damani - Home - Hugo -- gohugo.io - en-us - Mon, 12 Sep 2022 00:00:00 +0000 - - Why do I self-host? - https://kumardamani.net/post/self-host/ - Mon, 12 Sep 2022 00:00:00 +0000 - - https://kumardamani.net/post/self-host/ - <p>My reasons for self-hosting.</p> - - - - Programs and Equipment - https://kumardamani.net/post/programs/ - Fri, 12 Nov 2021 00:00:00 +0000 - - https://kumardamani.net/post/programs/ - <p>The programs and equipment I use on a daily basis.</p> - - - - diff --git a/public/tags/technology/index.html b/public/tags/technology/index.html deleted file mode 100644 index 3e841d0..0000000 --- a/public/tags/technology/index.html +++ /dev/null @@ -1,104 +0,0 @@ - - - - technology – Kumar Damani - Home - - - - - - - - - - - - - - - - - - - - -
- - - -
-

technology

- - - - - - -
- -
-
-
- -

Links

-

Git, email, and resume

-
- - - -
-
-
-
-
- -

- - - - - - - - - - -

-

- - -
- -
- - - diff --git a/public/tags/technology/index.xml b/public/tags/technology/index.xml deleted file mode 100644 index 93f60cf..0000000 --- a/public/tags/technology/index.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - technology on Kumar Damani - Home - https://kumardamani.net/tags/technology/ - Recent content in technology on Kumar Damani - Home - Hugo -- gohugo.io - en-us - Fri, 24 Mar 2023 00:00:00 +0000 - - Adventures in NixOS - Part 1 - https://kumardamani.net/post/nixos-p1/ - Fri, 24 Mar 2023 00:00:00 +0000 - - https://kumardamani.net/post/nixos-p1/ - <p>Almost a guide to getting started with NixOS the modern (2023) way.</p> - - - - diff --git a/public/xmr.png b/public/xmr.png deleted file mode 100644 index 6f78ca0..0000000 Binary files a/public/xmr.png and /dev/null differ -- cgit v1.2.3