add note about AI
This commit is contained in:
parent
0faccf1f99
commit
688a3b5963
3 changed files with 46 additions and 0 deletions
26
content/ai.dj
Normal file
26
content/ai.dj
Normal file
|
@ -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.
|
|
@ -859,6 +859,25 @@ footer.pink-space {
|
||||||
opacity: 70%;
|
opacity: 70%;
|
||||||
|
|
||||||
padding: 1.6rem;
|
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 {
|
& pre.meow {
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
<footer class="pink-space">
|
<footer class="pink-space">
|
||||||
<p class="copyright">© riki moe / りき萌</p>
|
<p class="copyright">© riki moe / りき萌</p>
|
||||||
|
<p class="jinkou"><a href="{{ config.site }}/ai">人工</a></p>
|
||||||
<pre class="meow"> \ /
|
<pre class="meow"> \ /
|
||||||
| \__/ |
|
| \__/ |
|
||||||
\ / \ / ___
|
\ / \ / ___
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue