- 3-4 italian eggplants
- 3-4 peppers (either Jalapenos or Serano is fine depending on how much kick you want)
- 1/2 bunch cilantro
- Salt (according to taste)
- 1 tbsp mustard oil (can be found in indian stores, really adds to the aroma and flavor)
I hereby claim:
- I am tundal45 on github.
- I am tundal45 (https://keybase.io/tundal45) on keybase.
- I have a public key ASBbGni76NoHi-VsPkFbixCFmgg7h3emGc7DySRC6DrcWAo
To claim this, I am signing this object:
import Ember from 'ember'; | |
export default Ember.Controller.extend({ | |
appName:'Ember Twiddle' | |
}); |
#!/bin/bash | |
echo "Bash version ${BASH_VERSION}..." | |
current_dir = `pwd` | |
cd ~/.vim/bundle | |
for plugin in `ls ~/.vim/bundle` | |
do | |
echo "Updating $plugin" |
(I guarantee nothing. No warranty I am not responsible blah blah blah. Seems to work great for me so far. Thanks to Tyler Bird who I forked this from.)
This installs a patched ruby 1.9.3-p392 with the railsexpress patchsets: https://github.com/skaes/rvm-patchsets
(I guarantee nothing. No warranty I am not responsible blah blah blah. Seems to work great for me so far. Thanks to Stanley Stuart who I forked this form & updated for p484 who originally forked it from Tyler Bird for p392)
This installs a patched ruby 1.9.3-p484 with the railsexpress patchsets: https://github.com/skaes/rvm-patchsets
I am co-opting a question Mathias Meyer asked on twitter. The question, from what I can tell, came after reading the latest on Silicon Valley Myopia/Self-Centeredness. We in the tech industry, myself included, seem to have traded opportunities to use technologies that we love to solve non-problems or create more in the process.
Mike Montiero, who is the author of one of the articles that Mathias links to, also did a fantastic talk at Webstock which I encourage everyone to watch. Though the title might make it sound specific to designers, what I took away from the talk was that everyone that is involved in the product design process should be the biggest advocate of the users. If what's best for the users diverges from what's best for the product or the company, then it's a good sign that you are not solving the right problem
ExecJS::ProgramError in Jasmine_rails/spec_runner#index | |
Showing /../gems/jasmine-rails-0.4.9/app/views/layouts/jasmine_rails/spec_runner.html.erb where line #12 raised: | |
Error: Parse error on line 2: Unexpected '->' | |
(in ../spec/javascripts/dashboard_spec.coffee) | |
Extracted source (around line #12): | |
9: <body> | |
10: <div id="jasmine_content"></div> |