The goal of efficiency is more slack.

Thursday, February 09, 2006

Palm vs Laptop for Writing

The Palm is so much harder to use for note taking because of its setup time (I use a portable keyboard) and lack of a backlit display, but I like how small it is and how I don't have to worry about the battery drain as much. If only I could make this laptop use as little power as the Palm. Hm, I think I can if I install a very minimal Linux on this laptop. It could avoid accessing the hard drive except for explicit saves. It could run without X to facilitate boot time, although Ion doesn't take much time to load at all. Another benefit would be that I could type in Dvorak. One annoyance is that I won't be able to use metapad, which is for Windows. Vim is not great for prose, its text-wrapping has to be fixed after an edit. Nano doesn't word wrap. Nedit is for X. Anyone know of a lightning fast (to load) word processor for console Linux?

Related Posts:

  • Vim for Python Option 1 ~/.vimrc syntax enableif !exists("autocommands_loaded")  let autocommands_loaded = 1    autocmd BufRead,BufNewFile,Fil… Read More
  • Disable mouse acceleration on MacMouse acceleration makes it hard for me to point and click things based on muscle memory, so I turn it off by entering into the terminal: defaults wr… Read More
  • Django FormsSome common uses of Django Forms. f = Form(request.POST) Instantiating a form with data a dictionary, e.g. from POST, creates a form populated with t… Read More
  • Call C DLL from Pythonhttp://www.lejordet.com/2009/04/simple-python-ctypes-example-in-windows/… Read More
  • Bash Colors #!/bin/bash # # This file echoes a bunch of color codes to the # terminal to demonstrate what's available. Each # line is the color code of … Read More

0 comments:

Popular Posts

Recent Posts

Unordered List

Text Widget

Pages

Powered by Blogger.
Scroll To Top