Monthly Archive for May, 2010

adobe lightroom 3 beta 2 — with i brake for bokeh

been testing the latest beta of light­room 3 on windows 7 #shudder# (actu­ally it’s better than vista but that’s not saying much). my favour­ite thing about this is that i can give the fant­astic presets from ‘i brake for bokeh’ a workout (unfor­tu­nately they don’t work in the won­der­ful gimp). crack­ing scripts that are very effect­ive, but not always subtle (which i love), and spice up an image instantly. lightroom’s well worth a try and the beta’s free…

Post to Twitter

queens park panorama — glasgow

been trying to do some pan­or­amic stuff…stitching 4 or 5 raw files together. had some mixed results but they usually turn out inter­est­ing at least.

here’s one taken in queens park, glasgow. click for a larger view (not as large as the ori­ginal which is over 14000 pixels wide…available on request). you could try the pandora plugin for the gimp.

Post to Twitter

squinty bridge at dusk

glasgow’s (in)famous squinty bridge at night…or at dusk. bit of lomo pro­cessing going on. it spans the river clyde at a rather odd angle…hence the name. wasn’t too fond of it at first but i think it’s a grower. it has recently been joined by it’s brother…the squig­gly bridge. see a map (which doesn’t show mr squiggly…not up to date enough)

Post to Twitter

blocking ip addresses using .htaccess in a cloud environment

been having some trouble restrict­ing access to this site by ip address using .htac­cess.
the tra­di­tional method is to use a format like this:

order allow,deny
deny from 10.11.13.14
deny from 16.15.14.13
allow from all

this wouldn’t work for me at all. the only way i could make it have any effect was to comment out ‘allow from all’. this pro­duced a 403 error for every attemp­ted connect.
i con­tac­ted my hosting pro­vider (laugh­ing squid) as i couldn’t think of any­thing else to try.
after some troubleshoot­ing it turns out that sites hosted in the cloud (at least the rack­space cloud’s envir­on­ment) require a dif­fer­ent method to ban by ip in .htac­cess. more info can be found here.
so i added the fol­low­ing to my .htac­cess file:

SetEn­vIf X-Cluster-Client-Ip “^10\.11\.12\.13″ Deny­Ac­cess
Order Allow,Deny
Deny from env=DenyAccess
Allow from all

obvi­ously replace the ip with the one you’d like to block. if you want to ban mul­tiple ip addresses just repeat line one and alter it accordingly.

so thanks to laugh­ing squid’s support team…quick response as always.

Post to Twitter


Bear