Skip to content

Instantly share code, notes, and snippets.

View fintanr's full-sized avatar
:octocat:

Fintan Ryan fintanr

:octocat:
View GitHub Profile

Top Cloud Analysts

A subjective list of the top cloud analysts. Keep in mind that I worked at both RedMonk and Gartner, so you can take my biases into account.

@fintanr
fintanr / dublin.md
Last active September 10, 2022 14:29
Quick Guide to Dublin Pubs

Pubs

All of these pubs are within 20 minutes walk of each other in the city center. Its a subjective list, everyone has their own preferences in Dublin. The common thread is these pubs tend not to have music or TVs. All added to this map.

  • Mulligans, Poolbeg St - this is probably my favourite pub in Dublin, its a little off the beaten track but it features in Joyces Ulysses.
  • Stags Head - just across Dame Street from the Temple Bar area, a wonderful old style Victorian pub.
  • Peters Pub - one of the smallest, but most professional, pubs in the city, on South William Street near Grafton St.
  • Nearys - just off Grafton Street, another Victorian pub, downstairs is lovely.
  • Kehoes - just off Grafton Street, can get very busy.
@fintanr
fintanr / Colour-Palette.R
Last active September 12, 2016 10:41
Colour Palette for ggplot2
# Useful Colour Palette for use with ggplot2
#
# derived from http://godsnotwheregodsnot.blogspot.co.uk/2012/09/color-distribution-methodology.html
# which was referenced from http://graphicdesign.stackexchange.com/questions/3682/where-can-i-find-a-large-palette-set-of-contrasting-colors-for-coloring-many-d
# /ht @rstephensme
#
# To use for barcharts etc, add
# scale_fill_manual(values=largeCBPalette)
# and for line plots etc
# scale_colour_manual(values=largeCBPalette)

Keybase proof

I hereby claim:

  • I am fintanr on github.
  • I am fintanr (https://keybase.io/fintanr) on keybase.
  • I have a public key whose fingerprint is 5A63 754A 0D39 00DC 48E3 233C 4993 6ECB 3CC1 10AB

To claim this, I am signing this object:

vagrant@weave-gs-01:~$ weave status
weave router 1.0.1
Our name is 42:02:a2:d8:14:cb(weave-gs-01)
Encryption off
Peer discovery on
Sniffing traffic on &{10 65535 ethwe a6:a1:f3:34:16:43 up|broadcast|multicast}
MACs:
86:af:aa:89:7e:97 -> 42:02:a2:d8:14:cb(weave-gs-01) (2015-06-26 11:49:39.905006255 +0000 UTC)
82:50:f8:4a:85:69 -> 42:02:a2:d8:14:cb(weave-gs-01) (2015-06-26 11:45:38.753777834 +0000 UTC)
Peers:
@fintanr
fintanr / gist:a53febe129fea9219ef0
Created March 13, 2015 11:24
Weave HAProxy Demo Ansible Setup
PLAY [Launch Weave, HAProxy and Web Server Containers] ************************
GATHERING FACTS ***************************************************************
ok: [52.16.230.254]
ok: [52.16.231.19]
TASK: [weavehaproxydemo | Launch Weave on weave-gs-01] ************************
skipping: [52.16.230.254]
changed: [52.16.231.19]
@fintanr
fintanr / gist:4d6bb5bbc92f4b1197a5
Created March 13, 2015 10:14
Weave on AWS with Ansible Playbook Output
PLAY [Weave on AWS with Ansible Setup] ****************************************
GATHERING FACTS ***************************************************************
ok: [localhost]
TASK: [common | Create EC2 SSH Key] *******************************************
ok: [localhost]
TASK: [common | copy content="{{ ec2key.key.private_key }}" dest="~/.ssh/id_rsa_{{ ssh_key }}"] ***
skipping: [localhost]
@fintanr
fintanr / MacOS-free-disk-space
Last active September 24, 2016 09:54
Lack of disk space on Mac - check out whats happening in /private/var/folders
TL; DR - running out of disk space on your Mac, try a safe reboot to
properly clear /var/folders.
I noticed I was just about out of disk space on my Mac earlier, and digging
around noticed that /var/folders was huge.
cd /var/folders; sudo du -shc
125G .
125G total