Technical Musings: OSCON 2007

Wednesday, July 25, 2007

OSCON 2007

I attended OSCON for the first time this year.

I concentrated on Python and Java.
Java:
Grails and Tapestry show how they can do Rails on the JVM.

Python:
Django shows how it can do Rails w/Python. Is there nothing else new under the sun?

I had been looking into TurboGears, mainly because of Django's lack of a built AJAX support and the book out on it, but Simon Willison showed how easy it was to add-on. I had read about some issues w/the TurboGears team, but didn't want to believe it. But I was impressed by Django's presense at OSCON and didn't hear a word on TurboGears, and that there will be book on it soon.

- I also attended the Python 3000 (3.0) session w/Guido. 3.0 will not be completely backward compatible, and it looks like a bit of work for not a lot of gain; just a syntactic cleanup. The main benefit is to add Java-like Collections, which is nice.

I've been getting into Erlang lately, so I was really excited about the Erlang BoF:

I was the only person other than the presenter with any experience with `lang. Still I'm quite the nube. Learned a few cool things. I still have to repeat to myself "It a pattern match, not an assignment" over and over again when reading code.
I heard that the new Erlang book Programming Erlang:
Software for a Concurrent World
was a real hit at the Powell's book stand. I was going to order it, but took advantage no shipping and no Oregon sales tax.

There was talk about how to redefining the Erlang standard library OTP from meaning "Open Telecom Platform" to something more web-centric. I suggest renaming Erlang to URLang ;) It's pronounced the same.

I recently did some stress testing of 64bit BIND 9.x. I had an existing Perl based testing suite, but it didn't meet all my needs: I needed incremental updates running while I ran a whole bunch'o queries.

I looked around to see what libraries were available; I normally use either Java or Python. I found good dns libs for each.

I then tried out the same in Erlang. I'll add a post about that soon.

No comments: