Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View larsblumberg's full-sized avatar

Lars Alexander Blumberg larsblumberg

View GitHub Profile
@larsblumberg
larsblumberg / gist:2335c0ba97f805a2b996f1a7c3ac9571
Last active May 28, 2021 16:36
Flash Raspian Lite and set up latest BlueZ for Raspberry Pi 3
Flashing the memory card and creating /ssh file
===============================================
diskutil unmountDisk /dev/disk4
sudo dd bs=1m if=2017-01-11-raspbian-jessie-lite.img of=/dev/rdisk4
touch /Volumes/boot/ssh
diskutil unmountDisk /dev/disk4
SSH to Raspberry Pi
===================
@larsblumberg
larsblumberg / pair_programming_roles
Created February 4, 2018 16:32 — forked from jordanpoulton/pair_programming_roles
Pair Programming Role Definitions - Driver:Navigator
Driver:
-Write the code according to the navigator's specification
-Listen intently to the navigators instructions
-Ask questions wherever there is a lack of clarity
-Offer alternative solutions if you disagree with the navigator
-Where there is disagreement, defer to the navigator. If their idea fails, get to failure quickly and move on
-Make sure code is clean
-Own the computer / keyboard
-Ignore larger issues and focus on the task at hand
-Trust the navigator - ultimately the navigator has the final say in what is written