Super Volatile

Krzysztof Szafranek's link blog

Hi, I'm Krzysztof and I make websites.
When I'm not making websites, I read these.
Aug 5, 2010 / 10:59pm

The timeless beauty of shell scripts

A full-featured language is often overkill. Abraham Maslow’s quote comes to mind: “It is tempting, if the only tool you have is a hammer, to treat everything as if it were a nail.” I don’t mean to disparage Python, but I feel shell scripts are often overlooked and under-appreciated, especially as they are so accessible. Technically, you’re already shell programming when you run a program from the command-line. Why not learn a bit of Bash or similar, and increase the power available at your fingertips?

I've been recently using shell scripting more and it's really amazing how powerful tools they are. Investing even one evening in learning basics of bash and awk can give one some superpowers.

Filed under: bash   scripting  
Jan 24, 2010 / 2:13pm

Project SIKULI

Sikuli is a visual technology to search and automate graphical user interfaces (GUI) using images

Interesting concept.

Filed under: scripting   software