archives
Editors and IDEs
Submitted by Kevin Kleinfelter on Mon, 2007-09-17 20:35.Comments on editors and IDEs, as I think of them...
- vim
- NetBeans, Netbeans Ruby IDE, Netbeans Erlang IDE
- jedit
- emacs
- UltraEdit
Erlang and Yaws on Windows With Cygwin
Submitted by Kevin Kleinfelter on Mon, 2007-09-17 01:01.Most instructions on the net seem to assume that you are using the Windows binary of Erlang. I didn't go that route, because dealing with the mix of Windows paths and UNIX paths just bums me out. Everything below is done via a Cygwin bash prompt.
Ubuntu Notes
Submitted by Kevin Kleinfelter on Thu, 2007-09-06 02:32.I'm installing XUbuntu 7 as a 'hypervisor' on my desktop pc.
Notes Learning Haskell
Submitted by Kevin Kleinfelter on Wed, 2007-08-29 01:34.Good wiki book at http://en.wikibooks.org/wiki/Haskell
All Computer Languages Stink
Submitted by Kevin Kleinfelter on Wed, 2007-08-22 19:11.All computer languages stink. Some stink less than others.
It is a predictable pattern:
- I meet a new language.
- I become infatuated with it.
- I become disenchanted with it.
I think I have reasonable expectations. A language (and/or its development environment) should be able to:
SQLite and Ruby on Rails
Submitted by Kevin Kleinfelter on Fri, 2007-08-17 17:28.Sqlite DDL
C:\work\rb\test>sqlite db\test.db
SQLite version 2.8.16
Enter ".help" for instructions
sqlite> create table articles
...> (id integer primary key,
...> title varchar(255),
...> text varchar(1024)
...> );
sqlite> .quit
(or create table articles (id integer primary key, title varchar(255), text varchar(1024) );
C:\work\rb\test>dir db
Volume in drive C has no label.
Directory of C:\work\rb\test\db
14.04.2005 14:14 4 096 test.db
GTD Weekly Review (My Checklist)
Submitted by Kevin Kleinfelter on Sun, 2007-07-29 21:53.- Clear your desk
- Gather all loose papers and process (desktop paper, refrigerator top paper, hipster paper, wallet)
- Actionable? Choose one of:
- < 2 minutes - do
- Convert it to a task
- Delegate
- NOT Actionable
- Trash
- Someday
- File for reference
- Actionable? Choose one of:
- Check last week's calendar for carry-forward tasks
- Review upcoming calendar
- Empty your head
Using Punch Software to Create a House Plan
Submitted by Kevin Kleinfelter on Thu, 2007-07-26 02:46.Punch architecture software is a lot like democracy - it is the worst alternative, except for all the others we've tried to date.
Here's how I created a house plan with Punch AS 4000 Version 10.
Continuous Integration Rules
Submitted by Kevin Kleinfelter on Sun, 2007-06-24 19:58.There are seven practices that we've found work well for individuals and teams running CI on a project.
-
Commit code frequently
-
Don't commit broken code
-
Fix broken builds immediately
-
Write automated developer tests
-
All tests and inspections must pass
Installing IIS on Windows XP
Submitted by Kevin Kleinfelter on Mon, 2007-06-11 19:14.If you attempt to install IIS on Windows XP SP2, and you use a CD from Windows XP (pre-SP2), you may receive a message that setup cannot copy adsutil.vbs.
The solution is to find your CD for Windows XP SP2. If you have only a pre-SP2, then Google for Windows, XP, and slipstream to find out how to manufacture an SP2 install CD from a pre-SP2 install CD plus SP2.
