리처드 스톨만 인터뷰 (kerneltrap)

sangwoo의 이미지

커널트랩에 리처드 스톨만씨와의 인터뷰가 올라와 있었네요.
http://kerneltrap.org/node/4484

그의 생각에 모두 동의하지는 않지만,
오픈소스에 기여한 그의 활동은 역시 높이 살 수 밖에 없죠.
Happy Hacking! 으로 인터뷰를 마무리하네요. ^^

버려진의 이미지

으악 기네요.

1페이지의 1/3읽다가 말았습니다.

언제 다 읽지 ㅠㅠ

(Hurd는 아직 갈길이 멀군요 ㅠㅠ)

mach의 이미지

촙5 wrote:
으악 기네요.

...

그래서, 눌러보지도 않았다는....

------------------ P.S. --------------
지식은 오픈해서 검증받아야 산지식이된다고 동네 아저씨가 그러더라.

버려진의 이미지

mach wrote:
촙5 wrote:
으악 기네요.

...

그래서, 눌러보지도 않았다는....

알고봤더니 댓글들 때문에 그렇게 길어진거더군요.

아주 길지는 않습니다. :)

dangsan49의 이미지

RMS가 팔을 다쳤다는 군요.
근데 타이핑하는데는 지장이 없다고 하는군요.
빠른 쾌유를 ~

VENI, VIDI, VICI - Caesar, Gaius Julius -

crimsoncream의 이미지

Richard Stallman founded the GNU Project in 1984, and the Free
Software Foundation in 1985. He also originally authored a number of
well known and highly used development tools, including the GNU
Compiler Collection (GCC), the GNU symbolic debugger (GDB) and GNU
Emacs.

Richard Stallman(이하 RMS)은 1984년에 GNU Project를 1985년에 Free
Software Foundation(이하 FSF)을 출범시켰다. 그는 또한 GNU Compiler
Collection(GCC), the GNU symbolic debugger(GDB)나 GNU Emacs 같은 널리
쓰이는 유명한 개발 툴들의 원작자이다.

To better understand Richard Stallman and the GNU project, I recommend
you begin by reviewing their philosophy page. On it you will find a
wealth of information.

이곳(http://www.gnu.org/philosophy/)을 방문한다면 RMS에 대한 보다 많은
많은 정보를 얻을 수 있을 것이다.

We began this interview via email, but later had to finish by
telephone after Richard Stallman fell and broke his arm. He was kind
enough to speak with me at length, discussing his first contact with
computers, his time in the AI lab, the current state of the GNU Hurd,
his current role in the Free Software Foundation, the problems with
non-free software, and much more. The following words offer much
insight into how we got here, and what challenges we still face.

이 인터뷰는 email을 통해서 시작했으나 RMS가 넘어져서 팔이 부러진
후에는 전화통화를 통해서 이루어졌다. 그는 친절하게도 컴퓨터를 처음
접했을 때, AI lab에서 보낸 시간, GNU Hurd의 현황, FSF에서의 그의 역할,
non-free software가 가진 문제점들, 그 외의 여러가지 주제에 대해서
대화를 나눌 수 있을 정도로 충분히 긴 시간을 할애해 주었다. 이어지는
글들은 우리가 어떻게 여기까지 왔으며 무엇을 해결해야하는지 좀 더
풍부한 견해를 보여 줄 것이다.

Background:

배경

Jeremy Andrews: When did you first start working with computers?

처음 컴퓨터를 사용하신게 언제입니까?

Richard Stallman: I first read manuals and wrote programs on paper in
1962 or so. 1969 was when I first saw and used a real computer.

1962년경에 처음 매뉴얼을 읽고 종이에 프로그램을 써봤습니다. 진짜
컴퓨터를 처음 본건 1969년이군요.

JA: What types of programs were you writing prior to actually seeing
and using a real computer?

진짜 컴퓨터를 사용하기 전에 쓰신 프로그램은 어떤 건가요?

Richard Stallman: They were pretty trivial, like things to add up a
vector of numbers. About the time I first started with a real computer
I designed a computer language based on string substitution. In some
ways like SNOBOL, although I'd never used SNOBOL.

벡터값들의 합을 구하는 것같은 아주 사소한 겁니다. 진짜 컴퓨터를
사용하기 시작할 즈음에는 문자열 치환에 기초한 컴퓨터 언어를
설계했죠. SNOBOL 같은 거죠, 저는 SNOBOL을 써본 적이 없지만.

And then, the first thing I started writing when I had a real computer
to use--I'd seen the language PL/I and I was thrilled by how many
features it had. But there was a feature it didn't have: it didn't
have the summation convention used in tensor analysis. So I started to
write a pre-processor for PL/I that would implement the summation
convention. I didn't ever finish it, but I actually got some parts of
it to work. I wrote it first in PL/I, and then we discovered that even
one pass of it wouldn't fit in the machine that was available. (I had
actually written a lot of parts of this in PL/I on paper by that
point.) Then I started rewriting it in assembler language, but I only
rewrote a few passes of it in assembler language. And then I learned
about things like lists and about Lisp, and lost interest in languages
like PL/I.

그리고, 처음으로 컴퓨터를 가질 때는 제가 PL/I을 접하고 그 다양한
기능에 흥미를 가질 때였는데. 그런데 PL/I에는 tensor analysis에서
쓰이는 공식이 없었습니다. 해서 저는 그 공식을 구현하기위한 PL/I용
전처리기를 작성하기 시작했습니다. 이 일을 마무리 짓지는 않았지만
부분적으로 실행을 해볼 수는 있었습니다. 처음에는 PL/I으로 작성을
했었지만 실행해볼 수있는 시스템에서는 한 pass도 수행해 볼 수가
없었습니다. (그 때는 많은 부분을 PL/I을 이용해서 종이에
작성했었습니다.) 해서 저는 assembly어를 이용해서 재구현을
시작했습니다만 몇몇 pass만을 재작성 했을 뿐입니다. 그 즈음에 저는
리스트와 Lisp에 대해서 배우기 시작했고 곧 PL/I 같은 언어에 흥미를
잃어버렸지요.

JA: When you graduated from Harvard in 1974 with a BA in physics, how
did you intend to use your degree?

1974년에 하바드에서 물리학학사로 졸업을 하셨는데요, 전공에 대해 어떤
생각을 가지고 계셨나요?

Richard Stallman: I thought I would become a theoretical physicist;
however, the pleasure of programming, where I could make real progress
and see results, gradually grew and overtook the pleasure of learning
physics.

저는 제가 이론물리학자가 될 것이라고 생각했었습니다만, 내가 진정한
진보를 이루고 결과를 기대할 수 있다는 프로그래밍이 주는 기쁨이 점차
물리학을 배우는 기쁨을 앞질렀습니다.

Life In The AI Lab:

AI 랩에서의 생활

JA: What tasks occupied your time at the AI Lab through the 1970s?

1970년대 AI lab에서는 어떤 일을 하셨습니까?

Richard Stallman: Mostly operating system development, but I did one
AI research project with Professor Sussman; we developed
dependency-directed backtracking.

대부분 OS 개발을 했지만 Sussman 교수와 dependency-directed
backtracking에 관한 AI 프로젝트도 하나 수행했습니다.

주1)
dependency-directed backtracking:
CS(Constraint Satisfaction) Problem을 해결하는 방식 중 하나.
Constraint Satisfaction Problem:
제한된 조건을 준수하는 관계들로 표현 가능한 문제.
십자말 맞추기에 들어갈 단어를 찾는 문제의 경우 찾는 단어들은 모두
자신이 들어갈 칸수와 인접한 글자칸의 글자와의 관계로
표현가능한다. 따라서 십자말 맞추기 만들기는 CS Problem 이다.

JA: What is dependency-directed backtracking?

dependency-directed backtracking이 뭡니까?

Richard Stallman: You make some assumptions, and with those together
with some given facts you draw a conclusion. You may reach a
contradiction; if so, at least one of your assumptions that led to
that contradiction must be wrong. You also record which combination of
assumptions actually related to the contradiction, so you can deduce
that that combination of assumptions cannot all be true. Then you
backtrack by changing assumptions, but you never try a set of
assumptions that includes the combination that you know are
contradictory. Now, this is a technique that people had used for a
long time in thinking. It's also known as proof analysis. But it
hadn't been used in computerized reasoning.

몇가지 가정과 주어진 사실을 가지고 결론을 내리는데. 그 과정에서 모순에
다다를 수 있는데; 만약 그렇다면 모순을 유발한 가정은 틀린게
분명해집니다. 또, 어떤 가정의 조합이 모순과 관계있는지 기록을 해서
특정조합의 가정이 모두 참이 아님을 추론할 수 있습니다. 이렇게 해서 모순을
일으키는 가정들을 피하면서 가정의 조합을 역추적할 수 있는데. 사실 이건
오래전부터 사람들이 생각을 하거나 사실관계 분석을 수행할 때 사용해온
방법입니다. 하지만 이를 전산화된 지적작업에 적용한 적은 없었죠.

JA: What was the result of this research project?

연구과제 수행결과는 어땠나요?

Richard Stallman: We published a paper. The technique got used by
other people later, so apparently it became part of AI.

논문을 편찬했고 나중에 그 기술은 다른 사람들에 의해 채택되어 당당히
AI의 한분야가 되었습니다.

Also, I learned how to understand electrical circuits better. The
program that we wrote, which used this technique, was a program for
understanding electrical circuits. By imitating the program, I could
understand circuits better than I could before.

또, 저는 전자회로에 대해서 좀 더 많은 걸 배웠습니다. 우리가 이 기술을
적용해서 작성했던 프로그램이 전자회로를 이해하기 위한
프로그램이었거든요. 이 프로그램을 가구현하는 동안 전자회로에 대해 보다
많은 이해를 가질 수 있었습니다.

The GNU Project And The Free Software Foundation:

GNU Project와 자유소프트웨어 재단(이하 FSF)

JA: The story of your encounter with non-free printer software in the
early 80's is very well known. This incident ultimately resulted in
your founding the GNU Project in 1984, and the Free Software
Foundation in 1985. You have remained quite active in this movement
ever since, as a public speaker and a prolific author of free
software. Of which of your many achievements in the past two decades
are you the most proud?

80년대 초기에 있었던 비자유 프린터 소프트웨어와 선생님의 조우는 아주
유명한데요. 이 사건이 결국 1984년에 GNU Project를, 1985년에 FSF
설립하는 것으로 이어졌죠. 그 이후로 계속해서 자유소프트웨어운동의 대중
연설가이자 주요저자로서 왕성하게 활동을 하고 계신데요. 지난 20년간의
수많은 성과들 중에서 가장 자랑스럽게 여기시는 것은 어떤 것인지요?

Richard Stallman: What I am proud of is that we have built a community
where people can use computers and work together in freedom.

사람들이 자유를 누리며 컴퓨터를 사용하고 함께 일을 할 수 있는 공동체를
우리가 건설했다는 것이 자랑스럽습니다.

JA: What are the largest challenges you're facing today?

근래에 당면한 과제들은 어떤게 있습니까?

Richard Stallman: Software patents. The Digital Millennium Copyright
Act. The broadcast flag. Cards with secret specifications. Non-free
Java platforms.

소프트웨어 특허들, Digital Millennium Copyright Act(DMCA), broadcast
flag, 폐쇄스펙을 가진 카드들, 비자유 java 플랫폼

주2)
DMCA는 망사업자들을 통해서 사용자들이 저작권을 침해할 가능성을
제약하기 위한 법률.
주3)
broadcast flag는 digita tv를 위한 복제방지방안.
HDTV demodulator의 생산과 판매를 제약하는 FCC 규약.

In other words, organized efforts by people with power to put an end
to our freedom.

달리 표현하자면 우리의 자유를 끝장내기 위해 권력을 가진자들이 기울이는
조직적 노력들이 바로 우리에게 닥친 과제입니다.

JA: Is there a plan for addressing these issues?

이 이슈들에 대해 대처하실 계획은요?

Richard Stallman: Regarding the laws, not much of one, in the US. In
other countries that do not yet have these laws, we can try to prevent
them.

그 법을 고려하면 미국에서는 많지 않습니다. 하지만 이런 법들을 가지지
못한 다른 나라에서는 우리가 그들을 막을 수 있을 것 입니다.

JA: That's a bit scary.

무섭군요.

Richard Stallman: It is.

정말 그렇죠.

"Free Software" vs. "Open Source":

자유소프트웨어 vs open source

JA: You regularly have to explain the differences between "free
software" and "open source software", and yet the media continues to
confuse these terms. For our readers that may therefor be confused
themselves, can you explain the differences, and why it is important
to get it right?

선생님께서는 기회가 있을 때마다 자유소프트웨어와 open source 소프트웨어의
차이에 대해서 언급을 하시는데요, 여전히 언론에서는 이들을 혼동해서
다루고 있습니다. 독자들을 위해서 이 둘의 차이점과 그 차이점을 명확히
하는 것이 왜 중요한지 설명을 해주세겠습니까?

Richard Stallman: Free software and open source are the slogans of two
different movements with different philosophies. In the free software
movement, our goal is to be free to share and cooperate. We say that
non-free software is antisocial because it tramples the users'
freedom, and we develop free software to escape from that.

자유소프트웨어와 open source는 다른 철학을 가진 서로 다른 두 운동의
슬로건입니다. 자유소프트웨어 운동에서 우리의 목표는 공유와 협동을 위한
자유를 쟁취하는 것입니다. 우리는 비자유 소프트웨어가 사용자의 자유를
박살내기 때문에 반사회적이고 주장하며 이들의 시도를 피하고자
자유소프트웨어를 개발하고 있습니다.

The open source movement promotes what they consider a technically
superior development model that usually gives technically superior
results. The values they cite are the same ones Microsoft appeals to:
narrowly practical values.

open source 운동은 그들이 기술적인 측면에서 나은 결과를 가져다주는
기술적으로 우월한 개발모델을 추구합니다. 그들이 추구하는 가치들은
마이크로소프트의 그것과 같아 보입니다.:협의의 실용적인 가치들.

Free software and open source are also both criteria for software
licenses. These criteria are written in very different ways but the
licenses accepted are almost the same. The main difference is the
difference in philosophy.

또한 자유소프트웨어와 open source는 모두 소프트웨어 라이선스를 위한
규범을 가집니다. 이 규범들은 매우 다른 방법으로 쓰였졌지만 라이선스
자체는 거의 같은 것으로 받아들여집니다. 주요한 차이점은 철학적인 차이죠.

Why does the philosophy matter? Because people who don't value their
freedom will lose it. If you give people freedom but don't teach them
to value it, they won't hold on to it for long. So it is not enough to
spread free software. We have to teach people to demand freedom, to
fight for freedom. Then we may be able to overcome the problems that
today I see no way to solve.

왜 철학이 문제냐고요? 왜냐하면 자신의 자유를 가치있게 여기지 않는
사람은 그것을 잃어버리게 되기 때문이죠. 만약에 당신이 사람들에게
자유를 줬지만 그것의 소중함에 대해서 알리는데 실패했다면 그들은 그
자유를 오랫동안 유지할 수 없을 것입니다. 따라서 자유소프트웨어를 널리
확산시키는 것만으로는 불충분합니다. 우리는 사람들이 자유를 요구하고,
그것을 위한 투쟁에 나서도록 일깨워야만 합니다. 그렇게 함으로써 우리는
내가 봉착한 문제들을 극복할 수 있을 것입니다.

"GNU/Linux":

JA: Another frequent area of confusion is the name 'GNU/Linux'. Why is
the GNU project's contribution significant enough that it should be in
the name of the operating system, especially compared to other large
pieces of any Linux-kernel based operating system, such as XFree86?

자주 혼동이 되는 또 다른 분야는 GNU/Linux라는 이름일텐데요. 왜 GNU
프로젝트가 이 OS 이름에 포함될 만큼 큰 기여를 했는지 linux kernel
기반의 OS에 있는 XFree86 같은 다른 부분들과 비교해서 말씀을 해주십시요.

Richard Stallman: It's no coincidence that the code we wrote for the
GNU system is the largest single contribution to the GNU/Linux system
today. Many other people and projects have developed free software
programs now used in the system; TeX, BSD code, X11, Linux, and Apache
are noteworthy examples. But it was the GNU Project that set out to
develop a complete free operating system. The combined system we use
today is founded on GNU.

우리가 GNU 시스템을 위해서 작성한 코드가 GNU/Linux 시스템에 기여하는
가장 큰 부분이 된 것은 우연이 아닙니다. 많은 다른 사람과 프로젝트들이
이 시스템에서 사용되는 자유소프트웨어를 만들었습니다; Tex, BSD code,
X11, Linux, Apache가 주목할 만한 예겠지요. 그러나 완전한 자유 OS를
추구해 만들기 시작한 것은 바로 GNU 프로젝트입니다. 지금 우리가
사용하고 있는 시스템은 GNU에 기반해서 이루어진 조합입니다.

JA: In talking about GNU Linux...

GNU Linux에 대해서 말씀을 해주시면...

Richard Stallman: I prefer to pronounce it GNU-slash-Linux, or
GNU-plus-Linux. The reason is that when you say GNU-Linux it is very
much prone to suggest a misleading interpretation. After all, we have
GNU Emacs which is the version of Emacs which was developed for
GNU. If you say "GNU Linux", people will think it means a version of
Linux that was developed for GNU. Which is not the fact.

GNU-slash-Linux 또는 GNU-plus-Linux라고 발음하는게 더 좋을 것
같습니다. GNU-Linux라고 말할 때는 오해의 소지가 많습니다. 우리는 GNU를
위해 개발한 버젼의 Emacs를 GNU Emacs라고 부릅니다. 만약에 "GNU
Linux"라고 부른다면 사람들은 이걸 GNU를 위해 개발한 Linux의 한
버젼으로 받아들일 겁니다. 이건 사실이 아니죠.

JA: You're trying to point out instead that it's a combination of the
two.

선생님께서는 그게 아니라 둘의 조합이라는 점을 강조하시려는 거죠.

Richard Stallman: Exactly. It's GNU plus Linux together.

정확합니다. GNU와 리눅스를 함께 합친거죠.

JA: Which makes up the GNU+Linux operating system that everyone uses.

사람들이 사용하는 GNU+Linux OS를 구성하는 거죠.

Richard Stallman: Exactly.

그렇습니다.

JA: What is gained by people using the term GNU/Linux?

GNU/Linux 라는 개념을 사용함으로써 사람들에게 어떤 점을 기대하십니까?

Richard Stallman: People know that Linus Torvalds wrote his program
Linux to have fun. And people know that Linus Torvalds did not say
that it's wrong to stop users for sharing and changing the software
they use. If they think that our system was started by him and
primarily owes existence to him, they will tend to follow his
philosophy, and that weakens our community.

사람들은 리누스 토르발즈가 재미를 위해서 리눅스를 만들었다는 사실을
알고 있습니다. 또한 사람들은 리누스가 사람들이 그들이 사용하는
소프트웨어를 공유하고 바꾸는 것을 막는 것이 나쁘다고 비판하지 않는다는
것도 알고 있습니다. 만일 그런 사람들이 우리 시스템이 그에 의해서
시작되었고 그에 의해서 주도된다고 생각한다면 그 사람들은 그의 철학을
따르는 경향을 띨것이고 이것은 우리 공동체를 약화시킬 겁니다.

It's an interesting anecdote to think that the whole operating system
exists because an undergraduate thought that it was a fun project. But
the real story is that this system exists because of people who were
determined to fight for freedom and willing to work for years if
that's what it took. That's a story that teaches people something
worth learning.

대학생이 재밌으리라 여겨서 완전한 OS를 만들었다는 식의 생각은 흥미로운
기담입니다. 그러나 실제로는 그 시스템은 자유를 위해 싸우고자 한
사람들이 수년간 목적의식을 가지고 노력한 덕에 존재하는 것입니다. 이
이야기가 사람들에게 배울만한 가치가 있는 무언가를 보여줄 겁니다.

When people forget that, they start drifting toward the practical but
superficial values shared by the open source movement and Microsoft:
the idea that the only thing that matters about your software is
whether it gets your jobs done and what it costs.

사람들이 저 사실을 잊어버릴때 그들은 실용적인 그러나 표면적인 가치들로
표류해 갈 것입니다. open source 운동과 마이크로소프트가 공유한 가치들:
당신의 소프트웨어에 대해서 고려해야 할 것은 주어진 일을 잘해낼지
가치가 얼마나 될지 뿐이라는 생각으로요.

JA: Which begins to answer my next question, what is lost when people
refuse to use the term GNU/Linux?

사람들이 GNU/Linux 개념을 사용하지 않을 경우 잃어버릴 것은 무엇일까요?

Richard Stallman: What's lost is an opportunity to teach people. The
software is equally free regardless of whatever name you call it--if,
that is, the distro you're using really is free. But the only free
GNU/Linux distro I know of is UTUTO. Most versions of the GNU/Linux
system are not entirely free software. All the commercial distributors
put in non-free software. And then there's Debian which keeps all the
non-free software clearly separated, but does distribute it. And those
who sell Debian GNU/Linux often add a few non-free programs as a
"bonus"... They invite you to think it's a bonus you're getting that
your freedom is no longer complete.

사람들을 일깨울 기회를 잃게 될겁니다. 당신이 사용하는 배포본이 정말로
자유롭다면 무슨 이름으로 불리건 그 소프트웨어는 자유로운 거겠죠.
하지만 제가 알기로는 UTUTO가 유일한 자유 GNU/Linux 배포본이고 대부분은
완전한 자유소프트웨어가 아닌 것으로 알고 있습니다. 모든 상업적
배포자들은 비자유 소프트웨어를 포함시키고 있습니다. 그리고 Debian은
비자유 소프트웨어를 명확하게 분리해서 분류하지만 여전히 배포는 하고
있고요. 그리고 Debian GNU/Linux를 판매하는 사람들이 종종 비자유
소프트웨어들을 보너스로 제공하곤 합니다. 그들은 당신의 자유가
훼손당하는 것이 보너스를 얻는 것이라는 생각을 가지게 할 것입니다.

If you happen to be running a version of GNU/Linux which doesn't have
the non-free software, then the situation is not materially changed by
the name you use. But the situation we're likely to find ourselves in
five years from now depends on what we teach each other today.

만약에 비자유 소프트웨어가 포함되지 않은 버젼의 GNU/Linux를 사용하고
있다면 당신이 어떤 이름을 사용하건 개의치 않아도 될 것입니다.사실
이것이 지금 우리가 서로를 일깨워서 5년안에 이루고자 하는 상황입니다.

A rose by any other name would smell as sweet, but if you called it an
onion you'd get cooks very confused.

장미는 어떤 이름으로 불리건 아름다운 향기를 지닐 것입니다. 하지만 그걸
양파라고 부른다면 요리할 때 매우 혼란스러울 겁니다.

GNU/Hurd:

JA: The GNU Hurd has been under development for over a decade. There
was talk of a 1.0 release over a year ago, but this was delayed due to
a couple of lacking features. What is the current status of this
project?

GNU Hurd가 10년 넘게 개발을 진행중인데요. 일년 좀 전에 1.0 릴리즈에
대한 이야기들이 있었지만 몇몇 피처들의 부재 때문에 계속 연기되고
있는데요. 프로젝트의 현재상태가 어떤가요?

Richard Stallman: The Hurd runs, and missing features are gradually
being added. However, for practical use today, you would use a
Linux-based version of GNU.

Hurd는 계속 진행되고 있고 빠진 피쳐들은 계속해서 추가 되고
있습니다. 그러나 실용적인 목적에서라면 GNU의 Linux-based 버젼을
사용해야 합니다.

JA: Do you have any predictions as to when we're going to see a 1.0
release?

언제쯤이나 1.0 릴리즈가 있을지 언급해 주실수 있나요?

Richard Stallman: No, I'm afraid I don't, I'm sad to say. A lot of the
Hurd developers seem to have decided that they should re-write it to
work with a different micro-kernel (L4). I was disappointed to hear
this, but now it looks like it will be some more years before the Hurd
is usable.

이런 말하기 우울하지만 할 수 없을 것 같군요. 많은 Hurd 개발자들이 다른
micro-kernel과 동작하기 위한 재구현이 필요하다고 결정을 내린 것
같습니다. 무척 실망스러웠지만 Hurd가 쓸만해지려면 아직 몇년이 더 걸릴
것 같군요.

At least we do have a free kernel that works with GNU.

그래도 GNU에서 돌아가는 자유커널이 있으니까요.

JA: Will the GNU Project focus solely on a GNU system built around the
GNU Hurd when it is released, or will it continue to support a
widening range of free-software kernels?

GNU Hurd가 릴리즈되면 GNU 프로젝트는 Hurd 중심으로 GNU system을 만드는
것에 집중을 하실건가요? 아니면 계속해서 자유소프트웨어 커널들에
대해서도 지원을 하실 건가요?

Richard Stallman: We will keep supporting Linux-based versions of the
GNU system for as long as they remain popular.

GNU system의 Linux-based version이 대중적으로 사용되는 한 계속해서
지원 할 것입니다.

JA: How will we refer to a Hurd-based operating system? Is it GNU
Hurd, or GNU slash Hurd?

Hurd-based 시스템은 어떻게 불릴까요? GNU Hurd인가요, GNU/Hurd 인가요?

Richard Stallman: It's the GNU operating system, and the Hurd is its
kernel. But because it's so common for people to use version of GNU
that are based on Linux as the kernel, it's useful to contrast the
two, and talk about GNU/Linux and GNU/Hurd, which are two different
versions of the GNU system with different kernels.

그것은 GNU OS이고 Hurd는 그 커널 이지요. 하지만 사람들에게 커널로서
Linux를 사용하는 버젼이 일반화 되있기 때문에, 이 둘을 대치시키는게
유용할 것입니다. GNU/Linux와 GNU/Hurd 다른 커널을 가진 GNU system의
다른 버젼으로요.

JA: What would the advantages of using a GNU/Hurd system be over say a
GNU/Linux system?

GNU/Hurd를 사용하는 것이 GNU/Linux를 사용하는 것에 비해서 어떤 이점이 있을까요?

Richard Stallman: There's probably no gigantic advantage that jumps
out at the user's face if you're not writing interesting programs. The
Hurd offers interesting, powerful capabilities. For instance, you can
write your own filesystem, so you could implement any sort of behavior
you want and package it as a file. It offers the possibility of
implementing sandboxes, where you can run a program but have another
program monitoring all its I/O to make sure it doesn't start writing
in files it wasn't expected to.

프로그램을 개발하는데 흥미가 없는 사용자 입장에선 특별한 이점이 눈에
띄지 않을 수도 있습니다. Hurd는 흥미롭고 강력한 기능을
제공합니다. 예를 들어 사용자는 스스로 파일시스템을 구현할 수
있습니다. 따라서 어떤 속성이던지 구현해서 이를 file로 패키징할 수
있습니다. 이것은 한 프로그램이 다른 프로그램의 모든 I/O를 모니터링하고
file에 write하는 시점을 명시적으로 통제하는 sandbox 모델을 구현할
가능성을 마련해줍니다.

These things may be doable with a kernel that doesn't have the Hurd's
architecture, but with the Hurd it's trivial and the most natural
thing in the world.

이런 일들은 Hurd와 다른 아키텍처를 가진 커널에서도 가능은
합니다. 그러나 Hurd 안에서는 이런 일들이 아주 쉽고 자연스럽게 일어날
겁니다.

Writing Code vs. Management:

JA: How much source code do you write these days?

요즘은 코딩을 얼마나 하시나요.

Richard Stallman: I myself? Only a little, on Emacs. I was
involuntarily self-promoted into management.

제 스스로요? Emacs에서 아주 조금이요. 저는 따로 선택의 여지가 없이
관리자가 됐지요.

JA: That's an interesting description. How did this happen?

흥미로운 말씀이시군요. 어쩌다 그렇게 됐죠?

Richard Stallman: The amount of management and activism that had to be
done got more and more, and so I had to find other people to take over
more and more of my programming responsibilities.

관리작업과 우리 운동과 관련된 실무가 계속해서 증가하고 있어서 저의
프로그래밍 작업을 계속해서 다른 사람들에게 넘겨줘야 했습니다.

JA: Do you miss the programming?

프로그래밍이 그리우십니까?

Richard Stallman: Yes. It's fun.

네. 즐거운 일이죠.

JA: Is the management/activist role something you desire to remain in?

관리자 혹은 활동가로서의 역할이 계속하고 싶은 일이신가요?

Richard Stallman: I wouldn't say I desire to, but it's necessary that
I do so. At the moment we don't have anyone to replace me. We're
actually thinking about how we we could try and develop people who
could do this, so that I will not be indispensable.

제가 원했다고는 말 못하지만 그렇게 해야할 필요가 있습니다. 현재는 제
역할을 대신할 사람이 없었습니다. 사실 우리는 어떻게 그 역할을 수행할
인재를 개발하거나 찾을지 고민하고 있습니다. 그리되면 제가 좀 자유로와
지겠죠.

JA: What is your role these days?

요즘은 어떤 일을 하고 계신가요?

Richard Stallman: Partly it is being a very firm and determined
leader. Partly it is being an orator. Partly it is advising other
people on how to be activists or how to contribute to free
software. I've learned something that a lot of people could usefully
know: how to be extremely persistent and whenever one avenue was
blocked find another.

확고하고 비타협적인 리더로서, 웅변가로서, 어떻게 활동가가 되고
자유소프트웨어 운동에 기여할지에 대한 조언자로서의 역할을
수행합니다. 제가 많은 사람들에게 유용한 사실을 익혔거든요.: 어떻게
확고한 의지를 유지한 채로 막다른 길에 다다랐을 때 우회로를 찾을
것인지 말이죠.

I've also learned the spirit of what you do when you're fighting for
freedom. When it's a fight that you can't ever give up as lost.

당신이 결코 포기할 수 없는 싸움에 임할 때. 자유를 위한 싸움에 나설 때
가질 각오에 대해서도 알고 있습니다.

JA: Many of the programs you were the original author for are key
components of much software development today (free and non-free
alike), such as the GNU Compiler Collection (gcc), the GNU symbolic
debugger (gdb), and GNU Emacs. All of these projects have remained
under constant development over the years. How closely have you
followed the many projects you've started, and how do you feel about
the directions they've taken?

원 저작자로 활동하신 많은 프로그램이 자유, 비자유를 떠나서 오늘날
소프트웨어 개발의 핵심분야가 되었는데요. gcc, gdb, GNU Emacs, 이 모든
프로젝트들은 계속해서 개발이 진행중인데요. 선생님께서 시작하신 이 많은
프로젝트와 계속 가까운 관계를 유지하고 계신지, 그리고 그들이 나아가고
있는 방향에 대해 어떻게 생각하시는지요?

Richard Stallman: I don't follow GCC and GDB in technical detail
nowadays--other people now have that responsibility. I still supervise
Emacs development.

이제는 GCC와 GDB의 기술적 사항에 대해서 더이상 관여하지
않습니다. 지금은 다른 분들이 책임을 맡고 있죠. Emacs의 경우에는 여전히
개발을 감독하고 있습니다.

GNU Emacs:

JA: Then you are still working on Emacs at a code level?

그럼 Emacs에선 아직도 코딩을 하시나요?

Richard Stallman: Yes, although now with my broken arm I really have
no time to program anything. I will when my arm is better and I can
type for myself again.

네 지금은 팔도 부러지고 해서 프로그램을 할 시간이 전혀없지만 팔이
나으면 다시 할 수 있을 겁니다.

JA: May I ask what happened to your arm?

팔이 어떻게 되신거지 여쭤봐도 될까요?

Richard Stallman: I fell and broke my arm, and I needed surgery. It
hurts, and I think it will never be normal again. But I think it will
work for typing. (Later: it works fine for typing, but it tingles all
the time.)

넘어져서 부러졌는데 외과수술이 필요할 정도더군요. 매우 아프고 다시
정상이 될지 모르겠군요. 하지만 타이핑 하는데는 문제가 없을
겁니다. (후기: 타이핑하는데는 지장이 없지만 늘 쑤신다고 합니다.)

JA: I'm sorry to hear about your arm, and I wish you a speedy
recovery.

쾌유를 빕니다.

I recently reread Cliff Stoll's "The Cuckoo's Egg". Are you familiar
with the book?

최근에 Cliff Stoll의 "The Cuckoo's Egg"를 다시 읽었는데요. 이 책에
대해서 알고 계신가요?

Richard Stallman: I have a vague memory of it.

흐릿하게 기억이 나는 군요.

JA: A quick summary, he talks about a spy that breaks into a
university computer system, initially using a security hole in GNU
Emacs...

간단히 말씀드리면, 스파이가 GNU Emacs의 보안구멍을 이용해서 대학의
컴퓨터 시스템에 침입하는 내용이죠.

Richard Stallman: Well, whether it's really a security hole, or
whether he had made a mistake by installing a certain program setuid
is subject to argument.

흠, 그게 진짜 보안 홀인가 아니면 어떤 프로그램을 setuid로 설치하는
실수를 저질렀는가에 논쟁의 여지가 있군요.

주)
setuid로 설치된 프로그램은 누가 실행하던 file 소유주의 권한으로
실행된다. 만약에 의심스런 프로그램이 root 소유로 setuid가 설정돼
있다면 심각한 보안상의 결함이 된다.

JA: That's exactly what I was curious about, just what your reaction
would have been to the book when it came out.

그게 제가 정확히 알고 싶은 부분입니다.그 책이 발표되었을 때
선생님께서는 어떻게 반응하셨나요?

Richard Stallman: His book made it sound like Emacs, or actually
movemail I think it was... His book made it sound like it was normal
to install movemail setuid. I think some people sometimes did that, as
there was a certain problem you could get around by doing that, but
that wasn't the normal way to install it. So in fact, people
installing Emacs the usual way would not have had that problem.

그 책에서는 Emacs 저는 사실 movemail이라고 생각하지만... 그 책은
movemail이 setuid로 설치되는게 정상인 것처럼 말하고 있었죠. 저는
어떤 사람은 그렇게 했을 겁니다. 그렇게 해서 피해갈 수 있는 문제도
있으니까요, 하지만 그게 정상적인 방법은 아니죠. 사실 정상적인 방법으로
Emacs를 설치하는 사람들에겐 그런 문제가 일어나지 않습니다.

On the other hand, it certainly was useful to make Emacs more
bulletproof, so that that problem couldn't happen even if you
installed movemail as setuid.

다른 면에서 보면, 그 책이 Emacs를 안전하게 만드는데 일조를
했죠. 이제는 movemail을 setuid로 설치한다하더로도 그 문제는 일어나지
않습니다.

That was ages ago.

옛날 일이죠.

Non-Free Software:

비자유 소프트웨어

JA: What is your reaction to tools such as gcc, gdb and GNU Emacs
being used for the development of non-free software?

gcc, gdb, GNU Emacs가 비자유 소프트웨어 개발에 활용되는 것에 대해서
어떻게 생각하십니까?

Richard Stallman: Any development of non-free software is harmful and
unfortunate, whether it uses GNU tools or other tools. Whether it is
good or bad, in the long term, for the future of computer users'
freedom that one can use these tools to develop non-free software is a
question whose answer I could only guess at.

GNU tool을 사용하건 하지않건 간에 어떤 경우에든 비자유 소프트웨어의
개발은 해롭고 불운한 일입니다. 이게 장기적인 관점에서 컴퓨터
사용자들의 자유를 위해서 비자유 소프트웨어를 개발하는데 이 툴들을
사용하는 것이 좋은것인가 나쁜것인가 하는 질문에 대해서 제가 유일하게
할 수 있는 답입니다.

JA: How do you react to the opinion that non-free software is
justified as a means for raising dollars that can then be put into the
development of completely new software, money that otherwise may not
have been available, and thus creating software that may have never
been developed?

비자유 소프트웨어가 새로운 소프트웨어 개발을 가능케하는 수입을
올려주며 돈이 없다면 결코 새로운 소프트웨어가 개발되지 않을 것이므로
떳떳하다는 견해에 대해서는 어떻게 생각하십니까?

Richard Stallman: This is no justification at all. A non-free program
systematically denies the users the freedom to cooperate; it is the
basis of an antisocial scheme to dominate people. The program is
available lawfully only to those who will surrender their
freedom. That's not a contribution to society, it's a social
problem. It is better to develop no software than to develop non-free
software.

변명꺼리가 되지 않습니다. 비자유 소프트웨어는 사용자들이 협력할 자유를
체계적으로 막고 있습니다; 이것은 사람들을 지배하기 위한 반사회적
계획의 기본입니다. 사람들은 자신의 자유를 포기할 때만 프로그램을
합법적으로 사용할 수 있습니다. 이것은 사회에 대한 기여가
아닙니다. 이것은 사회문제일 뿐입니다.소프트웨어를 개발하지 않는 것이
비자유 소프트웨어를 개발하는 것보다 더 낫습니다.

So if you find yourself in that situation, please don't follow that
path. Please don't write the non-free program--please do something
else instead. We can wait till someone else has the chance to develop
a free program to do the same job.

만일 당신이 그런 상황에 처한다면 그 길을 따르지 마십시요. 비자유
소프트웨어를 만드는 것을 거부하십시요. 차라리 다른 일을
하십시요. 우리는 그 작업을 수행하는 자유프로그램을 다른 누군가가
만들어 낼 때까지 기다릴 수 있습니다.

JA: What about the programmers...

프로그래머들은 어떡하죠?

Richard Stallman: What about them? The programmers writing non-free
software? They are doing something antisocial. They should get some
other job.

비자유 소프트웨어를 작성하는 프로그래머들 말인가요? 그들은 반사회적인
행위를 저지르고 있는 겁니다. 그들은 다른 직업을 구해야만 합니다.

JA: Such as?

가령?

Richard Stallman: There are thousands of different jobs people can
have in society without developing non-free software. You can even be
a programmer. Most paid programmers are developing custom
software--only a small fraction are developing non-free software. The
small fraction of proprietary software jobs are not hard to avoid.

비자유 소프트웨어를 개발하지 않는 수많은 직업이 있습니다. 프로그래머도
다르지 않습니다. 대부분의 월급장이 프로그래머들은 custom 소프트웨어를
개발하고 있습니다. 아주 소수만이 비자유 소프트웨어 개발에 종사하고
있을 뿐입니다. 소수의 사유 소프트웨어 직종을 피하는 것은 어렵지 않습니다.

JA: What is the distinction there?

어떤 차이점이 있지요?

Richard Stallman: Non-free software is meant to be distributed to the
public. Custom software is meant to be used by one client. There's no
ethical problem with custom software as long as you're respecting your
client's freedom.

비자유 소프트웨어는 대중에게 배포되는걸 전제합니다. custom
소프트웨어는 단일 고객에 의해서 사용됩니다. custom 소프트웨어에서는
당신이 고객의 자유를 존중하는한 도덕적 문제가 없죠.

The next point is that programmers are a tiny fraction of employment
in the computer field. Suppose somebody developed an AI and no
programmers were needed anymore. Would this be a disaster? Would all
the people who are now programmers be doomed to unemployment for the
rest of their lives? Obviously not, but this doesn't stop people from
exaggerating the issue.

그리고 프로그래머는 컴퓨터 분야에서 일어나는 고용의 아주 작은 부분일
뿐입니다. 가령 누군가가 AI를 개발해서 프로그래머가 더이상 필요
없어진다면. 이것이 재앙일까요? 지금 프로그래머를 하고 있는 모든 사람이
여생을 실업자로 살아야 할 위기에 처한걸까요? 절대 아니죠. 하지만
사람들은 여전히 여기에 대해서 허풍을 치고 있지요.

And what if there aren't any programming jobs in the US anymore?

그럼 미국에 더이상 프로그래밍 직업이 없을 땐 어떡 할 꺼냐?

JA: You mean what if all the programming jobs were outsourced to
foreign countries?

모든 프로그래밍 직업이 외국으로 아웃소싱되는 걸 말씀하시는 건가요?

Richard Stallman: Yes, what if they all go? This may actually
happen. When you start thinking about things like total levels of
employment, you've got think about all the factors that affect it, not
blame it all on one factor. The cause of unemployment is not someone
or society deciding that software should be free. The cause of the
problem is largely economic policies designed to benefit only the
rich. Such as driving wages down.

그렇죠. 그들이 전부 가버리면요? 이건 실제로 일어나고 있지요. 전체
고용의 문제를 고민할 때는 영향을 끼치는 모든 요소에 대해서 생각을
해야지 어떤 한 요소만을 비난 해서는 안됩니다. 실업은 소프트웨어가
자유로워야 한다고 결정한 사회나 사람에 의해서 일어나는 것이
아닙니다. 실업은 오직 부자들의 이익만을 추구하는 경제정책에 의해서
일어나는 것이지요. 저임금 유지정책 같은 것 말이죠.

You know, it's no coincidence that we're having all this
outsourcing. That was carefully planned. International treaties were
designed to make this happen so that people's wages would be reduced.

지금 일어나는 아웃소싱은 우연의 산물이 아닌 신중한 계획의
결과입니다. 이런 일을 추진하기 위한 국제적인 야합이 결성되었고 그 결과
사람들의 생활수준은 계속해서 하락하게 되었죠.

JA: Can you cite specific examples?

특별히 지목하신다면.

Richard Stallman: FTAA. The World Trade Organization. NAFTA. These
treaties are designed to reduce wages by making it easy for a company
to say to various countries, "which of you will let us pay people the
least? That's were we're headed." And if any country starts having a
somewhat increased standard of living, companies say "oh, this is a
bad labor climate here. You're not making a good climate for
business. All the business is going to go away. You better make sure
that people get paid less. You're following a foolish policy arranging
for workers of your country to be paid more. You've got to make sure
that your workers are the lowest paid anywhere in the world, then
we'll come back. Otherwise we're all going to run away and punish
you."

미주자유무역지대(FTAA). 국제무역기구(WTO). 북미자유무역협정(NAFTA). 이
기구들은 회사들이 여러 나라들을 향해서 "어떤 나라가 가장 적은 임금만
주도록 허락할 꺼지? 우리는 거기로 가겠다." 라는 협박을 가능케 해서
임금을 하락시키는 걸 쉽게 만들죠. 그리고 만약 어떤 나라가 삶의 질을
향상시키기 위해서 무언가를 시도하면 회사들은 얘기하겠죠. "오 여기는
고용여건이 나쁘군. 사업여건을 좋게 만들지 않겠다면 폐업을
하겠어. 사람들은 적게 받는게 좋다는걸 확신해야해. 당신은 노동자들이 더
많이 받도록 하는 어리석은 정책을 취하고 있어. 당신이 당신나라
노동자들을 세계에서 가장 적은 임금만을 받도록 만든다면 다시
돌아오지. 그렇지 않으면 우리는 모두 떠나버릴 꺼고 당신은 끝장이야."

Businesses very often do it, they move operations out of a country to
punish that country. And I've recently come to the conclusion that
frictionless international trade is inherently a harmful thing,
because it makes it too easy for companies to move from one country to
another. We have to make that difficult enough that each company can
be stuck in some country that can regulate it.

사업가들은 어떤 나라를 곤경에 처하게 하기위해서 사업체를 국외로 옮기는
짓을 자주 합니다. 그리고 저는 최근에 불평등 국제무역은 전적으로 해로운
것이라는 결론에 다다랐습니다. 그것이 자본의 국가간 이동을 지나치게
쉽게 만들기 때문입니다. 우리는 자본이 어떤 나라에 머물며 토착화하도록
강제해야만 합니다.

The book No Logo explains that the Philippines have laws that protect
labor standards, but these laws count for nothing any more. They
decided to set up "enterprise zones" - that's the euphemism they used
for "sweat shop zones" - where companies are exempt from these rules
for the first two years. And as a result, no company lasts for more
than two years. When their exemption runs out, the owners shut it down
and they start another.

No Logo 라는 책은 필리핀인들이 노동자들의 기본권을 보장하기 위한
법들을 가지고 있지만 그것들은 더이상 소용이 없습니다. 필리핀의
정치가들은 "enterprise zones" - 착취지역의 그들식 표현 - 을 만들어
기업들에게 2년간 이 법안들을 유예시켜 줬습니다. 그 결과, 그곳에는 2년
이상 존속하는 회사가 없게 되었습니다. 유예기간이 끝나면 사업주는
폐업을하고 다른 회사를 창업하기 시작한거죠.

JA: How does free software address this?

자유소프트웨어는 이 일에 대해서 어떤 입장을 취하시나요?

Richard Stallman: Free software doesn't address this. Free software
addresses the issue of how computer users can have freedom to
cooperate and to control their own computers. This is the larger issue
that becomes relevant when you start talking about "How are people
going to have jobs that pay them decently?" The answer is: in the
world of the low wage treaties, they're not going to.

자유 소프트웨어는 이일에 대해서 입장을 표명하지 않습니다. 자유
소프트웨어는 컴퓨터 사용자가 서로 협력하며 그들 자신의 컴퓨터를 통제할
자유를 어떻게 쟁취할 것인가 하는 문제에 대해서 입장을 표명할
뿐입니다. 이건 아까 질문하신 보다 큰 이슈인 "어떻게 사람들이 적절한
보수의 직업을 유지할까?"에 대한 답변입니다. 저임금의 야합이 횡횡하는
세계에선 그럴 수 없다 이지요.

It's inconsistent and future to subject millions of people to the loss
of freedom that non-free software imposes, just so that a tiny segment
of society will have better paying jobs, when we're ignoring all the
rest of society with their lousy jobs.

비자유 소프트웨어가 정착된다는 것은 수백만의 사람이 자유를 잃어버리고
오직 소수의 사람만이 나은 급여의 직업을 보장받는 동안 나머지는
불안정한 직업을 떠도는 불안정한 미래입니다.

If you want to start doing something about that problem, do it at the
right level, which is the level of the power balance between
corporations and countries. Corporations are too powerful now. We have
to knock them down. I don't believe in abolishing business or even in
abolishing corporations, but we've got to make sure that no
corporation is powerful enough that it can say to all the countries in
the world, "I'll punish any country that doesn't obey."

저 문제를 해결하고자 한다면 적절한 위치에서 시도 하십시요. 그 위치는
바로 국가와 기업간의 힘의 균형입니다. 현재 기업들의 힘이 지나치게
강성하므로 우리는 그들을 무력화 시켜야 합니다. 특정 기업이나 업종을
파괴하는게 아니라 그 어떤 회사도 국가를 대상으로 독점적 지위를 누리지
못하도록 하자는 것입니다.

That is the way it works now. And it was deliberately set up by people
such as Reagan, and Clinton, and Bush and Bush.

지금으로선 그것이 좋은 방법이고, 레이건, 클린터 부시부자에 의해서
지연되고 있는 일입니다.

New Technologies:

JA: I have read that the free software model tends to imitate existing
software, rather than blaze new trails and developing completely new
technologies.

자유 소프트웨어 모델은 새로운 분야를 개척하기 보다는 존재하는 소프트웨어를
베끼는 경향이 있다는 주장도 있는데요.

Richard Stallman: To speak of a free software "model" is somewhat
misleading. The open source movement speaks of a "development model",
but our concern is for the user's freedom, not how the program is
developed.

자유 소프트웨어 "모델"라는 말은 오해의 소지가 있군요. open source
운동은 "개발 모델"에 대하여 얘기합니다만 우리의 관심은 사용자의
자유이지 개발의 방법에 대한 것이 아닙니다.

Free software doesn't always imitate, but often it does. There's a
good reason for this: freedom is the main goal, and innovation is
secondary.

자유소프트웨어가 항상 베끼기만 하는건 아니지만 자주 그러지요. 하지만
우리의 주요목표는 자유이고 혁신은 부차적인 거니까 그럴 만도하지요.

Our goal is to develop free software so that we can use computers
exclusively with free software. In 1984, we started with nearly zero
(we had TeX, nothing else). We had a lot of catching up to do, so we
have done it. Even if GNU/Linux had no technical innovations compared
with Unix, it would be completely superior because it respects your
freedom as Unix does not.

우리의 주요 목표는 자유소프트웨어만으로 컴퓨터를 사용할 수 있도록 하는
것입니다. 1984년에 우리는 거의 무에서 출발했기에(TeX 빼곤 아무것도
없는). 우리는 많은 걸 따라잡어야만 했고 그렇게 해왔습니다. GNU/Linux
조차도 Unix와 비교했을때 기술적 혁신은 없었지만 사용자의 자유를
존중했기에 그렇지 않았던 유닉스에 비해서 월등해졌지요.

JA: Do you believe that free software has caught up with non-free
software?

자유 소프트웨어가 비자유 소프트웨어를 따라잡았다고 생각하십니까?

Richard Stallman: To a large extent, but not totally.

완전하지는 않지만 많은 부분에서요.

JA: Would you say that we're going to start seeing a lot of technical
innovations originating from free software as things are catching up?

자유소프트웨어가 따라잡아가는 과정에서 많은 기술적 혁신이 나오게 될
것이라는 말씀인가요?

Richard Stallman: We already have. We already have seen a technical
innovations in free software. A lot of them help make up the world
wide web.

벌써 그러고 있지요. 자유 소프트웨어에서 많은 기술적 혁신이
일어났고. 그들 중 많은 부분이 world wide web을 만드는데 도움이 됐지요.

The Internet:

JA: Does the importance of using only free software apply to the
Internet?

자유소프트웨어만을 사용하는 것의 중요함은 인터넷에도 해당되나요?

Richard Stallman: I don't understand the question.

뭔 소리여..

JA: Software not only runs on personal computers, but also the
computers that comprise the Internet...

소프트웨어는 퍼스널 컴퓨터에서만 실행되는게 아니고 인터넷을 구성하는
컴퓨터에서도 실행되는데요...

Richard Stallman: That may mean your computer. If your computer is on
the Internet, then that's one of the computers you're talking about.

그게 당신의 컴퓨터를 의미하는 거죠. 당신의 컴퓨터가 인터넷 상에
있다면 당신의 컴퓨터가 바로 당신이 말하는 컴퓨터 중 하나죠.

JA: You're correct. At this very moment my computer is part of the
Internet. And my computer is comprised entirely of free
software. However there are plenty of computers on the Internet that
are not comprised of free software.

예 맞습니다. 제 컴퓨터를 인터넷의 일부분으로 볼 때, 그리고 제 컴퓨터가
자유 소프트웨어로만 구현돼 있고요. 그런데 인터넷에는 자유소프트웨어로
구성되지 않은 수많은 컴퓨터가 있죠.

Richard Stallman: I think you meant to say, "not running entirely free
software." There are many computers on the net that are not running
free software, and that means the people who use and own those
computers have lost this aspect of their freedom. That's a problem.

말씀하시고자 하시는게 "자유 소프트웨어만을 사용하지 않는" 다는
거죠. 넷 상에는 자유소프트웨어만을 사용하지 않는 많은 컴퓨터가 있고 그
사용자들은 그들의 자유를 잃어버리고 있지요. 그게 문제죠.

JA: Do you consider it proper for people who are trying to only use
free software to utilize...

자유 소프트웨어만을 사용하려는 사람들이 ... 하는게 옳바르다고
여기시나요?

Richard Stallman: To connect to a server that's running non-free
software?

비자유 소프트웨어를 사용하는 서버에 연결하는거요?

I don't feel I need to refuse to connect to a server that is running
non-free software. For that matter, I won't refuse to type on a
computer that's running non-free software. If I were visiting your
house for a little and you had a Windows machine, I would use it if it
were important for me to use it. I wouldn't be willing to have Windows
on my computer, and you shouldn't have it on yours, but I can't change
that by refusing to touch the machine.

비자유 소프트웨어를 사용하는 서버에 연결하는 것을 거부할 필요는
못느낍니다. 그런거라면 비자유 소프트웨어를 사용하는 컴퓨터에서 typing
하는 것을 거부하지도 않을 겁니다. 내가 당신 집을 잠시 방문했고 당신이
윈도우즈 머신을 가지고 있는데 제가 컴퓨터를 사용할 일이 있다면 그걸
사용할 겁니다. 저는 제 컴퓨터에 윈도우즈를 깔지 않을 것이고 당신도
그래야만 하지만 내가 윈도우즈 머신을 만지길 거부한다고 그렇게 바뀌는
건 아니죠.

If you connect to a server that runs non-free software, you're not the
one whose freedom is harmed. It's the server operator who has lost
freedom to the restrictions on the software he runs. This is
unfortunate, and I hope that he switches to free software; we're
working to bring that about. But I don't feel you have to boycott his
site until he switches. He isn't making you use the non-free software.

당신이 비자유 소프트웨어를 사용하는 서버에 접속한다면, 자유를
침해당하는 건 당신이라기 보다는 자기가 사용하는 소프트웨어에 대해서
제약을 받고 있는 서버 관리자겠죠. 이건 불운한 일이고 저는 그가 자유
소프트웨어로 바꾸길 바랍니다:그런 일을 실현시키는게 우리의
일이죠. 그러나 서버관리자가 자유 소프트웨어로 바꿀때까지 보이콧을
해야한다고 생각하지는 않습니다. 그가 당신이 비자유 소프트웨어를
사용하도록 몰아가는건 아닙니다.

JA: Back to my earlier question, as a specific example do you use
tools such as Google when attempting to locate online content?

앞의 질문으로 돌아가서요. 예를 들자면 검색하실때 구글 같은 툴을
쓰시나요?

Richard Stallman: I have nothing against communicating with Google's
network server, but for Google's sake I hope they have the freedom to
study, change and redistribute the software used on their
server. Having the freedom to do so does not imply the obligation to
do so; Google doesn't have to change or redistribute the software they
run. But they ought to be free to do this, just as you and I should be
free to do this with the software on our machines.

구글의 서버와 통신하는게 거리낄 건 없습니다. 다만 구글의 이익을
위해서라도 나는 그들이 자신의 서버에 사용하는 소프트웨어를 연구하고
변경하고 재배포하는 행위에 자유를 부여하기를 원합니다. 그렇게 할
자유를 부여한다는 것이 그렇게 해야 한다는 의무를 암시하지는
않습니다:구글이 그들이 사용하는 소프트웨어를 변경하고 재배포해야할
필요는 없죠. 그러나 우리 머신에 있는 소프트웨어에 그렇게 하는 것이
자유로워야 하듯이 그들의 경우에도 자유로와야만 합니다.

The Workplace:

JA: What if your job requires you to use non-free software?

직업상 비자유 소프트웨어를 사용해야 한다면 어떡해야 하죠?

Richard Stallman: I would quit that job. Would you participate in
something anti-social just because somebody pays you to? What if the
job involves hitting people on the head in the street and taking their
wallets? What if it involves spreading the word that Democrats should
vote on Wednesday instead of Tuesday? Some people seriously claim that
you can't criticize what someone does if it is part of their job. From
my point of view, the fact that somebody is being paid to do something
wrong is not an excuse.

저라면 직업을 바꿀 겁니다. 누군가 돈을 주기만 하면 반사회적인 행위에
가담하실건가요? 길거리에서 아리랑치기를 하자고 하면요? 부정선거에
가담하는 거라면요? 어떤 사람들은 누군가 직업으로서 이런 일을 하는 것을
비난할 수 없다고 합니다. 제 관점에서는 돈을 벌기 위해서라는 것은 나쁜
짓을 하는 변명이 되지 못합니다.

Embedded Applications:

JA: Embedded applications have become more and more prevalent in
society. Is it possible to completely avoid non-free software and
still remain in-touch with current technologies?

embedded application들은 계속해서 확산되고 있는데요. 최신 기술과
관계를 맺으면서 비자유 소프트웨어를 전혀 사용하지 않는것이 가능할까요?

Richard Stallman: I don't know if it is possible, but if it is not,
that is something we need to change. Once an embedded system can talk
to a network, or users normally load software into it, its software
needs to be free. For instance, if it uses non-free software to talk
to the network, you can't trust it not to spy on you.

그게 가능할지 지금으로선 잘 모르겠군요. 하지만 그렇지 않다면 우리가
변화시켜야 겠죠. embedded system이 network와 연결되거나 사용자가
소프트웨어를 탑재 시킬 수 있다면 그것의 소프트웨어는 자유로와야
합니다. 예를 들어 비자유 소프트웨어가 network에 연결된다면 그게
스파이웨어 역할을 수행하지 않는지 믿을 수 없으니까요.

SCO:

JA: How do you react to SCO's recent accusations about the Linux
kernel?

linux kernel에 대한 최근의 SCO의 소송에 대해서는 어떻게 대처하실
건지요?

Richard Stallman: The vague and cagey nature of their statements,
coupled with having seen that the only specific facts they produced
proved to be false, suggests they have no real case.

모호하고 교활한 문장과 거짓으로 들통난 사실들 뿐, 실제 재판까지 가지도
않을 것입니다.

JA: What impact do you expect this to have on free software?

자유 소프트웨어에 어떤 충격을 주리라 예상하십니까?

Richard Stallman: I don't expect it to have a big impact because I
don't think they have a case. They're trying to create FUD and they
may scare some timid people off.

실재 재판이 열리지도 않을 것이기에 전 큰 충격이 없으리라
예상합니다. 그들은 FUD를 조장해서 소심한 사람들을 겁주려는 걸 겁니다.

주)
FUD = Fear, Uncertainty, Doubt
Gene Amdahl이 IBM을 떠나서 Amdalh 시스템을 만들때 IBM의 세일즈맨들이
경쟁사를 견제하기 위해서 고객에게 FUD를 퍼뜨린다고 비난하면서 만들어낸
말인데, Eric Raymond에 의해서 해커소사이어티에 대한 널리 퍼진
공격방식을 표현할 때 사용되서 대중화된 용어입니다.

JA: Do you expect this to bring the GPL into the courtroom?

이일로 GPL이 법정논쟁에 등장하게 될까요?

Richard Stallman: I don't know.

모르죠.

JA: Is that a concern for you?

선생님과는 관계가 있나요?

Richard Stallman: We think the GPL will stand up in court, but no wise
person is eager to get into a battle, even if he thinks he's well
enough armed that he'd probably win.

우리는 GPL이 법정논쟁을 견뎌내리라 생각합니다. 하지만 승리할 수
있을 만큼 잘 준비돼 있다해도 굳이 싸움에 뛰어들 필요는 없겠지요.

The arguments that SCO have been making are so laughably absurd that
they lend support to the idea that SCO has no real case, that they're
only interested in creating FUD.

SCO가 일으켜 온 논쟁은 우스꽝스럽고 말도 안되는 것뿐이라 그들이 실제
재판까지는 가지 않을 것이라는 생각이 듭니다. 그들은 단지 FUD를 일으키는
데만 관심이 있는 것 같군요.

JA: To what end?

결국엔 어떻게 될까요?

Richard Stallman: They hope some companies will pay them money, and
Microsoft already did.

그들은 몇몇 회사가 돈을 지불하길 원하는 것 같고 마이크로소프트는 벌써
돈을 줬지요.

To people who know almost nothing about copyright law, anything sounds
as plausible as anything else. When they hear what SCO says, they
don't know how ridiculous it is. So they think, "SCO says this, IBM
says that, how do I know who's right?"

저작권 법에 대해서 거의 알지 못하는 사람들이 보기에는 그 소리가 그
소리라. SCO의 주장을 들었을때도 그것이 얼마나 황당한지 모르고
"말하는게 SCO 다르고 IBM 다른데 누가 맞지?"하고 생각하게 됩니다.

JA: What's in store for the GNU General Public License (GPL)? Are
there plans for a version 3?

GPL은 뭐를 준비하고 계신가요? version 3에 대한 계획이 있으신가요?

Richard Stallman: Yes, but we are not really sure what will
change. What we can say is that the changes will be details.

네 하지만 아직까지는 어떤 걸 바꿔야 할지 확실하지 않습니다. 우리가
말할 수 있는 것은 소소한 변화일 것이라는 정도입니다.

Getting Involved:

JA: Is there any other current event that you'd like to address?

따로 말씀하시고 싶은 현황이 있나요?

Richard Stallman: The FCC last year decided to require digital
restrictions management in all receivers of digital TV. And not only
that, to require that they be made not modifiable by the user. I think
they have not yet decided whether this device is software
controlled. If they make it software controlled then for the first
time there will be a government policy explicitly banning free
software for a job that millions of people are going to want to do.

작년에 FCC 모든 digital TV 수신기에 기술적인 제약을 두기로
결정했습니다. 그 뿐만이 아니라 사용자가 개조를 하지 못하게 막을 것을
요구하고 있습니다. 그들은 아직 이 장치들을 소프트웨어로 제어할지
여부를 결정하지 못한 것 같습니다. 만약 소프트웨어 제어를 택한다면
처음으로 정부정책에 의해 고용증대를 목적으로 명시적으로 자유
소프트웨어가 금지 당하는 일이 일어날 겁니다.

JA: Are you optimistic about this?

이 사태에 대해서 낙관하고 계신가요?

Richard Stallman: I don't know. I am a pessimist by nature. Many
people can only keep on fighting when they expect to win. I'm not like
that, I always expect to lose. I fight anyway, and sometimes I win.

잘 모르겠군요. 전 원래 비관론자 입니다. 많은 사람들은 이기리라 예상되는
싸움만을 하려하는데. 전 아닙니다. 항상 지리라 예상했지만 어쨌든
싸웠죠. 그러다 가끔은 이기기도 했고요.

I'm not the main leader in this particular battle. The Electronic
Frontier Foundation is fighting. Public Knowledge is fighting. People
need to get involved politically. At this point people should go to
the EFF website and the Public Knowledge website, and continue doing
so over the coming weeks to see how they can get involved in this
coming campaign. It's going to take a lot of people spending probably
at least twenty minutes. If you care enough about your freedom to
spend twenty minutes on it, if you can tear yourself away from
whatever little job it is you're doing this week, and next week, and
so on. Spend a little time fighting for your freedom, and we can win.

이 특별한 싸움에서 저는 주요 지도자가 아닙니다. Electronic Frontier
Foundation, Public Knowledge가 싸우고 있지요. 사람들은 정치적으로
연관될때만 힘을 발휘할 수 있습니다. 지금 시점에선 EFF, Public
Knowledge의 웹사이트로 가서 지속적으로 캠페인에 참여해야만
합니다. 그건 대부분의 경우 20분 정도면 충분한 일일 겁니다. 만약에 20분
정도를 할애해서 자신의 자유를 지킬 수 있다면, 그리고 짬을 낼 수 있다면
자신의 자유를 위한 투쟁에 동참하십시요. 그러면 우리가 이길 겁니다.

JA: Thank you.

고맙습니다.

Richard Stallman: Happy hacking!

즐겁게 해킹합시다.

오늘 우리는 동지를 땅에 묻었습니다. 그러나 땅은 이제 우리들의 것입니다.
아직도 우리의 적은 강합니다. 그러나 우리는 그들보다 많습니다.
항상 많을 것입니다.

jj의 이미지

crimsoncream님 감사합니다. 집에가시다 맥주라도 한잔하시길... ^^

--
Life is short. damn short...

ed.netdiver의 이미지

위키로 추방에 몰표^^;ㅋㅋ

--------------------------------------------------------------------------------
\(´∇`)ノ \(´∇`)ノ \(´∇`)ノ \(´∇`)ノ
def ed():neTdiVeR in range(thEeArTh)

NamSa의 이미지

영어만 보면 눈이 감겻는데 ..
crimsoncream님 감사합니다.

죠커의 이미지

좋은 글은 위키에 남깁시다 :-)
그런데 퍼가서 다른 사람들이 읽게 해도 될까요?

yielding의 이미지

crimsoncream님 감사합니다.

Life rushes on, we are distracted

crimsoncream의 이미지

CN wrote:
좋은 글은 위키에 남깁시다 :-)
그런데 퍼가서 다른 사람들이 읽게 해도 될까요?

당연히 퍼가셔도 되고 kldp 위키에 올리려고 보니 딱히 어디에 밀어넣어야 할지를 몰라서 그냥 여기 썼습니다. 제 생각에도 교정하기에도 위키가 더 나을 것 같은데.

오늘 우리는 동지를 땅에 묻었습니다. 그러나 땅은 이제 우리들의 것입니다.
아직도 우리의 적은 강합니다. 그러나 우리는 그들보다 많습니다.
항상 많을 것입니다.

coyday의 이미지

훔.. 번역된 것도 길긴 매한가지네요..
나는 영상세대인가.

북한산(X) 삼각산(O) 백운대(X) 백운봉(O)

익명 사용자의 이미지

너무 재미있게 잘보았습니다.
번역해 주셔서 감사합니다.
이제야 조금 이해가 갑니다.
GNU의 철학이 어떤것인지
다시한번더 감사드립니다.

kyong의 이미지

또 한 번 보게 되어서 좋습니다.
그런데 훑어 보다 오역이라 생각되어서 올립니다.

crimsoncream wrote:

Richard Stallman: Partly it is being a very firm and determined
leader. Partly it is being an orator. Partly it is advising other
people on how to be activists or how to contribute to free
software. I've learned something that a lot of people could usefully
know: how to be extremely persistent and whenever one avenue was
blocked find another.

확고하고 비타협적인 리더로서, 웅변가로서, 어떻게 활동가가 되고
자유소프트웨어 운동에 기여할지에 대한 조언자로서의 역할을
수행합니다. 제가 많은 사람들에게 유용한 사실을 익혔거든요.: 어떻게
확고한 의지를 유지한 채로 막다른 길에 다다랐을 때 우회로를 찾을
것인지 말이죠.


비타협적인 리더라고 하는 것 보다는 결단력있는 리더라고 하는 것
이 좋을 것 같습니다. RMS가 마음 상하겠네요.
바로 사람들의 이런 말 때문에
how to be extremely persistent
을 배웠다고 하는지 모릅니다. :)
끝 문장도 제가 생각하는 어감으로 해석하면,
'전 많은 사람들이 효과적으로 알고 있을지도 모르는 어떻게 격렬히 버티고 한 길이 막힐
때마다 다른 길을 찾는 법과 같은 것을 배웠습니다.' 입니다.

전 인터뷰 읽기를 좋아하는데 이렇게 적극적으로 올려 주셔서
참 고맙습니다. 건투를.

익명 사용자의 이미지

kyong wrote:

비타협적인 리더라고 하는 것 보다는 결단력있는 리더라고 하는 것
이 좋을 것 같습니다. RMS가 마음 상하겠네요.
바로 사람들의 이런 말 때문에
how to be extremely persistent
을 배웠다고 하는지 모릅니다. :)
끝 문장도 제가 생각하는 어감으로 해석하면,
'전 많은 사람들이 효과적으로 알고 있을지도 모르는 어떻게 격렬히 버티고 한 길이 막힐
때마다 다른 길을 찾는 법과 같은 것을 배웠습니다.' 입니다.

전 인터뷰 읽기를 좋아하는데 이렇게 적극적으로 올려 주셔서
참 고맙습니다. 건투를.

지적해 주셔서 감사합니다만 요부분은 비타협적이라는 말이 더 알맞으리라 생각합니다. 철학을 가지고 원칙을 지킬 것을 RMS가 계속해서 강조하고 있다는 점을 감안해 주시기 바랍니다. 일반인들에게는 불쾌할 지 모르지만 비타협적이라는 말은 현실의 혼란스러움 속에서도 일관된 세계관을 유지하기 위해 필사적으로 노력하는 활동가들에게는 경외의 뉘앙스를 담고 있는 단어라고 생각합니다.

그리고 두번째 지적해 주신 부분은 특별히 말씀하신 것과 제 해석에 차이가 있는것 같지는 않고요. 다만 제 경우에는 철학적 일관성을 강조하는 선상에서 길,방법을 바꾸되 철학,의지를 유지한다는 표현을 택하려고 했던 겁니다.

지적해주신 부분이 RMS의 글에서 강조하는 부분과 닿는 부분이라고 생각해서 굳이 답을 달았습니다 :)

익명 사용자의 이미지

자유 철학 (Free Philosophy)을 지키기 위한 노력은 계속되어야 합니다.

역시나 "오픈 소스"(Open Source)류 라이센스의 문제점들을 또다시 지적하는 것도 소홀히 하지 않는군요.

오픈소스라이센스류에 소위 "행간에 숨겨진" 의도를 간파하는 노력도 계속해서 뒤따라야 하겠지요.

대중소(大中小) 독점소프트웨어 기업들이 GPL보다 오픈소스license류를 상대적으로 더 선호하는 이유! 그것이 행간에 숨겨진 그 무엇이 되겠지요.
또, GPL License를 오픈소스라이센스류의 한 종류로서 공공연히 이야기하고 그런 분위기를 만들려는 그 어떤 세력들의 숨겨진 의도, 그것도 역시나......~

RMS goooooooooooood

익명 사용자의 이미지

자유 철학 (Free Philosophy) = 자유 소프트웨어 철학 (Free Software Philosophy)

kyong의 이미지

Anonymous wrote:
kyong wrote:

비타협적인 리더라고 하는 것 보다는 결단력있는 리더라고 하는 것
이 좋을 것 같습니다. RMS가 마음 상하겠네요.
바로 사람들의 이런 말 때문에
how to be extremely persistent
을 배웠다고 하는지 모릅니다. :)
끝 문장도 제가 생각하는 어감으로 해석하면,
'전 많은 사람들이 효과적으로 알고 있을지도 모르는 어떻게 격렬히 버티고 한 길이 막힐
때마다 다른 길을 찾는 법과 같은 것을 배웠습니다.' 입니다.

전 인터뷰 읽기를 좋아하는데 이렇게 적극적으로 올려 주셔서
참 고맙습니다. 건투를.

지적해 주셔서 감사합니다만 요부분은 비타협적이라는 말이 더 알맞으리라 생각합니다. 철학을 가지고 원칙을 지킬 것을 RMS가 계속해서 강조하고 있다는 점을 감안해 주시기 바랍니다. 일반인들에게는 불쾌할 지 모르지만 비타협적이라는 말은 현실의 혼란스러움 속에서도 일관된 세계관을 유지하기 위해 필사적으로 노력하는 활동가들에게는 경외의 뉘앙스를 담고 있는 단어라고 생각합니다.

그리고 두번째 지적해 주신 부분은 특별히 말씀하신 것과 제 해석에 차이가 있는것 같지는 않고요. 다만 제 경우에는 철학적 일관성을 강조하는 선상에서 길,방법을 바꾸되 철학,의지를 유지한다는 표현을 택하려고 했던 겁니다.

지적해주신 부분이 RMS의 글에서 강조하는 부분과 닿는 부분이라고 생각해서 굳이 답을 달았습니다 :)

그렇게 생각할 수도 있겠습니다만,
비타협적이란 말은 부정적인 의미로 주로 쓰입니다.
만약이 이 문장에 앞서 질문자가 부정인인 내용을 언급했고
그 반대의 의미로 왔다면 자연스러울 것 같습니다.
그러나 여기선 질문이

JA: What is your role these days?

였습니다.

그런데 자유 소프트웨어 운동을 사람들에 전파하는 지도자가
자기 일을 그렇게 설명할 이유가 없는 것입니다.
물론 현실에 타협하면서 이런 분에게 경외감을 가진 분들이 그렇게
표현할 수도 있겠지만 저라면 부정적인 의미가 강한 단어로 표현하
지 않겠습니다. 그리고 여기선 자기가 한 말입니다.

'전 많은 사람들이 효과적으로 알고 있을지도 모르는' 이 것은
사실 내용과 별로 상관 없는 것이기 때문에 언급 안하는 것이
좋을 법도 했지만 분명 도움이 되라고 제가 언급 한 것입니다.
사소한 실수가 글 전체의 의미를 반감시킬 수 있으니까요.
사실 제가 보기엔 특별히 문제 될 것은 없습니다.
사람들에게서 배운 것이 아니라 사람들이 잘 이미 알고 있을
수도 있겠지만 난 이 운동을 하면서 치열하게 배웠다고 말하고 있
는 것입니다.
음. 그리고 또 하나 '우회로'라는 단어도 안 썼으면 나을 법 했습니다.
왜냐면 우회라는 단어는 피한다는 의미를 생각나게 하니까요.
제가 좀 쪼잔하게 말이 많은지 모르겠네요.
전체적으로 크게 문제될 것도 아닌데 말이죠..:)

sangwoo의 이미지

kyong wrote:
Anonymous wrote:
kyong wrote:

비타협적인 리더라고 하는 것 보다는 결단력있는 리더라고 하는 것
이 좋을 것 같습니다. RMS가 마음 상하겠네요.
바로 사람들의 이런 말 때문에
how to be extremely persistent
을 배웠다고 하는지 모릅니다. :)
끝 문장도 제가 생각하는 어감으로 해석하면,
'전 많은 사람들이 효과적으로 알고 있을지도 모르는 어떻게 격렬히 버티고 한 길이 막힐
때마다 다른 길을 찾는 법과 같은 것을 배웠습니다.' 입니다.

전 인터뷰 읽기를 좋아하는데 이렇게 적극적으로 올려 주셔서
참 고맙습니다. 건투를.

지적해 주셔서 감사합니다만 요부분은 비타협적이라는 말이 더 알맞으리라 생각합니다. 철학을 가지고 원칙을 지킬 것을 RMS가 계속해서 강조하고 있다는 점을 감안해 주시기 바랍니다. 일반인들에게는 불쾌할 지 모르지만 비타협적이라는 말은 현실의 혼란스러움 속에서도 일관된 세계관을 유지하기 위해 필사적으로 노력하는 활동가들에게는 경외의 뉘앙스를 담고 있는 단어라고 생각합니다.

그리고 두번째 지적해 주신 부분은 특별히 말씀하신 것과 제 해석에 차이가 있는것 같지는 않고요. 다만 제 경우에는 철학적 일관성을 강조하는 선상에서 길,방법을 바꾸되 철학,의지를 유지한다는 표현을 택하려고 했던 겁니다.

지적해주신 부분이 RMS의 글에서 강조하는 부분과 닿는 부분이라고 생각해서 굳이 답을 달았습니다 :)

그렇게 생각할 수도 있겠습니다만,
비타협적이란 말은 부정적인 의미로 주로 쓰입니다.
만약이 이 문장에 앞서 질문자가 부정인인 내용을 언급했고
그 반대의 의미로 왔다면 자연스러울 것 같습니다.
그러나 여기선 질문이

JA: What is your role these days?

였습니다.

그런데 자유 소프트웨어 운동을 사람들에 전파하는 지도자가
자기 일을 그렇게 설명할 이유가 없는 것입니다.
물론 현실에 타협하면서 이런 분에게 경외감을 가진 분들이 그렇게
표현할 수도 있겠지만 저라면 부정적인 의미가 강한 단어로 표현하
지 않겠습니다. 그리고 여기선 자기가 한 말입니다.


'determined' 라는 단어가 '결단력 있는'으로 해석될 거 같지는
않습니다만? determined는 자신이 결정을 한다기 보다는, 이미
결정을 하고, 그 결심을 굳힌 상태를 나타내는 말인 것 같습니다.
리처드 스톨만씨의 여태까지의 활동은 어떻게 보면 고지식하게까지
보일 정도로, 어떤 실용주의적인 관점보다는 자유 소프트웨어의
철학이나 사상을 강조해 왔죠. Art of UNIX programming에서
인용한다면, 라이너스 토발즈씨의 "자유 소프트웨어가 더 나으므로
자유 소프트웨어를 써야 한다." 라는 입장에 비해서,
"모든 소프트웨어가 자유로워야 하므로, 자유 소프트웨어를 써야 한다."
라는 입장인 것입니다. 따라서 저는 재호형^W crimsoncream님의
번역이 더 적절하다고 봅니다. (;-)) 검은해님께서 코멘트를
해 주시면 좋겠습니다만..

----
Let's shut up and code.

Prentice의 이미지

Determined는 sangwoo님 말씀처럼 의지가 결연하다거나 포기를 모른다거나 등의 긍정적인 뜻으로 풀이해야 좋지 않을까 생각합니다.

그 외에는 kyong님 의견에 공감이 갑니다. 이건 어떨까요?

"요즘 어떤 역할을 맡고 계십니까?

한편으로는 매우 확고하고 의지가 결연한 리더역이고, 한편으로는 연설가 역입니다. 또 한편으로는 다른 사람들에게 어떻게 하면 activist가 될 수 있는지, 아니면 어떻게 자유소프트웨어에 도움이 될 수 있는지에 대해 조언을 하는 역할을 맡고 있습니다. 저는 많은 사람들이 알면 유용할 뭔가를 배웠습니다. 대단한 끈기를 가지고, 길이 막혀있으면 반드시 다른 길을 찾는(뚫는?) 방법을요."

---

다른 얘기지만, Linus Torvalds의 발음은 라이너스 토발즈 보다는 리이누스 뚜오르V알DZ(마지막 Z는 무성음화된듯)에 가깝지 않을까 생각합니다. ==3=3

ftp://ftp.kr.kernel.org/pub/linux/kernel/SillySounds/

kyong의 이미지

sangwoo wrote:
kyong wrote:
Anonymous wrote:
kyong wrote:

비타협적인 리더라고 하는 것 보다는 결단력있는 리더라고 하는 것
이 좋을 것 같습니다. RMS가 마음 상하겠네요.
바로 사람들의 이런 말 때문에
how to be extremely persistent
을 배웠다고 하는지 모릅니다. :)
끝 문장도 제가 생각하는 어감으로 해석하면,
'전 많은 사람들이 효과적으로 알고 있을지도 모르는 어떻게 격렬히 버티고 한 길이 막힐
때마다 다른 길을 찾는 법과 같은 것을 배웠습니다.' 입니다.

전 인터뷰 읽기를 좋아하는데 이렇게 적극적으로 올려 주셔서
참 고맙습니다. 건투를.

지적해 주셔서 감사합니다만 요부분은 비타협적이라는 말이 더 알맞으리라 생각합니다. 철학을 가지고 원칙을 지킬 것을 RMS가 계속해서 강조하고 있다는 점을 감안해 주시기 바랍니다. 일반인들에게는 불쾌할 지 모르지만 비타협적이라는 말은 현실의 혼란스러움 속에서도 일관된 세계관을 유지하기 위해 필사적으로 노력하는 활동가들에게는 경외의 뉘앙스를 담고 있는 단어라고 생각합니다.

그리고 두번째 지적해 주신 부분은 특별히 말씀하신 것과 제 해석에 차이가 있는것 같지는 않고요. 다만 제 경우에는 철학적 일관성을 강조하는 선상에서 길,방법을 바꾸되 철학,의지를 유지한다는 표현을 택하려고 했던 겁니다.

지적해주신 부분이 RMS의 글에서 강조하는 부분과 닿는 부분이라고 생각해서 굳이 답을 달았습니다 :)

그렇게 생각할 수도 있겠습니다만,
비타협적이란 말은 부정적인 의미로 주로 쓰입니다.
만약이 이 문장에 앞서 질문자가 부정인인 내용을 언급했고
그 반대의 의미로 왔다면 자연스러울 것 같습니다.
그러나 여기선 질문이

JA: What is your role these days?

였습니다.

그런데 자유 소프트웨어 운동을 사람들에 전파하는 지도자가
자기 일을 그렇게 설명할 이유가 없는 것입니다.
물론 현실에 타협하면서 이런 분에게 경외감을 가진 분들이 그렇게
표현할 수도 있겠지만 저라면 부정적인 의미가 강한 단어로 표현하
지 않겠습니다. 그리고 여기선 자기가 한 말입니다.


'determined' 라는 단어가 '결단력 있는'으로 해석될 거 같지는
않습니다만? determined는 자신이 결정을 한다기 보다는, 이미
결정을 하고, 그 결심을 굳힌 상태를 나타내는 말인 것 같습니다.

제 느낌은 그랬는데 '결단력 있는' 이라는 단어는 말씀하신대로
덜 적합한 것 같습니다. 결심을 굳히고 다른 누군가가 방해하지
못하도록 하겠다는 의지가 들어가 있는 단어라면 좋습니다.
예들 들면 신념있는, 확고한, 포기하지 않는 등....
atie의 이미지

determined에 대한 제 의견은, "RMS 자신이 배워 온 것에 의해 정해진" 이라는 의미일 듯 합니다. 의역을 하면, "비전을 가진" 또는 "내 신념을 가진" 정도가 좋을 듯 하군요.

----
I paint objects as I think them, not as I see them.
atie's minipage

Prentice의 이미지

그건 좀 아닌 것 같습니다..

determined to do something : "~~에 목적의식이 확고한"
determined to be such and such, determined that it was such and such : "~~하다고 정해진/판가름 난"

Sue was determined to win이라면 "수는 이길 작정이였다"라는 뜻입니다. It was determined to be false라면 "사실이 아님이 판명 났다"는 뜻이고요.

atie의 이미지

그가 말한 계속되는 문장에 연관이 되는 것으로 생각을 했는데, 제가 틀렸군요. 무슨일이 있어도 그 일을 해야하는 (또는 끝내야 하는) 즉, 검은해님의 번역대로 "의지가 결연한" 이라는 뜻으로 정정합니다.

----
I paint objects as I think them, not as I see them.
atie's minipage

sangwoo의 이미지

검은해 wrote:

다른 얘기지만, Linus Torvalds의 발음은 라이너스 토발즈 보다는 리이누스 뚜오르V알DZ(마지막 Z는 무성음화된듯)에 가깝지 않을까 생각합니다. ==3=3

ftp://ftp.kr.kernel.org/pub/linux/kernel/SillySounds/

아하!
코멘트와 지적에 감사드립니다. :-)

----
Let's shut up and code.