Posts Tagged ‘talk’

Modernizing My Javascript Practices

Friday, May 6th, 2011

Few reasons why I haven’t updated this with any meaty updates:

  1. I’ve taken time off to do the life thing. Cliche but needed.
  2. Now that I’ve got back into developing software, I am trying new things out: Python/Django and Javascript

Now my Javascript experience has always been very poor but lately I’ve been finding videos that talk about Javascript and it is really getting me interested and excited about the language. The two so far I’ve found are:
JavaScript: The Good Parts talk by Doug Crockford

and the 10 Things I Learned from the jQuery Source by Paul Irish:

Python, Threading and the Global Interpreter Lock

Friday, May 21st, 2010

I am still heavy on my Python learning kick. One thing that’s always interested me is the Global Interpreter Lock and why Python doesn’t have “real” threading. I came across a talk given by David Beazley called “Mindblowing Python GIL” that was very informative. Pretty shocking really about how it works and very interesting. Obviously only watching this video would leave a bad taste in your mouth regarding Python and threading, so now I need to find another talk about why the GIL is good. There is a link in the comments to a slide show that talks about why it is good, but slides without the talk are almost useless for me.