Nicholas Riley’s Weblog
Thoughts from a computer science graduate student,
medical student and Cocoa programmer (this week).

Skip over navigation
July 2002
Sun Mon Tue Wed Thu Fri Sat
  1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 31      
Jun   Aug

made with
Click here to visit the Radio UserLand website.

Click on the coffee mug to add Nicholas Riley's Instant Outline to your Radio UserLand buddy list.

 

>
Thursday, July 25, 2002
 
Why you should take a Mac user to lunch: Some errors, but overall clear thinking. I had no idea Windows server licensing costs were so high. 6:10:24 PM | reply []

Secret is a password database for the Palm. No sync support with the Mac (yet), but the Palm interface looks loads better than PasswordWallet (what I currently use). 5:55:53 PM | reply []

More fun with Subversion, after recovering carefully from the repository corruption. In addition to the standard HTML output mode there's also an XML+XSLT+CSS one. Here's the relevant portion of my httpd.conf:

<Location /repos/dev>
		DAV svn
		SVNPath /var/svn/repos/dev
		SVNReposName "sabi.net development"
		<LimitExcept GET PROPFIND OPTIONS REPORT>
				Require valid-user
		</LimitExcept>
		AuthType Basic
		AuthName "sabi.net Subversion repository"
		AuthUserFile /var/svn/users
</Location>
<Location /repos/dev-xml>
		DAV svn
		SVNPath /var/svn/repos/dev
		SVNReposName "sabi.net development (XML)"
		SVNIndexXSLT /svnindex.xsl
		<LimitExcept GET PROPFIND OPTIONS REPORT>
				Deny from all
		</LimitExcept>
</Location>
5:58:03 AM | reply []


Looking for older (or newer) material? Click another date on the calendar at the top of this page.