Category Archives: Computers

Wordbooker is dead

Wordbooker is a WordPress plugin to post to Blog and Facebook at the same time? Saves time. Steve the author decided it wasn’t worth it — free support and complaining jerks. Bummer. When it worked it saved time. I guess … Continue reading

Posted in Computers, Musings | Tagged , , , | Leave a comment

New Windows desktop computer with full C drive? Check OS hibernate settings.

On my new work desktop computer with Windows 7, I noticed a 30Gb file hiberfil.sys filling drive C. Since I don’t use the hibernate function, I can disable it. From a command shell as Administrator G:\> PowerCfg.exe -H off The … Continue reading

Posted in Computers, howto | Tagged , | Leave a comment

lineman-angular updated to ng-annotate

We use LinemanJS to automate the build process of various AngularJS projects. Two newer projects use the most excellent UI-router package, and I had some issues. The resolve section required manual protection for minification; ngmin, the automatic minify protector included … Continue reading

Posted in Computers, Software | Tagged , , , , , | Leave a comment

Intellij IDEA SCSS File Watcher

I use IntelliJ IDEA on a Centos VM for AngularJS development at work, and I have a FileWatcher configured to compile the SCSS files from the designer into CSS when they change. It stopped working one day. After days of … Continue reading

Posted in Computers, howto, Software | Tagged , , , , , | Leave a comment

Yet another Airlink 101 DD-WRT adventure

Client needs a cheap Wi-Fi and router. Fast trip to eBay and for $5 plus $6 shipping, I get an Airlink101 AR690w with Wireless-N. Three antennas. Looks good. AR690w is on the supported list, with an older version and a … Continue reading

Posted in Computers, howto | Tagged , , , , , , | Leave a comment

Why doesn’t my #!@$#$%@ console show my variables?

Given: Google Chrome, Dev Tools open, Console open. Paused at breakpoint. $scope.currentDb $scope.currentDb $scope.currentDbb $scope.currentDb Date.now() Nothing prints. Why? Give me a few hours. Finally, consider the log level selector bottom right of the console panel. Note the current selection … Continue reading

Posted in Computers, howto, Software | Tagged , , , , , , , | Leave a comment

Flashing an AirLink router again and again with DD-WRT

I got an Airlink 101 AR430w router from a dude at a McHenry County Software Craftsmanship meeting. He had already flashed it with DD-WRT and like a moron I tried a web firmware upgrade to the latest build 21061 – … Continue reading

Posted in Computers, howto, Software | Tagged , , , , , , | Leave a comment

Converting from PocoMail to Gmail

Wifey was tired of PocoMail. It has not been revised in years, the HTML renderer, while “safe”, is not very conformant, which translates into lots of Tech Support calls. Me. Since she uses Gmail at work, why not migrate to … Continue reading

Posted in Computers, howto, Software | Tagged , , , , , , , , , , | Leave a comment

Converting ISO-8601 date strings to Date in Pentaho Kettle

So I was working on a conversion from a CSV dump from a student system to our internal label database. New school year, new students. I like to use the time format yyyy-MM-ddTHH:mmZ (ISO-8601, a standard format) for strings, but … Continue reading

Posted in Computers, Software | Tagged , , , , , , , , , , | Leave a comment

Building Git 1.8 on Centos 6

We use Centos as a VM for development. Intellij IDEA was complaining about the 1.7.1 version from the Centos distro, requiring 1.7.1.1. Picky. So I grabbed the git source: $ git clone https://github.com/git/git $ cd git $ make … http-push.c:920: … Continue reading

Posted in Computers, howto | Tagged , , , , , | Leave a comment