blob: 20e02b1c9cb26429540d92549ef894819d2b0c17 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
---
layout: default
title: boringcactus (Melody Horn)
description: immortal programming goddess
date: null
eleventyImport:
collections: ["post"]
---
i am an immortal programming goddess and a trans ≈woman.
i’ve been programming for over a decade, and in that time i’ve worked on [a wide variety of projects](/projects/).
my pronouns are [ze/hir or it/its, or, if you absolutely must for some reason, she/her](https://pronoun.is/ze/hir?or=it&or=she).
i exist in a lot of places:
<ul class="profile-everywhere-list">
<li><a rel="me" href="https://cohost.org/cactus">cohost</a> (RIP)</li>
<li><a rel="me" href="https://twitter.com/boring_cactus">twitter</a>, alas</li>
<li><a rel="me" href="https://github.com/boringcactus">github</a></li>
<li><a rel="me" href="https://ko-fi.com/boringcactus">ko-fi</a></li>
<li><a rel="me" href="https://www.youtube.com/@boringcactus">youtube</a></li>
<li><a rel="me" href="https://www.twitch.tv/boringcactus">twitch.tv</a></li>
<li><a rel="me" href="https://tacobelllabs.net/@cactus">mastodon</a></li>
<li><a rel="me" href="https://bsky.app/profile/boringcactus.com">bluesky</a></li>
<li><span id="index/replace-with-email-link">email: <code>melody@<this domain></code></span></li>
</ul>
currently, by day i’m a software engineer at the [Massachusetts Bay Transportation Authority's Customer Technology Department](https://ctd.mbta.com/).
by night i am the proprietrix of [Somnolent Succulent Studio LLC](https://somnolentsucculent.studio), but most of the time i just play final fantasy xiv.
occasionally i’ll work on side projects or write blog posts (containing opinions that are my own and not those of my employer), like these:
{% for post in collections.post reversed %}
{% unless post.data.unlisted %}
- [{{ post.data.title }} ({{ post.date | date: "%d %b %Y", "Etc/UTC" }})]({{ post.url }})
{% endunless %}
{% endfor %}
[![Creative Commons BY-NC-SA License](https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png)](https://creativecommons.org/licenses/by-nc-sa/4.0/)
The content of this website is licensed under a [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License](https://creativecommons.org/licenses/by-nc-sa/4.0/).
|