by dave | Jan 22, 2014 | Computers, howto, Software
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...
by dave | Dec 31, 2013 | Computers, howto, Software
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 – without knowing what it fixed. Then you turn it...
by dave | Nov 17, 2013 | Computers, howto, Software
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 Gmail? PocoMail uses Unix MBOX...
by dave | Jul 12, 2013 | Computers, howto
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: error: ‘xml_cdata’...
by dave | Jun 7, 2013 | Computers, howto, Software
My goto diff tool on Windows is the open-source WinMerge. On Linux, Ubuntu has an installable KDiff3, a member of the Qt-based KDE family of tools. At work we are using Centos 6 as our dev VM, and no installable KDiff3 is available. So the README says to $ ./configure...
by dave | May 26, 2013 | Computers, howto, Software
Seems yeoman is the best for Angular dev, like rails. Create, modify controller, views on the fly. Except it doesnt work. On Windows 8. Tried in my Centos 6 VM from work. gen a project: Error angular You don't seem to have a generator with the name karma:app...