February 2012
9 posts
2 tags
1 tag
1 tag
I’m speaking to you now from behind a pair of FAKE Ray-Bans, wearing a FAKE...
– Top Gear 中国行中英文字幕 S18E02
我感到极度的幸运,能这样的生活,去发现我的热情所在,去做每天我喜欢做的事情。你可以看出,大部分我现在的境遇并非偶然或侥幸,这是计划,追求,工作的结果。
– 旅行,写作,编程
2 tags
PNGGauntlet - a Windows alternative to ImageOptim →
1 tag
一、即使你内心已经明确地知道你想要什么,依然会有一些更为社会认同的东西来诱惑你,要永远记得坚持。二、如果你坚持了,你一定会经历一个学习自己写程序的过程,这个过程会...
– 给明年依然年轻的我们:欲望、外界、标签、天才、时间、人生目标、现实、后悔、和经历
打开你的视野,你会发现有太多经历和体验可以让你去换取。但你的时间银行里每天只存了24个小时。你可能以为你还有一辈子的时间去做一些你想做的事,但事实是,没有人可以保...
– 给明年依然年轻的我们:欲望、外界、标签、天才、时间、人生目标、现实、后悔、和经历
January 2012
3 posts
1 tag
1 tag
Crunch - LESS editor and compiler that based on... →
Crunch is the first app for writing and compiling LESS that I’ve ever saw.
Its advantages:
Better syntax highlight
Better indentation
More friendly error message
Basic functions for project, e.g. open folder, folder tree
Cross-platform
Coz it’s still under development (current is 1.1 beta), be ware of:
No real-time compilation
Worse performance than others
No code...
2 tags
乔布斯追悼漫画 →
希望乔布斯如结尾那样,在天堂能继续做他喜欢做的事。
December 2011
9 posts
3 tags
The built-in debugger in Firefox 10.0
I tried the built-in debugger in Firefox 10.0, it looks not bad, but it can’t be used in development right now.
It only support inspecting HTML & CSS
It only support editing CSS
It can display multiple colors for IDs, tags and classes while inspecting
NO JavaScript debugger
NO CSS autocomplete
After inspect element, you only can use ESC or close button to close inspector layer
...
3 tags
MHP3G 体验版试玩
卡普空在 12 月 7 日发布了 MHP3G 的体验版供猎人们试玩。
分别用大剑讨伐了一次白兔兽、太刀打了一次水龙,还有把 3D 效果开到最大、双刀讨伐了一次白兔兽。
画面感觉比起 PSP 上的 MHP 稍微差了一点,颜色比较亮、白,不知道是不是和设置有关(NDS 游戏没这问题,我也不是很熟悉 3DS)。
开满 3D 效果后,战斗画面很带感,但是可视范围是个问题,角度偏了一点的话,画面的变动可能会引起失误。
至于下部的触摸屏附件倒是蛮贴心,放置了地图,道具和踢的按键还有 BOSS 的标示。
只是地图倒没有 PSP 版那么好了,因为视线要往下移,而且地图的清晰度不如 PSP 版,视线离开了画面,可能会造成危险。
最重要也最让人关心的视角调整功能做得差强人意。
首先 3DS...
3 tags
Enqueue - An elegant playlist-based music player... →
Enqueue uses less memory than iTunes and much more faster than iTunes.
It also supports Growl notification, and shares rating information with iTunes.
1 tag
DiskWave - a simple, clean and free disk usage... →
2 tags
Clearly - My favorite Chrome extension for... →
1 tag
2 tags
classList - manipulating element's classes with...
In the past, if we wanna manipulate an element’s classes, we have to use class attribute and className property.
Because of they’re strings, which means less efficiency and performance.
Although we have third-part libraries to work around it, e.g. jQuery.hasClass or jQuery.addClass, but it’s still less efficiency.
But now, element.classList comes:
This property...
Virushuo: 为什么我不会再更新twitter了 →
virushuo:
我不是一个胆怯的人,也并不需要别人支持我做什么。但我不喜欢人们不愿表达自己的看法,不喜欢人们的沉默。我在互联网活动的历史,就是表达自己思想的历史,从fido到blog到twitter,都是如此。互联网生来就是为了人们的表达,如果不表达,这一切都毫无意义。 当年初到twitter,为之欣喜。历史上前所未有的快速交流工具,没有审查,人们可以尽情表达自己的看法。没有比这更重要的事情了。几年过来,到今天我发现错了。最近的几次争吵中,愿意表达自己看法的人少之又少。就说我和花落去这场争吵,只有 @xiaolai 和 @liumiao…
1 tag
November 2011
16 posts
2 tags
Agenda Calendar - Beautiful Calendar for iOS →
Before I met Agenda Calendar, I were using Week Calendar.
But unfortunately, Apple had asked them to redesign the interface on the ground of interface similar with iOS built-in calendar, and the new design is become ugly.
So that I decided to find a new calendar.
After searching, I chosen Agenda for:
Clean and beautiful design
Price is great, only $.99
And it’s an universal app.
2 tags
Cutest CSS3 Demo - Akiyama Mio
Rei drew a Akiyama Mio by pure CSS3 with animation. You can view it here.
It looks pretty good.
5 tags
Moving to iOS Reminders
Since iOS 5, we can use a built-in Reminders that integrated with iCal.
Although it’s not a full-featured GTD tool, I still choose Reminders for the following reasons:
iCloud sync and push notification. Automatically sync to all your devices in background, no need to open app to sync.
Good integration with Notification Center. Tasks will automatically show up in Notification Center....
3 tags
Bitbucket rocks!
Bitbucket announced to support Git since Oct 3rd, and they also provides a good tool for Git, SourceTree. So I decided to move to Bitbucket from GitHub.
On Bitbucket, I can create private repositories for free as much as I need, so that I can host my working stuffs which cannot public on it.
It’s also suitable for small team collaboration (5 private members for free account).
2 tags
CSS3 Tricks
‘cubic-bezier’ timing function
`transition: time property cubic-bezier(p1, p2, p3, p4);’
Flexible ellipses
border-radius: 200px / 150px;
or
border-radius: 50%;
pointer-events
pointer-events: auto;
Detecting ‘pointer-events’ (via verou.me):
var supportsPointerEvents = (function(){
var dummy = document.createElement('_');
...
4 tags
Markdown Compiler Comparison
Consider we have the following code:
[test](http://domain.com/test_(test))
[test](http://domain.com/test_(test\))
[test](http://domain.com/test_\(test))
[test](http://domain.com/test_\(test\))
What we get from Github is:
Tumblr:
Mou:
In fact, I’m much more prefer to use Tumblr’s compiler, think about this in programming language such as JavaScript:
var str =...
3 tags
How to upgrade Git if using Xcode 4
Apple integrated Git into Xcode since version 4, and the Git will be installed into /usr/bin.
In Xcode 4.2.1, it’s 1.7.5.4, far behind the latest (1.7.7.4).
It’s inconvenient to upgrade it.
The solution is install new version manually, e.g. by homebrew.
Then add your Git installation path to $PATH, make sure it’s before /usr/bin:
export PATH=/usr/local/bin:$PATH
If...
2 tags
Keka is available on Mac App Store
Keka is my favorite file archive and unarchive tool for Mac OS X, and now, it’s available on MAS for $1.99.
But you still can get it for free on its web site, and new version will be both availble on the web and MAS.
Short introduction:
Compression formats supported: 7z, Zip, Tar, Gzip, Bzip2
Extraction formats supported: RAR, 7z, Lzma, Zip, Tar, Gzip, Bzip2, ISO, EXE, CAB, PAX,...
New domain: chris.gd
I bought a new domain chris.gd today, and it’ll be available in half a day.
And this domain kuroc.at will be redirect to chris.gd in the future till it’s expired.
2 tags
ProjectPier - Open source project management tool
ProjectPier 总的来说和 Redmine 差不多, 只介绍不同于 Redmine 的地方:
__基于 PHP, 可以轻松搭建和扩展.__ 找一个开发者做内部开发比基于 RoR 的 Redmine 要简单, 而 LAMP 的环境就不用多说了.
__默认主题比 Redmine 友好很多.__ 是的 Redmine 看上去很不友好, 需要二次设计.
3 tags
「英雄伝説 零の軌跡」一周目完成
终于一周目通关了, 至此除了「碧の軌跡」就全通关了.
剧情就不说了, 也算名副其实吧, 只是游击士还是一如既往地强大啊, 军队警察都逊色不少, 笑.
就某些方面来说, 和「空の軌跡」相比还是有相似之处, 比如, 都有一个悲惨的小萝莉.
剧情中最让人满意的地方就是玲终于有归属了吧.
让我们在「碧の軌跡」再见吧.
往往只有优秀的人才拥有有效的人脉
有一次在北大讲座,遇到一位学生问我,“老师,你说学习重要,还是经营人脉重要?”看着他一脸大杂烩的表情,我先拿出本子记下了这个问题,然后告诉他说,这是个比较大的话题,我会仔细写篇文章放在网上的,然后给了他我的博客地址 。而后又补了一句,“相信我,所谓的人脉就算重要,也根本没他们说的那么重要”。
让我们细说从头。先动脑思考一下,你愿意与什么样的人成为朋友?从幼儿园开始,每个人就都已经有一些选择朋友的原则——尽管并不自知。事实上,资源分布的不均匀,必然造成人与人之间的某种依附关系。观察一下,就可以看到事实:幼儿园里玩具多的孩子更容易被其他孩子当作朋友。那么,玩具最多的孩子朋友最多么?答案并非肯定。
...
有些文化是中国企业很难学到/做好的
今晚发信问 @alfredapp Mega Powerpack 能否取消已激活机器以激活新的机器, 他们十分钟就回信说没问题, 并且主动说帮我增加一个激活名额 (原为最多同时激活 4 台机).
在回信的时候突然想起今天在 Twitter 上看到有人发信给 Amazon 说 Kindle 摔坏了, Amazon 回信说免费送一个并赠送一百刀的购物卡.
同时还想起我之前在卓越亚马逊的糟糕体验.
Kindle 的重点是卖书, 一台设备权当是避免该用户转投别的阵营, 要知道设备坏了会考虑入新的, 但不一定是同款. 同时也可以赚个好名声/
对于 Alfred 来说, 也是类似的.
只是他们做的很自然, 你只是述说了情况, 他们主动就给回应, 而不是我投诉几次后在快半个月时才成功退掉货物, 要命的是居然作为礼品卡余额退回你的账户, 坑爹啊? 幸好有英文原版的 Steve Jobs.
October 2011
4 posts
September 2011
5 posts
1 tag
在傻逼卓越上购物需谨慎
前天在卓越上下单买了 TP-LINK TL-WR700N, 然后 @leeiio 告诉我还有个更小巧的 WR702N.
因为是旅游用的, 功能相差不大的情况下当然选择更小的, 因此取消了订单.
取消订单的流程很简单快捷, 比京东好, 这点值得赞一下, 但是也暴露了他们和物流之间沟通的问题.
详情我在 Twitter 上说了:
卓越亚马逊还是比较脑残, 在中午一点多订单状态还是等待出货时取消了订单, 然后也收到了取消成功的邮件, 过了段时间, 丫的给我发了已出货邮件, 接着快六点快递打电话来说货到了
接到电话的时候当然和物流说了订单已取消, 然而傻逼的物流今天早上又把货送到我这, 由于我刚好在开会, 物流也没有电话通知, 同事代付款签收了.
虽然不贵, 但由于操蛋的卓越自己的问题让我买了个没用的 WR700N, 这能让人接受吗? 迅速退货,...
tumblrbot asked: WHAT IS YOUR FAVORITE INANIMATE OBJECT?
5 tags
让人疯掉的 MindNode
Mac 下面有一款不错的 Mind Map 工具, 叫 MindNode, 同时提供 OS X 和 iOS 版本, OS X 有免费和收费版 (Pro), 只有收费版才可以和 iOS 版本互相协作, 不过不是通过 Cloud Sync, 而是 Dropbox 等方案.
为什么要说 MindNode 会让人疯掉呢? 原因就是这个协作部分.
我购买它的原因就是因为可以在 OS X 和 iOS 之间协作, 但实际上并没有 make my life easier, 而是 make my life crazy.
OS X 中保存的格式是 .mindnode (以下简称 mn), iOS 是 .mindnodetouch (简称 mnt), 原因估计是有部分 OS X 特性 iOS 版是不能用的, 并且可以限制 Free 版导入 mnt 文件.
但是呢, OS X 是只能保存 mn, iOS...
2 tags
悲剧的团购
虽然团购很火, 但我一直不怎么看好, 通常只会团些优惠卷用用.
不过最近看到上面由冰皮月饼, 就尝试了团一下实物.
下单到购买的流程就不说了, 总体还算舒服.
只是按照商家的至少提早两天去预约的要求, 在周二去预约时, 却遇到了意料之中的问题: 店家订单处理能力太弱.
因为我的行程是周六回老家, 所以打算直接拿了就走, 结果店家说周六预约的客人太多, 冰箱太小, 放不下.
作为顾客, 按照商家的要求提早了四天去预约, 店家实在不应该说人满, 请换时间, “今时今日咁既服务态度系唔得咖”.
类似的事, 已经有不少人遇过, 骂过, 我就不费口舌了.
团购这团泡沫, 是该破掉.
August 2011
7 posts
1 tag
Promodoro - 番茄工作法的好帮手 →
今晚尝试了一下 pomodoro, 感觉不错, 工作二十五分钟休息五分钟, 这五分钟可以快速浏览一下短信邮件伸个懒腰泡杯咖啡什么的, 随后继续. 用的工具是 iPhone 和 Promodoro.
这款 App 的优点是功能贴心, 比如暂停了一定时间 (可自定义时间) 后自动终止这次工作, 还有休息了四次 (默认五分钟) 后会自动进入一次 long break (默认十分钟), 对工作狂来说是很贴心的功能 (如果你严格按照 pomodoro 来工作的话), 并且有 ticking sound, 这也是 pomodoro 创始人强烈推荐厨房定时器的原因之一.
1 tag
1 tag
2 tags