macOS Sierra에서 한글 입력

alfred 3 에서 keyboard layout을 US 로 설정을 해 두는데도, 첫글자가 한글로 나오는 문제가 있습니다1. Java app에서 space를 누르는데도 공백이 추가되지 않는 문제도 있고요. Elcapitan에서는 문제가 없었는데, Sierra 올라오면서 문제가 생겨서 OS와 뭔가 안 맞다고 생각을 했는데, 구름 입력기와 뭔가가...
Read More

GemsOfWar Bot 개발

Link : https://telegram.me/gemsofwar_bot 개발 node.js로 제작 사용 npm node-telegram-bot-api : telegram bot async : flow control lodash : utility cron : 매일 2시, 16시에 웹 사이트에서 변경된 데이타를 읽어옴 marked : file명령을 위해 md 파일을 HTML로 변경 moment : 날짜/시간...
Read More

appsales to graphite

Apple sales data를 graphite에 populate하는 node script Source Installation $ npm install $ node index.js $ pm2 start sales-watch.js Graphite에 전송된 값 app.<SKU>.<Type>.<Country> Script index.js : data_dir에 저장되어 있는 S_D_로 시작하는 내용을 읽어서 graphite로 전송한다. sales-watch.js : data_dir에 새로운 파일이...
Read More

Mocha

PDF format Installation $ npm install -g mocha Getting Started $ npm install -g mocha $ mkdir test $ $EDITOR test/test.js Test Program var assert = require('chai').assert; describe('Array', function() { describe('#indexOf()', function() { it('should return -1 when the value is...
Read More

App/Server monitoring

PDF Format It’s not in production unless it’s monitored”. – Theo Schlossnagle If you can not measure it, you can not improve it.” – Lord Kelvin What is measured improves – Peter Drucker Question to answer How fast is my...
Read More

AWS Kinesis, API Gateway, Lambda

PDF format AWS Kinesis 장점 실시간 사용 편의성 병렬 처리 탄력성 - 확장 가능 저렴한 비용 - 0.015 USD/h, 1M/sec 안정성 - AWS 리전 3개 시설에 복제 사용 사례 로그 및 이벤트 데이터 수집 모바일 데이타 캡처 실시간 분석 게임...
Read More

pebble-development

개발 환경 인스톨 in Mac brew install pebble/pebble-sdk/pebble-sdk git clone https://github.com/pebble/pebblejs/ edit src/js/app.js pebble build pebble install [ERROR ] Could not connect to phone at localhost:12342. Ensure that 'Developer Connection' is enabled in the Pebble app. 오류 발생 시 library...
Read More