March 2010
8 posts
Mar 28th
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...
Mar 24th
“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. 
Mar 23rd
1,236 notes
“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
Mar 22nd
Mar 18th
“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!
Mar 17th
194 notes
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.
Mar 16th
1 note
1 tag
:-)
Mar 14th
1 note