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
▼
Tuesday, August 2, 2016
using UUIDs as primary keys in MySQL
›
Using uuids as primary keys efficiently in MySQL: see this Store UUID in an optimized way , it has benchmarks and everything you might need;...
Monday, August 1, 2016
amusing Mojolicious error
›
Can't use string ("Zug::CMS::Admin::Users") as a HASH ref while "strict refs" in use at Mojo::Base::__ANON__(~/per...
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...
‹
›
Home
View web version