개소리 왈왈/컴퓨터2012. 2. 22. 19:42
노트북이 느려져서 어떻게 해야 하냐는 글에 유품인데.. 라는 말의 여운 




나도 컴퓨터를 오래만져왔지만
이리저리 심각하게 업그레이드를 해본건 아니지만
그래도 cpu / 메인보드 / 하드를 교체 하면서 어디까지가 기존의 그 컴퓨터일까? 라는 의문이 들곤한다.
cpu 정도는 성능에 영향을 주긴 하지만 덩치가 작은 부품이고
메인보드는 완전 다 뽑아내고 갈아야 하지만 cpu 만한건 아닌거 같고
하드는 웬지 소모품으로서 갈아도 갈아도 별 차이는 없는거 같고
램은 대개 추가되는 녀석이니 또 다른 느낌이고..

정말..
이렇게 업그레이드 하다 보면 어디까지가 처음의 그 녀석일까? 라는 의문이 들곤한다.





그 변화해온 모습도 전부 그 녀석이다 라는게 정답이겠지만.
그래도 가끔은 정말 살아있는 생명체 같은 컴퓨터를 보면서 어디까지가 너였을까? 라는 생각이 드는건 왜일까? 
Posted by 구차니
개소리 왈왈2012. 2. 22. 13:19
한글버전은 완벽 100% 싱크로율 초월번역임
근데 Ain't no one이 무슨 뜻이지?




[링크 : http://clien.career.co.kr/cs2/bbs/board.php?bo_table=park&wr_id=10741414]
[링크 : http://imgur.com/gallery/dF00m]

'개소리 왈왈' 카테고리의 다른 글

피곤하다 ㅠㅠ  (0) 2012.02.29
서울버스요금 인상  (0) 2012.02.24
아 컴퓨터 사고 싶어 ㅠ.ㅠ  (2) 2012.02.18
모든 사람들이 모든걸 다 알고 살아야 할까?  (2) 2012.02.13
집, 유리컵, 돌  (2) 2012.02.09
Posted by 구차니
분류가 모호한 글2012. 2. 22. 10:06
구글 로고가 희안하게 변해서 눌러봤더니


하인리히 루돌프 헤르츠 탄신일(1857년 2월 22일 - 1894년 1월 1일)
이름에 루돌프가 들어가니 웬지 헤르츠 단위가 큐티해보이는데 -_-?
[링크 : http://ko.wikipedia.org/wiki/하인리히_루돌프_헤르츠

누가 머래도 2012년 2월 22일은 콩님데이!!!!

'분류가 모호한 글' 카테고리의 다른 글

랙돌 효과 / 랙돌 물리  (0) 2012.07.12
gocr  (0) 2012.04.19
영문표기사전  (0) 2012.02.15
크롬 user-agent 변경으로 모바일 페이지로 속이기  (0) 2012.01.07
google map api 관련 링크  (0) 2012.01.07
Posted by 구차니
Programming/openCV2012. 2. 21. 21:37
iplImage는 c 시절에 쓰던 이미지를 담수 변수이고
c++로 옮겨온 이후로는 Mat를 쓴다고 한다.

tutorial을 보다 보니
cvLoadImage() 이런게 나오는데 이건 C버전이고
imread() 요게 c++ 버전인듯. 


대충 눈에 띄는 함수 정리

imread()
imwrite()
namedWindow()
imshow()

line()
rectangle()
circle()
ellipse()
fillpoly()
putText() 

'Programming > openCV' 카테고리의 다른 글

Interoperability with OpenCV 1  (0) 2014.02.08
opencv2 on ubuntu  (2) 2013.11.10
openCV 글씨 쓰기 예제  (2) 2012.02.12
Cmake로 openCV 컴파일 설정 및 설치하기  (0) 2012.02.12
ubuntu opencv 패키지 버전 정보  (0) 2012.02.12
Posted by 구차니
아이디어!2012. 2. 21. 16:54
웬지.. 조선족이 하는거 보다 억양이 부드러운데
이걸로 피싱을 하면 피싱률이 올라가지 않을까? 

'아이디어!' 카테고리의 다른 글

지능형 카메라  (0) 2012.09.07
가운데서 만나기 어플?  (6) 2012.06.13
디카에 108Mbps 무선랜을 달면?  (2) 2011.10.20
inverse - synergy  (0) 2011.10.09
CTRL-C,V 키보드 / 마우스  (2) 2011.08.16
Posted by 구차니
embeded/AVR (ATmega,ATtiny)2012. 2. 20. 23:20
AVR 에서도 I2C는 open drain으로 구성되는데
i2c 기능을 사용하지 않고,  GPIO로 구성해서 i2c 통신을 할 경우에는
i2c 버스 풀업과 avr pin 내장 풀업으로 인해 모종의 문제가 발생하는 듯하다.

• INT1/SDA – Port D, Bit 1
INT1, External Interrupt source 1. The PD1 pin can serve as an external interrupt source to the MCU.
SDA, Two-wire Serial Interface Data: When the TWEN bit in TWCR is set (one) to enable the
Two-wire Serial Interface, pin PD1 is disconnected from the port and becomes the Serial Data
I/O pin for the Two-wire Serial Interface. In this mode, there is a spike filter on the pin to sup-
press spikes shorter than 50 ns on the input signal, and the pin is driven by an open drain driver
with slew-rate limitation.
 
•INT0/SCL – Port D, Bit 0
INT0, External Interrupt source 0. The PD0 pin can serve as an external interrupt source to the MCU.
SCL, Two-wire Serial Interface Clock: When the TWEN bit in TWCR is set (one) to enable the
Two-wire Serial Interface, pin PD0 is disconnected from the port and becomes the Serial Clock
I/O pin for the Two-wire Serial Interface. In this mode, there is a spike filter on the pin to sup-
press spikes shorter than 50 ns on the input signal, and the pin is driven by an open drain driver
with slew-rate limitation. 

Electrical Interconnection
As depicted in Figure 86, both bus lines are connected to the positive supply voltage through
pull-up resistors. The bus drivers of all TWI-compliant devices are open-drain or open-collector.
This implements a wired-AND function which is essential to the operation of the interface. A low
level on a TWI bus line is generated when one or more TWI devices output a zero. A high level
is output when all TWI devices tri-state their outputs, allowing the pull-up resistors to pull the line
high. Note that all AVR devices connected to the TWI bus must be powered in order to allow any bus operation. 
The number of devices that can be connected to the bus is only limited by the bus capacitance
limit of 400 pF and the 7-bit slave address space. A detailed specification of the electrical char-
acteristics of the TWI is given in “Two-wire Serial Interface Characteristics” on page 322. Two
different sets of specifications are presented there, one relevant for bus speeds below 100 kHz,
and one valid for bus speeds up to 400 kHz. 

'embeded > AVR (ATmega,ATtiny)' 카테고리의 다른 글

attiny2313과 함께하는 지랄같은 주말 -_-  (0) 2013.06.29
0으로 나누면 어떻게 될까?  (0) 2012.07.04
AVR ISP 핀 순서  (0) 2012.01.22
AVT FFT + DAC = 보청기?  (0) 2012.01.18
AVR TWI 예제  (0) 2012.01.11
Posted by 구차니
embeded/Cortex-M3 Ti2012. 2. 20. 21:19
어떤 i2c 칩이랑 avr이랑 통신하려니 안되서 ti 칩으로 바꾸고 나니 잘되는데 -_-
이제야 와서 이유를 찾아보게 되는데..

TI 칩에서 I2C로 Alternative Function을 사용하게 되면 open drain으로 설정되는데, 
아마도 AVR atmel 은 pull-up이 되면서 모종의 문제가 발생하는 듯하다.

 When using the I2C module, in addition to configuring the pin to open drain, the GPIO Alternate Function Select (GPIOAFSEL) register bits for the I2C clock and data pins should be set to 1 (see examples in “Initialization and Configuration” on page 185).  

15.2 Functional Description
Each I2C module is comprised of both master and slave functions which are implemented as separate peripherals. For proper operation, the SDA and SCL pins must be connected to bi-directional open-drain pads. A typical I2C bus configuration is shown in Figure 15-2 on page 399. See “Inter-Integrated Circuit (I2C) Interface” on page 546 for I2C timing diagrams. 

[링크 : http://cooa.tistory.com/entry/20030676476]
Posted by 구차니
허리도 다시 아프고
등까지 아프고 어깨도 아프고
안아픈데가 없는 기분 -_- 
Posted by 구차니
개소리 왈왈2012. 2. 18. 23:22
지금 내가 선택 가능한 방법은

1. 성능 하락을 감수하고 AMD 페넘II-X4 945 (데네브) 하나 지르고
    a. SLI 시스템에 꼽고 거기 꽂힌 4600x2를 뽑아서
    b. 지금 죽어있는 녀석을 살리는거 

2. 장식용(?) 서버를 어떻게든 팔아서 그 돈으로 새로 한대 사는거
3. 그냥 포기 하는거


1번은 10만원 이면 945 지르고(중고) 955는 12만원인데(신품) 955는 메인보드에서 호환성 검증이 안되었고
일단 한다면 두대를 모두 살릴수 있을 가능성이 매우 높은데..(일단 죽은 녀석은 cpu가 좀 병맛인듯 하니)
가격대비 성능비로 내가 업그레이드시 가장 무난한 선택이 가능할듯.
[링크 : http://www.asus.com/Motherboards/AMD_AM2/M2NSLI/#CPUS ]
[링크 : http://www.tomshardware.com/...2010/3DMark-Vantage-Overall-Performance,2416.html]

2번은... 공부용으로 아직 못한게 있어서 팔긴 좀 아쉽고
3번은.. 포기하긴 싫고 ㅋㅋ

아무튼 공유기도 하나질러야 하는디 -_-
대략 4~6만원 선으로 돈이 들꺼 같고.. 흐음..
기가비트에 802.11n 이면 될듯 한데 은근히 비싸네 ㅠ.ㅠ
[링크 :  http://blog.danawa.com/prod/?section_m=PC&prod_c=1438499]  iptime N6004R 6.5만 근처
    [링크 : http://iptime.co.kr/kr/aboutus/diff_prd.php]
    [링크 : http://contents.iptime.co.kr/~contents/link/diff_prd_111006.pdf]
[링크 : http://pickle.tistory.com/56]


대충 합산해보면 
cpu 10만 / 공유기 7만 최소 17만원이구나 ㅠ.ㅠ 

'개소리 왈왈' 카테고리의 다른 글

서울버스요금 인상  (0) 2012.02.24
작은하마 이야기 / Ain't no one  (6) 2012.02.22
모든 사람들이 모든걸 다 알고 살아야 할까?  (2) 2012.02.13
집, 유리컵, 돌  (2) 2012.02.09
미래의 돈줄!  (0) 2012.02.08
Posted by 구차니
노을이 지면 마음이 평온해진다.


'개소리 왈왈 > 사진과 수다' 카테고리의 다른 글

가짜 잼. 진짜 쨈  (0) 2012.06.10
아이의 눈에 비친 난?  (0) 2012.03.28
한강 꽁꽁  (2) 2012.01.24
설날특선 엄마게리온  (0) 2012.01.22
와 눈이다 시발~  (0) 2012.01.03
Posted by 구차니