blue collar dev
random notes, kept here from when I am not at my home workstation
Pages
(Move to ...)
Home
agile
concurrency and parallelism in Perl 5
who am I
▼
Monday, July 18, 2016
poor man's web analytics
›
"000000-0" is part of the name of a tracking image I use on another personal site. To count unique IPs which visited that site I u...
Sunday, July 17, 2016
kill hanging steam processes with bash
›
ps aux | grep steam | awk '{ print $2 }' | xargs kill -9
Thursday, July 14, 2016
Javascript is weirder than Perl
›
Found something weird in here https://github.com/happypoulp/redux-tutorial.git : a Javascript object/associative array declared without keys...
Wednesday, July 13, 2016
execute ES6 scripts with ease
›
with modules installed privately mkdir my_tests cd my_tests # you need an npm project to install npm modules locally npm init -y npm in...
Monday, July 11, 2016
linode migration and downgrade
›
Finally began to understand Webpack. No clue as to how Redux works; I can follow the instructions but they don't make sense yet. Will pe...
Tuesday, June 21, 2016
sabbatical
›
After a few intense months I am taking a sabbatical. Started looking in depth into React and the node.js ecosystem, mostly because those mon...
Sunday, June 5, 2016
tracking page loads on this blog
›
The blogger.com stats do not seem to make any sense lately, so I am attempting to so some tracking of my own. I uploaded a transparent one p...
‹
›
Home
View web version