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, September 30, 2019
anycubic i3 mega-s, cura 4.2.1 and Linux Mint 19.1 Tessa
›
Bought myself a Anycubic i3 Mega-S . Not sure why, probably ramping up to a midlife crisis or something. Downloaded the Linux version of C...
Wednesday, July 10, 2019
zug.tap updated with example about how to run dlang TAP tests with Perl's prove
›
What is "prove": prove on perldoc.perl.org zug.tap is my implementation of a TAP producer in dlang zug.tap in the official Dub r...
Friday, April 19, 2019
D Programming ... not mine
›
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...
‹
›
Home
View web version