This post demonstrates some powerful dtrace scripts for OS X.
Did you know that OS X has dtrace running on it?! I didn’t.
This post demonstrates some powerful dtrace scripts for OS X.
Did you know that OS X has dtrace running on it?! I didn’t.
Imenu is an under-recognized gem of a package. One way to make it more accessible is to utilize it via a buffer instead of going up to a menu.
imenu-list does just that. It is shockingly powerful because nearly every package has Imenu integration, it is fast, easy to read, and lets you quickly jump around and exit the mode just as easily as you entered it.
Fun to learn about this wiring technique via Introduction to Wire Wrap.
Fraudulent data never contains enough samples that start with the number one!
Harry’s presentation on Org-Mode is great. He shares his personal preferences. You can read his blog to learn about them too. The meter to the presentation is perfect, too. It left me thinking more about
Via Reddit: The Glorious Horror of TECO is a fascinating read about implementing a useful and expressive programming environment under drastically constrained resources.
Unicode homoglyphs at best make it easy to play jokes on other programmers and at worst make it easy mislead users.
Here is how I learned to move functionality from my .emacs.el into a minor-mode.