Skip to content

Instantly share code, notes, and snippets.

View cloudartisan's full-sized avatar
🥋

David Taylor cloudartisan

🥋
View GitHub Profile
@hugoduncan
hugoduncan / gist:1033105
Created June 18, 2011 13:34
Create and destroy security group
(require 'pallet.compute)
(def service (pallet.compute/service "your service name from config.clj here")
(def security-group-client
(..
(clojure.contrib.reflect/get-field
org.jclouds.ec2.compute.EC2ComputeService "ec2Client" (.compute service))
getSecurityGroupServices))
(.createSecurityGroupInRegion security-group-client "us-east-1" "sg" "my new sg)
@adamwiggins
adamwiggins / adams-heroku-values.md
Last active November 5, 2024 21:40
My Heroku values

Make it real

Ideas are cheap. Make a prototype, sketch a CLI session, draw a wireframe. Discuss around concrete examples, not hand-waving abstractions. Don't say you did something, provide a URL that proves it.

Ship it

Nothing is real until it's being used by a real user. This doesn't mean you make a prototype in the morning and blog about it in the evening. It means you find one person you believe your product will help and try to get them to use it.

Do it with style