Skip to content

Instantly share code, notes, and snippets.

View KeeperPat's full-sized avatar

Patrick Joyce KeeperPat

View GitHub Profile
@KeeperPat
KeeperPat / private.xml
Created December 30, 2016 15:31
Karabiner Configuration to Remap Surface Ergonomic Keyboard Alt and Windows Keys for Mac
<?xml version="1.0"?>
<root>
<devicevendordef>
<vendorname>Microsoft</vendorname>
<vendorid>0x045e</vendorid>
</devicevendordef>
<deviceproductdef>
<productname>SurfaceErgonomic</productname>
<productid>0x0817</productid>

We are looking for engineers to join our team working on LivingSocial's mobile applications. Most of our team works out of our SF or DC offices but we also have engineers who work from all over the world.

We like engineers that are product focused. We iterate quickly and fail fast. Your work will be used by millions of people. Come join us.

Guidelines

Spend a small, fixed amount of time building a mobile app (web, iOS, or Android) – ideally less than 3 hours. There is [some json][] to consume. Produce a list/table view to best display the relevant data, customizing things as needed to make things fit. An example design is provided below, but you are free to design your own.

Send an email to recruitingsf@hungrymachine.com with:

@KeeperPat
KeeperPat / feature-branches.mdown
Created April 17, 2012 22:07
Feature Branches

1. Switch to master and pull any new changes

(my-awesome-feature) ~/src/deals> git checkout master
Switched to branch 'master'
(master) ~/src/deals> git pull --rebase
remote: Counting objects: 15, done.
remote: Compressing objects: 100% (8/8), done.
remote: Total 8 (delta 6), reused 0 (delta 0)
Unpacking objects: 100% (8/8), done.

From svn.livingsocial.com:dev/deals