world/content/stream.md

106 lines
2.4 KiB
Markdown
Raw Permalink Normal View History

2023-12-23 10:54:58 +01:00
+++
title = 'The stream of consciousness'
+++
<style>
@keyframes thought-fade {
0% {
opacity: 1;
transform: scale(1);
filter: blur(0px);
}
25% {
transform: scale(1.1) translate(5%, -5%);
filter: blur(0px);
}
50% {
opacity: 0;
transform: scale(1.2) translate(-5%, 5%);
filter: blur(32px);
}
to {
opacity: 1;
transform: scale(1);
filter: blur(0px);
}
}
.thought {
position: fixed;
animation: thought-fade 10s infinite;
animation-play-state: running;
}
</style>
<span class='thought' style='top: 40%; left: 2%'>
I wonder if the fabric of reality can be pierced.
</span>
<span class='thought' style='top: calc(40% + 30px); left: 2.3%;animation-delay:-5s'>
It should be able to be pierced, right?
</span>
<span class='thought' style='top: 76%; left: 52%;animation-delay:-2s'>
Web 3 is the sneaky WW3
</span>
<span class='thought' style='top: 4%; left: 31%'>
Keyboard cat
</span>
<span class='thought' style='top: 23%; left: 87%;animation-delay:-3s'>
OMG SO CUTE!!
</span>
<span class='thought' style='top: 27%; left: 73%;animation-delay:-5s'>
I wonder if she's flirting or just being friendly
</span>
<span class='thought' style='top: 63%; left: 57%;animation-delay:-12s'>
My mind is falling apart
</span>
<span class='thought' style='top: 82%; left: 12%;animation-delay:-5s'>
The void forgives you
</span>
<span class='thought' style='top: 70%; left: 82%;animation-delay:-6s'>
<s>I should kill myself</s> We already have.
</span>
<span class='thought' style='top: 60%; left: 4%;animation-delay:-7s'>
The government is spying on you
</span>
<span class='thought' style='top: 30%; left: 74%;animation-delay:-8s'>
Everything is nothing, and nothing is everything
</span>
<span class='thought' style='top: 60%; left: 34%;animation-delay:-9s'>
I think that someone is listening to <s>my</s> our thoughts.
</span>
<span class='thought' style='top: calc(60% + 30px); left: 34%;animation-delay:-14s'>
Those are <b>OUR</b> thoughts now.
2023-12-23 11:21:51 +01:00
</span>
<span class='thought' style='bottom: 23%; left: 7%;animation-delay:-3s'>
Should I
<a href='/die'>Escape</a>
or
<a href='/escape'>Die</a>
?
2023-12-23 10:54:58 +01:00
</span>