todo
It's not really a queue of jobs, because that would assume that I
finished these in a FIFO fashion. It's almost a stack, because the
most recent additions get the most attention - most of the time. But
then there are times where I just wander. So I guess it's like a UNIX
scheduler. You're not quite sure how to write it. Not to starve
processes, and to be "fair". Oh well.
personal
- catch up with people. uncle ted, jack griffin, etc.
- code up vCard export for my address book
- get drapes for my apartment
laptop
- 2.6 radeon fb acceleration
- write a todo.txt -> todo.html converter so this list gets updated regularly
- get a delete key, move eject key away from the backspace key:
setkeycodes doesn't seem to work...
- fix linux fonts
- stop pcmcia/sleep crashout
math & research
- Finish my BLT Compiler
- Build Interactive assembly environment (hacking inspired by Qua-thesis)
- Contribute to Linux Kernel