Skip to content
Snippets Groups Projects
Commit e0daca5f authored by Sun Junyoung's avatar Sun Junyoung
Browse files

Second try translation

cf) Change 'have o available' (have o which is available) to 'have o available' (let o available)  
parent 8951d68a
No related branches found
No related tags found
No related merge requests found
......@@ -143,11 +143,11 @@ In the same spirit, I went looking for an existing POP utility that was reasonab
The source-sharing tradition of the Unix world has always been friendly to code reuse (this is why the GNU project chose Unix as a base OS, in spite of serious reservations about the OS itself). The Linux world has taken this tradition nearly to its technological limit; it has terabytes of open sources generally available. So spending time looking for some else's almost-good-enough is more likely to give you good results in the Linux world than anywhere else.
유닉스 세계의 소스 공유 전통은 항상 코드 재사용에 호의적이었다. (이는 GNU 프로젝트가 유닉스 운영체제 자체와 관련된 심각한 의혹들에도 불구하고 유닉스를 기본 운영체제로 선택했던 이유였다.) 리눅스 세계는 거의 기술적 한계에 이르기까지 이 전통을 받아들였다. --일반적인 오픈소스들 가용한 수 테라바이트-- <이 부분 추후 다시 번역 예정> 그래서 다른 어느 곳보다도, 리눅스 세계에서는 누군가의 거의 완성된 소스를 찾아보는데 시간을 투자하는 것이 좋은 결과로 이어질 가능성이 높다.
유닉스 세계의 소스 공유 전통은 항상 코드 재사용에 호의적이었다. (이는 GNU 프로젝트가 유닉스 운영체제 자체와 관련된 심각한 의혹들에도 불구하고 유닉스를 기본 운영체제로 선택했던 이유였다.) 리눅스 세계는 거의 (일반적으로 수 테라바이트에 달하는 오픈소스들을 가용하게 하는) 기술적 한계에 이르기까지 이 전통을 받아들였다. --일반적인 오픈소스들 가용한 수 테라바이트-- <이 부분 추후 다시 번역 예정> 그래서 다른 어느 곳보다도, 리눅스 세계에서는 누군가의 거의 완성된 소스를 찾아보는데 시간을 투자하는 것이 좋은 결과로 이어질 가능성이 높다.
And it did for me. With those I'd found earlier, my second search made up a total of nine candidates—fetchpop, PopTart, get-mail, gwpop, pimp, pop-perl, popc, popmail and upop. The one I first settled on was `fetchpop' by Seung-Hong Oh. I put my header-rewrite feature in it, and made various other improvements which the author accepted into his 1.9 release.
나도 마찬가지였다. 일찍이 내가 찾아놓은 것들에 두 번째 검색결과를 더하여 fetchpop, PopTart, get-amil, gwpop, pimp, pop-perl, popc, popmail, 그리고 upop 으로 총 아홉 개의 후보가 생겼다. 그 중 처음으로 설정한 것은 오승홍 씨의 fetchpop 이었다. 헤더 재작성 기능과 더불어 여러 기타 개선사항들을 추가했고, 저자는 이를 그의 1.9 배포판에 수용했다.
에게도 마찬가지였다. 일찍이 내가 찾아놓은 것들에 두 번째 검색결과를 더하여 fetchpop, PopTart, get-amil, gwpop, pimp, pop-perl, popc, popmail, 그리고 upop 으로 총 아홉 개의 후보가 생겼다. 그 중 처음으로 설정한 것은 오승홍 씨의 fetchpop 이었다. 헤더 재작성 기능과 더불어 여러 기타 개선사항들을 추가했고, 저자는 이를 그의 1.9 배포판에 수용했다.
A few weeks later, though, I stumbled across the code for popclient by Carl Harris, and found I had a problem. Though fetchpop had some good original ideas in it (such as its background-daemon mode), it could only handle POP3 and was rather amateurishly coded (Seung-Hong was at that time a bright but inexperienced programmer, and both traits showed). Carl's code was better, quite professional and solid, but his program lacked several important and rather tricky-to-implement fetchpop features (including those I'd coded myself).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment