My budding interest grew into a full-time obsession: creating artwork on my clunky, laggy laptop.

我萌芽的兴趣成长为完全的痴迷:在我笨重的、落后的笔记本上制作艺术品。

Since I didn’t have much luck with charcoal, paint, or watercolors, I used
graphic design
as an outlet for creative expression.

由于我没有很好的炭笔,油彩或水彩,所以我用
图形设计
作为创意的表达。

I spent hours in the computer lab learning the basics of HTML and CSS on
W3Schools
so that I could fill an online portfolio with my childish GIFs.

我花了几个小时在计算机实验室上
W3Schools
学习 HTML 和 CSS 的基础知识,以便我可以用我幼稚的 GIF 填充在线作品集。

A few months later, I published my first website on
WordPress
.

几个月后,我在
WordPress
发布了我的第一个网站。

Why open source

为什么开源

Open source allows us to not only achieve our goals but to discover interests that drive those goals.

开源让我们不仅可以实现我们的目标,还可以发现驱动这些目标的兴趣。

Fast-forward nearly a decade. Many things have changed, although some have stayed consistent: I still make graphics (mostly flyers), edit music for a dance group, and design websites (sleeker, more effective ones, I hope).

虽然有些仍然保持一致,但许多事情已经发生了变化:我仍然在制作图形(主要是传单),为舞蹈团编辑音乐,以及设计网站(我希望更时尚、更有效)。

The products I used have gone through countless version upgrades. But the most dramatic change is my approach to open source resources.

我使用的产品经历了无数版本升级。但最戏剧性的变化是我对开源资源的态度。

Considering the significance of open source products in my life has made me cherish the open movement and its mission.

考虑到开源产品在我的生活中的意义,使我珍视开放运动和它的使命。

Open source projects remind me that there are initiatives in tech that promote social good and self-learning without being exclusive to those who are socioeconomically advantaged.

开源项目提醒我,科技领域有些倡议可以促进社会的良好和自我学习,而不会被那些具有社会经济优势的人排斥

My middle-school self, like countless others, couldn’t afford to purchase the Adobe Creative Suite, GarageBand, or Squarespace.

我中学时的自己,像无数其他人一样,无法购买 Adobe Creative Suite、GarageBand 或 Squarespace。

Open source platforms allow us to not only achieve our goals but to discover interests that drive those goals by broadening our access networks.

开源平台使我们不仅能够实现我们的目标,而且还能通过扩大我们接触来发现推动这些目标的兴趣。

My advice? Enroll in a class on a whim. It just might change the way you view the world.

我的建议?一时心血来潮报名上课。它可能会改变你对世界的看法。

单词短语

budding   正发芽的

full-time    完全的

obsession    着迷

clunky   笨拙的

laggy   迟缓的

laptop    笔记本电脑

outlet    出路

creative   创造性的

expression    表达

basic    基础

childish    幼稚的

publish    发表

allow to   允许,给予

achieve goal   实现目标

discover    发现

drive    驱动

fast-forward    快进

decade    十年

stay consistent    保持一致

flyer    传单

design    设计

website    网站

sleeker    时髦的

effective    有效的

go through   经历

countless  无数的

version    版本

upgrade    升级

dramatic    戏剧性的

approach   接近

resource    资源

consider    考虑

significance    意义

cherish    珍惜

mission    使命

remind    提醒

initiative    倡议

promote    促进

exclusive   排斥的

socioeconomic     社会经济的

advantaged   占有利位置的

couldn’t afford to    无法承担

purchase    购买

platform    平台

broaden   拓宽

access    接近

on a whim   一时兴起

view   看待

作者: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(一)

    I just completed the first semester of my second year in college, and I'm reflecting on what I learn ...

  2. [LeetCode] Student Attendance Record II 学生出勤记录之二

    Given a positive integer n, return the number of all possible attendance records with length n, whic ...

  3. [LeetCode] 552. Student Attendance Record II 学生出勤记录之二

    Given a positive integer n, return the number of all possible attendance records with length n, whic ...

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

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

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

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

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

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

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

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

随机推荐

  1. 神经网络系列学习笔记(四)——神经网络之RNN学习笔记

    不同于传统的FNNs(Feed-forward Neural Networks,前向反馈神经网络),RNNs引入了定向循环,能够处理那些输入之间前后关联的问题. RNNs的目的是用来处理序列数据. 具 ...

  2. 【Mysql】给mysql配置远程登录

    grant all privileges on 库名.表名 to '用户名'@'IP地址' identified by '密码' with grant option; flush privileges ...

  3. 前端调试vConsole

    在移动端开发的时候,有时候需要真机调试的时候,没法看到console输出的信息,所以就有这个vConsole的开源插件 很方便就可以查看console输出的信息. 官方地址:https://www.n ...

  4. scrapy--selenium

    一直在学习scrapy的爬虫知识,但是遇到了动态加载页面的难题,从一开始的javascript渲染器--splash,docker服务, 遇到各种奇葩的问题: 1.docker代理设置添加无效,导致无 ...

  5. 【转载】C++中的static关键字的总结

    本文前半部分转自:博主chao_yu 本文后半部分转自:博主VincentCZW 静态变量作用范围在一个文件内,程序开始时分配空间,结束时释放空间,默认初始化为0,使用时可以改变其值. 静态变量或静态 ...

  6. php 图片操作类,支持生成缩略图,添加水印,上传缩略图

    <?php class Image {     //类开始     public $originimage = ""; //源图片文件地址     public $image ...

  7. python基础之继承组合应用、对象序列化和反序列化,选课系统综合示例

    继承+组合应用示例 1 class Date: #定义时间类,包含姓名.年.月.日,用于返回生日 2 def __init__(self,name,year,mon,day): 3 self.name ...

  8. 代理缓存服务之Squid

    代理缓存服务 Squid是linux系统中最为流行的一款高性能代理服务软件,通常用作Web网站的前置缓存服务,能够代替用户向网站服务器请求页面数据并进行缓存. 简单来说,Squid服务程序会按照收到的 ...

  9. javaScript编辑器sublime的安装

    最近在学习js,学习任何一门语言之前,当然免不了最初的环境安装: 见:http://www.cnblogs.com/zhcncn/p/4113589.html

  10. PHP.36-TP框架商城应用实例-后台12-商品管理-主分类添加、修改、搜索(连表查询)

    需求:一个商品必须有一个主分类,一个主分类可以有多个商品 [一对多] 修改表p39_goods,增加外键约束,增加索引 主分类添加[控制器->页面] 1.在控制器GoodsController. ...