분류 전체보기
-
쓸모있는 설명이란테크니컬 라이팅 2015. 3. 5. 18:56
One reason that users avoid help documentation is that we, as a profession, have taught them that, as one user told us, "There's nothing good there." For example, when we moved from command-oriented products to those with graphical interfaces, technical information was focused on helping users to understand how to manipulate the user interface. Although that focus made sense during the transitio..
-
tighten, fasten, secureEnglish 2015. 2. 10. 09:57
용례들을 살펴 보니, 내가 생각하기에, 이 단어들의 차이가 이러하다.secure - fasten - tighten 의미가 secure로 갈수록 추상적(심리적)이고 tighten으로 갈수록 구체적(물리적)이다.tighten: 헐겁지 않게 하다.Tighten the screws on the connector.fasten: (무엇에 부착하여) 움직이지 않게 하다.Fasten the bracket using screws.secure: fasten과 같은 의미이다. fasten이 행위 자체를 강조하는 반면, secure는 피부착 대상을 함께 강조한다.Secure the battery to a wall.
-
복리책을 읽거나 글을 쓰거나 2015. 1. 28. 14:01
http://hoze.tistory.com/917에서 성장률 계산 방법이 이해되지 않는다. 복리 공식이 이렇다고 한다.S = A(1+R)^N A = 기준 R = 비율 N = 년 수 이 공식이 어떻게 유도되었을까?100% 기준으로 해마다 0.12%씩 증가한다면,0 > 1 1 > 1*1.0012 2 > (1*1.0012)*1.0012 3 > ((1*1.0012)*1.0012)*1.0012...= 1*(1+0.0012)(1+0.0012)(1+0.0012) ... = 1*(1+R)(1+R)(1+R) ... = 1*(1+R)^N100%*(1+0.0012)^500 = 182.1%