Skip to content

Instantly share code, notes, and snippets.

View jessmartin's full-sized avatar
✍️

Jess Martin jessmartin

✍️
View GitHub Profile

Keybase proof

I hereby claim:

  • I am jessmartin on github.
  • I am jessmartin (https://keybase.io/jessmartin) on keybase.
  • I have a public key ASAuAhIGEWwbQ-QTPdXObZ5ZVTdZO0muZppukaxFAcsqwQo

To claim this, I am signing this object:

@jessmartin
jessmartin / copilot.md
Created February 9, 2022 21:52
GPT-3 Generated Summaries of article on Conversational Programming

Original article: Conversational Programming

Conversational Programming

A month ago, I got a demo of GitHub's Copilot and I've been pondering the implications. Here's what I've realized: Copilot will change what it means to be a programmer.

Will Copilot put programmers out of a job? No more than the invention of typewriters put writers out of a job. What it will do is change the nature of the job. Copilot represents a paradigm shift for the practice of programming.

The naive interpretation of Copilot is improved autocomplete. I believe that's the wrong mental model. Instead, we should think of Copilot as a shift to a conversational model of programming.

GPT-3 Generated Summary: Copilot will change what it means to be a programmer, making it more like a conversation.

@jessmartin
jessmartin / standup
Created July 28, 2016 16:44
Standup note generator in Ruby
#!/usr/bin/env ruby
today = Time.now.to_s[0,10]
attendees = []
puts "Who is attending?"
begin
name = gets.strip
attendees << name if name != ""
end while name != ""
= Entitlements and Access Control Management
:neo4j-version: 2.2.0
:author: Kenny Bastani
:twitter: @kennybastani
:description: Graph database access control, entitlements, authorization solutions
:tags: domain:finance, use-case:access-control
This interactive Neo4j graph tutorial covers entitlements and access control scenarios.
'''

OS X Preferences


#Disable window animations
defaults write NSGlobalDomain NSAutomaticWindowAnimationsEnabled -bool false

#Enable repeat on keydown
defaults write -g ApplePressAndHoldEnabled -bool false
@jessmartin
jessmartin / towards_vwf_1.0
Created November 4, 2013 16:14
Towards VWF 1.0
# Towards VWF 1.0
## What VWF Is...
VWF is:
- Realtime state synchronization (CORE)
- A set of drivers that support immersive experiences - 3D, audio, video and modern graphics (DRIVERS)
With VWF, you can create:

"Legacy" by Alana Henderson

Listen to the MP3 or watch the performance

leg·a·cy

  1. noun: anything handed down from the past, as from an ancestor or predecessor
  2. adjective: of or pertaining to old or outdated computer hardware, software, or data that, while still functional, does not work well with up-to-date systems
@jessmartin
jessmartin / gist:1337742
Created November 3, 2011 20:52
Card Cheatsheet
# Cheatsheet : Writing Story Cards
## Remember Your Audience
Each feature & task card has *all* of these readers:
* **Stakeholder** - reviewing & approving the story
* **Project Manager** - estimating, staffing, & planning for the implementation
* **Developers** - estimating & implementing the story
* **Quality Assurance** - verifying the implementation