Joshua D. Boyd

  • About
Illustration of a bird flying.
  • Swift 3 on Ubuntu 16.10

    On swift.org’s downloads page Swift 3 comes with builds for Ubuntu 14.04 and Ubuntu 16.04, but not 16.10. It is a reasonable guess that the 16.04 build will still work on 16.10, but once downloaded and extracted, it complained about missing libicuuc.so.55. 16.10 only offers the ICU version 57. There was a build of icu […]

    December 16, 2016
  • Windows 10’s Anniversary Update just force installed itself in the middle of typing a git commit message in the middle of the work day. An hour later, it finished. Of course, it removed my VMs (but did leave the Docker for Windows VM alone).

    September 22, 2016
  • 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, […]

    September 16, 2016
  • [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]

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

    December 19, 2015
  • 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 […]

    December 6, 2015
  • What is a ghost’s favorite numeric base? BOOlean!

    October 31, 2015
  • Just a Tree

    Trying some inline processing.js.

    May 14, 2015
  • 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′;

    November 24, 2014
  • Gardians of the Galaxy was great.

    August 1, 2014
←Previous Page
1 2 3 4 5 … 15
Next Page→

Joshua D. Boyd

Proudly powered by WordPress