ultrahigh.org
Ultra High | From Cosmic Rays to Whatever | Page 2
http://www.ultrahigh.org/page/2
From Cosmic Rays to Whatever. Skip to primary content. Skip to secondary content. Newer posts →. WordPress Development, Staging and Production Deployment. September 28, 2012. AKA Keeping Your WordPress in Git. Let’s assume the development environment is at /var/www/dev and the production environment is at /var/www/prod. To ‘checkin’ the dev version. To ‘checkout’ the current version into production. Download the scripts from https:/ github.com/werkshy/wp-deploy. Install wordpress in the dev environment.
ultrahigh.org
Ruby | Ultra High
http://www.ultrahigh.org/category/code/ruby
From Cosmic Rays to Whatever. Skip to primary content. Skip to secondary content. Gitlab CI Setup with Rails. September 6, 2015. I had a few problems getting up and running with docker-based gitlab-ci builds, so here’s a description of my setup. I’m using gitlab.com (not self-hosted) and their hosted CI at ci.gitlab.com BUT I am using private build runners on my own Ubuntu 14.04 server. This is a bit vague because I did this a few weeks ago but here’s what I remember. Otherwise you can use. Run before ea...
ultrahigh.org
New Terminal With Keyboard Shortcut on OS X Yosemite | Ultra High
http://www.ultrahigh.org/2014/11/new-terminal-with-keyboard-shortcut-on-os-x-yosemite
From Cosmic Rays to Whatever. Skip to primary content. New Terminal With Keyboard Shortcut on OS X Yosemite. November 20, 2014. In my typical Linux desktop I use ‘xbindkeys’ or my window manager’s built in keyboard shortcut preferences to set up an ‘open new terminal window’ keystroke (Super-Enter usually). When I moved to OS X for work last year, this was something I really missed, and it took me a while to find the simplest way to achieve it. Tell application "Terminal" do script " activate end tell.
ultrahigh.org
Javascript | Ultra High
http://www.ultrahigh.org/category/code/javascript
From Cosmic Rays to Whatever. Skip to primary content. Skip to secondary content. Async Testing With Jasmine and MooTools. March 13, 2014. Another post over on the Harry’s engineering blog about testing asynchronous MooTools code in Jasmine. Gitlab CI Setup with Rails. New Terminal With Keyboard Shortcut on OS X Yosemite. Statsd Admin Interface for Python. Use Busybox in a Heroku dyno. On New Terminal With Keyboard Shortcut on OS X Yosemite. On Dynamo Session Manager. On Claws Mail with GMail.
ultrahigh.org
Heroku | Ultra High
http://www.ultrahigh.org/category/linux/heroku
From Cosmic Rays to Whatever. Skip to primary content. Skip to secondary content. Use Busybox in a Heroku dyno. April 28, 2014. I miss having Vim around when I’m trying to develop a one-off script to run on Heroku. I found this plugin that installs vim. But I thought it’d be great to just throw in busybox from the official binaries page. Here’s a modification to the vim plugin that does just that:. Gitlab CI Setup with Rails. New Terminal With Keyboard Shortcut on OS X Yosemite. On Dynamo Session Manager.
ultrahigh.org
Python | Ultra High
http://www.ultrahigh.org/category/code/python
From Cosmic Rays to Whatever. Skip to primary content. Skip to secondary content. Statsd Admin Interface for Python. July 29, 2014. Here’s a little python class for interacting with the statsd. Admin interface. I wrote it for EnergyHub, where we used it alongside the nifty pystatsd. Module to clean up obsolete stats as we rotated our servers. We can delete the obsolete stats, in order to prevent gauges, for example, from reporting their last value until statsd restarts. And the management commands:.
ultrahigh.org
Uncategorized | Ultra High
http://www.ultrahigh.org/category/uncategorized
From Cosmic Rays to Whatever. Skip to primary content. Skip to secondary content. 2X Speed Up of Rails/Rspec Test Runs. April 18, 2014. I just posted on the Harry’s engingeering blog about a mock gateway for Authorize.net payment APIs. For use in Rspec unit tests and development Rails environments. We found that this sped up our test run at least 2X compared to using the Authorized.net sandbox server. Dynosaur: A Heroku Autoscaler. January 12, 2014. I just released (as part of my work at Harry’s. On Runn...
ultrahigh.org
andy | Ultra High
http://www.ultrahigh.org/author/admin
From Cosmic Rays to Whatever. Skip to primary content. Skip to secondary content. Gitlab CI Setup with Rails. September 6, 2015. I had a few problems getting up and running with docker-based gitlab-ci builds, so here’s a description of my setup. I’m using gitlab.com (not self-hosted) and their hosted CI at ci.gitlab.com BUT I am using private build runners on my own Ubuntu 14.04 server. This is a bit vague because I did this a few weeks ago but here’s what I remember. Otherwise you can use. Run before ea...
ultrahigh.org
Code | Ultra High
http://www.ultrahigh.org/category/code
From Cosmic Rays to Whatever. Skip to primary content. Skip to secondary content. Gitlab CI Setup with Rails. September 6, 2015. I had a few problems getting up and running with docker-based gitlab-ci builds, so here’s a description of my setup. I’m using gitlab.com (not self-hosted) and their hosted CI at ci.gitlab.com BUT I am using private build runners on my own Ubuntu 14.04 server. This is a bit vague because I did this a few weeks ago but here’s what I remember. Otherwise you can use. Run before ea...