/ #blog 

The Flow (2008-02-25)

Scripting Screencasts Castanaut is a DSL and library to script ScreenCasts in Ruby. Nifty! while_saying "To install it, drag it to your bookmarks bar." do move to_element("a.button") drag to(88, 106) pause 0.5 hit Enter end Scripting the Shell What if you could use Ruby instead of the shell? You can local_dir = Rush::Box.new('localhost')['/Users/adam/server_logs/'].create servers = %w(www1 www2 www3).map { |n| Rush::Box.new(n) } servers.each { |s| s['/var/log/nginx/access.log'].copy_to local_dir["#{s.host}_access.log"] } Rush - the Ruby shell ...

Jens-Christian Fischer
/ #blog 

The Flow (2008-02-22)

Free Memory I have too many applications open all the time, and only 2 GB of memory. The memory management of OSX just doesn’t seem to be able to handle this, without regular reboots. iFreeMem seems to be the solution. Downloaded trial today, let’s see, how good it it. Current status: Arwen:files jcf$ uptime 8:26 up 4 days, 23:59, 8 users, load averages: 0,41 0,70 0,76 Twittery iPhone Have your iPhone twitter its current location every now and then, in case it’s stolen (or you want to track someone? ...

Jens-Christian Fischer
/ #blog 

Zollinger Samen Website launched

Today we launched a new website for one of our customers: Zollinger-Samen.ch. Zollinger Samen is a family owned business, that cultivates more than 200 plants (vegetables, flowers, herbs) and sells the seeds. They have operated over 20 years and have been pushed into the internet age by their sons. The website was built with Rails and and a heavily extended Radiant for the catalogue and the shop. The wonderful design was inspired by the 20 year long history of printed catalogs and implemented by HTML and CSS wrangler Keith Bingman. ...

Jens-Christian Fischer