Skip to content

Instantly share code, notes, and snippets.

View tomduckering's full-sized avatar

Tom Duckering tomduckering

  • London
View GitHub Profile
@tomduckering
tomduckering / ValueTransformer.swift
Last active October 25, 2018 23:49 — forked from gonzalezreal/ValueTransformer.swift
Type safe NSValueTransformer
import Foundation
private class BasicValueTransformer: ValueTransformer {
let transform: (AnyObject?) -> (AnyObject?)
init(transform: @escaping (AnyObject?) -> (AnyObject?)) {
self.transform = transform
}
// MARK: NSValueTransformer
@tomduckering
tomduckering / Christian Heritage Apologetics Summer School 2015
Created June 29, 2015 23:30
Christian Heritage Apologetics Summer School 2015
George Roux - Ancient Iraq
Werner Jaeger - (Books about Greek gods)
Allan Millard (https://en.wikipedia.org/wiki/Alan_Millard)
Kenneth Kitchen (https://en.wikipedia.org/wiki/Kenneth_Kitchen)
David Gooding - According to Luke

Keybase proof

I hereby claim:

  • I am tomduckering on github.
  • I am tomduckering (https://keybase.io/tomduckering) on keybase.
  • I have a public key whose fingerprint is 5845 55A8 CC98 669C D246 3904 3C23 0E2C D46B 6B78

To claim this, I am signing this object:

@tomduckering
tomduckering / dd_jmx_entry.rb
Created June 21, 2013 16:17
A chef definition to allow you to build up config files for data dog. This example is for JMX...
define :dd_jmx_entry, :jmx_port => [],:extra_config => [] do
include_recipe 'recipe_which_makes_sure_data_dog_is_installed'
app_name = params[:name]
jmx_port = params[:jmx_port]
extra_config = params[:extra_config]
config_file_path = '/etc/dd-agent/conf.d/jmx.yaml'
global_base_config = { 'init_config' => nil, 'instances'=> [] }
define :dd_jmx_entry, :jmx_port => [],:extra_config => {} do
include_recipe 'columbus_monitoring::datadog'
app_name = params[:name]
jmx_port = params[:jmx_port]
config_file_path = '/etc/dd-agent/conf.d/jmx.yaml.disabled'
global_base_config = { 'init_config' => nil, 'instances'=> [] }
@tomduckering
tomduckering / Women in DevOps.md
Last active December 15, 2015 02:19
Notes from the open space on gender diversity in DevOps at DevOpsDays London 2013.

Women in DevOps

(Proposer Notes: Whilst it's apparant that IT Operations as a field lacks diversity in many ways discussion was intentionally limited to gender. Further it's my experience that working for an employer who is explicitly targeting greater diversity, the ops end of the IT scale still suffers from being a white, male monoculture.)