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(一)的更多相关文章

  1. 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. 我萌 ...

  2. 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 ...

  3. 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 ...

  4. 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 ...

  5. 英语口语考试资料College life

    College life Early in senior high school, we longed to be enrolled in a university. Now the dream ha ...

  6. [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 ...

  7. [No00007E]2016-面经[中]

    目录: 写一份动人简历的九个步奏 英文简历必备的十大元素 写一份动人简历的九个步骤 写一份动人的简历可以算得上是找工作最难的部分之一,但是,通过下面九步,这件事不再那么难了. 简历定位.雇主们之所以花 ...

  8. 使用dom4j解析XML文档

    dom4j的包开源包,不属于JDK里面,在myeclipse中要单独导入在项目中,这里不累赘了 做这个过程,很慢,因为很多方法没用过不熟悉,自己得去查帮助文档,而且还得去试,因为没有中文版,英文翻译不 ...

  9. August 25th 2016 Week 35th Thursday

    Every man dies, but not every man really lives. 每个人都会死,但不是每个人都曾经真真活过. As I become older and older, I ...

随机推荐

  1. 一个简单的WPF MVVM实例【转载】

    引用地址:http://blog.csdn.net/yl2isoft/article/details/20838149 1 新建WPF 应用程序WPFMVVMExample 程序结构如下图所示. 2  ...

  2. linux socketpair

    相对于无名管道来说,socketpair也是使用在亲缘进程之间,不过它提供了能够全双工通信的通道 man socketpair: #include <sys/types.h> /* See ...

  3. C语言进阶—— 接续符和转义符13

    接续符的意义: C语言中的接续符 (\) 是指示编译器行为的利器 我们来看一个案例: #in\ clud\ e <st\ dio.h> in\ t m\ ain(\ ) { pri\ nt ...

  4. 猜数字问题 python

    猜数字问题,要求如下: ① 随机生成一个整数 ② 猜一个数字并输入 ③ 判断是大是小,直到猜正确 ④ 判断时间提示:需要用time模块.random模块该题目不需要创建函数 import random ...

  5. poj1182食物链

    Description 动物王国中有三类动物A,B,C,这三类动物的食物链构成了有趣的环形.A吃B, B吃C,C吃A. 现有N个动物,以1-N编号.每个动物都是A,B,C中的一种,但是我们并不知道它到 ...

  6. [Codeforces958E2]Guard Duty (medium)(区间DP)

    Description 题目链接 Solution 可以把题目转化一下模型,将间隔取出来,转化为N-1个数,限制不能取相邻两个数,求取K个数的最小价值 设DP[i][j]表示前i个数取j个最大价值(第 ...

  7. Android 中运行时权限获取联系人信息 Demo

    代码比较简单... AndroidManifest.xml <?xml version="1.0" encoding="utf-8"?> <m ...

  8. 修改 cmd 字体为 Consolas

    windows 下的 cmd 窗口默认的字体有点难看,长时间使用操作 node.js 有点小疲劳,可以修改注册表替换字体为 Consolas,并且可以全屏 cmd 窗口,代码如下: Windows R ...

  9. Java语言基础---变量与数据类型

    变量的作用域 java用一对大括号“{}”作为语句块的范围,称为作用域.作用域中的变量不能重复定义:离开作用域,变量所分配的内存空间将被JVM所收回. 基本数据类型的包装类 java为基础数据类型提供 ...

  10. 3 网格 landing page

    0.大框架 <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <tit ...