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, March 11, 2019
remote backup script via ssh, new version
›
#!/bin/bash -x SITE=$1 if [ -z "$SITE" ] then echo "no site supplied" exit fi echo SITE IS $SITE ACCOUNT=root...
Saturday, January 12, 2019
vector operations in D
›
Up to a few years ago I was of the breed that spawns code fated to wait for requests for most of it's life so really bothering with opti...
Wednesday, January 9, 2019
porting old code from Note.js to D v2
›
Since about august I started porting code from Node.js to Dlang. Node.js is nice enough but the ecosystem has a Jurassic-going-on-Cretacic f...
Friday, December 14, 2018
almost done with stretching matrices
›
Almost done with stretching (same as scaling but less high-brow) matrices https://bitbucket.org/emilper/zug-matrix . Also perfected a meth...
Tuesday, October 2, 2018
DBD::mysql failing with mariadb on debian/ubuntu/friends
›
If installing DBD::mysql build fails on debian/ubuntu/etc. when you have mariadb-server installed, you might need libmariadb-dev-compat .
Monday, April 16, 2018
›
getting tired of being victimized by overeager JS developers I am taking a hard look at Javascript/Node environment to keep it real and ea...
Friday, August 11, 2017
dlang - retrieve struct from void pointer passed to extern (C) function
›
struct Data { int depth; } extern (C) void startElement(void* userData, const(char)* name, const(char*)* atts) nothrow { Data user...
‹
›
Home
View web version