College student reflects on getting started in open source(一)
I just completed the first semester of my second year in college, and I'm reflecting on what I learned in my classes.
我刚刚完成大学二年级的第一学期,我正在思考我在课堂上学到的东西。
One class, in particular, stood out to me: "Foundations of an Open Source World
," taught by Dr. Bryan Behrenshausen at Duke University.
有一节课特别引起了我的注意:“开源世界的基础”,它由杜克大学的 Bryan Behrenshausen 博士讲授。
I enrolled in the class at the last minute because it seemed interesting and, if I’m being honest because it fit my schedule.
我在最后一刻参加了课程,因为它看起来很有趣,诚实地来说,因为它符合我的日程安排。
On the first day, Dr. Behrenshausen asked if we students knew or had used any open source programs.
第一天,Behrenshausen 博士问我们学生是否知道或使用过任何开源程序。
Until that day I had hardly heard the term “open source” and certainly wasn't cognizant of any products that fell into that category.
直到那一天,我几乎没有听过术语“开源”,当然也不知道任何属于该类别的产品。
As the semester went on, however, it dawned on me that the passion I have towards my career aspirations would not exist without open source.
然而,随着学期的继续,对我而言,如果没有开源,我对事业抱负的激情就不会存在。
Audacity and GIMP
Audacity 和 GIMP
My interest in technology started at age 12.
我对技术的兴趣始于 12 岁。
Charged with the task of cutting music for my dance team, I searched the web for hours until I found Audacity, an open source audio editor.
我负责为我的舞蹈团队裁剪音乐,我在网上搜索了几个小时,直到找到开源音频编辑器 Audacity。
Audacity opened doors for me; no longer was I confined to repetitive eight-counts of the same beat.
Audacity 为我敞开了大门。我不再局限于重复的 8 音节。
I started receiving requests left and right from others who wanted unique renditions of their favorite songs.
我开始接受其他想要独特演绎他们最喜爱歌曲的人的请求。
Weeks later, I stumbled upon a GIF on the internet of a cat with a Pop-Tart torso and a rainbow trail flying through space.
几周后,我偶然在互联网上看到了一只有着 Pop-Tart 躯干并且后面拖着彩虹在太空飞行的猫。
I searched “how to make moving images” and discovered GIMP, an open source graphics editor, and used it to create a GIF of "The Simpsons" for my brother’s birthday present.
我搜索了“如何制作动态图像”,并发现了一个开源的图形编辑器 GIMP,并用它为我兄弟做了一张“辛普森一家”的 GIF 作为生日礼物。
单词短语
o
pen source
开源
complete
完成
reflect on
反省
in particular
特别
stand out
突出显眼
foundation
基础
enroll
加入
seem
看起来
be honest
诚实
fit
适合
program
程序
hardly
几乎没有
certainly
确定地
cognizant
认知的
product
产品
fall into
包含于
category
种类
as…goes on
随着。。。的进行
dawn on
明白
aspiration
激情
technology
技术
charge with
负责
task
任务
audio
音频
editor
编辑器
no longer
不再
confined
受限制的
repetitive
重复的
receive
接受
request
要求
unique
独特的
rendition
演奏
stumble upon
偶然发现
search
搜索
graphic
图像的
作者:Christine Hwang
Welcome to NODEING English. We're here to put a dent in the universe.
—END—
College student reflects on getting started in open source(一)的更多相关文章
- College student reflects on getting started in open source(二)
My budding interest grew into a full-time obsession: creating artwork on my clunky, laggy laptop. 我萌 ...
- 1.8 Double-Opening and Virtual Machine
Since plug-in will be replaced by RN as following years, what is the future of plug-in? the answer i ...
- Just a complaint about the college examinations
Well , you know. As a college student who want to find a good job after graduating like me , scores ...
- TED_Topic9:How we're priming some kids for college — and others for prison
Alice Goffman In the United States, two institutions guide teenagers on the journey to adulthood: co ...
- 英语口语考试资料College life
College life Early in senior high school, we longed to be enrolled in a university. Now the dream ha ...
- [C1] Andrew Ng - AI For Everyone
About this Course AI is not only for engineers. If you want your organization to become better at us ...
- [No00007E]2016-面经[中]
目录: 写一份动人简历的九个步奏 英文简历必备的十大元素 写一份动人简历的九个步骤 写一份动人的简历可以算得上是找工作最难的部分之一,但是,通过下面九步,这件事不再那么难了. 简历定位.雇主们之所以花 ...
- 使用dom4j解析XML文档
dom4j的包开源包,不属于JDK里面,在myeclipse中要单独导入在项目中,这里不累赘了 做这个过程,很慢,因为很多方法没用过不熟悉,自己得去查帮助文档,而且还得去试,因为没有中文版,英文翻译不 ...
- August 25th 2016 Week 35th Thursday
Every man dies, but not every man really lives. 每个人都会死,但不是每个人都曾经真真活过. As I become older and older, I ...
随机推荐
- oracle之bitmap索引
oracle常见的索引是BTree索引和Bitmap索引. BTree索引特点: 默认索引 适合大量增删改查 不能用or操作符 适合高基数的列(即唯一值多) 创建sql:create index li ...
- python中的列表内置方法小结
#!/usr/local/bin/python3 # -*- coding:utf-8 -*- ''' names=['zhangyu','mahongyan','zhangguobin','shac ...
- Effective Approaches to Attention-based Neural Machine Translation(Global和Local attention)
这篇论文主要是提出了Global attention 和 Local attention 这个论文有一个译文,不过我没细看 Effective Approaches to Attention-base ...
- pytorch中torch.nn构建神经网络的不同层的含义
主要是参考这里,写的很好PyTorch 入门实战(四)--利用Torch.nn构建卷积神经网络 卷积层nn.Con2d() 常用参数 in_channels:输入通道数 out_channels:输出 ...
- exec族函数
作用 在进程的创建上Unix采用了一个独特的方法,它将进程创建与加载一个新进程映象分离.这样的好处是有更多的余地对两种操作进行管理. 当我们创建了一个进程之后,通常将子进程替换成新的进程映象,这可以用 ...
- Spark&Hive结合起来
1.spark与Hive结合起来 前提:当你spark的版本是1.6.1的时候,你的Hive版本要1.2.1,用别的版本会有问题 我们在做的时候,Hive的版本很简单,我们只需要解压缩,告诉他Hive ...
- Android面试收集录6 事件分发机制
转自:秋招面试宝典. 一. 基础认知 1.1 事件分发的对象是谁? 答:事件 当用户触摸屏幕时(View或ViewGroup派生的控件),将产生点击事件(Touch事件). Touch事件相关细节(发 ...
- ansible-2
软件相关模块 rpm 和yum 的区别: rpm: redhat package manager :yum可以解决依赖关系 yum 源配置: cat /etc/yum.repos.d/epel.rep ...
- Spring---bean的实例化
Spring IoC容器如何实例化Bean呢?传统应用程序可以通过new和反射方式进行实例化Bean.而Spring IoC 容器则需要根据Bean定义里的配置元数据使用反射机制来创建Bean.在Sp ...
- LayoutInflater.Factory 妙用
LayoutInflater.Factory 可以调试 布局,你把下面的代码放到 onCreate里面,然后再里面的下面的onCreateView里面加上断点,然后你就可以知道所有的view构造,所有 ...