February 7, 2010

LESS.app For Mac OS X -- LESS CSS app

給 OSX 用的 LESS CSS 自動 Compiler。見 http://incident57.com/less/。網頁中的 Reviews 一欄是純搞笑。

February 6, 2010

HTML5 Video 小抱怨

html5 video 最大的問題是: 瀏覽器可能會放不動。Web App Programming 的謎事則為:所有人都先一味地在瀏覽器上瘋狂加蓋,然後討論這地基不深,瓶頸太細。結論則是,世間要花金銀升級硬體來滿足自身的讀網需求以及網頁規格這十年來的演進與重構。

Readibility: 發人省思的 Bookmarklet

Readability 是一個 Bookmarklet 小工具,祂能做的事,便是將目前看的網頁,去蕪存菁;(非常神奇地)找出重要的部份,然後以最古典、舒適的方式呈現出來。

Continue reading Readibility: 發人省思的 Bookmarklet.

Upgraded to MTOS 5

It's done. I chose the Pico theme after seeing and inspired by the Readability Bookmarklet earlier today.

The upgrade is easy, however, I need to vim the Markdown.pl a bit to get around to this "Wide character in subroutine entry" bug that block all publishing.

Took a little while to understand the relations between a "Website" and a "Blog". I think I like MTOS5 so far. The new admin UI looks sharp. Maybe it'll make me write more. I do hope so.

February 2, 2010

Tip: Install a CPAN module directly from URL

I wonder how many people know this. With CPANPLUS, you can install any cpan module directly from its tarball URL:

cpanp -i http://search.cpan.org/CPAN/authors/id/M/MI/MIYAGAWA/Plack-0.99_02.tar.gz

Very handy, indeed.

February 1, 2010

Capify The Pony

I managed to deploy Jifty apps with Capistrano.

Capistrano is a tool for deploying Rails apps, however, with some small tweaks, it can be used to deploy Jifty apps.

Continue reading Capify The Pony.

January 22, 2010

Recommending: lesscss

LESS CSS is a nice tool to simply your CSS work. It extends the syntax of CSS itself a little bit to make many tedious work easier. For instance, you can write nested rules:

.hd {
    color: #000;
    .title { font-size: 140%; }
}

And that compiles to:

.hd { color: #000; }
.hd .title { font-size: 140%; }

This is my favorites feature of LESS among others.

Continue reading Recommending: lesscss.

January 21, 2010

Plurking in Perl

Net-Plurk and AnyEvent-Plurk are fine, but they are sometimes too big for one small purpose.

Continue reading Plurking in Perl.

January 14, 2010

url2qrcode bookmarklet

這個 bookmarklet 把目前網頁轉成 qrcode / This bookmarklet displays a qrcode for current URL:

url2qrcode

在需要即時將網址傳到手機上時好用 / Particularly useful for sending an URL to phone.

January 7, 2010

DNS Benchmarking

The namebench is a GUI tool that tells you how DNS performed based on your own browser history. Based on the fact that I often visit the websites that I have already visited before, I really like such idea.

Continue reading DNS Benchmarking.

Recent Comments

  • pdonelan.myopenid.com: Also: "pip " which I just used to install Padre read more
  • luke.chi: Hi gugod, :) thanks for the 'chcp' tip, i've try read more
  • gugod: Hi luke.chi, 現下我也記得是有在 cmd 中看到亂碼,您可以試試看在 cmd 中執行 chcp 65001。這樣可以將 cmd read more
  • luke.chi: hello gugod, 想請問您是在 windows 的 cmd 下執行 cucumber 嗎? 我有試著執行你所提供的範例, read more
  • gugod: Just to second that: I definitely have a lousy ISP! read more
  • Pedro Melo: Of course, you could also have a lousy ISP. I've read more
  • oz.myopenid.com: Some time ago, I wrote a really simple wiki thing read more
  • damogar: Hey, it'd be interesting to know the issues you faced read more
  • hobbs.cleverdomain.org: It doesn't actually work at that size. If you add read more
  • laylward: Oh yeah, and I should note that we are using read more

Recent Assets

  • udn-readable.png
  • udn.png
OpenID accepted here Learn more about OpenID