From 688a3b59639f52d7df58d0110b35a151299a7db8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=82=8A=E3=81=8D=E8=90=8C?= Date: Mon, 15 Sep 2025 23:22:06 +0200 Subject: [PATCH] add note about AI --- content/ai.dj | 26 ++++++++++++++++++++++++++ static/css/main.css | 19 +++++++++++++++++++ template/components/_pink_space.hbs | 1 + 3 files changed, 46 insertions(+) create mode 100644 content/ai.dj diff --git a/content/ai.dj b/content/ai.dj new file mode 100644 index 0000000..dc5a3e0 --- /dev/null +++ b/content/ai.dj @@ -0,0 +1,26 @@ +title = "On usage of AI on this blog" + ++++ + +Generative AI makes me cringe. + +This blog, as well as graphical assets such as icons or illustrations, are entirely human-created. + +- I'm a pretty decent typist, so I don't feel like Copilot or other coding tools would enhance my productivity in that regard. +And vibe coding is the mind killer. + +- I love writing. +Why would I want to relegate _any_ part of that to a machine? + + - Besides, I've had enough corpo-babble during my time working at a corpo. + No need to parrot any of that on my fun, personal website. + +- I'm not as good with drawing, but it's still a very fun process. +Why would I want to relegate that to a machine? + +So like. +Get real. + +Ever tried _learning_ or _making_ something _by yourself_, _with your own hands_?\ +It's fun. +You should give it a go. diff --git a/static/css/main.css b/static/css/main.css index 0a4bb77..3f9b0bf 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -859,6 +859,25 @@ footer.pink-space { opacity: 70%; padding: 1.6rem; + + & a, + & a:visited { + color: var(--text-color); + } + } + + & .jinkou { + position: absolute; + left: 0; + bottom: 0; + opacity: 70%; + + padding: 1.6rem; + + & a, + & a:visited { + color: var(--text-color); + } } & pre.meow { diff --git a/template/components/_pink_space.hbs b/template/components/_pink_space.hbs index 2f87800..0542a09 100644 --- a/template/components/_pink_space.hbs +++ b/template/components/_pink_space.hbs @@ -1,5 +1,6 @@