Profile_bird

Hey there! vivainio 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 vivainio's tweets.

Already using Twitter
from your phone? Click here.

vivainio

  1. Testing "tweety-the-twitbot" (google wave robot)
  2. Funny #python troll I bumped into on a google ad: http://tinyurl.com/nopython (yes, some ppl even *pay* to troll)
  3. #qt QMainWindow in toplevel QTabWidget - trivial "Chrome" like UI http://tinyurl.com/l3y8z2
  4. "apt-get install emacs-snapshot". #emacs got antialiasing & Gtk as default, not a decade too late...
  5. @theevocater I don't think map is slower, LC's are just much more elegant and powerful. map + lambda is "old" python style
  6. #python Leo 4.6.1 is out. This is the release you'll want to use (and one I'm trying to get into squeeze & karmic) . http://bit.ly/6tmwX
  7. @dabeaz For future coroutine talks, present a case for GUI event loops + coroutines. Quite practical, possibly. http://tinyurl.com/mwz8e7
  8. @ctismer Very exciting news. Neglecting #psyco has been one of the great sins of #python kind
  9. @theevocater [s.upper() for s in set(gh.Dag) - gh.hosts]
  10. #Sourceforge on #TurboGears, #MongoDb (saturates 2gb ethernet) http://bit.ly/SQQIq
  11. pudb (console-based #python debugger) rocks: http://pypi.python.org/pypi/pudb
  12. @tbnorth and I just recently noted gmail has a spell check as well. Now I need a js dialog about "your spelling sucks. send anyway?"
  13. Whoa, #sourceforge suddenly stopped looking like crap
  14. #firefox 3.5 *is* very snappy, even on my 1ghz eeepc
  15. #ubuntu sudo apt-get install firefox-3.5
  16. Nokia rewrote PC Suite in #Qt, yay! http://betalabs.nokia.com/ovisuite
  17. @dabeaz c++0x fixes lots of verbosity issues (auto, lambda, initializer lists). The problem is it may take years before it can be used
  18. @voidspace: and I'd expect ironpy+mono+qt look much the same as pyqt (unless they changed a lot in c++=>clr translation (unlikely)
  19. @voidspace PyQt api is pretty much straight Qt (direct translation from C++). They also added a more pythonic api: http://bit.ly/oWaJQ
  20. @voidspace Qt actually shows C++ is a decent language that got bad reputation because of all the crappy libs we have used it with before