본문 바로가기

Talk

(33)
Mac 기반 개발을 위한 터미널 셋팅 말이 필요없다. https://beomi.github.io/2017/07/07/Beautify-ZSH/ https://wckhg89.github.io/archivers/terminal_setting https://medium.com/harrythegreat/oh-my-zsh-iterm2%EB%A1%9C-%ED%84%B0%EB%AF%B8%EB%84%90%EC%9D%84-%EB%8D%94-%EA%B0%95%EB%A0%A5%ED%95%98%EA%B2%8C-a105f2c01bec
Google I/O '17 Google I/O 2017 Summary “Mobile first to AI first” “모바일 퍼스트에서 인공지능(AI) 퍼스트로 전환이다.” - 순다 피차이 (구글 CEO) 현재 사용자들은 스마트 디바이스 (예. 컴퓨터, 스마트폰 등)를 제어하기 위하여 타이핑을 하고 있는데 AI는 이런 부분을 언어로 처리할 수 있습니다. 즉, 대화형 인터페이스가 제공되어 우리 삶의 일부분이 될 것 입니다. 이번 구글이 소개한 서비스의 대부분이 ‘사용자의 의사를 잘 알아듣고 수행’하는 서비스들 입니다. 어떤 서비스들이 있는지 그 내용을 살펴보도록 하겠습니다. Google I/O ‘17 Event: https://events.google.com/io/ Google I/O ‘17 키노트: https://www.yout..
Google Cloud NEXT'17 요약 아래 내용은 Google Cloud Next'17 요약본으로 다음의 사이트를 정리하였습니다. https://blog.google/topics/google-cloud/100-announcements-google-cloud-next-17/ https://cloudnext.withgoogle.com/ https://www.youtube.com/playlist?list=PLIivdWyY5sqI8RuUibiH8sMb1ExIw0lAR Google Cloud NEXT'17 정리 from YongYoon Shin
Google Cloud Next '17 Google Cloud NEXT 과연... 구글의 차세대가 무엇인지 힌트를 잡을 수 있을까? https://cloudnext.withgoogle.com/ AgendaDAY 1Wednesday, March 8Learn about what Google Cloud offers today and hear from Google leaders Diane Greene, Sundar Pichai, and Eric Schmidt about Google Cloud's vision for the future. Hear how big customers and partners are embracing the cloud.7:00AM—7:00PMRegistration & Badge Pickup9:00AM—10:30AMOpening..
글로쓰는 UML 글로쓰는 UML... plantUML 이거 대박!!! http://plantuml.com 이제는 글로 UML을 만들 수 있다!!! @startuml Alice -> Bob: Authentication Request Bob --> Alice: Authentication Response Alice -> Bob: Another authentication Request Alice
OpenStack Summit 2016_Barcelona_보고서 Open stack summit_barcelona_보고서 from YongYoon Shin
OpenStack summit Barcelona 발표 See you in Barcelona OpenStack Summit 2016 Barcelona에 발표를 합니다. 여러분이 도와주신 덕분입니다. 긴장 되지만... 잘 다녀오겠습니다.
iTerm2 color sudo vim ~/.bash_profile \# Add Homebrew \`/usr/local/bin\` and User \`~/bin\` to the \`$PATH\` PATH=/usr/local/bin:$PATH PATH=$HOME/bin:$PATH export PATH # Load the shell dotfiles, and then some: # \* ~/.path can be used to extend \`$PATH\`. # \* ~/.extra can be used for other settings you don’t want to commit. for file in ~/.{path,bash\_prompt,exports,aliases,functions,extra}; do \[ -r "$file"..