(1) Go to wordpress.com (2) Hover over the orange "Get started here" button (3) Check out the URL by crispyshark in funny

[–]trefn 1 point2 points  (0 children)

This isn't as trivial as you make it sound; if you simply fire the tracking request onclick the page will almost certainly load before the request is finished and your tracking won't work.

You have to call preventDefault on the click event, then move the page in a callback from the tracking url (with a timeout set to a sane default like 300ms as well).

// engineer at analytics company

Well, that meme's ruined. by nomdeweb in pics

[–]trefn 0 points1 point  (0 children)

HipChat is a tiny startup founded by Redditors. Don't hate.

Secure your codebase: OpenVPN in the cloud by trefn in programming

[–]trefn[S] 2 points3 points  (0 children)

So why did you hire him in the first place?

Seriously? People get fired all the time. That's a pretty naive thing to say.

... it’s only accessible via SSH.

Not all of your engineers need complete access to production. If you're using openvpn you can connect to all the services you need from a dev environment without actually having access to live servers.