NEW: For a prettier blog interface, see the Wordpress version!
| A1 | X | Do some spring cleaning |
| A2 | X | E-mail all my students |
| A3 | X | Follow up conference attendees |
| A4 | X | Merge nick completion ordering patch (E-Mail from Jeremy Maitin-Shepard) |
| A5 | X | Pay Equitable bill |
| A6 | X | Handle change of grade |
| B1 | X | Check out bluepoint and see if I want to volunteer there (E-Mail from Dominique Cimafranca <cimafran@ph.ibm.com>) |
| B2 | X | Type in the TeachingEvaluations and post them on my website |
1. Dreamweaver MX, Flash MX with CrossOver Office : 15:01
So apparently it works now, but
2. Controlled dual-booting --- linux : 15:30
Set up Lilo with two targets: Linux and Winders.Make Linux the default target to boot to.
When you're inside of Linux, and you want to set it so it boots Windows for the next boot, and only the next boot, then you do a
lilo -R windows ; shutdown -r now
The next boot will be into Windows. The boot after that will be back into Linux.
3. Wearable gadgets : 16:08
4. Migration document from Windows to Linux : 16:11
5. Elisp snippet for sucking data into BBDB : 18:26
(defun sacha/suck-data-into-bbdb (notes)
"Create BBDB data given NOTES.
The region should contain data of the form:
name | company | e-mail"
(interactive "MEnter notes string: ")
(while (re-search-forward "^\\(.*?\\)\s*|\s*\\(.*?\\)\s*|\s*\\(.*?\\)\s*$" nil t)
(let* ((name (match-string 1))
(company (match-string 2))
(net (match-string 3))
(record (bbdb-search-simple nil net)))
(if record
(bbdb-record-set-notes record (concat (bbdb-record-notes record) "\n" notes))
(bbdb-create-internal name company net nil nil notes)))))
6. Whoa, I got newslogged in Dutch : 21:55
7. Not much happened today : 23:15
Having problems launching OO.o after recent upgrade.
Settled credit-card bill.
8. Try Science! --- education : 23:19
Dominique Cimafranca brought this excellent site to my attention. It's geared more toward K-12, but it has lots of interesting experiments.
I wonder if we can make a college CS version...
I'd love to hear about any questions, comments, suggestions or links that you might have. Your comments will not be posted on this website immediately, but will be e-mailed to me first. You can use this form to get in touch with me, or e-mail me at sacha@sachachua.com .