Gmail + Sparrow Commands

GMAIL SHORTCUTS
j k → up and down
g → go to a label
l → is to label
n p → next and previous inside a convo
r → is quick reply
a → quick rely all
command r
command n → new email

Gmail Sparrow

SPARROW
command 1 2 3 4 → goes to different inboxes in
command shift up down → different accounts

Read More

Sublime Text 2 Editor

Best tools for Django.

sublime text editor

Then install some packages copy the stuff in here.
then press command ~ and past it in and press enter.

For mac

Best plugins are

  • soda theme
  • sftp
  • Theme – Soda
  • SublimeCodeIntel
  • SideBarEnhancements
  • WordHighlight

- Command + P, type in the name of the file you wish to access (fuzzy finder)
- Command + shift + p – shows you all commands aka the command palette (sort of like the Tools menu)
- Control + Command + P – switching between different projects
- Command + / – commenting/uncommenting
- Command + ] – Indent
- Command + [ - Unindent
- Control + Command + Up - move selected line up
- Control + Command + Down - move selected line down
- Command + Number - switches to an open tab. Command + 1 goes to the 1st tab, Command + 2 - 2nd tab, etc.
- Shift + Command + F - searches through the whole project
- Shift + Control + K - deletes selected code or line

Linking Sublime to command subl
sudo ln -s "/Applications/Sublime Text 2.app/Contents/SharedSupport/bin/subl" /bin/subl

A few other great sites
http://www.rockettheme.com/magazine/1319-using-sublime-text-2-for-development
http://1p1e1.tumblr.com/post/14262857223/9-reasons-you-must-install-sublime-text-2-code-like-a
http://net.tutsplus.com/tutorials/tools-and-tips/sublime-text-2-tips-and-tricks/

Eclipse
I do a lot of work in the Eclipse IDE.
Here are a few of my tips using that IDE--
Getting autocomplete in eclipse with the PyDev plugin, press the following sequence of keys:
f [control] [space]
(I’ll do my best to keep this post updated.)

Read More

Key Resources to Learn Python & Django

Ok so you want to learn about Python and Django. Well read on and learn.

Python vs Other Languages

Understand the difference between Django and other languages.

Pythonic Style Coding

Advanced Python Features

Certain programming concepts in Python just don’t exist in Java, for instance closures and meta-programmin. Read the following articles to understand these concepts.

Python/Django Tutorials

These tutorials will help you get started and warmed up if you have programmed before. A must try. Some are videos, examples.

Best of Django Documentation

Read these parts of the official Django docs

  • Managers / Querysets how Django interacts with relational databases.
  • Request-Response / User, HTTP request information. The concept of Users and authentication is built into Django
  • Views / Templates – A good introduction on how the application-level code connects to the client-side HTML/JS/CSS code.
  • Django workflow handle requests coming from the HTTP server. This will help you understanding middleware, context processors and views work together and the sequence of events firing each. Read request/response cycle info from Simon Willison and James Bennett detailed information.

Python Tools

  • IPython – Although not specific to Django, IPython is a huge improvement over the standard Python shell. With its tab complete feature, it saves me a few extra seconds of distraction whenever I can’t remember a function or module name.
  • PDB / iPDB – The Python debugger tool is incredibly helpful going through a new piece of code, giving power to stop code at arbitrary points and inspect the variables at those points. iPDB gives you the power of PDB along with the features of iPython.
  • Eclipse for Django, if you use Eclipse, this is how to use with Python/Django
  • Sublime text editor, I’ve tried them all this one just works best.

Additional Resources

Read More

The Best Stuff for CSS

The best CSS tools
Bootstrap makes css easy. A must for any good dev.

The creators of bootstrapped are Mark Otto and Jacob Thornton

You can download bootstrap here: http://twitter.github.com/bootstrap/

Read More

Steve Jobs

Steve Jobs was a visionary, an amazing salesmen and much more.

Here is an amazing article on Steve: John Sculley On Steve Jobs, The Full Interview Transcript

Read More

Domain Tools

stuckdomains

Read More

Applying to Y Combinator

All I can say is just do it, if you are thinking about it, it is worth trying to get in. Apply ASAP, don’t delay it.

There are no guarantees but heck it is worth it you never know.
Y Combinator is more open then you think if they see a great team.

Most important things to show on your applicaiton:

  • You can build stuff fast.
  • Make sure there are two of you at least (founders). Make sure that you have been working or have been friends for years and you won’t just walk away from something that will take time to build. Startups can be stressful, show that your team can handle the stress of it.
  • Make sure you put a video attachment, it will help.
  • Have one person be the presenter during your fast pitch if you make it there in person.
  • Grill, that is ask yourself’s questions the night before being interviewed, think about questions you think you won’t answer well, it helped us, the founders of Drchrono more then we thought it would. It is fast interview preparation that keeps you sharp for this kind of fast interviewing.
  • Find one or more former founders from YC to talk too. We found two, one of them was the founder of Reddit, Alexis. We also found another founder who really helps us understand the process the day before our in person interview. Insight into the fast questions you will get will help you think fast on your feet.

Talk about something you have done amazing in the company or in your life that really stands out.

Read More

Text to Speech Tools

When trying to learn something new it is important to have the right tools. One of the tools is to have a really good speech to text tool. You can learn twice as fast if reading and hearing the words spoken to you at the same time.

For the web.
WebAnywhere

For the iPhone:
Speak it!

Read More

Startup Communication


Ever hear of pair programming? The idea is to have better communication.

Read More

Google Chrome Plugins

Below are the Google Chrome plugins I generally use and recommend to people:

Read More