Automating Pylint with Gulp.js

Automating Pylint (and other Python Tasks) can be achieved with several viable python-based methods, but what if we used Gulp.js?  The following code snippet gathers runs Pylint on the set of python files defined by pySource. var gulp = require('gulp'), shell =  require('gulp-shell'); gulp.task("pylint", function() { log('Linting with pylint ->…

DNS Changer And What It Means To You

With all the fear mongering by the news outlets, I thought I'd make a short post about DNS Changer. DNS Changer is malware that if you are infected it changes how your computer looks up website addresses.  Essentially, it tells your computer to use a service setup by criminals.  The…