-
Notifications
You must be signed in to change notification settings - Fork 302
Add inside rust blog post on imposter syndrome #958
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 8 commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
6e6f0c7
Add inside rust blog post on imposter syndrome
yaahc 857c20d
Include suggestions from calebcartwright which I can't just commit fr…
yaahc d1036eb
Add quotes section
yaahc d38d320
Update posts/inside-rust/2022-04-13-imposter-syndrome.md
yaahc 071e882
Tweek my quote at the end
yaahc 967b250
Update posts/inside-rust/2022-04-13-imposter-syndrome.md
yaahc 6ee6b28
add quotes from josh and ralf and remove bit about living doc
yaahc 9da63a4
Update posts/inside-rust/2022-04-13-imposter-syndrome.md
yaahc 6d809ef
add quote from felix
yaahc 44b7377
clarify that imposter syndrome also applies to insiders
yaahc e5af6c5
update date on imposter syndrome
yaahc File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,114 @@ | ||
--- | ||
layout: post | ||
title: "Imposter Syndrome" | ||
author: Jane Lusby, Project Director of Collaboration | ||
team: Rust Foundation Project Directors <https://foundation.rust-lang.org/about/> | ||
--- | ||
|
||
*Preface: This is in response to some feedback the project directors received | ||
from the Rust Foundation staff. Some of the contributors they'd talked to said | ||
they didn't feel justified in applying for Foundation grants even though they'd | ||
love the opportunity, because they don't feel qualified or deserving of them | ||
compared to the other amazing contributors they look up to within the Rust | ||
project. This was a little bit heart breaking to me, because I know exactly | ||
what that feeling is like[^1], and I also know just how wrong they are.* | ||
|
||
Imposter syndrome is an insidious problem within software communities. Many of | ||
us, especially members of marginalized communities, struggle to shake the | ||
feeling that we aren't as qualified as our peers. This makes us feel | ||
unqualified and undeserving compared to those around us. It can make us | ||
hesitate to join communities in the first place and, for those already | ||
involved, it can create a sense of impending doom where you constantly feel | ||
like you're going to get found out and expelled from the community. Overall | ||
it's just not great for mental health, 0/10, would not recommend. | ||
|
||
The thing is though, imposter syndrome is a logical fallacy[^2]. Imposter | ||
syndrome occurs when we discount what we know and inflate what we think other | ||
people know, and this effect is often then reinforced by systemic bias for | ||
those of us who don't get the assumption of competence. | ||
|
||
 | ||
|
||
In reality, we're all specialists within the Rust project. We all have areas | ||
where we have deep expertise and other large areas where we only have the | ||
vaguest idea of how things work. [Niko](https://github.com/nikomatsakis), one | ||
of the lang team co-leads, former compiler team lead and core team alumni, | ||
still comes to me to ask questions about error handling. I frequently need to | ||
tell my fellow contributors that I have no idea what the acronyms they're using | ||
mean[^3]. But this doesn't mean we don't deserve our positions within the | ||
project. We don't expect every contributor know everything, to be perfect, or | ||
to make no mistakes. The only thing we expect from our contributors is the | ||
ability to collaborate effectively with others and a willingness to learn and | ||
grow over time. | ||
|
||
The thing that makes the Rust project as good as it is isn't a couple of | ||
prolific contributors lifting mountains by themselves, it's everyone working | ||
together that brought us to where we are today. We all make mistakes. The | ||
project has layer[^4] after layer[^5] of safeguards to make sure we have a | ||
chance to catch and fix them before they affect our users. These incidents are | ||
unavoidable, expected, and honestly fine! This is the most fundamental | ||
philosophy of both the Rust language and the Rust project: we don't think it's | ||
sufficient to build robust systems by only including people who don't make | ||
mistakes; we think it's better to provide tooling and process to catch and | ||
prevent mistakes. It isn't an accident that our motto is "A language empowering | ||
everyone to build reliable and efficient software." We want people to feel | ||
empowered to make changes they're not 100% confident in, to make mistakes, to | ||
learn, and to grow within the Rust project. This is how all of us got to where | ||
we are today! | ||
|
||
So, if you look up to people within the Rust project, if the work we do here | ||
interests you, if you have always wanted to contribute, and _especially_ if you | ||
already have contributed, I want you to know that you're one of the people we | ||
want to apply for [Rust Foundation grants and | ||
fellowships](https://foundation.rust-lang.org/grants/). You're one of the | ||
people we want to eventually see join teams. You're not an imposter, and I want | ||
yaahc marked this conversation as resolved.
Show resolved
Hide resolved
|
||
you to know that I really look forward to seeing you around the project. | ||
|
||
--- | ||
|
||
*To help reinforce and normalize this, I've gathered a list of times when | ||
current or past project members have struggled with imposter syndrome, have | ||
made mistakes, have had to ask "basic" questions, and similar experiences that | ||
will hopefully help set more reasonable expectations for new and old | ||
contributors across the project.* | ||
|
||
* [Jane Lusby](https://github.com/yaahc/): "I frequently struggle with imposter | ||
syndrome and feeling like I don't get as much done as my peers. When I do all | ||
of my work based off of notifications I completely lose track of what I've | ||
done and end up starving the tasks I wanted to work on. I'm learning to set | ||
reasonable expectations for myself, getting better at managing distractions, | ||
and being intentional about when I respond to github/zulip notifications | ||
which helps me with keeping track of what I've done and making steady | ||
progress on my priorities." | ||
* [Josh Triplett](https://github.com/joshtriplett/): "I didn't fully understand | ||
`Pin` until I read fasterthanlime's ["Pin and | ||
suffering"](https://fasterthanli.me/articles/pin-and-suffering) blog post and | ||
I gave a talk in 2016 where my [most important | ||
point](https://www.youtube.com/watch?v=U8Gl3RTXf88#t=24m40s) was that people | ||
erroneously believe that you have to be an expert to write an RFC or change | ||
Rust, but that I wasn't, and you don't need to be one either." | ||
* [Ralf Jung](https://github.com/ralfjung): "I am still surprised anyone is | ||
taking Miri and Stacked Borrows seriously." | ||
* [Forest Anderson](https://github.com/angelonfira/): "As someone who just | ||
learned last week what `dyn` does, it still amazes me that I have something to | ||
give as a team lead. I was immersed in Rust communities by writing weekly | ||
blogs about Veloren (I took this on because I didn't know enough to contribute | ||
code), which lead to helping with the Rust Gamedev newsletter, which led me to | ||
helping to run the Cross Team Collaboration Fun Times meetup!" | ||
|
||
yaahc marked this conversation as resolved.
Show resolved
Hide resolved
|
||
[^1]: Quote from https://yaah.dev/getting-involved: "What happened at the | ||
Google meetup you ask? Manish, our wonderful meetup organizer, walked up to | ||
me, unprompted, and asked “Hey, you’re Jane right?”. I was shocked, how the | ||
heck did Manish know who I was? It didn’t feel as though I’d done anything | ||
worthy of notice, and yet here he was asking for me by name." | ||
[^2]: https://twitter.com/ithinkwellHugh/status/1175900121097220096 | ||
[^3]: https://github.com/rust-lang/project-error-handling/issues/34#issuecomment-1092269566 | ||
[^4]: Any irreversible changes such as stabilizations require almost everyone | ||
on the relevant team to approve the change and zero people on the team to | ||
raise concerns. | ||
[^5]: We double check all changes with | ||
[crater](https://github.com/rust-lang/crater) before they ever land on stable | ||
and are careful to [quickly](https://github.com/rust-lang/rust/issues/88967) | ||
[revert](https://github.com/rust-lang/rust/issues/90904) | ||
[changes](https://github.com/rust-lang/rust/issues/82913) that cause problems | ||
on crater or nightly. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.