Somewhere I Belong

All about geek's life


  • 首頁

  • 歸檔

  • 關於

  • 標籤

  • 開源專案

快速啟動虛擬機 (建立捷徑 Windows/VMware)

發表於 9月 1 2014 | 0 Comments

每次使用 VM 環境時打開的步驟都是

  1. 開 VM Player or Virtual
  2. 找到你要開的 VM 點兩下
  3. 放大全螢幕 或 調整到適當的位置

有鑑於我想長期開始使用 VM 當桌上開發環境,因此特別找一下有沒有方法可以快速開啟並且最大化!(因為我有雙螢幕)

閱讀全文 »

VMware 在 HOST OS 休眠後網路斷線問題

發表於 8月 31 2014 | 0 Comments

這幾天開始用 VMware 用 Ubuntu 當工作環境,忽然遇到一個問題就是只要我的 HOST OS 從睡眠中起床後,GUEST OS 就會沒有網路可用!

搜尋了一下…找到了這篇滿久以前的文章 (是說既然都這麼久了 沒修好是有原因的?)

閱讀全文 »

發布 IONIC 製作的 APP 至 Play Store (Android)

發表於 8月 28 2014 | 0 Comments

這篇欠滿久的,之前發表的「北藝大校車 APP」是使用 IONIC 完成的,一直以來都習慣用 Eclipse 開發 Android 程式。之前也是透過 Eclipse 裡面的 Deploy 功能來簽署(sign) .apk 檔案,現在要自己 key 指令紀錄一下,之後更新可以用!

閱讀全文 »

自己的 Endpoints 自己保護 (apache2/mod_security)

發表於 8月 25 2014 | 0 Comments

起源

前幾天 Release 了 Uber Now,目的是希望快速地獲得來接你的時間。沒想到我好心提供的 Backend 一直被不明人士每隔五秒鐘就要來幫我測流量,導致這篇文章的誕生…

閱讀全文 »

Uber Now - Pebble watchapp (已下架)

發表於 8月 24 2014 | 3 Comments

2015/08/13 Update: 今天一早收到 Uber 法務寄給 Pebble 的信,大致上是說本 APP 侵害商標所以就被下架囉~是說好像 Pebble 前陣子推出一款綜合的交通 Watch App 呢!Anyway, Goodbye Pebble.

隨著 Uber API 的開放,相信各種應用會隨著雨後春筍般地冒出!?

身為 Uber 愛好 & 使用者的我怎麼能不做點什麼呢…

閱讀全文 »

Pebble Watch App - Taipei Bus 台北公車時刻

發表於 8月 18 2014 | 0 Comments

繼上一篇台北公車 API,擁有了公車時刻資訊後我就可以專心開發 Pebble Watch 的程式了!一開始感覺開發手錶 APP 好像挺難的,看到有個 Opensource 專案 pebble-my-data 主要是可以讀取 server 上的 .json 資料 然後顯示在手錶上!

閱讀全文 »

台北公車 API (僅供開發測試用)

發表於 8月 12 2014 | 0 Comments

這幾天在開發 Pebble Watch 的公車時刻表 APP,就順手做了一個簡單的 Parser。主要是直接抓取 pda.5284.com.tw 的內容。

注意:請勿直接抓取網頁當作 APP 後端使用,市政府有合法申請介接管道

安裝

  • NPM 位置 https://www.npmjs.org/package/taipei-bus
  • Github https://github.com/imZack/taipei-bus
npm install taipei-bus

使用

var bus = require("taipei-bus");

bus("642", function(error, data) {
if (error != null) { /* if error */
console.log(error);
console.log(data);
return;
}
console.log(data);
});

希望可以幫助到想要開發公車相關 APP ,在前期可以先利用這個簡單的 Library 用來評估的開發者們。

Google 將 SSL 列入排名計算

發表於 8月 11 2014 | 0 Comments

前幾天看到 Google 在 Webmaster Central Blog 發布 HTTPS as a ranking signal,主要是說…

We’ve seen positive results, so we’re starting to use HTTPS as a ranking signal. For now it’s only a very lightweight signal — affecting fewer than 1% of global queries, and carrying less weight than other signals such as high-quality content — while we give webmasters time to switch to HTTPS. But over time, we may decide to strengthen it, because we’d like to encourage all website owners to switch from HTTP to HTTPS to keep everyone safe on the web.

隨後,知名 CDN 廠商 CloudFlare,也發布了一則消息…Google now factoring HTTPS support into search ranking

In the meantime, if you want a quick way to boost your Google ranking, upgrading to any paid CloudFlare account will enable HTTPS by default. Even before we make it free, it’s already the fastest, easiest way to get HTTPS support on any site.

只要升級任一方案,就有 SSL 可以用囉!有點心動…有人有使用心得嗎?

IRC 與開發者直接互動

發表於 8月 5 2014 | 0 Comments

前幾天用 IONIC 寫了兩個 APP 北藝大校車 跟另一個還沒釋出…

看著文件發現有個小錯誤,理所當然的就發了一個 PR (Pull Request)

結果過了三四天好像都沒看到動靜 A_A ,就忍不住厚臉皮地跑上去 IONIC 的 IRC 頻道戳戳看有沒有人理我 XD

00:30 < YuLun> any one could merge pull request about ionic-site?
00:31 < maxlynch_> YuLun: link?
00:31 < YuLun> maxlynch_: https://github.com/driftyco/ionic-site/pull/204
00:32 < maxlynch_> YuLun: hah, done :)
00:33 < YuLun> maxlynch_: cool, you guys are aweome thanks!

哈,結果馬上就被 merge 了。要融入國外開放原始碼專案似乎得必須習慣使用 IRC 了?

Parse.com REST API 搭配 Restangular

發表於 8月 4 2014 | 1 Comment

這幾天想搞一個簡單的應用,想說體驗一下 BaaS 的服務…看看是不是真的這麼方便易用?耳聞 Parse.com API 做得不錯,又被 Facebook 收購。想必應該品質有保證?讓我們繼續看下去…

閱讀全文 »
1…4567

YuLun Shih

70 文章
6 分類
127 標籤
RSS
GitHub E-Mail Twitter
© 2017 YuLun Shih