I have played with Festival before. It will easily generate speech from written commands. It seems pretty full featured. But, I have always wanted to add pitch. Could I make it sing the words?
Month: September 2013
Making Git Ignore File Permissions
I found a cool little trick today. The file permissions are making git think that the file changed. There is a simple command that tells it to ignore those changes:
git config core.filemode false
Trying Brackets
A while ago, I ran across the brackets development environment. It looked really awesome, particularly the part about dynamically updating the page as you edit it. When I first heard about it, the Linux version was not quite out yet. Now, they have a package and everything for easy installation. So, here’s a first post about what I found.