라벨이 english인 게시물 표시

Rescheduling a meeting.

Dear Mr. Johnson, I am in receipt of your letter dated June 2, 2012, and appreciate your kind inclusion of Success Corporation in your global telecommunications project. Unfortunately, the date you have proposed cannot be accommodated. Therefore, I would like to propose alternative dates.  Rather than the third week of June, can we push the meeting to the last week? We have a painful project underway that will be completed before the last week by hook or crook. Most of our staff will be exonerated from the project by then and be able to accommodate you better henceforth. We strongly wish to assist you in this important project. Therefore, we will make every effort to assist you in the best way possible. I hope that your impending visit to Korea will be a positive and productive experience. I would greatly appreciate your response at you earliest convenience. Best wishes, Sungong Kim

영어표현

Did you want to see me? 저를 찾으셨습니까?

리눅스에서 EBS 예약녹음 방법

2013 년들어  EBS 의 기존 mms 방식으로 서비스 하지 않는다.  rtmp 방식으로 변경하였는데 아래 처럼 하면 예약 녹음이 가능하다. 2곳의 참고 사이트를 참조하여 나름대로 수정하였다. 좋은 정보를 공유해준 네티즌들에게 감사의 말씀을.... 1) rtmpdump,  ffmpeg , lame 설치  $ sudo apt-get install rtmpdump $ sudo apt-get install  ffmpeg $ sudo apt-get install lame   ==> 안될경우 http://lame.sourceforge.net/download.php 에서 소스 다운로드 하여 설치 2) 스크립트 파일 작성  (ebs_recorder 란 이름으로 저장) #!/bin/bash DATE=`date +%Y%m%d` EBSURL=" rtmp:// ebs android. ebs .co.kr:1935/fmradiofamilypc/familypc1m " FPATH="$HOME/EBS/$DATE" FNAME="$1_$DATE" RECTIME=$(($2*60)) FLVFNAME="$FPATH/$FNAME.flv" WAVFNAME="$FPATH/$FNAME.wav" MP3FNAME="$FPATH/$FNAME.mp3" RTMP="/usr/bin/rtmpdump" MPLAYER="/usr/bin/mplayer" LAME="/usr/bin/lame" if [ ! -d $FPATH ]  then     mkdir -p $FPATH fi $RTMP  -r  $EBSURL -o $FLVFNAME & pid_player=$!    #child process PID echo "PID : $pid_player" #...

3년안에....

이미지
우연히 "고감자"님의 " 개발자와 영어 " 란글을 보았다. http://freesearch.pe.kr/1150 섬뜩하다. 명색이 외국계회사에 다니고 있지만, 여전히 콩글리쉬를 벗어나지 못한것이 현실이다. 요즘 졸업생들 영어와 제2외국어는 기본이라던데 이렇게 세월만 가다 어쩌나 싶다. 더욱이 세계적 경기불황으로 인력시장이 싸늘한 요즘 본사로부터의 압박도 점점 심해지고 있다. 이러다 언젠가 영어 가 회사내 인력 필터링의 중대한 기준으로 작용할지도 모른다는 걱정도 든다. 이런 불안속에 기껏 내가 할수 있는것이라곤 영어책을 다시 펴는 정도다.... 항상 비법만 찾아다니다 공부는 안한다고 하는데 또역시 비법을 찾아 새로운 책을 찾았다. 이번에 이 시리즈를 올해 안에 모두 보도록 해야겠다. 적어도 3번은 반복해야지..... 부디 실력좀 늘어서 본사 녀석들 말도안되는 소리할때 신사적으로 한방먹일수 있었으면 좋겠다. 가끔 울컥할때마다 한소리 하고 싶은데 표현이 잘못되거나 수위조절이 안되어 표현이 과격하면 회사내 문제가 될까봐 꾹 참을때가 많다. 칼을 잘갈아서 멋진 한방을 준비하자.. 그렇다고 칼만 갈면 정말 칼만 닳아 없어질지도..... 올해는 지금보다 한단계만 더 올라서 보자......

In Praise of a Closed Market

이미지
Microsoft and Intel simplified choices—and popularized computers TECH & YOU PODCAST It's an article of faith in the tech industry that competition is a good thing for everyone. Without the freedom to create companies with novel products in competitive markets, we might never have seen some of the innovations that have transformed our lives—PCs, e-mail, iPods, and the rest. Still, for consumers, there definitely can be too much of a good thing. The history of the PC provides a good illustration of where competition works for consumers and where it doesn't. Saying this won't win me friends in competition-crazed Silicon Valley, but I think dominance by an Intel ( INTC ) hardware design and Microsoft ( MSFT ) software has been good for both business and home users. LACK OF PRESSURE. Standardization, which limits competition on features and turns it into a fight for the lowest price, led to rapid economies of scale and plunging costs. Buyers of PCs didn't h...