diff --git a/blog/xe-2021-08-07.markdown b/blog/xe-2021-08-07.markdown new file mode 100644 index 0000000..0dc52f4 --- /dev/null +++ b/blog/xe-2021-08-07.markdown @@ -0,0 +1,36 @@ +--- +title: "Xe" +date: 2021-08-07 +--- + +## Or: Identity is Complicated + +You might have noticed that I have changed my listed name on this website to Xe. +I should probably have done this a while ago. I have been starting to go by Xe +in a more professional way and I am continuing this experiment with this blog. +"Christine" has always been a bit of a placeholder name (albeit one that +"stuck") that I have used as a legal name because a bunch of things and legal +processes expect me to have one. Something something [Falsehoods Programmers +Believe About +Names](https://www.kalzumeus.com/2010/06/17/falsehoods-programmers-believe-about-names/) +something something. + +As for how this is pronounced, here are some attempts to explain how to +pronounce it in text: + +- The way that Americans say the 26th letter of the English (2021) Alphabet "z" +- zee (a spelling that should force you to say it correctly using modern english + orthography) +- /zi/ in the [International Phonetic + Alphabet](https://en.wikipedia.org/wiki/International_Phonetic_Alphabet) + +I don't expect you to migrate over to calling me this immediately. If anything I +have a weak preference for this name. If you are used to calling me "Christine" +or something else, please feel free to do so. + +Incidentally, this also means I have a mythical level of [neopronoun/handle +synergy](http://pronoun.is/xe/xer/xer/xers/xerself) that few others can match. I +also don't expect you to use these neopronouns for me (though it would be cool +if you did). + +Let's see where this experiment goes. diff --git a/templates/blog_atom.rs.xml b/templates/blog_atom.rs.xml index 0296da6..8706c23 100644 --- a/templates/blog_atom.rs.xml +++ b/templates/blog_atom.rs.xml @@ -6,7 +6,7 @@ https://christine.website/blog.atom - Christine Dodrill's Blog + Xe's Blog @Utc::now().to_rfc3339() Christine Dodrill diff --git a/templates/blog_rss.rs.xml b/templates/blog_rss.rs.xml index 0e87ad1..0b42b8e 100644 --- a/templates/blog_rss.rs.xml +++ b/templates/blog_rss.rs.xml @@ -5,7 +5,7 @@ - Christine Dodrill's Blog + Xe's Blog https://christine.website/blog Tech, philosophy and more @APP https://github.com/Xe/site diff --git a/templates/blogpost.rs.html b/templates/blogpost.rs.html index 77d181f..a4d01be 100644 --- a/templates/blogpost.rs.html +++ b/templates/blogpost.rs.html @@ -14,11 +14,11 @@ - + - - + + @if post.front_matter.redirect_to.is_none() { @@ -38,11 +38,13 @@ @}, "author": @{ "@@type": "Person", - "name": "Christine Dodrill" + "name": "Xe", + "alternateName": "Christine Dodrill" @}, "publisher": @{ "@@type": "Person", - "name": "Christine Dodrill" + "name": "Xe", + "alternateName": "Christine Dodrill" @} @} diff --git a/templates/footer.rs.html b/templates/footer.rs.html index 475ff18..e42fe2e 100644 --- a/templates/footer.rs.html +++ b/templates/footer.rs.html @@ -2,8 +2,8 @@
-
Copyright 2021 Christine Dodrill. Any and all opinions listed here are my own and not representative of my employers; future, past and present.
- +
Copyright 2021 Xe (Christine Dodrill). Any and all opinions listed here are my own and not representative of my employers; future, past and present.
+

Like what you see? Donate on Patreon like these awesome people!

Looking for someone for your team? Take a look here.

Served by @env!("out")/bin/xesite, see source code here.

diff --git a/templates/gallerypost.rs.html b/templates/gallerypost.rs.html index b85c716..9feae1a 100644 --- a/templates/gallerypost.rs.html +++ b/templates/gallerypost.rs.html @@ -14,11 +14,11 @@ - + - - + + @@ -36,11 +36,13 @@ @}, "author": @{ "@@type": "Person", - "name": "Christine Dodrill" + "name": "Xe", + "alternateName": "Christine Dodrill" @}, "publisher": @{ "@@type": "Person", - "name": "Christine Dodrill" + "name": "Xe", + "alternateName": "Christine Dodrill" @} @} diff --git a/templates/header.rs.html b/templates/header.rs.html index 9d8b40a..bc501b9 100644 --- a/templates/header.rs.html +++ b/templates/header.rs.html @@ -51,9 +51,9 @@ la budza pu cusku lu @if title.is_some() { - @title.unwrap() - Christine Dodrill + @title.unwrap() - Xe } else { - Christine Dodrill + Xe } @@ -63,8 +63,8 @@ la budza pu cusku lu @if Utc::now().month() == 12 || Utc::now().month() == 1 || Utc::now().month() == 2 { } - - + + @@ -93,7 +93,7 @@ la budza pu cusku lu
-

Christine Dodrill - Blog - Contact - Gallery - Resume - Talks - Signal Boost - Feeds | GraphViz - When Then Zen

+

Xe - Blog - Contact - Gallery - Resume - Talks - Signal Boost - Feeds | GraphViz - When Then Zen

diff --git a/templates/index.rs.html b/templates/index.rs.html index 1919ec1..bbc8694 100644 --- a/templates/index.rs.html +++ b/templates/index.rs.html @@ -11,8 +11,8 @@ @{ "@@context": "http://schema.org/", "@@type": "Person", - "name": "Christine Dodrill", - "alternateName": "Cadey, Xe, Xena", + "name": "Xe", + "alternateName": "Cadey, Christine Dodrill, Xena", "url": "https://christine.website", "image": "https://christine.website/static/img/avatar_large.png", "sameAs": [ @@ -29,17 +29,17 @@ - + - + - +
@@ -48,7 +48,7 @@ Contact Me
-

Christine Dodrill

+

Xe

Full-stack Engineer

Skills
    diff --git a/templates/talkpost.rs.html b/templates/talkpost.rs.html index 6198a7b..d2cf5bd 100644 --- a/templates/talkpost.rs.html +++ b/templates/talkpost.rs.html @@ -14,11 +14,11 @@ - + - + @@ -36,11 +36,13 @@ @}, "author": @{ "@@type": "Person", - "name": "Christine Dodrill" + "name": "Xe", + "alternateName": "Christine Dodrill" @}, "publisher": @{ "@@type": "Person", - "name": "Christine Dodrill" + "name": "Xe", + "alternateName": "Christine Dodrill" @} @}