New Toys

  • Make friendly URLs easy with stapler
  • Make library management hell less hellish with ivy (2.0 was just released)
  • ACEGI is now “Spring Security,” whose new version purports lighter configuration requirements than previously.
  • iBATIS
  • Pipe Viewer (pv) — gives you a graphical show for pipelined tasks and is MacPorts available (sudo port install pv)

Related posts:

  1. Secure VNC with ssh port forwarding
    Need to help out a damsel in distress (username “damsel”) sitting on a remote debian/ubuntu box (“remotehost”)? Have you set up ssh on a non-standard port (port 12345) already? Great.......
  2. Apache2, PHP, and MySQL on Mac OS X using MacPorts
    1. Install MacPorts Follow the instructions here: http://www.macports.org/install.php. 2. Install apache2 sudo port install apache2 Note that the macports instructions suggest installing the launchctl script now, but we’ll do that......
  3. Automatic panoramas with hugin and autopano
    I’ve only been using hugin for an hour now, and I’m really impressed. The mac binary doesn’t include the ability to automatically determine how images overlap, but it’s pretty easy......
  4. How to set up native subversion (javahl) with Subclipse on Mac OS X
    Note that this is for Ganymede (Eclipse 3.4.x). Install the javahl binding with MacPorts: sudo port install subversion +bash_completion sudo port install subversion-javahlbindings Run eclipse, and add this upgrade site:......