Profile_bird

Hey there! brettsky is using Twitter.

Twitter is a free service that lets you keep in touch with people through the exchange of quick, frequent answers to one simple question: What's happening? Join today to start receiving brettsky's tweets.

Already using Twitter
from your phone? Click here.

brettsky

  1. I can now import Python code from a sqlite3 DB; don't care what @alex_gaynor says, I think it's kind of cool.
  2. Las Brisas on #Yelp: Wow. Just ... wow. I have never gone into a meal worrying about the quality of the food and lef... http://bit.ly/6s4Sxa
  3. @bshaurette Woohoo! I made the list!
  4. @alex_gaynor I have a server-side component and I don't want to have to deal w/ a server, plus makes a nice story on ease of deployment.
  5. @alex_gaynor I have been waiting for this! Now I just need App Engine support and I could potentially use this for my thesis.
  6. For those of you using localStorage in the browser; Safari does not commit quickly so avoid having thousands of entries.
  7. @ianbicking That I don't know. If it is only a small subset that needs hand patching from 2to3 to catch up then it sounds reasonable
  8. @ianbicking Don't think there has been consensus in the community yet on how best to manage both a 2.x and 3.x dev; some use diff branches.
  9. @tarek_ziade It's a good sign. Silence typically means acceptance if you ask for feedback.
  10. @ianbicking Rough guidelines are http://docs.python.org/3.1/whatsnew/3.0.html#porting-to-python-3-0
  11. @voidspace The JooJoo product name is ripe for abuse.
  12. I am looking at a TD Canada Trust banner ad w/ a gay couple sitting on a chair together; go Canada!
  13. @doughellmann It ain't going to be smaller, just more generic in terms of being able to factor it to be able to use diff stores.
  14. @holdenweb No thanks; it's not a complicated redo. Plus I am factoring the code in a specific way to allow major code reuse for future stuff
  15. @holdenweb Well, at this point I am going to have to scrap it and shift to the db being just another FS which kill my caching idea.
  16. I want the reverse of os.path.normcase(); something that makes all file paths passed in use only forward slashes; os.path.neutralcase().
  17. Just realized that the coding I did today and yesterday is mostly no good thanks to a comment from @doughellman.
  18. @gstein @timbray It's more about the bug tracker, wiki, etc. from my POV.
  19. @doughellmann Been trying to optimize otherwise, but that idea is going down the drain quickly.
  20. @alex_gaynor Because when I asked ppl what example importer they wanted it got the most votes.