Author: jdboyd

  • Simple Batch Processing

    See my new github project: https://github.com/jd-boyd/simplebatch The goal of this is to be reasonable fast and powerful, while being dead simple to install and configure. Installation and configuration should be as simple as: $ pip install simplebatch $ batchd & $ bsubmit — my_first_job The current status is pretty much there. There are rough edges,…

  • [codepen_embed height=600 theme_id=1 slug_hash=’RRzOQk’ user=’jdboyd’ default_tab=’result’ animations=’run’] See the Pen SVG Graph Nodes on CodePen [/codepen_embed]

  • Whoops, I superglued the superglue container to my finger.

  • Proxmox on DigitalOcean

    I thought I’d try to install Proxmox 4 on DigitalOcean. How I struck on that idea was very convoluted, and I don’t have a specific purpose for doing so, but if you want LXC containers instead of Docker or rkt, and you want a full set of web admin tools, this might not be a…

  • What is a ghost’s favorite numeric base? BOOlean!

  • Just a Tree

    Trying some inline processing.js.

  • Make PostgreSQL default to UTF-8

    From here : UPDATE pg_database SET datistemplate=FALSE WHERE datname=’template1′; DROP DATABASE template1; CREATE DATABASE template1 WITH owner=postgres template=template0 encoding=’UTF8′; UPDATE pg_database SET datistemplate=TRUE WHERE datname=’template1′;

  • Gardians of the Galaxy was great.

  • I placed an iPhone screen down on my Nexus 4. The Nexus got confused, took a picture, then rebooted to contemplate what had just happened.