I'm an artist who loves linux (转)
My father got me a computer for graduation with 512MB RAM and a Pentium processor. It came with Windows XP, and I used it to do 2D animation with Adobe Flash. Back in those days, I was looking for my dream job as a 3D artist, and I'd often see job listings that said: "Linux knowledge required." I had heard of Linux, but had never used it, so I decided to learn more. I didn't have the time or energy to take a class, so I started exploring on my own.
The technical jargon was overwhelming at first (GNU, distros, flavors, UNIX, windows managers, GNOME, KDE, Bash, C shell...), but I kept reading articles, e-books, and forums. Finally, one day I bit the bullet and decided to install Linux.
Ok, what to install? And, how do I install it? For a beginner, too much choice was a problem. I downloaded each and every flavor of Linux I could get my hands on and created bootable disks out of them. For the next month, my daily routine was something like this:
- Come home from work
- Format my machine
- Install a new flavor
- Read about it online
- Pull my hair trying to understand it
- Burn my fingers trying to do something
- Pat my back when something worked
I kept exploring this way and got a basic understanding that only the GUI, availability of software, and the packaging changes, but all the internal workings remain almost the same in each flavor of Linux. I kept "basic understanding of Linux" as a skill on my resume and got hired at this amazing place called Rhythm and Hues Studios. There I worked on awesome movies like Life of Pi and Seventh Son. At work we use Linux completely, and I slowly started admiring the philosophy and culture of open source development and came to understand the power of it.
One day I got a new fancy machine and booted CentOS on it. Then, instead of going for commercial software, I started using open source applications to make art. I started using Blender for all my 3D animation work, and GIMP and Krita for my painting needs. Recently I've started using MyPaint and love it. In short, once I found out about all the open source alternatives to the commercial applications, I never looked back.
When I was starting out, it wasn't all roses. There were days and nights I spent banging my head trying to figure out how to connect my new WiFi dongle to the Internet, only to find that there were no Linux drivers available for that particular model. Sometimes I couldn't install software because a library was missing, and I'd have to go on a wild goose chase trying to find it. And don't get me started on the Nvidia and Wacom drivers. (Support for Nvidia is way better now, and CentOS 7 has out-of-the-box support for Wacom devices.)
But actually, what I'm doing is a lot of problem solving. In my view, problem solving skills are one of the best things I learned from experimenting with Linux. Yes, learning Linux was a bit daunting. But I kept with it, and the more I learned, the more clear Linux became. I learned a lot about computers, how an operating system works, how devices work, how to search and ask for help on forums and IRC, and how to file bug reports. I got into the habit of reading manuals and figuring things out, which is a basic yet essential skill. I started reading Bash scripts, wrote my own, and got the taste of automating tasks. Eventually, everything fell into place.
The whole animation and visual effects industry is completely reliant on Linux because we are dealing with a lot of data and require huge computational power to create amazing visuals. Linux is the perfect candidate, giving serious bang for your buck. But I didn't leave Linux there—I continued learning more about Linux and became a Red Hat Certified System Administrator. Receiving my certificationwas one of the happiest moments in my life. Currently, I work at a nice little animation studio called The Cirqus Arts, where I work as an artist/programmer and help maintain the systems, which run CentOS. One of the tasks I really like is training new hires on Linux and introducing them to the world of open source.
My advice for anyone starting out is yes, learning Linux will be a bit overwhelming, but stick with it. You'll thank yourself later. And learn a bit of scripting along the way—there's no limit to what you can do. And, thank you to all the developers who contribute their valuable time and energy to Linux and other open source applications.
I'm an artist who loves linux (转)的更多相关文章
- Microsoft Loves Linux
微软新任CEO纳德拉提出的“Microsoft Loves Linux”,并且微软宣布.NET框架的开源,近期Microsoft不但宣布了Linux平台的SQL Server,还宣布了Microsof ...
- “微软热爱Linux“ – 心声传遍中国
去年十月微软CEO Satya Nadella在旧金山的活动中说 “微软热爱Linux(Microsoft loves Linux)”,这句话让诸多人感到惊喜.至此之后,您可以在众多Linux和开源的 ...
- Linux 驱动开发
linux驱动开发总结(一) 基础性总结 1, linux驱动一般分为3大类: * 字符设备 * 块设备 * 网络设备 2, 开发环境构建: * 交叉工具链构建 * NFS和tftp服务器安装 3, ...
- .NET Core 2016 回顾
都在回顾自己的2016,今天我们来看看.NET Core的2016. 每一年的脚步的确是快,转眼间马上就2017.新的一年,带着理想和抱负继续出发. 1 月 ASP.NET 5 改名 ASP.NET ...
- 【HDU4391】【块状链表】Paint The Wall
Problem Description As a amateur artist, Xenocide loves painting the wall. The wall can be considere ...
- 【原生态跨平台:ASP.NET Core 1.0(非Mono)在 Ubuntu 14.04 服务器上一对一的配置实现-篇幅1】
鸡冻人心的2016,微软高产年. build 2016后 各种干货层出不穷. 1 Win10 集成了bash ,实现了纳德拉的成诺,Microsoft Love Linux!!! 2 跨平台 ,收 ...
- Ubuntu 安装 SQL Server
SQL Server现在可以在Linux上运行了!正如微软CEO Satya Nadella说的,"Microsoft Loves Linux",既Windows 10内置的Lin ...
- GitHub贡献第一的公司是谁?微软开源软件列表
参考:http://www.infoq.com/cn/news/2017/03/GitHub-first-Microsoft-open-sour 提起微软公司,不少人第一反应是老牌巨头专注于私有化软件 ...
- Jexus 网站服务器和 ASP.NET 跨平台开发
微软的跨平台战略 微软在过去的一年多中时间中发生了令整个 IT 行业感到惊叹的变化.这一切始于 Ballmer 的退位和 Nadella 的决心,更始于早已在微软各个基层部门蠢蠢欲动的二次创业. 以开 ...
随机推荐
- linux grep
grep (缩写来自Globally search a Regular Expression and Print) 是一种强大的文本搜 索工具,它能使用正则表达式搜索文本,并把匹配的行打印出来.Uni ...
- windows下Bullet 2.82编译安装(Bullet Physics开发环境配置)
平台:Win7,VS2010 1. Bullet库的组织 下图是Bullet_User_Manual中的截图: 从中可见,Bullet的LinearMath(线性数学模块),其上是BulletColl ...
- pyodbc不支持使用%,应该使用?
pyodbc不支持使用%,应该使用? 如: Sql插入语句cur.execute("INSERT INTO bb VALUES (?,?,?)","s",&qu ...
- Github账户注册的过程
首先我通过冯老师的博客园帖子中的链接进入了注册地址,填写了用户名,邮箱,和密码.然后我进入我的邮箱验证了Github网站给我发送的验证信息,至此,我的GITHUB账户便注册完成了.
- DOm4解析xml
1.创建XML文档对象的的方式有两种 1)Document document=DocumentHelper.createDocument(); 2)DocumentFactory documentFa ...
- ns115 step by step
一,安装环境: sudo apt-get install git-core gnupg flex bison gperf build-essential zip curl zlib1g-dev lib ...
- Android EidtText 光标的使用和设置
使光标移动到制定的位置: editText.setSelection(editText.length()); 输入的参数是个整数 在请求出现光标是,也就是在获取焦点时: editText.requ ...
- JSPatch – 动态更新iOS APP
原文:http://blog.cnbang.net/works/2767/ JSPatch是最近业余做的项目,只需在项目中引入极小的引擎,就可以使用JavaScript调用任何Objective-C的 ...
- 神一样的CSDN博客排名规则
本文转载于:http://blog.csdn.net/littletigerat/article/details/17448521 神一样的CSDN博客排名规则 一.引言 年. 马年CSDN博客,毫无 ...
- sqlalchemy 实体属性提前加载
在flask里需要给视图传送数据,肯定需要把模型的实体属性提前加载,可以使用 sqlalchemy.orm.subqueryload 或 sqlalchemy.orm.joinedload 示例: @ ...