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) 에 관련한 다음의 라디오를 듣다가 알게된 구절
단순히 GDP를 올리기 위해서는 이를테면 부수고 새로 건물을 지으면 된다. 매출이 늘어나면 되니까. 라는 부분은 잘 새겨둘만 한 것 같다.
성공예감 김원장입니다 (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!
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년 10월 2일 금요일
ADNS 2051
Agilent ADNS-2051 Optical Mouse Sensor
Datasheet:
http://bdml.stanford.edu/twiki/pub/Rise/OpticalDisplacementSensor/ADNS2051.pdf
http://pdf1.alldatasheet.com/datasheet-pdf/view/257726/AVAGO/ADNS-2051.html
Datasheet:
http://bdml.stanford.edu/twiki/pub/Rise/OpticalDisplacementSensor/ADNS2051.pdf
http://pdf1.alldatasheet.com/datasheet-pdf/view/257726/AVAGO/ADNS-2051.html
2015년 9월 29일 화요일
2015년 9월 18일 금요일
Backpropagation
A Step by Step Backpropagation Example
http://mattmazur.com/2015/03/17/a-step-by-step-backpropagation-example/
2015년 8월 14일 금요일
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월 22일 수요일
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
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일 일요일
2015년 7월 5일 일요일
피드 구독하기:
글 (Atom)