Quantcast
Channel: Blog E
Browsing all 542 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

[TIL] 分散式系統上的追蹤

Automatic Stackdriver Tracing for gRPC這篇講解了如何透過 Golang 來撰寫一個使用 stackdriver (也就是 Google 之前所併購的線上分散式追蹤 distributed tracing 的工具) 來查看在 gRPC 下問是否有任何問題.講到 stackdriver,主要就是為了要解決在大型分散式系統中如何追蹤多個系統間相互溝通的問題....

View Article


Image may be NSFW.
Clik here to view.

程式設計週記[2017/03/24]: 好好學習 Kubernetes 跟 Tensorflow

這是什麼?程式週記主要內容如下:Gihub project...

View Article


Image may be NSFW.
Clik here to view.

程式設計週記[2017/03/31]: 又寫了一個聊天機器人.. XDD

這是什麼?程式週記主要內容如下:Gihub project 介紹:主要會貼一些github,但是會盡量寫上一些有用的評語(或是我容易想到的關鍵詞)幫助以後查詢網路文章心得:會寫些心得,強迫自己閱讀.“程式週記”並且定期週期性更新.大部分內容在我的twitter都會有,這邊只是將一些簡單的心得與感想註解一下.本週摘要為了之後的 Chatbot Day...

View Article

[TIL] Paper: Consistent Hashing with Bounded Loads

原文: Consistent Hashing with Bounded Loads在實作網路服務的過程中, Load Balancer 是最常被運用在分散流量到適當的伺服器之中. 而其中就是使用 Consistent Hashing 的演算法實現. 在使用 Consistent Hashing 的過程中,最被人在乎的就是兩個主要的問題分布的均勻度...

View Article

Image may be NSFW.
Clik here to view.

[Go][TIL] Animal Photo Classification Line Chatbot

Line Bot Animal photo classification為了 Chatbot Day 準備的聊天機器人第二彈.功能:很簡單: 就是你上傳動物照片,他就會告訴你是什麼動物.背後原理:背後的機器學習模型就是鼎鼎大名的 Tensorflow Inception註解: Tensorflow Inception 就是一個透過 CNN 建立出來的動物資料庫分類器架構:其實這個 Chatbot...

View Article


[研討會心得][GDG] Google APAC Machine Learning Expert Day 分享

投影片:內容:今天總算找機會到 GDG 來分享,三月初去新加坡的經驗與分享.內容主要圍繞著以下三個部分:Tensorflow Dev Summit RECAPSome interesting projects during lightning talkHow Linker Networks use Tensorflow由於 Tensorflow 主要有兩大部分的進展,可以透過 Data...

View Article

Image may be NSFW.
Clik here to view.

[TIL] 關於最近風靡日本的服務 Mastodon (長毛象)

網站鏈結如何注意到這個軟體Mattn是一個日本很厲害的 Gopher ,我長期有在關注他的 github 跟 twitter . 一開始先看到這個專案.https://github.com/mattn/go-mastodon那時候還不知道叫什麼專案,也沒有任何的說明.只是覺得像是一個 Web API Client在 Twitter 上大行其道接下來一堆 tweet 再討論 mastodon...

View Article

Image may be NSFW.
Clik here to view.

程式設計週記[2017/04/21]: Golang 可以做的事情越來越底層了

這是什麼?程式週記主要內容如下:Gihub project 介紹:主要會貼一些github,但是會盡量寫上一些有用的評語(或是我容易想到的關鍵詞)幫助以後查詢網路文章心得:會寫些心得,強迫自己閱讀.“程式週記”並且定期週期性更新.大部分內容在我的twitter都會有,這邊只是將一些簡單的心得與感想註解一下.本週摘要到了四月了,當初不小心把兩個分享都排在四月,於是又要準備兩個投影片.重要的是,...

View Article


[TIL] Chatbot Day Quick Note

Talks聊天機器人與對談式商務的未來發展 - Clement TangChatbot situation and chatbot types.Chatbot的智慧與靈魂 - 陳縕儂 – 台大資工系助理教授前半段: 討論 AI Bot 的分別與差異,目前的 Chatbot 主要都專注在 Conversation .後半段: 一天搞懂對話機器人Chatbot 應該要聰明的來處理前後文...

View Article


Image may be NSFW.
Clik here to view.

[TIL][文章推薦] 設計高效能的 Hash Table

原文Felix Chern: 設計高效能的Hash Table(一)心得還記得當初在寫 Consistent Hashing的時候,一直不願意拿人家寫好的 Hash Function 來改,硬要自己寫一個.結果發現寫出來的 Hashing 一直出問題.才知道原來 Hash Function 是實作 Consistent Hashing 的一個重點.這一篇文章有了一些基本對於 Hash...

View Article

Image may be NSFW.
Clik here to view.

[TIL] Advanced Scheduling in Kubernetes

前提在 Kubernetes 或是 DCOS 這種集群管理系統上要分配工作相當的方便,但是有些時候我們需要指定某些特定的任務在指定的機器上面才能夠執行.在 DCOS 上面可以使用 ConstraintsKubernetes 裡面要達到指定 POD 到特定的機器上面,一般來說而言有以下幾種方式:nodeSelector (1.0) Kubernetes 1.6 之前官方推薦的方式,不過 1.6...

View Article

Image may be NSFW.
Clik here to view.

[Coursera] Illinois: Cloud Computing Concept Part 1 : Week 5

課程鏈結: 這裡學習鏈結:Week 1-2Week 3Week4Week5Mini Project (Gossip Protocol)課程內容:這裡先簡單的介紹整系列的課程內容,希望能讓大家了解這個課程想做什麼.這整堂課主要是圍繞著 Cloud Computing 經常會使用到的技術與相關的概念. 整堂課其實只有一個程式語言作業:使用 C++ 寫 Gossip Protocol...

View Article

Image may be NSFW.
Clik here to view.

[TIL] 為了自己的習慣,弄了一個簡單的服務 Github issue bookmark

本篇提到的開源專案:https://github.com/kkdai/bookmark-makerserverhttps://github.com/kkdai/bookmarks起因平時習慣拿 twitter 作為 bookmark 的概念,看到喜歡的鏈結或是網站就直接 tweet 出來....

View Article


[TIL][Python] OpenCV with Python2/Python3, dlib for python3

Python2 (opencv2) with HomebrewPython 2brew install pythonbrew install opencvpython>>> import cv2 Python3 (opencv3) with Homebrew and PIPPython3brew install python3brew uninstall opencv3 brew...

View Article

Image may be NSFW.
Clik here to view.

[TIL][Python] Let's play darkflow and face_recognition

darkflowhttps://github.com/thtrieu/darkflowface_recognitionhttps://github.com/ageitgey/face_recognitionHow to install in Mac OSXInstall opencv3 + python3 + dlibInstall cython on Python3: pip3 install...

View Article


[研討會心得][iThome Cloud Summit 2017] The next generation of data center: Machine...

演講摘要隨著時代的演進,管理機器的方式也隨著慢慢進化。隨著一台台機器的管理方式,變成了集群(Cluster)的管理方式. 而應用程式的部屬方始也從最原始的實體機部署,到了虛擬機器(VM)甚至到了容器(Container)的部署方式。Kubernetes, DCOS 與 Docker Swarm...

View Article

[研討會心得][iThome GopherDay] What can Golang do? (Using project 52 as examples)

演講摘要入手一個新的語言永遠不是一件簡單的事情。不論是要學習 toolset 跟語言的語法,一直以來在過程中最大的問題永遠都會是:這個語言究竟能做些什麼?講者曾經在 2015/06~ 2016/06 一年中挑戰自己每個禮拜寫一個小的專案,名為 “Project 52” 。透過 “Project 52”,講者會告訴你,究竟 Golang 能做些什麼:簡潔的語法 強大的工具鏈 超高的效能 Google...

View Article


[TIL] Summarize about Mesos and Kubernetes

A slide to summarized some features comparison about Mesos and Kubernetes.

View Article

Image may be NSFW.
Clik here to view.

[TIL] How to build a slack-like service from scratch

Original Video:Slack: Real-Time Communication with HAProxy and Route53 on AWSPreface:Original video comes from AWS “My Architect”, it introduce how slack to build their service on top of AWS.This video...

View Article

Image may be NSFW.
Clik here to view.

[TIL] Kubernetes all traffic between pod or between pod to node are drop

Symptom:Service/Pod could create success, but could not connect to pod.Could not connect to another pod in another node (even in the same node)All kubectl status works wellYour docker is newer than...

View Article
Browsing all 542 articles
Browse latest View live