Stuff
Here are a few things you may find useful or interesting. This page will probably grow over time.
- My website is:
- My weapon of choice when attacking code is Vim (http://vim.org), the best terminal text editor ever written. It has a million options, but for the way I work, my .vimrc file ensures that everything works the way I like. If you want to use this on your own linux box, you can easily install my vimrc file by typing this at the command line:
wget -O ~/.vimrc http://lucasoman.com/vimrc
- I have a minor obsession with a programming language whose name I've abbreviated to "brainf". Check out some resources on my brainf page.
- My website is built on Chainlink, my home-brew, secure MVC framework in PHP 4.
- I've been working on a multi-user dungeon (MUD), an old-style text-based game, an elegant game for a more civilized age. At any rate, I ran into some difficulties managing the terminal (users connect to my game via telnet). This Ruby class got things organized for me. NB: this class does not work with the MS-DOS terminal. It does, however, work with FC 4's and FC 5's gnome-terminal.
- All other odd code projects.