Joshua D. Boyd

  • About
Illustration of a bird flying.
  • Recipes

    For several years I’ve kept a WordPress instance running in my basement for storing my recipes. I recently uploaded the data to wordpress.com. I may move to a custom domain, but for now it is on a free WordPress sub-domain. Visit it at: https://boydrecipes.wordpress.com/. When it was in the basement, I didn’t add pictures or […]

    February 5, 2017
  • postgres dump query to file

    \copy (select fields from table where something=otherthing) to ‘/tmp/test.csv’ with HEADER CSV;

    January 27, 2017
  • A photo posted by Joshua Boyd (@joshua_d_boyd) on Jan 24, 2017 at 4:27am PST

    January 25, 2017
  • A photo posted by Joshua Boyd (@joshua_d_boyd) on Jan 24, 2017 at 8:47pm PST

    January 25, 2017
  • December 18, 2016
  • 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
←Previous Page
1 2 3 4 5 … 15
Next Page→

Joshua D. Boyd

Proudly powered by WordPress