March 2010
8 posts
2 tags
Use ⌘~ to switch between windows of an application
On a mac, you can use Cmd-tilde (⌘~) to switch between the different open windows of an application.
The tilde is conveniently placed right above the Tab key (⇥). So this combination is very similar to the one used to sitch between apps (Cmd-Tab ⌘⇥).
I just found out about this. Woohoo!
(On the german keyboard layout, the default combination is ‘⌘<’, which is not as...
If you’re not sure of what you love, that means you can be talked out of it, and...
– one forty plus.: Depends on Who You Ask.
But we take pride in our technologies. If I’m not striving for my guru ranking...
– Dan Mall in A List Apart: Articles: Flash and Standards: The Cold War of the Web
The phrase ‘I don’t have time for’ should never be said. We all get the same...
– Scott Berkun: The cult of busy (via marco)
There is a lot more good stuff in this article. Go, and read the whole thing!
3 tags
Memoization →
In computing, memoization is an optimization technique used primarily to speed up computer programs by having function calls avoid repeating the calculation of results for previously-processed inputs.
In Ruby f.e., this can be achieved with the good old ||= operator.
1 tag
:-)