当前位置: 首页 > 编程日记 > 正文

女性程序员大会ghc_在女性科技大会上成为男人的感觉

女性程序员大会ghc

by Elijah Valenciano

通过伊莱贾·瓦伦西亚诺

在女性科技大会上成为男人的感觉 (What It’s Like to be a Man at a Women’s Tech Conference)

To be honest, I was very nervous. A few panicked thoughts started to flood my mind as I prepared myself to enter a conference of 500 or so young female hackers and technology enthusiasts.

老实说,我很紧张。 当我准备参加由500名左右的年轻女性黑客和技术爱好者组成的会议时,一些慌张的想法开始泛滥。

Would I be seen as an outsider? Would people be disappointed to find out their mentor is not a woman?Would people even listen to me during discussions? Would any of my words hold credibility?Would I be judged as being ignorant or unaware?Would all of the men’s bathrooms be temporarily converted to women’s bathrooms?

我会被视为局外人吗? 人们会失望地发现自己的导师不是女人吗? 人们在讨论中还会听我说话吗? 我的话有信誉吗? 我会被判断为无知还是无知? 所有的男用浴室都会暂时改成女用浴室吗?

Earlier this month I had the privilege of attending WECode (Women Engineers Code) — the largest student-run conference for women in computer science conference — held at Harvard University. I was invited through my company as a mentor, along with my Senior Director and the University Relations Tech Recruiter — both of whom are female.

本月初,我有幸参加了在哈佛大学举行的WECode(《妇女工程师法典》) ,这是最大的由学生组织的由计算机科学女性组织的会议。 我是由公司邀请担任导师的,我的高级总监和大学关系技术招聘人员都是女性。

I was confused about being invited — I was both male and a recent college grad — and a bit nervous about attending. But I ended up gaining an invaluable perspective on inclusivity in the tech industry that I would not have experienced at a ‘normal’ conference. And by “normal”, I mean the usual men-dominated gatherings of technologists.

我对被邀请感到困惑-我既是男性,也是应届大学毕业生-对参加会议有点紧张。 但是,我最终获得了对技术行业包容性的宝贵见解,这是我在“正常”会议上所没有的。 “正常”是指通常由男人主导的技术人员聚会。

学习听 (Learning to Listen)

One important thing, if not the most important thing, I learned in this conference was the value of listening.

我在这次会议上学到的一件重要的事情,即使不是最重要的事情,也是聆听的价值。

When I entered different workshops and talks, I usually gravitated towards the back. I was also hesitant to speak up to ask questions. However, during this time of self-conscious sitting, I learned a whole lot about women technologist’s experiences, opinions, and plans for the future. One notable speaker was even setting her stage as being a woman engineer running for Congress.

当我进入不同的研讨会和讲座时,我通常被吸引到后面。 我也很犹豫说出来问问题。 但是,在这段自觉坐着的时间里,我学到了很多关于女技师的经验,观点和对未来的计划。 一位著名的演讲者甚至登台竞选女国会议员 。

I heard stories of conquered obstacles, society-changing successes, and powerfully inspirational women. Surprisingly, by the end of the conference, I had seemed to develop a voice as well. I was ready to ask questions, and ready to offer my own contributions.

我听到了有关克服障碍,改变社会的成就以及富有灵感的女性的故事。 令人惊讶的是,到会议结束时,我似乎也发出了声音。 我准备提出问题,并准备提供自己的贡献。

成为盟友 (Being an Ally)

Prior to the conference, I didn’t understand what it meant to be an ally. And I’m still not sure I know exactly what that means.

在会议召开之前,我不明白成为盟友意味着什么。 而且我仍然不确定我确切知道那是什么意思。

What I can say, at least for now, is that the best I can offer is to be an informed colleague — a friend who listens to the experiences of my colleagues and supports them.

我至少可以说的是,我所能提供的最好的办法就是成为一个知识渊博的同事-一个倾听我同事的经验并支持他们的朋友。

参与解决方案 (Taking Part in the Solution)

One thing that became clear during our discussions is that it takes everyone to solve an issue.

在我们的讨论中变得很清楚的一件事是, 每个人都需要解决一个问题。

Women can’t do it alone. That would only result in an isolated solution. Men definitely can’t do it alone. It will take communication and hard work from both sides to figure out the inclusivity issues that plague the tech industry.

女人不能一个人做。 那只会导致孤立的解决方案。 男人绝对不能独自做到这一点。 双方都需要沟通和努力,才能找出困扰技术行业的包容性问题。

现在怎么办 (What Now)

There’s still much to learn about the obstacles women in tech face. But now at least I’m equipped with some degree of insight into what’s happening in the workplace.

关于女性在技术上面临的障碍,还有很多事情要学习。 但是现在至少我对工作场所中发生的事情有了一定程度的了解。

Will I go to a women’s tech conference again? If I’m invited again, yes. Will the questions of insecurity I held before still float in my mind? Probably. But doing my part to make tech a more inclusive field is much more important than my own insecurities.

我会再次参加女性技术会议吗? 如果再次邀请我,是的。 我之前提出的不安全问题还会浮现在脑海吗? 大概。 但是,尽我所能使技术成为更具包容性的领域比我自己的不安全感更为重要。

翻译自: https://www.freecodecamp.org/news/being-a-man-at-a-womens-tech-conference-b567602b59ad/

女性程序员大会ghc

相关文章:

cf776G.Sherlock and the Encrypted Data

题意:对于一个16进制数x,把x的各个数位拿出来,设其为t1,t2,...,定义s(x)为2^t1|2^t2|...,如x0x3e53,则s(x)2^3|2^14|2^5|2^316424.给出q组询问l,r(l,r也是16进制数,不超过15位),求[l,r]中有多少个数x满足x^s(x)<x. 这题题解写的是个状压数位dp,但是蒟蒻不会数位dp,自己YY了一…

c++, 派生类的构造函数和析构函数 , [ 以及operator=不能被继承 or Not的探讨]

说明&#xff1a;文章中关于operator实现的示例&#xff0c;从语法上是对的&#xff0c;但逻辑和习惯上都是错误的。 参见另一篇专门探究operator的文章&#xff1a;《c&#xff0c;operator》http://www.cnblogs.com/mylinux/p/4113266.html 1.构造函数与析构函数不会被继承&a…

json转换模型利器--JSONExport

JSONExport 从json 到 Model &#xff0c;如此的方便 swift oc java 全部支持

亚马逊ses如何发qq_使用Amazon SES发送电子邮件

亚马逊ses如何发qqby Kangze Huang黄康泽 使用Amazon SES发送电子邮件 (Sending emails with Amazon SES) 完整的AWS Web样板-教程3 (The Complete AWS Web Boilerplate — Tutorial 3) 目录 (Table of Contents) Part 0: Introduction to the Complete AWS Web Boilerplate第…

源码-0205-02--聊天布局

还真是失败&#xff0c;搞了两天遇到了布局cell高度总是出差的问题&#xff0c;cell height不是高很多很多&#xff0c;就是就是矮到没有的情况。。。。糟糕透顶待解救&#xff5e; 聊天布局 // // XMGChatingViewController.m // 07-聊天布局 #import "XMGChatingViewC…

js实现页面跳转的几种方式

第一种&#xff1a;<script language"javascript" type"text/javascript"> window.location.href"login.jsp?backurl"window.location.href; </script>第二种&#xff1a; <script language"javascript&q…

Mac 升级系统 pod 命令无效

mac 升级完最新的系统之后 使用pod 命令之后无效报错 -bash: /usr/local/bin/pod: /System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/bin/ruby: bad interpreter: No such file or directory 解决方案 sudo gem install -n /usr/local/bin cocoapods

node seneca_使用Node.js和Seneca编写国际象棋微服务,第1部分

node seneca(This is Part 1 of a three-part series [Part 2, Part 3])(这是一个由三部分组成的系列文章的第1部分[ 第2 部分 &#xff0c; 第3部分 ]) I’ve begun wrapping my head around microservices. Up to this time I regarded it as a scalability pattern and ove…

Ubuntu中基于QT的系统网线连接状态的实时监视

1.必要准备 需包&#xff1a; #include <QNetworkInterface> 2.实现获取当前的网线连接状态 以下是自己在网络上搜到的一个解决方法&#xff0c;且没有加入iface.flags().testFlag(QNetworkInterface::IsRunning) 这一逻辑判断&#xff0c;经测试实时性极不可靠&#xff…

iOS 开发者账号 到期续费问题

https://blog.csdn.net/liruiqing520/article/details/104043221

[转载]Using ngOptions In AngularJS

http://odetocode.com/blogs/scott/archive/2013/06/19/using-ngoptions-in-angularjs.aspx?utm_sourcetuicool转载于:https://www.cnblogs.com/Benoly/p/4097213.html

graphql_GraphQL的稳步上升

graphqlToday GitHub announced that the next version of their API will use a new technology developed by Facebook called GraphQL.今天&#xff0c;GitHub宣布其API的下一版本将使用Facebook开发的一项名为GraphQL的新技术。 GraphQL may eventually come to replace t…

转: windows系统下mysql出现Error 1045(28000) Access Denied for user 'root'@'localhost'

windows系统下mysql出现Error 1045(28000) Access Denied for user rootlocalhost 转自 http://zxy5241.spaces.live.com/blog/cns!7682A3008CFA2BB0!361.entry 在windows操作系统安装MySQL数据库&#xff0c;碰到Error 1045(28000) Access Denied for user rootlocalhost 错误…

正则表达式的字符、说明和其简单应用示例

字符和其含义 字符       含义 \         转义字符&#xff0c;将一个具有特殊功能的字符转义为一个普通的字符 ^        匹配字符串的开始位置 $        匹配字符串的结束位置 *        匹配前面的0次或多次的子表达式        …

iOS 设置UILabel 的行间距

// // UILabelLineSpace.h//#import <UIKit/UIKit.h>NS_ASSUME_NONNULL_BEGINinterface UILabel (LineSpace)/**设置文本,并指定行间距param text 文本内容param lineSpacing 行间距*/ -(void)setText:(NSString*)text lineSpacing:(CGFloat)lineSpacing;endNS_ASSUME_N…

倦怠和枯燥_启动倦怠

倦怠和枯燥by Elie Steinbock埃莉斯坦博克(Elie Steinbock) 启动倦怠 (Start-up Burnout) Shabbat is the seventh day of the week. It starts on Friday night and ends on the following evening, Saturday. (A day starts in the evening for the Jews.) It’s also the J…

客户端处理包方法

不同包客户端的处理方法 对于那种事件类型的 连接上了&#xff0c;连接失败了&#xff0c;断开连接了 bool NGP::OnConnected() {std::lock_guard<std::mutex> lock(m_PktMutex);//加锁是因为runonce应该是另一个线程m_queFunctions.push(std::bind(&NGP::Connect2Se…

0011_练习题d1

__author__ qq593 #!/usr/bin/env python #-*- coding:utf-8 -*- #使用while循环输入1 2 3 4 5 6 8 9 10 a1 while True:print(a)if(a10):breakif (a7):a1continuea1 __author__ qq593 #!/usr/bin/env python #-*- coding:utf-8 -*- #求1-100所有数的和 a1 sum00 while(a<…

iOS 仿微信灵活添加标签

iOS 仿微信灵活添加标签 原作者的github 地址 喜欢的点赞 https://github.com/DreamFlyingCow/TTTags 效果如下&#xff0c;iOS 13 访问私有属性 会崩溃&#xff0c;自己修改一下即可 TTTagView.m 文件修改如下 我的备份&#xff1a;https://github.com/AlexanderYeah/TTTa…

css 倒三角_倒三角结构:如何管理大型CSS项目

css 倒三角by Luuk GruijsLuuk Gruijs着 倒三角结构&#xff1a;如何管理大型CSS项目 (The Inverted Triangle Architecture: how to manage large CSS Projects) You’re assigned a small task to fix some little styling issues here and there. You’ve found the correc…

列举一些常见的系统系能瓶颈 Common Bottlenecks

http://www.nowamagic.net/librarys/veda/detail/2408在 Zen And The Art Of Scaling - A Koan And Epigram Approach 一文中&#xff0c; Russell Sullivan 提出一个很有趣的设想&#xff1a;一共有20种经典的瓶颈。这听起来就像只有20种基本的故事情节&#xff08;20 basic s…

Zeal 离线API文档浏览器

zeal是一个windows上的开源的离线文档浏览工具&#xff0c;基于docset格式&#xff0c;可以兼容全部dash的文档。zeal没有代码片段管理的功能&#xff0c;只提供文档浏览功能&#xff0c;不过windows下的用户可算是有的用了。dash目前只提供mac上的版本&#xff0c;作者说有往w…

iOS scrollToItemAtIndexPath 无效的解决方案

在UITableview中放置的UICollectionView,然后设置滚动没有效果scrollToItemAtIndexPath - (void)layoutSubviews {[self.collectionView scrollToItemAtIndexPath:[NSIndexPath indexPathForRow:self.selectedIdx inSection:0] atScrollPosition:UICollectionViewScrollPositio…

机器学习编程语言_我应该选择哪种编程语言? 我应该专注于前端吗? 后端? 机器学习?...

机器学习编程语言by Preethi Kasireddy通过Preethi Kasireddy 我应该选择哪种编程语言&#xff1f; 我应该专注于前端吗&#xff1f; 后端&#xff1f; 机器学习&#xff1f; (What programming language should I pick? Should I focus on front-end? Back-end? Machine l…

spdlog源码阅读 (1): sinks

0. spdlog简单介绍 spdlog 是一个快速的 C 日志库&#xff0c;只包含头文件&#xff0c;兼容 C11。项目地址 特性: 非常快只包含头文件无需依赖第三方库支持跨平台 - Linux / Windows on 32/64 bits支持多线程可对日志文件进行循环输出可每日生成日志文件支持控制台日志输出可选…

什么样的程序员才算成熟? 让程序员认清自己的所处的阶段

http://www.nowamagic.net/librarys/veda/detail/1450程序员在经历了若干年编程工作之后&#xff0c;很想知道自己水平到底如何&#xff1f;自己是否已经成为成熟的程序员&#xff1f;虽然程序员会对自己有一个自我评价&#xff0c;但是&#xff0c;自己的评价和社会的评价、专…

iOS访问系统日历 添加提醒事件

1 添加隐私请求提示 Privacy - Calendars Usage Description 2 代码 #import <EventKit/EventKit.h> // 添加提醒事件 - (void)addEventWithTimeStr:(NSString *)timeStr title:(NSString *)title planId:(NSString *)planId {EKEventStore *store [[EKEventStore al…

数据分析从头学_数据新闻学入门指南:让我们从头开始构建故事

数据分析从头学by Mina Demian由Mina Demian 数据新闻学入门指南&#xff1a;让我们从头开始构建故事 (A Beginner’s Guide to Data Journalism: Let’s Build a Story From Scratch) This is an introductory guide on how to produce the beginnings of a piece of data jo…

Comparator 和 Comparable

Comparator 和 Comparable 比较 Comparable是排序接口&#xff1b;若一个类实现了Comparable接口&#xff0c;就意味着“该类支持排序”。而Comparator是比较器&#xff1b;我们若需要控制某个类的次序&#xff0c;可以建立一个“该类的比较器”来进行排序。 我们不难发现&…

朴素贝叶斯算法的python实现

朴素贝叶斯 算法优缺点 优点&#xff1a;在数据较少的情况下依然有效&#xff0c;可以处理多类别问题 缺点&#xff1a;对输入数据的准备方式敏感 适用数据类型&#xff1a;标称型数据 算法思想&#xff1a; 朴素贝叶斯比如我们想判断一个邮件是不是垃圾邮件&#xff0c;那么…