2015년 12월 4일 금요일

CEO가 주목해야할 기술트렌드-이병태 교수


다시 들어봐야할 라디오
2015/12/5 CEO가 주목해야할 기술트렌드-이병태 교수
공유경제

http://www.kbs.co.kr/radio/1radio/sunseminar/notice/index.html

다시듣기
http://able.kbs.co.kr/radio/1755787_43855.html?fname=1ra_list.html&ctitle=1R


http://www.hankyung.com/news/app/newsview.php?type=2&aid=201504148979g&nid=910&sid=0104


기업이 망해도 잘 반영하지 못하는 GDP

GDP (국내 총생산:gross domestic product) 에 관련한 다음의 라디오를 듣다가 알게된 구절
성공예감 김원장입니다 (2015/11/17)- KBS 김원장 기자의 똑똑한 경제 : 기업이 망해도 잘 반영하지 못하는 GDP http://m.podbbang.com/ch/7510
http://down.kbs.gscdn.com/KBS_CMS_DOWN/R2014-0068/R2014-0068_S003_20151117_PS-2015209629-01-000_03_M3A30012.mp3
http://www.podbbang.com/ch/7510 

The gross national product does not allow for the health of our children, the quality of their education, or the joy of their play. It does not include the beauty of our poetry or the strength of our marriages; the intelligence of our public debate or the integrity of our public officials. It measures neither our wit nor our courage; neither our wisdom nor our learning; neither our compassion nor our devotion to our country; it measures everything, in short, except that which makes life worthwhile.
- John F. Kennedy

단순히 GDP를 올리기 위해서는 이를테면 부수고 새로 건물을 지으면 된다. 매출이 늘어나면 되니까. 라는 부분은 잘 새겨둘만 한 것 같다.

2015년 10월 13일 화요일

[Solved] testdisk 설치시 문제

# yum install testdisk
Loading "installonlyn" plugin
Loading "fastestmirror" plugin
Setting up Install Process
Setting up repositories
Loading mirror speeds from cached hostfile
Reading repository metadata in from local files
Parsing package install arguments
Nothing to do


Solution : 아래처럼 repo 추가
rpm -Uvh http://dl.fedoraproject.org/pub/epel/5/x86_64/epel-release-5-4.noarch.rpm

...
Is this ok [y/N]: y
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction
  Installing: ntfs-3g                      ######################### [1/2]
  Installing: testdisk                     ######################### [2/2]

Installed: testdisk.x86_64 0:7.0-1.el5
Dependency Installed: ntfs-3g.x86_64 2:2011.4.12-5.el5
Complete!

2015년 9월 29일 화요일

명언


Owe your banker £1000 and you are at his mercy; owe him £1 million and the position is reversed.
- John Maynard Keynes
은행에서 1000파운드를 빌리면 은행이 나를 좌우하지만, 100만파운드를 빌리면 내가 은행을 좌우하게 된다

https://en.wikiquote.org/wiki/John_Maynard_Keynes

2015년 9월 18일 금요일

2015년 8월 9일 일요일

sqlite3 버젼



Python 2.7.6 (default, Nov 10 2013, 19:24:18) [MSC v.1500 32 bit (Intel)] on win
32
Type "help", "copyright", "credits" or "license" for more information.
>>> import sqlite3
>>> sqlite3.version
'2.6.0'
>>> sqlite3.sqlite_version
'3.6.21'
>>>


2015년 7월 18일 토요일

$TMPDIR in OSX

cd $TMPDIR


TMPDIR as defined in OSX is only accessible by yourself which reduces the risk of somebody else accessing your temp files created by programs using mktemp() to create temporary files.

...

/tmp is cleared out regularly on OSX (see /etc/defaults/periodic.conf), /var/tmp very rarely (if at all).


from http://apple.stackexchange.com/questions/22694/private-tmp-vs-private-var-tmp-vs-tmpdir

2015년 7월 12일 일요일

libavcodec_pe.dll


AVC 관련 문제인거 같은데~

DTW for Around Device Interface

A paper coauthored with my colleagues was just published.