2012: Tweaking my scheduling process for delegation — Scheduling stresses me out. I’ve had several calendar hiccups before: wrong dates, ambiguous locations, no contact information (or incorrect ones!), [...]
2011: Quantified Awesome: Why I track — People often ask me why I measure what I measure. I do it because I’m curious, and measurement lets me [...]
2006: Dinner with a technology evangelist — When Kaleem invited me to dinner with Betsy Weber, chief evangelist at
TechSmith, I immediately cleared my
schedule and accepted. After all, [...]
2005: Back at the beginning — The last class of tango was today. We ended on a strange note,
realizing how much more there is to learn. [...]
2005: Brain Gain Network – Philippines — Get to meet other geeks and tech-savvy business people at the Techie Palooza to be held by Brain Gain Network [...]
2003: Cool elisp hack! — I’ve gotten the bot-like improvements I wanted thanks to these snippets of elisp code:
(require 'hippie-exp)
(setq hippie-expand-try-functions-list
[...]
2003: ERC+BBDB —
(add-to-list 'erc-nick-popup-alist '("BBDB" . (bbdb nick nil)))
2003: Automatic encryption of wiki pages — From EmacsWiki#AutoEncryption
;; crypt++ – i use this in conjunction with emacs-wiki
(require ‘crypt++)
(setq crypt-encryption-type ‘mcrypt
crypt-encryption-file-extension “\\(Secure\\)$\\|\\(\\.enc\\)$”)
(setq emacs-wiki-ignored-extensions-regexp “\\.\\(bz2\\|gz\\|[Zz]\\|enc\\)\\’”)
2003: HideShow mode — M-x hs-minor-mode
I think I rather like hs-hide-all…
(defun sacha/hs-minor-mode-hide-all ()
"Turn on `hs-minor-mode' and hide everything."
(hs-minor-mode 1)
[...]
2003: Things to try in class — education — http://www.ncsu.edu/felder-public/Papers/Secondtier.html
- One-minute papers: most important point made in the lecture and the single most pressing unanswered question
- Encourage or mandate [...]
2003: Learning styles — http://www.ncsu.edu/felder-public/Papers/LS-1988.pdf
The paper has important insights. I learn inductively – from complex
examples, I try to figure out principles and ideas. However, [...]
2003: No-host trackbacks — http://brutalhugs.com/trackback/
Maybe I can use this to add trackbacks and comments to my semi-static
pages! =) It’ll require Javascript, though…
Oh, but they’re [...]
sachac Looks like an interesting iPad app. =) I draw on a tablet PC - perhaps someone will make something similar for Windows someday! – May 25, 7:10 PM
Fabian Mendez Have you tried "Procreate"?, I feel that it's more natural the way you sketch ideas on it than art rage or paper. ( paper is... – May 25, 5:57 PM
shackra sislock nice, thank you! :D what about key combinatios like "C-c p" or so, are they written like " p" or not? – May 25, 3:04 PM
formyss Thanks for doing this. Bastein is a great guy. humble and extremely talented. – May 25, 12:54 AM
Jonathan Arkell Using org-babel for startup is truly the path to enlightenment. Here is my crack at it: https://github.com/jonnay/emagicians-starter-kit – May 24, 3:33 PM
Olivier Berger I have played with the =orgmode-slideshow= solution for non-beamer presentations, which wraps the HTML export with only minimal changes, as an alternative to S5 and... – May 23, 1:01 PM
Archimedes Trajano Actually the left side of the things in the What I don't want group will just happen naturally and it's fine. Though I am using... – May 22, 10:53 PM
sachac I like that. =) I've got the unusual position of not having income pressure, so I'm glad I can make good stuff and give it... – May 22, 7:15 PM