Videos tagged with Talk
Google Tech TalkApril 19, 2010ABSTRACTPresented by Monty Widenius.MariaDB is a community developed, backward compatible, drop-in replacement branch of the MySQL(R) Database Server. What is MariaDB all about, and what is its future?What can you do with new features added in the first GA release of MariaDB 5.1, such as additional Storage Engines (Maria, PBXT, XtraDB, FederatedX), faster complex q...
LISP Part 1: Problem Statement, Architecture and Protocol Description
Google Tech TalkFebruary 10, 2010ABSTRACTPresented by Dino Farinacci.We will describe the initial problem statement LISP was created for. Since fall of 2006, when the IAB held a routing workshop in Amsterdam, we have found many more use cases for the level of indirection LISP brings. LISP is taking the overloaded semantics of the IP address, where a network device's identity address and locatio...
LISP Part 2 - Mapping Database Infrastructure and Interworking
Google Tech TalkFebruary 17, 2010ABSTRACTPresented by Dino Farinacci.In Part 1, we discussed how endpoint IDs and routing Locators are used to provide a level of indirection for routing and addressing. This session will describe all the database mapping algorithms we have considered for mapping an EID to a set of Locators. We will take about the technical challenges of each and brainstorm about...
LISP Part 3 - Deployed Network and Use-Cases
Google Tech TalkFebruary 24, 2010ABSTRACTPresented by Dino Farinacci.Now that Part 1 and Part 2 sessions gave you the foundation of the technology, we will take a deep-dive of the various use-cases LISP provides. From low opex multi-homing to using provider independent addresses to Data Center to Mobility applications, we will show how one architectural solution can solve so many critical probl...
Node.js: JavaScript on the Server
Google Tech TalkJuly 28, 2010ABSTRACTPresented by Ryan Dahl, the creator of the node.JS open source project.It is well known that event loops rather than threads are required for high-performance servers. Javascript is a language unencumbered of threads and designed specifically to be used with synchronous evented I/O, making it an attractive means of programming server software.Node.js ties to...
GTUG - Using the Google Collections Library for Java (1 of 2)
08/06/2008 - http://sv-gtug.orgThe Java Collections Framework is indispensable to nearly every Java developer. Yet, you may often find yourself searching for a collection type, implementation, or utility that's nowhere to be found. In this session, you'll learn how the open-source Google Collections Library builds on the excellent foundation of java.util, to provide more of the building blocks ...
GTUG - Using the Google Collections Library for Java (2 of 2)
08/06/2008 - http://sv-gtug.orgThe Java Collections Framework is indispensable to nearly every Java developer. Yet, you may often find yourself searching for a collection type, implementation, or utility that's nowhere to be found. In this session, you'll learn how the open-source Google Collections Library builds on the excellent foundation of java.util, to provide more of the building blocks ...
GTUG - Using the Google Collections Library for Java (2 of 2)
08/06/2008 - http://sv-gtug.orgThe Java Collections Framework is indispensable to nearly every Java developer. Yet, you may often find yourself searching for a collection type, implementation, or utility that's nowhere to be found. In this session, you'll learn how the open-source Google Collections Library builds on the excellent foundation of java.util, to provide more of the building blocks ...
GTUG - Using the Google Collections Library for Java (1 of 2)
08/06/2008 - http://sv-gtug.orgThe Java Collections Framework is indispensable to nearly every Java developer. Yet, you may often find yourself searching for a collection type, implementation, or utility that's nowhere to be found. In this session, you'll learn how the open-source Google Collections Library builds on the excellent foundation of java.util, to provide more of the building blocks ...
Using Influence in Understanding Complex Systems
When a complex production system fails or has some less severe but still undesirable behavior, often the debugging technique of first resort is to examine system logs or other passively gathered signals that might hold important clues about the nature of the problem. By its very nature, this data is normally noisy and incomplete. We define a statistical notion of "influence" between components ...