• Tags:
  • git,
  • programming,
  • python
Posted on July 1, 2008 at 8:50 P.M.

I predicted this back in March--can't believe a solution has surfaced so soon. It makes so much sense to build in an issue tracker to a revision control system. Since you're working with the code, might as well track the issues in the same system and take advantage of the extra metadata. This is really cool (and as a bonus, it's written in Python) so I hope to see it really grow and flourish!


  • Tags:
  • django,
  • how i work daily,
  • python
Posted on June 9, 2008 at 12:03 A.M.

Daily blog by Kevin Fricovsky. In addition to having some really great content, he has started to post audio interviews with people from the Django community. This is a site to keep an eye on in the coming days and months.


  • Tags:
  • django,
  • mochi media
Posted on June 7, 2008 at 1:17 P.M.

Demo site for django-arcade, an open source reusable Django app to add new flash games to any django-powered site. Looks very cool for easily creating game portals. It also comes from my future employer.


  • Tags:
  • erlang,
  • facebook,
  • programming
Posted on May 14, 2008 at 10:26 P.M.

Eugene Letuchy talks about how they they took Facebook Chat from no users to 70 million users, with the help of Erlang.


  • Tags:
  • openid,
  • simon willison
Posted on May 7, 2008 at 1:32 A.M.

I somehow missed this presentation when it came out, but it's an absolutely fantastic overview and defense of OpenID by Simon Willison. If you are in any way interested in what OpenID is and what it can offer, you owe it to yourself to check out this presentation.


  • Tags:
  • python,
  • xml
Posted on May 1, 2008 at 2:06 A.M.

Probably the simplest XML library that I've seen for Python. Sometimes you just want to generate some stupid XML, and this is the perfect tool for the job.


  • Tags:
  • api,
  • pownce
Posted on April 30, 2008 at 2:20 A.M.

This is awesome. That is all.


  • Tags:
  • django
Posted on April 26, 2008 at 9:56 P.M.

This has been a long time coming, and thanks to the incredible efforts of Malcolm Tredinnick and others, Django has just gotten a heck of a lot better!


  • Tags:
  • django
Posted on April 24, 2008 at 11:35 A.M.

A New York City-based Django user group. It's great to see these local Django user groups, and Kevin Fricovsky and Loren Davie seem to be putting a lot of effort into this one. Hopefully this becomes a huge success! If you're a Django enthusiast in NYC, check it out and join in on the discussion.


  • Tags:
  • python
Posted on April 22, 2008 at 11:08 A.M.

Library for building and deploying Python projects. What's really cool about this project is that it brings together setuptools, nose, and sphinx. It's bootstrapped, as well, using itself for its own purposes.


  • Tags:
  • best thing ever,
  • microsoft,
  • worst thing ever
Posted on April 16, 2008 at 2:06 P.M.

Is it possible for something to simultaneously be the worst and the best thing that I've ever seen? This video tests that question.


  • Tags:
  • git
Posted on April 8, 2008 at 5:19 P.M.

Quote from Ryan Tomayko: Remember a long time ago, at the dinner table, when your kid brother mashed together a bunch of food that really should not have been mashed together – chicken, jello, gravy, condiments, corn, milk, peas, pudding, all that stuff – and proceeded to eat it? And loved it! And then your crazy uncle, having seen the look of disgust on your face, said: β€œit all goes to the same place!” Remember that? No? Then you were probably the one shoving nasty shit into your face, but the important thing to understand here is that your uncle is crazy. And so is Git.


  • Tags:
  • programming
Posted on April 2, 2008 at 2:45 P.M.

Fun list of rights that this author believes every programmer should have. I agree with most of the items on the list!


  • Tags:
  • bdfl,
  • django,
  • python,
  • search
Posted on March 30, 2008 at 7:04 P.M.

A search app for Django with support for multiple search engines. In alpha state right now, but it's being developed by the people behind Django itself. Looks like it's going to be awesome once it's finished!


  • Tags:
  • django,
  • python,
  • servers
Posted on March 27, 2008 at 8:40 P.M.

Handy snippet for those who are using FCGI and Django together. It brings the fcgi settings away from the command line and into the settings file, making deployment that much easier. I don't personally use FCGI, but if I did, I'd definitely be using this snippet.


  • Tags:
  • acid3,
  • internet,
  • web standards
Posted on March 26, 2008 at 11:01 P.M.

Hot on the trail of my last link, WebKit is the first to reach 100/100 in a public build. This is probably more impressive IMHO than Opera's achievement, because you can download and try it out today. I'm still anxious to see who's first to get this shipped en masse.


  • Tags:
  • databases,
  • programming,
  • quality
Posted on March 26, 2008 at 5:09 P.M.

"If a module isn't capable of storing timezone information in other SQL databases, how can it be of good code quality?"


  • Tags:
  • acid3,
  • internet,
  • web standards
Posted on March 26, 2008 at 3:32 P.M.

Seems like there's been a rush to hit 100 between WebKit and Opera, and Opera has won. The next rush should be to see who can first get this released into a stable, shipping product.


  • Tags:
  • b-roz,
  • django,
  • python,
  • testing
Posted on March 25, 2008 at 10:53 P.M.

Brian Rosner has implemented a function to run the Django test suite that makes use of multi-cored processors using the awesome processing module. The idea came after he and I were disappointed in the performance of the test suite on an 8-core Mac Pro at the Apple store in Chicago.


  • Tags:
  • programming
Posted on March 12, 2008 at 9:12 P.M.

This is such a true comic. Makes me laugh but also sad for all of the corporate apps out there.

Search

 

Recent Links

  • git-issues: A distributed issue tracker built-in to Git.
  • I predicted this back in March--can't believe a solution has surfaced so soon. It makes so much sense to build in an issue tracker to a revision control system. Since you're working with the code, might as well track the issues in the same system and take advantage of the extra metadata. This is really cool (and as a bonus, it's written in Python) so I hope to see it really grow and flourish!

  • How I Work Daily
  • Daily blog by Kevin Fricovsky. In addition to having some really great content, he has started to post audio interviews with people from the Django community. This is a site to keep an eye on in the coming days and months.

  • django-arcade
  • Demo site for django-arcade, an open source reusable Django app to add new flash games to any django-powered site. Looks very cool for easily creating game portals. It also comes from my future employer.

  • Facebook Chat and Scalability (with Erlang)
  • Eugene Letuchy talks about how they they took Facebook Chat from no users to 70 million users, with the help of Erlang.

  • Simon Willison: The Implications of OpenID
  • I somehow missed this presentation when it came out, but it's an absolutely fantastic overview and defense of OpenID by Simon Willison. If you are in any way interested in what OpenID is and what it can offer, you owe it to yourself to check out this presentation.

  • StupidXML
  • Probably the simplest XML library that I've seen for Python. Sometimes you just want to generate some stupid XML, and this is the perfect tool for the job.

  • See the rest of my links...

Pownce

Badges

  • django badge
  • apache badge
  • GeoURL
  • XFN Friendly
  • Valid HTML 4.01 Transitional