Skip to content

Instantly share code, notes, and snippets.

View bfirsh's full-sized avatar
🚀

Ben Firshman bfirsh

🚀
View GitHub Profile
@proppy
proppy / Dockerfile
Last active August 29, 2015 14:07
fig2kube
FROM google/python:2.7
ADD requirements.txt /code/requirements.txt
RUN pip install -r /code/requirements.txt
ADD . /code
WORKDIR /code
ENTRYPOINT ["python", "app.py"]
@philandstuff
philandstuff / scale-summit.org
Last active August 29, 2015 13:57
scale-summit 2014

Scale Summit 2014

Intro, MBS

ideas for sessions

  • bootstrapping environments (without object stores)
  • service discovery
  • removing spofs
@danielsiders
danielsiders / flynn-london.md
Last active August 29, 2015 13:56
Flynn London Meeting Times
@tef
tef / foo.md
Last active December 22, 2015 16:28
tef-taco
  1. make a bacon sandwich. why not put a bit of soy and cumin in the pan.
  2. use the bacon fat to fry some onions for like 40 minutes
  3. in the meantime, go and chop up some spring onions, cherry tomatoes and leaf salad. put in a bowl with a pinch of fresh coriander and a squirt of lime juice
  4. still in the meantime, go and chop up some garlic (like a bulb), some chilli
  5. take some beef mince, some diced chorizo and whip it up with some paprika, coriander, soy, tamari, gochujang, pepper, cayenne pepper, worchestershire sauce, maybe a hint of chipolte, and a whizz of lime juice. oh and i used ginger
  6. chuck chilli and garlic in the pan after the onions have gotten impatient (around 30-40-50 minutes)
  7. wait a little longer, about 10 minutes, and mash the meat into the pan and fry
  8. make some gnocchi.
  9. now everything smells tasty, and the meat is browned and cooked, chuck in some (whatever) beans from a tin.
  10. take the cooked gnocchi and chop it a little and stick it in the pan too. ooh
@jpetazzo
jpetazzo / README.md
Last active December 22, 2015 08:30
Securing Docker with socat and certificates
@tef
tef / ersatz.bibimbap.rst
Last active December 21, 2015 02:19
try not to poison yourself with this weird old tip

ersatz bibimbap

bibimbap as i make it is basically

  • rice
  • sitr fried vegetables
  • some meat in tasty spices
  • gochujang (this is fermented soy bean paste with paprika)
  • a fried egg
@aanand
aanand / gist:5859532
Last active December 18, 2015 23:09

My Travails with Python Command-Line Parsing

What I Want

Top-level and nested subcommands.

$ welp login --username aanand -p s3cr3t

$ welp things