from nonowarn
to everywhere
Posts
I am still every age that I have been. Because I was once a child, I am always a child. Because I was once a searching adolescent, given to moods and ecstasies, these are still part of me, and always will be… This does not mean that I ought to be trapped or enclosed in any of these ages…the delayed adolescent, the childish adult, but that they are in me to be drawn on; to forget is a form of suicide… Far too many people misunderstand what “putting away childish things” means, and think that forgetting what it is like to think and feel and touch and smell and taste and see and hear like a three-year-old or a thirteen-year-old or a twenty-three-year-old means being grownup.
Popularity is a sure sign that you are doing something wrong.
Demo of Gliimpse.
Gliimpse is a quick preview technique that smoothly transitions between document markup code and its visual rendering. It allows users to regularly check the code they are editing in-place, without leaving the text editor.
On September 2, 1967, he declared that Roughs Tower was now the independent Principality of Sealand, and he named himself Prince.
I think the most interesting part of this article is, the fact that remembering changes your memories.
I’m not using Rails currently, I’m very inspired and influenced. This book has changed my code.
This document starts by providing a brief overview of the UI mirroring technology in general and in particular the Windows support for UI mirroring. Then, the newly added ChromeViews mirroring infrastructure is described. Using this new infrastructure, the Chromium UI elements can be easily mirrored for RTL locales. Finally, and most importantly, the document provides a set of guidelines for writing Chromium UI elements that don’t break when mirrored in RTL UIs. (via UI Mirroring Infrastructure - The Chromium Projects)
Some month ago, Flash Plugin on Google Chrome showed a beautiful glitch. I post this because inspired by this glitch screen shot post Chrome Beta on Galaxy tab.
Don’t do now == Won’t do until they got broken
Compile time meta-programming in C.
Japanese can be written both horizontally and vertically. And they use to be mixed in documents such as newspaper. How can you markup them into HTML?
Object.prototype.instanceEval = function (block) {
return block.apply(this, [].slice.call(arguments, 1));
}
That’s a good question. I’d love to say “yes”. I can’t.
Plus vertical writing and 傍点 (bouten: dots alongside the words to show emphasis) for Japanese.
Sketching in Layers (by peiterbuick)
From The Messy Art Of UX Sketching. Sketching is important to understand what I/we will create. It is even fun in right tools.
I’m attracted with the concept of Context object. It separates Models from Controllers.
What’s meant by saying Declarative? The author gives four requirements to be declarative.