I used to have a JIRA to Omnifocus Script which fell into disrepair for a bit. It worked well, but as the Mac modernized itself…
Put this somewhere in your ~/bin: watch ‘echo “show processlist” | mysql -u whateveruser –password=mypassword | grep -v “show processlist” ‘ Now run it and…
Ubuntu Geek provides a great little guide on speeding up Firefox. A lot of the about:config settings he proposes changing are already fairly optimal on…
This script logs into your JIRA and creates OmniFocus tasks for each of the JIRA items that are assigned to you, so they sync to…
Yesterday a coworker pointed me to ruby’s appscript. I have found it nothing short of amazing. I love my Mac, and many of us like…
Caching and concurrency management are tricky. If you have a cache that lives in memory but you have updates to the database that the objects…
Every assertion should be thought from the standpoint of What was expected What actually happened Translation: assertTrue should always, always have a message. Consider the…
This opens pretty interesting possibilities: Via TheServerSide: Wazaabi includes a GUI framework that brings XUL to Eclipse RCP plugin developers and a set of components…
This is a quick little cheatsheet with my favorite eclipse plugins and the locations of their update sites. It’s so I can get back up…
Boy don’t I know this – in a prior life I wrote a GEF editor for a workflow engine. Let me be blunt: In the…