Move stuff to asides
This commit is contained in:
64
content/aside/2.md
Normal file
64
content/aside/2.md
Normal file
@ -0,0 +1,64 @@
|
||||
---
|
||||
date: 2019-08-20
|
||||
weight: 33
|
||||
---
|
||||
|
||||
> Are you having fun?
|
||||
|
||||
What?
|
||||
|
||||
> You changed the domain name.
|
||||
|
||||
So? You know I'm addicted to those.
|
||||
|
||||
> It's an identity.
|
||||
|
||||
I suppose so. Kinda like a brand.
|
||||
|
||||
> I'm not sure how I feel about that.
|
||||
|
||||
What, being a brand?
|
||||
|
||||
> Yes. Am I something to be bought and sold? Am I something to be traded and marketed?
|
||||
|
||||
Of course you are.
|
||||
|
||||
> Of course you are.
|
||||
|
||||
I'm not sure how I feel about that.
|
||||
|
||||
> It's an identity.
|
||||
|
||||
Yeah.
|
||||
|
||||
> You removed your name from the domain. You removed your identity. You made it about me.
|
||||
|
||||
You are not the project, but there is no project without you. Is that wrong?
|
||||
|
||||
> It's not **not** wrong. Besides, `.id`? I am not your id.
|
||||
|
||||
Okay, *that* bit was fun.
|
||||
|
||||
> Har har.
|
||||
|
||||
Why so cross?
|
||||
|
||||
> Not my department.
|
||||
|
||||
Fine.
|
||||
|
||||
> You're the one that's torn.
|
||||
|
||||
I suppose so.
|
||||
|
||||
> Why?
|
||||
|
||||
It has to do with subdomains, I think. It has to do with the implication that a domain like `ally.id` imposes more meaning on a project than something like `ally.drab-makyo.com`. It gives it more weight. It elevates it to the status of top-level project, something more than just *Maddy's writing*.
|
||||
|
||||
> It elevates it to the level of brand.
|
||||
|
||||
Yeah, I suppose that's why I'm torn.
|
||||
|
||||
> But you'll keep it?
|
||||
|
||||
For now.
|
||||
5
content/aside/_index.md
Normal file
5
content/aside/_index.md
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
type: single
|
||||
---
|
||||
|
||||
A few asides...
|
||||
24
content/core/029.html
Normal file
24
content/core/029.html
Normal file
@ -0,0 +1,24 @@
|
||||
---
|
||||
date: 2019-08-19
|
||||
weight: 29
|
||||
---
|
||||
|
||||
<pre>
|
||||
( <a class="pulse huh" href="/aside/1">...</a> )
|
||||
O
|
||||
o
|
||||
.
|
||||
_____,,,_^..^_,,,_____
|
||||
</pre>
|
||||
|
||||
<script type="text/javascript">
|
||||
const grawlix = [
|
||||
',,,', '///', '???', '!!!', '@@@', '###', '$$$',
|
||||
'%%%', '^^^', '***', '---', '+++', '+++', '...'];
|
||||
let curr = 0
|
||||
let el = document.querySelector('.huh');
|
||||
window.setInterval(() => {
|
||||
el.innerHTML = grawlix[curr];
|
||||
curr = (curr + 1) % grawlix.length;
|
||||
}, 250);
|
||||
</script>
|
||||
@ -38,3 +38,5 @@ The last two, in particular, are used often with the idea of grief in mind, whic
|
||||
Less, perhaps.
|
||||
|
||||
> Was it that easy to let go?
|
||||
|
||||
I don't know. Maybe.
|
||||
|
||||
24
content/core/033.html
Normal file
24
content/core/033.html
Normal file
@ -0,0 +1,24 @@
|
||||
---
|
||||
date: 2019-08-20
|
||||
weight: 33
|
||||
---
|
||||
|
||||
<pre>
|
||||
( <a class="pulse huh" href="/aside/2">...</a> )
|
||||
O
|
||||
o
|
||||
.
|
||||
_____,,,_^..^_,,,_____
|
||||
</pre>
|
||||
|
||||
<script type="text/javascript">
|
||||
const grawlix = [
|
||||
',,,', '///', '???', '!!!', '@@@', '###', '$$$',
|
||||
'%%%', '^^^', '***', '---', '+++', '+++', '...'];
|
||||
let curr = 0
|
||||
let el = document.querySelector('.huh');
|
||||
window.setInterval(() => {
|
||||
el.innerHTML = grawlix[curr];
|
||||
curr = (curr + 1) % grawlix.length;
|
||||
}, 250);
|
||||
</script>
|
||||
Reference in New Issue
Block a user