You are currently browsing the Tom Malaher’s BrainScan weblog archives for March, 2007.
- Bookmarks (105)
- Fr0n (1)
- LifeInGeneral (2)
- On the trail (4)
- Photos (3)
- Practice (6)
- Software (8)
- Tools (8)
- March 11, 2010: links for 2010-03-11
- March 8, 2010: links for 2010-03-08
- March 7, 2010: links for 2010-03-07
- March 4, 2010: links for 2010-03-04
- February 25, 2010: links for 2010-02-25
- February 9, 2010: links for 2010-02-09
- February 7, 2010: links for 2010-02-07
- February 4, 2010: links for 2010-02-04
- January 29, 2010: links for 2010-01-29
- December 31, 2009: links for 2009-12-31
- March 2010
- February 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- August 2009
- July 2009
- April 2009
- March 2009
- January 2009
- December 2008
- November 2008
- October 2008
- September 2008
- August 2008
- May 2008
- April 2008
- March 2008
- February 2008
- January 2008
- December 2007
- November 2007
- October 2007
- September 2007
- August 2007
- July 2007
- May 2007
- April 2007
- March 2007
- December 2006
- May 2006
- June 2004
- May 2004
- February 2004
Archive for March 2007
Chester Lake Snowshoeing
March 31, 2007 by tmalaher.
There has been quite a bit of snow up in the Spray Lakes area. We decided to try the Chester Lake Snowshoe Trail. It was raining on the drive down Highway 40 towards Kananaskis, but it changed to snow as we started to ascend up the Smith-Dorrien road. By the time we got to the Chester Lake parking lot, it was dumping.
Here’s Linda standing in the snowshoe trail. You can see just how much snow there is piled up on either side:
The clouds parted briefly when we got to the lake, and we could see the surrounding mountains:
Another great day in the mountains!
Powered by ScribeFire.
Posted in On the trail | Print | No Comments »
links for 2007-03-31
March 30, 2007 by tmalaher.
-
I need to do something very like this… the question is, will this framework of IBM’s help me or will it be more work to convert everything to CBE first.
Posted in Bookmarks | Print | No Comments »
links for 2007-03-30
March 29, 2007 by tmalaher.
-
I built one of these myself using Lucene
Posted in Bookmarks | Print | No Comments »
More on Searching
March 29, 2007 by tmalaher.
When I was presenting to the Calgary Java User’s Group about Building your own search engine, the topic of Egothor came up. I’ll have to check it out. See my previous comments on searching email.
Powered by ScribeFire.
Posted in Software | Print | No Comments »
Password lockbox
March 29, 2007 by tmalaher.
With the advent of Sarbanes-Oxley, it seems everyone is hot to start changing their passwords on a regular basis. This is enough of a problem for people, but when systems need to use passwords to get things done automatically, it turns into a nightmare.
I started putting together a specification for a password “lockbox” that would handle this. It would have to be able to handle standalone machines that were their own security domain (e.g. Unix with local passwd file) or a group of machines that share the same password (e.g. NIS or AD). It would be nice if you could encode the password expiration policy and have the system automatically change the password for you so it wouldn’t expire. You’d want sophisticated ACLs to control who can see which passwords.
Yesterday I went to a presentation from a company about a product of theirs that seems to cover all of this and more: Cyber-Ark’s Enterprise Password Vault.
It’s not cheap, but on the old build-versus-buy continuum, I think this is one I’d rather buy.
Posted in Tools | Print | No Comments »
links for 2007-03-29
March 28, 2007 by tmalaher.
-
A simple Java app/applet that lets you browse/search/edit LDAP.
Posted in Bookmarks | Print | No Comments »
links for 2007-03-28
March 27, 2007 by tmalaher.
-
I started down this road myself (taking the sample code from the RFC’s and translating it to java, but stumbled over the inability to obtain a MAC address in java)
Posted in Bookmarks | Print | No Comments »
links for 2007-03-27
March 26, 2007 by tmalaher.
-
Now that I’ve got ssh running on my phone…
-
320×240 px == 80 cols x 41lines !!!…
Posted in Bookmarks | Print | No Comments »
links for 2007-03-19
March 19, 2007 by tmalaher.
-
My blog posting on the misuse of “Steep Learning Curve”
-
Quck Java-based Swing tool for updating data in database tables
Posted in Bookmarks | Print | No Comments »
QueryForm
March 19, 2007 by tmalaher.
QueryForm: a Swing-based Java tool for editing database tables.
For those times when you just don’t want to write a CRUD interface or use raw SQL. DbVisualizer’s “Update where” and “Insert into” functionality is OK for one or two rows, but this tool lets you edit many rows almost painlessly.
powered by performancing firefox
Posted in Tools | Print | No Comments »