Tag Archives: efficiency

Handy Excel Tip: Open workbook in new instance

I’ve written before about using Excel for some remote data collection and analysis tasks. One thing that often annoyed me in such situations was the inability to utilize multiple monitors. Whenever I wanted to break out a sheet, or especially … Continue reading

Posted in Desktop, Office | Tagged , , , , | 1 Comment

Bag of useful Bash aliases and functions

Here are a number of assorted aliases and functions for Bash that I’ve made in the last few months and found to be useful. Enjoy!

Posted in CLI | Tagged , , , | 7 Comments

Skip the distractions: Focus on web page content with Readability

Often when trying to catch up on the news or just researching something online, I come across article pages filled with distractions. Ads before the article, ads around the article, ads below the article, ads in the article, obscene sidebars … Continue reading

Posted in Apple, Desktop, Web Applications | Tagged , , | 1 Comment

Tune MySQL like a pro with MySQLTuner

I came across MySQLTuner recently and was most pleasantly surprised. It’s a Perl script that only requires your MySQL user and password to provide detailed and useful checks of a running MySQL instance. First though, check out the awesome URL … Continue reading

Posted in MySQL | Tagged , , , | Leave a comment

A better way to search for methods of Python objects

Python’s introspection abilities are quite extensive and useful. They are also well-documented, so I won’t go into the basics here. Check out this article if you need a good overview. N.B.: discussion and code below applies to both methods and … Continue reading

Posted in Programming, Python | Tagged , , | 4 Comments