Skip to content

Instantly share code, notes, and snippets.

View supercow's full-sized avatar

James Sweeny supercow

View GitHub Profile

"We need a technical person give the presentation" -> "We need a SME on the topic to give the presentation"

"A technical person needs to review the project plan" -> "One of the delivery engineers needs to review the project plan"

"This document looks good, but could we get someone technical to review?" -> "This document looks good, but could we get someone who's encountered the issue to review?"

"People who come up to the booth love talking to the technical staff." -> "People who come up to the booth love talking to the subject matter experts"

class fail {
exec { 'fail':
command => '/bin/false',
}
}
include fail
$hash = { 'a' => { 'message' => 'a'} }
@supercow
supercow / view_all_activites.sql
Created April 6, 2017 17:07
View all PE activity service events without the GUI
select
ec.submit_time,
s.subject_name,
o.object_name,
e.message
from event_commits ec
left join events e on ec.id = e.commit_id
left join subject_digests s on s.id = ec.subject_digest_id
left join object_digests o on ec.object_digest_id = o.id
order by ec.submit_time desc limit 10;

Keybase proof

I hereby claim:

  • I am supercow on github.
  • I am sweeny (https://keybase.io/sweeny) on keybase.
  • I have a public key ASA8ZI5iG5OrJ4-2sydxh_e2qTua6AjPrYE-pzYvOezJMAo

To claim this, I am signing this object: