내가 필요한 케이블이 이런이런게 있는데 인터넷에서 사기는 좀 찝찝하고 직접 사고 싶어하는 이들이 있을것이다. 나도 인터넷으로 살까 직접 가서 살까 하다 이런저런 고민 끝에 용산에 가서 산 사람중의 하나다.

일단 용산에 가서 사는 것과 인터넷에서 사는것의 장단점이 있다.

어떤면에서는 인터넷이 더 쌀수도 있다.

그리고 어떤 면에서는 용산에 가서 사서 비용을 절감하는 경우도 있다. 케이블을 살것이 확실하다면 용산까지 굳이 갈 필요가 없다. 용산에 가서 굳이 사야하는 경우는 필요한 케이블이 어떤것인지 불명확 할때 가는 것이 좋을 것 같다.

내가 갔던 곳은 선인상가 부근이었는데 Comms라고 나름 그 근방에서 유명한 곳이었다.

2008-10-11_1151_16 

기가바이트 광고판을 끼고 선인상가에 가면 Comms라고 보이는 노오란 간판이 보인다.

2008-10-11_1150_06

난 SATA HDD를 연결할 SATA 케이블과 전원연장선, Y자 케이블 등을 구매라러 갔었다.

2008-10-11_1149_54

지하로 내려가는 매장으로 들어가면 Comms라고 대문짝만하게 나온다.

 2008-10-11_1149_30

매장 안에 들어가면 각종 케이블과 전자기기들이 차곡차곡 잘 정리되어져 있다.

가격은 인터넷과 비슷하거나 살짝 비싼데... 그래도 일반 매장보다는 싼편이다.

2008-10-11_1143_54 2008-10-11_1143_18

여기서 파는 제품은 SATA 케이블, IDE 케이블, USB 허브, USB 컨버터, Y 분배기 등 각종 PC 케이블과 충전기, 램프, 라디오 등 차량 관련 소모품들, 그리고 드라이버, 공기청정기, 핸드폰 주머니 등 다양한 소형 소모품들을 판매한다.

구분

근무지정보

위치

DA사업본부

DA사업본부

창원

DA_창원

창원

DA_서울_해외/국내영업

트윈

DM사업본부

DM사업본부

 

DM_평택

평택

DM_서울_해외/국내영업

트윈

DD사업본부

DD사업본부

 

DD_구미

구미

DD_청주

청주

MC사업본부

MC사업본부

가산

MC_서울_CDMA연구소

서울

MC_오산

오산

MC_안양_System연구소

안양

MC_평촌_UMTS연구소

평촌

MC_서울_CDMA사업본부

가산

MC_청주_UMTS사업부

청주

MC_평택_System사업부

평택

MC_서울_해외/국내영업

트윈

CTO부문

CTO부문

 

CTO_서울_전자기술원

우면

CTO_서울_DM연구소

우면

CTO_서울_DD연구소

우면

CTO_서울_System IC연구소

우면

CTO_서울_DTV연구소

서울대

CTO_서울_DA연구소

구로

CTO_서울_디자인경영센터

강남

CTO_서울_품질센터

문래

CTO_안양_이동통신기술연구소

안양

CTO_평택_생산기술연구소

평택

한국마케팅

마케팅부문

강남

고객서비스부문

고객서비스부문

문래

본사

본사_HR부문

트윈

본사_재경부문

트윈

본사_전략기획부문

트윈

 

COPQ 활동을 통한 CTQ 도출 프로세스
1) COPQ 항목 발굴
2) COPQ 산출
3) COPQ 분석
4) 감축 계획 수립 (CTQ)


 Pre-interview Questions

   1. What relationship does inheritance model?
   2. Explain multiple inheritance.
   3. What is the singleton pattern? What is the abstract factory pattern? What is the iterator pattern?
   4. What is an abstract base class?

Common Knowledge Questions

General Questions

   1. What is your philospohy of programming?
   2. How do you know where to put code for a particular feature or piece of functionality?
   3. How do you try to make your programs easier to debug, maintain, and modify?
   4. How do you decide upon and describe the architecture for a large program?
   5. Describe what coupling and cohesion mean and how you use them?
   6. What is the difference between little and big endian? Why do you care??
   7. What is a shadow register??
   8. What is a spinlock? How is it implemented??
   9. What does the keyword "volatile" mean??
  10. How do you handle inter-task synchronization? What is a semaphore? What are the different types of semaphores?
  11. Explain priority inversion.
  12. What is network-byte order?
  13. What should you be aware of in an ISR?
  14. When do you use Task Locks, Mutex, Interrupt Locks?
  15. What is big O notation? How do you use it?
  16. Which do you prefer: manifest or latent types? Why?
  17. What commenting style do you think is appropriate? Why?
  18. What sort of documentation artifacts do you like to produce? Why?
  19. Do you think exceptions are good, or bad? Why?
  20. Explain transactions.
  21. What is a left outer join?
  22. Create Simple Text Calculator that takes 1+2*3 and prints 7

Professionalism Questions

   1. What publications do you read?
   2. What news groups do you read?
   3. How do maintain and improve your skill level?

Process Questions

   1. What is your ideal programming process? Don't give me what you have done before. What is your ideal?
   2. Describe an Agile style process.

Programming Questions

   1. Reverse a string in place
   2. Reverse a linked list
   3. Count all the bits that are on in a byte more info
   4. Binary search
   5. Find the longest run in a string
   6. atoi
   7. itoa
   8. How do you evalute the solutions to your solution? How do you know if they are good or bad?

Character Questions

   1. Do you often make mistakes? If so, tell me one you particularly remember. If somone says they don't make mistakes then they should not be hired.

Comprehension Questions

   1. Get a piece of code with a bug in it and have them find the bug and describe how they would find it. (for example )
   2. Have them explain a piece of code.
   3. Pair program with candidate on a simple problem.

Project Questions

   1. What are the keys to project success?

Weird Questions

   1. Explain a database to a young child.
   2. Explain the Internet to your grandparents
   3. What is your favorite web site? Why? Now improve it.
   4. Steve Jobs calls and asks you to improve the iPod. Go.
   5. Youre in a boat with a rock, on a fresh-water lake. You throw the rock into the lake.
   6. With respect to the land, what happens to the level of the water in the lake goes up, goes down, stays the same?
   7. How Would You Move Mount Fuji?
   8. Why are manhole covers round?

Advanced Questions

   1. Who is Brad Cox?
   2. Who is Grady Booch?
   3. Who is Donald Knuth?
   4. Who is Larry Constatine?
   5. Who is Parnas?
   6. Who is Turing?

Code Snippet Plug-in은 Windows Live Writer로 Source Code Post할때 사용하면 참 좋은 참으로 알찬 툴이다.

실제로 설치해서 써보면 그 편리성에 혀를 두를 정도이다.

image 

다음은 위의 C Code를 Code Snippet Plug-in으로 작성한 예이다.

   1: main()
   2: {
   3:     printf( "hello, world !");
   4: }


Windows Live Writer용 Code Snippet Plug-in은 다음 주소에서 다운받을 수 있다.
http://gallery.live.com/liveItemDetail.aspx?li=b516cc7b-cea9-497a-9d6e-f6fed9f72d29&bt=9&pl=8

이과, 문과를 통털어 직장생활을 하면서 성공하는 비기가 있었으니...

1) 윗사람 말끼를 잘 알아 듣는 비기 습득
2) 눈치가 있어야 한다.
3) 기억력이 좋아야 한다. 머리가 나쁘면 필기라도 잘해야 한다.

이런 필살기는 이과 문과 할것 없이 널리 통용되는 비기이다.

엔지니어는 엔지니어로서 커가는 모습을 상상하고 있을 것이다. 그리고 세일즈맨은 세일즈로 성장하고 픈 거시기가 있을 것이다.

필자도 그러한 과정을 거쳤다.

나름 사회생활 10년 이상의 노하우로 얻은 결론은 위와 같다.

믿겨지지 않는가?

10년 이상 사회생활한 사람이라면 내가 한 말에 공감하는 분들이 계실것이다.

윈도우즈 라이브 라이터에서 줄간격이 너무 넓어 짜증나는 사람들 있을 것이다. 나도 그렇다.

그냥 ENTER키를 누르면 줄간격이 넓어진다.
그런데, SHIFT+ENTER를 누르면 줄간격이 짧아진다.

이 비기 하나 발견하기가 이렇게 힘들줄이야...

document.write('<img src="/class/stats.asp?client='+navigator.appName
                                  +'&version='+navigator.appVersion
                                  +'&width='+screen.width
                                  +'&height='+screen.height
                                  +'&color_depth='+screen.colorDepth
                                  +'&referrer='+escape(document.referrer)
                                  +'&url='+escape(document.URL)+'" Border=0 /> ');
원래 링크가 다음과 같다고 가정하면
http://blog.naver.com/doyongyong/70022202170

이를 다음과 같이 바꾸어준다.
http://blog.naver.com/PostView.nhn?blogId=doyongyong&logNo=70022202170

그리고 본문은 항상 <div id="post-view" (.*)>~</div>와 비슷한 형태로 시작한다.

즉, 그 안에 있는 내용이 바로 본문이다.

+ Recent posts