Posted on 11-01-2008
Filed Under (Python) by Linux Poweruser Programmer

3000
Google engEDU
1 hr 7 min – 21-Jul-06

Google TechTalks
July 21, 2006

Guido van Rossum is a programmer who is best known as the author and Benevolent Dictator for Life of the language.


The next major version of , nicknamed 3000 (or more prosaically 3.0), has been anticipated for a long time. For years I have been collecting and exploring ideas that were too radical for 2.x, and it’s time to stop dreaming and start coding. In this talk I will present the community process that will be used to complete the specification for 3000, as well as some of the major changes to the language and the remaining challenges. Read the rest of this entry »

Sphere: Related Content

Tags: , , , , , , , , ,
(0) Comments    Read More   
Posted on 04-01-2008
Filed Under (Python) by Linux Poweruser Programmer

Developing with Chickenfoot
Google engEDU
56 min – 25-Jul-06

Google TechTalks
July 25, 2006

Rob Miller
Michael Bolin


Chickenfoot is a extension that embeds a environment in the browser’s sidebar. Unlike a shell that simply supplies access to the DOM of a webpage, Chickenfoot provides users with a high-level API, making scripting accessible to end-user programmers as well as hackers. In this talk we will present the design and implementation of Chickenfoot; in particular, our novel technique of using keyword patterns to identify page components. We will also demonstrate how to use Chickenfoot for debugging webapps and creating rapid prototypes. In fact, we’ll write a extension in under a minute, or your money back. Read the rest of this entry »

Sphere: Related Content

Tags: , , , , , , , , , , ,
(0) Comments    Read More   
Posted on 31-12-2007
Filed Under (Python) by Linux Poweruser Programmer

How To Break – A look at vulnerabilities in
Google engEDU
1 hr 27 min – 13-Apr-06

Google TechTalks
April 13, 2006

Mike Andrews

Mike Andrews is a senior consultant who specializes in and leads the application assessments and Ultimate Hacking classes for Foundstone.


It all started out as a place to share physics documents, but has grown into potentially mankind’s largest and most complex creation. The World Wide is a lot of things – a soapbox for everyone, a giant shopping mall, an application platform, and unfortunately a hacker’s playground.

As more applications get "-ified" moving from the desktop or legacy systems onto the , attackers follow the vulnerabilities. Without sophisticated tools or "1337 5x1llz", applications are now the most attacked technology, with the majority of attacks categorized as "easily exploitable".

So, before your application is placed out into one of the most hostile environments, how do you stop your from being "0wn3d" by the 14 year old in their blacked-out bedroom, or being used by a Russian crime cartel?

In this TechTalk, Mike Andrews will look at how applications are attacked, walk through a testing framework for evaluating the of an application and take some deep-dives into a few interesting and common vulnerabilities and how they can be exploited. Read the rest of this entry »

Sphere: Related Content

Tags: , , , , , , , , ,
(0) Comments    Read More