Skip to content

Commit

Permalink
finalize the you have one voice blog post
Browse files Browse the repository at this point in the history
  • Loading branch information
hazelweakly committed Dec 1, 2024
1 parent acebb32 commit 09bffce
Show file tree
Hide file tree
Showing 3 changed files with 78 additions and 21 deletions.
11 changes: 11 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,17 @@ post title:
---
EOF
cfp title:
#!/usr/bin/env bash
set -euo pipefail
slug="$(echo "{{ title }}" | iconv -t ascii//TRANSLIT | sed -r s/[^a-zA-Z0-9]+/-/g | sed -r s/^-+\|-+$//g | tr A-Z a-z)"
cat <<EOF > ./src/cfps/"$slug".md
---
title: "{{ title }}"
date: $(date '+%F')
---
EOF
podcast title:
#!/usr/bin/env bash
set -euo pipefail
Expand Down
2 changes: 1 addition & 1 deletion src/_resume/cv.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ As a web developer, I maintained and developed websites and the infrastructure t
::: cv

- I am a member of the [Haskell Foundation](https://haskell.foundation/who-we-are/)'s Board of Directors and Executive Oversight committee. (2023--Present)
- I am a Fellow of the [Nivenly Foundation](https://nivenly.org/). (2024--Present)
- I am the first Fellow of the [Nivenly Foundation](https://nivenly.org/). (2024--Present)
- I scaled the [Hachyderm](https://hachyderm.io) Mastodon instance into one of the largest in the world and am fondly known as the Infrastructure Witch of Hachyderm.
- I have presented several talks, and appeared in many podcasts, which can be found [on my website](https://hazelweakly.me/talks): <https://hazelweakly.me/talks>
- I obtained a B.S. in Computer Science from Portland State University
Expand Down
Original file line number Diff line number Diff line change
@@ -1,19 +1,21 @@
---
title: "What Makes a Programming Language Real?"
title: "You Have One Voice"
date: 2024-10-21
draft: true
---

What makes a programming language real?
I saw some people picking a fight on the internet about this type of topic, yet again, and it got me thinking as to why we even broach the topic in the first place.
I was originally going to call this post "What makes a programming language real?" because I saw some people picking a fight on the internet about this type of topic, yet again, and it got me thinking as to why we even broach the topic in the first place.
Surely, one might think, a programming language can just exist peacefully without being questioned as to its legitimacy, right?
Well, clearly not.
But, that brings to mind for me: why exactly do we care so much? What's the point?
More importantly, what do we do about it?

However, I realized there's actually a more important point here, lying underneath the surface.
We're human, which means that we all have one voice, one life, and one source of energy.
So, why do we spend time tearing others down when we can build them up?

## All Languages Are Real Because No Language Is Real

I'm going to start this by giving you my personal opinion on things, and then we'll go over how I got here, why I changed my mind, and where I'm at now.
I'm going to start this by talking about the idea of what makes a programming language real.
So, I'm going to be giving you my personal opinion on things, and then we'll go over how I got here, why I changed my mind, and where I'm at now.
I'm going to try and avoid generalizing this to "the community should... " because, honestly, most of y'all are adults and you've already mostly made up your mind;
it's not really a productive use of anyone's time to try and actually sway people one way or another, so I'm not going to.
But, I think it's important to express why exactly I approach this topic the way I do (spoiler alert: it has very little to do with the question as literally phrased).
Expand All @@ -36,17 +38,21 @@ Before I get into why I think these are legitimate, I want to talk about the you
Young me absolutely would've dunked on people for thinking CSS or HTML was a real language; not only that, but PHP? Being as legitimate as Haskell or Java? Seriously? Pffh.
Not only did I have a fairly hard line for what "real" and "not real" meant, but I also had a fairly nuanced taxonomy and tier list for how legitimate a language was and how appropriate it was to use for a certain task.
Only _absolute idiotsssssss_ would use a language for an inappropriate use, _obviously_.
I was vocal about it, as well; you absolutely would've heard my opinion on this if you knew young(er) me.

## Gatekeep Me Not

## The Change
I didn't change my mind on languages for a while.
My special interest and passion used to be Programming Language Theory, and I very seriously deliberated and nearly went to pursue a PhD for it, with a particular interest in optimizing compilers and type theory.
However, something very specific clicked for me the first time I read an article on the internet of how another person had changed their mind and had stopped dunking on languages (it was [Aurynn Shaw, with her lovely article on contempt culture](https://blog.aurynn.com/2015/12/16-contempt-culture), which you should totally read).

I didn't change my mind on languages for a very long time.
My special interest and passion used to be Programming Language Theory, and I very seriously deliberated and nearly went to pursue a PhD for PLT with a particular interest in optimizing compilers and type theory.
However, something very specific clicked for me the first time I read an article on the internet of how another person (demographic: cishet white dude) had changed their mind and had stopped dunking on languages.
Their reasoning? Because a woman in tech had reached out to them and let them know that a lot of the times when he was criticizing these languages or frameworks, he was targeting things primarily used by certain demographics of people, and did he really want to do that?
So, he looked at the numbers, realized she had a deeply valid point, and decided to never criticize a language again.
Her reasoning? As I understood it, what happened for them was that someone laid out for her that many of the journeys and paths into tech that she was criticizing were ones dominated by women.
So consequently, if she spend her time criticizing those languages or frameworks, then she's inadvertently targeting things primarily used by certain demographics of people.
And, well, is that really what she want to do with her time?
After she sat down and reflected on this... She decided to not be part of the problem.

That article had quite the impact on me, to say the least.
Not necessarily because of its point, but because of two larger hidden points behind it.
Not necessarily because of its main point, but because of two larger hidden points behind it.

The first point.
Tech is not a vacuum, nor is it apolitical; regardless of how objective we might want to make an analysis of technology, the people who build it and use it and think about it remain.
Expand All @@ -57,14 +63,16 @@ The second point.
When we declare the legitimacy of something, as a society, we often do so at the expense of another thing.
Likewise, when we declare the illegitimacy of something, as a society, we often do so in order to belittle or ostracize or otherwise hurt a particular group associated with it.
Whether intentional or not, that is a profound and inescapable result.
It doesn't "have" to be that way; there's definitely ways to say "this tech is legitimate" without criticizing another tech choice, but be real, how many times have you actually seen that happen?
Yeah, I thought so.
So, as a person in technology that people look up to, I have a choice: I can spend my energy putting groups of people down, or I can spend my energy lifting them up.

I decided a long time ago that I will always choose to spend my energy lifting people up rather than tearing them down.
This remains, today, one of my most central viewpoints that I try very hard to adhere to.
Even if I want to vent, or want to rant, or get so enormously frustrated with a certain technology product or language or community that I want to talk about it, I try my very hardest to talk about things in a constructive manner rather than an inherently negative and unproductive manner.
If you ever catch me saying "this tool is garbage", feel free to call me out, because I will absolutely rephrase that.

## Consequences
## Experiencing The Shift

I'm going to get a bit more specific here for a second.
I've been talking fairly broadly, but now I'd like to zoom into a community that I've been in and adjacent to for the entirety of my tech career, which is the front-end and design community.
Expand All @@ -80,18 +88,18 @@ But I'm going to be real here. In the last decade or so, the trend I've noticed
These have not been amazingly sudden, but the schism created has been stark, divisive, severe, and sustained.
Chris Coyier talked about this in his article [The Great Divide](https://css-tricks.com/the-great-divide/), although he didn't point out some of the things I'm saying here.
While I don't have hard data to back up the second point, it's a trend I've personally noticed and have heard from several others as well.
It's not particularly a new thing either, because this has happened in several other industries too; in fact, there's this thing that happens whenever an industry shifts its perceived gender.
It's not particularly a new thing either, because this has happened in several other industries too; in fact, there's this thing that seems to happen whenever an industry shifts its perceived gender.

Male dominated industries tend to have a few qualities:

- they're _perceived_ as being legitimate
- they're _perceived_ as being difficult
- they're _perceived_ as being merit based
- they're more high paying
- they're more respected
- they're almost always more high paying
- they're almost always more respected

When they shift to being female dominated, they lose all of those qualities.
For example, when nursing went from being male dominated to female dominated, you could chart in real time the public perception of it along all of these qualities.
For example, when nursing went from being male dominated to female dominated, you could chart in real time the public perception of it along all of these qualities; it's not that the nature of the work changed, it's that we don't want to respect women.
Likewise, when I noticed the front-end community split into a "respected" engineering + "disrespected" design chasm, I saw the exact same thing happen.

Seeing a community go from uplifting CSS and heralding things such as the [CSS zen garden](https://csszengarden.com/) as a feat of engineering to seeing just about nobody give a single flying fuck about the incredible works of [Jen Simmons](https://labs.jensimmons.com/) is... Surreal.
Expand All @@ -106,6 +114,44 @@ Really, I'm not.
What I am going to say, though, is that things have consequences, and systematically devaluing an entire industry of people is going to have very unintended and far reaching consequences.
We need to think about that lot harder than we do now.

## What Is Reality Anyway?
## Human Legitimacy

You know what about this really worries me?
I get really worried when I look at the state of the tech community and what we're about to go through in the next two decades.
We are not ready to undergo the changes that the industry is about to go through, and a huge issue preventing this is precisely the "legitimacy" gap I brought up.
As long as we tear down each other rather than build each other up, we're going to keep fucking up this tech thing and ruining it for everyone, "elite in-crowd" included.
What happens when we tear down all the people who would've grown up to help shape the future of the industry? That's right, we end up not having a real future.

It's not just about tech choices, it's also people, and their communities, their backgrounds, and their cultures, too.
How many people shit on Americans from the south, with their "unrefined" and "unintelligent" southern accent?
How many people grow up having to learn how to lose the accent they were born with in order to be taken seriously in the tech field?
How many people in developing countries are going to get relegated to being viewed as trash off-shore keyboard monkeys because that's all the "hot and trendy" tech market thinks they're good for?

How many legitimate, wonderful, brilliant people are we going to massacre at the alter of elitism and tech exceptionalism before we realize that we're destroying all of the humanity in world for the sake of nothing?

**Cut it out, already.**
People are people, we're all one group, and we're all on the same fucking planet.
Javascript is legitimate, HTML is legitimate, people who do wordpress are legitimate, compiler engineers are legitimate.

You're all legitimate and wonderful and amazing and capable of so much incredible stuff, especially if we learn how to lift each other up and support each other rather than tearing each other down.

## You Have One Voice

In the end of the day, you have one voice.
Humans are single threaded; no matter how many plates we have spinning in the air, there's only one word that can come out of your voice at a time.
There's only one thing you can type at a time, and only one thing you can do with each moment of your life.

Whenever you spend time on one thing, you also _don't_ spend time on everything else.
This compounds severely with the understanding we now have of negativity being more impactful to human memory than positivity.

So, you have a choice: you're going to be remembered for the impact that you've had and the time that you've spent achieving that impact.
Do you want to be remembered as someone who tore down other people? Or as someone who lifted them up?
Do you want to be a negative impact on the world? Or a positive one.

You have one voice.
One life.
One moment at a time.
What are you going to do with it?

Whether or not something is real, or not, depends entirely on your perception.
As for me, I made my choice a long time ago: With every word I say, and every moment I have, I will try my hardest to lift up my communities.
Because we're all in this together, and the world we can make together is so breathtakingly beautiful, why would you not want to be a part of building that?

0 comments on commit 09bffce

Please sign in to comment.