Unknown Python Features

http://stackoverflow.com/questions/101268/hidden-features-of-python

Great list of some really useful little Python gems.  Being fairly new to Python I didn’t know quite a few of these.  Some of them, like dynamic iterator creation seem like the type of thing that could really accelerate your productivity, yet reduce errors, once you get comfortable with them.

July 13, 2010, 10:37 p.m.
0 comments

Brilliant HN comment on being successful in business.

http://news.ycombinator.com/item?id=1447467

Lots of good stuff there, but the one I love most:

Be so good they can’t ignore you- I first heard this quote from Marc Andreessen, but he stole it from Steve Martin. Just be so good with what you do that you can’t be ignored. You can surely get away with a boring product with no soul, but being so good you can’t ignore is much more powerful.
June 21, 2010, 1:13 a.m.
0 comments

10 Web Design Bloggers You Should Follow

http://mashable.com/2010/06/18/design-blogger/

Given infinite time and infinite bandwidth I’d go read these right now, but until then it sure looks like a sweet place for inspiration.

June 19, 2010, 1:01 a.m.
0 comments

Wandering Flights

http://www.kayak.com/explore/?airport=#/KGL?a=any&d=any&fb=440,2730&l=any&ll=28.613459,10.019531&ns=n&s=0&t=0,100&z=3

Neat view from Kayak that shows all the places you could go from your home airport and for how much.

June 11, 2010, 4:27 a.m.
0 comments

Django 1.2 on App Engine

http://www.deck.cc/django_1.2_on_google_app_engine.html

Django is rad.  App Engine is rad.  Both together is?

May 25, 2010, 8:51 a.m.
0 comments

New Google Maps API allows for more customization

http://www.41latitude.com/post/626468005/google-maps-map-styles

You can now set the colors for individual items as well as hide or show elements such as the roads, street or city names etc..  That’ll let us build views that focus more on the data and less on the map.

May 24, 2010, 2:13 a.m.
0 comments

Schneier on Security: Worst-Case Thinking

http://www.schneier.com/blog/archives/2010/05/worst-case_thin.html

Great article by one of the CS gods that spans into far more than just Computer Science.  He elegantly explains always thinking of the worst case scenario leads to horrible decision making, complete paralysis, or both.

May 13, 2010, 9:20 a.m.
0 comments

Browsershots.org - cool way to test your site across 50+ configs

http://browsershots.org/

Making sure your site passes through all the various CSS guantlets can be a real pain.  This site lets you plug in a URL and get screenshots for your site across dozens of different OS and browser configurations.  Free yet priceless.

May 1, 2010, 12:36 p.m.
0 comments

django-tagcon - how Django template tags should be

http://github.com/tomxtobin/django-tagcon

Great project which provides some base classes to implement Node based Django template tags.  So much clearer and more powerful to write template tags in this way as opposed to using the default Django classes.  I’m going to help fill out the documentation as my “thanks”.

April 30, 2010, 3:54 p.m.
0 comments

Anchoring a DIV to the bottom of a page

http://ryanfait.com/resources/footer-stick-to-bottom-of-page/

Linked only because the two other solutions I found didn’t work, so maybe I can help boost the page rank for this one, which does.

April 30, 2010, 12:03 p.m.
0 comments