NEW: For a prettier blog interface, see the Wordpress version!
| 10:18 | Mail sacha@sachachua.com | Subject: "More planner weirdness" |
| 10:18 | Mail sacha@sachachua.com | Subject: "Foo bar baz" |
| 10:16 | Mail sacha@sachachua.com | Subject: "Again again again" |
13. CS161 William : 08:23
Still going to require the two major projects in OS. The survey will stay, and the benchmarking will also stay, just to give them an idea of what the market holds for you guys. The systems programming class will still cover the same topics, but more emphasis on security and network programming. The OS installation part has been moved to the main class. More tools - lex and yacc.
12. Pen tablet that can run Linux : 08:30
11. List of UML products : 08:31
10. Debian-related HOWTOs : 08:52
9. Need to make a list of things I'd like : 09:00
8. Stuff I need to take care of : 09:36
Oooh! DoubleTalk speech synthesizer!
Writing special
embedded systems courses? operating systems.
7. Codestriker debs : 09:36
deb http://nthomas.free.fr/debian sid main deb-src http://nthomas.free.fr/debian sid main
6. Constructivism : 09:39
5. Logging gnus messages : 09:48
(defun message-to-diary () (make-diary-entry (concat (calendar-date-string (calendar-current-date) t) (if (message-fetch-field "newsgroups") (concat " Sent news To: " (message-fetch-field "newsgroups")) (concat " Sent mail To: " (message-fetch-field "to"))) " Subject: \"" (message-fetch-field "subject") "\"" " Message-ID: " (message-fetch-field "message-id")))) (add-hook 'message-sent-hook 'message-to-diary)
4. Message to planner : 09:59
(defun message-to-planner ()
"Logs this message to the News and Mail section of today's planner file."
(save-window-excursion
(let ((string (concat
(format-time-string "%R")
" | " (if (message-fetch-field "newsgroups")
(concat " News " (message-fetch-field "newsgroups"))
(concat " Mail " (message-fetch-field "to")))
" | Subject: \"" (message-fetch-field "subject") "\""
" | Message-ID: " (message-fetch-field "message-id")
"\n")))22
(planner-goto-today)
(planner-seek-to-first "News and Mail")
(insert string))))
(add-hook 'message-sent-hook 'message-to-planner)
3. pda dev class : 10:11
2. message-sent-hook : 10:22
1. Xemacs text menus? : 10:28
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 .