Personal schedule for Jesse Vincent
Download or
subscribe to Jesse Vincent's
schedule.
Community
Location: D135
Please note: to attend, your registration must include
Tutorials.
The best, most effective presentations capture the audience quickly,
hold their interest effortlessly, educate and entertain them in equal
measure, and sometimes even inspire them. This tutorial explores seven
basic principles (and dozens of specific techniques) for achieving those
goals in any kind of technical presentation.
Read more.
JavaScript
Location: Portland 251
Please note: to attend, your registration must include
Tutorials.
JavaScript is not a dirty word. The language itself is quite elegant. However, competing implementations by differing browsers has given it a bad rap. Yet, in this age of Ajax it is a must-have for any successful web application. Join this group of JavaScript gurus, who co-authored the O'Reilly jQuery Cookbook, for a tutorial session covering reliable techniques: intermediate to advanced.
Read more.
Android is an open-source OS and software stack for mobile devices. Come join the Android Open-Source Lead for a discussion of the Android open source philosophy, and insight into how the project is run.
Read more.
Tim O'Reilly introduces the Health IT track at OSCON.
Read more.
Perl
Location: Portland 256
Perl 5.12 is the latest major release of Perl 5. In addition to new features and numerous bugfixes, this release marks a major change in how we develop and release Perl. Come learn about how we're refactoring the language and the community.
Read more.
Come hear tips and war stories on making fast, responsive Android apps. No more ANRs! Eliminate event loop stalls! Fast start-ups! Optimized database queries with minimal I/O! Also, learn about the tools and techniques we use to find performance problems across the system and hear what's coming in the future.
Read more.
Rakudo Perl 6 is available today, and you can begin using it today to write Perl 6 programs. Come to this talk and be amazed by many of the cool new things you can be doing with the features of Perl 6.
Read more.
Running one of the worlds largest open source services is hard, but it is something that we at Google believe adds a lot of value. This talk will take you through my journey of working with several open source veterans as we built such a service at Google and the benefit we regularly get from a thriving open source community.
Read more.
Got questions about open source and Google? Come and talk with Chris DiBona, Tim Bray, and other Googlers during this free form hour of questions, answers, and general hanging out.
Read more.
As Android is rolled out to more new phones, and as other open source mobile operating systems surface, mobile users are beginning to enjoy many of the same freedoms as desktop users. However, even the most open smartphones are locked down to one degree or another. This talk will explore the reasons -- legal, technical, regulatory, and economic -- that a truly open phone does not yet exist.
Read more.
The idea of working in open source is appealing to many, but the question remains: how to make money doing it? This presentation will present some of the things learned by a person who has run a pure open source business since 2002 in the hope that it can help and inspire others.
Read more.
In this lively discussion we'll give an update on the Google activities over the last year, including an overview of Android, Chrome, ChromeOS, Go and other releases. We will also present a milestone report on the summer of code.
Read more.
Perl
Location: Portland 256
Plack is the Perl web framework toolkit that implements PSGI (Perl Web Server Gateway Interface) server handlers and middleware components, exactly like Ruby's Rack and Python's WSGI. Plack frees web framework developers to deal with web server environments and also provides an infrastructure for sharable middleware/plugin components.
Read more.
Creating "free" web services will require more than just making web services using AGPL licensed software. We'll need trusted providers, protections around how data can be used and all the social aspects that the current web services have. We now have several free and open web services. Come hear what people are doing to define and create "free" web services. We need you!
Read more.
We've all heard it said: "you can be confident using open source software, because if the company goes away, the community lives on." Does it actually work? We're about to find out. With the acquisition of Sun by Oracle, a number of open source products were quietly dropped. The community response was the creation of ForgeRock.
Read more.
A while back, it seemed that type-driven object-oriented languages such as C++ and Java had taken over. They still dominate education. Yet the last few years have seen a number of different languages reach prominence, often of very different styles: Python, Ruby, Scala, Erlang, Haskell, Lua, and many more. Surely there are enough languages. Yet new ones keep appearing. Why? And why now?
Read more.
MeeGo is an open source Linux project for platforms such as netbooks/entry-level desktops, handheld computing and communications devices, in-vehicle infotainment devices, connected TVs, and media phones. Attend this session to gain insight into the architecture and key technologies of MeeGo.
Read more.
Eric Sink, founder of SourceGear, will discuss the designing and implementing of a distributed version control system (DVCS) that supports the ability to push and pull changesets for database content, allowing the DVCS to support other team tools like bug tracking and project management, while providing administration features like user accounts.
Read more.
In this session, gain insight into the progress of Forge.mil, the DoD’s groundbreaking open source-style collaborative software development environment that has garnered over 4,000 members and 170 projects in the last year and a half. Learn from first-hand experience how open source principles are transforming the way the DoD develops software.
Read more.
The "A" in "AJAX" stands for "Asynchronous" and indeed almost all Web and mobile applications have to be written in an asynchronous and event-driven style. Reactive Extensions for JavaScript is a library for coordinating and orchestrating asynchronous and concurrent computations in a high-level and declarative way.
Read more.
K-9 Mail is an open source email client for Android. It began life as a single feature fork of Android 1.0's core email client. Since fall of 2008, K-9 has seen several dozen contributors and a few thousand commits.
Picking up Android from scratch can be somewhat daunting. This talk will give you a leg up as you start into your first Android application.
Read more.
The MeeGo platform is an exciting new project, unifying the
best of the Moblin and Maemo projects. Come and see how it all stacks
up from Netbook to hand-set, and get excited about the wealth of
usability and possibility.
Read more.
So you have a web service and it has an API and you've already written an iPhone app and an Android app, but you realize that some users are still using those phones from Canada with push email. Follow along as a Perl developer shows you how to learn enough of the Blackberry platform to start offering an on-device experience to your BlackBerry users.
Read more.
Keynote
Location: Portland Ballroom
In this short, weensy eensy, talk, Chris will give an update on how
open source has changed over the last three years. Is Ruby growing ?
Actionscript? Or is it all PHP all the way down? How's gplv3 doing?
Agpl? MIT? Will the Nasa open source license domainte? Come and find
out!
Read more.
Keynote
Location: Portland Ballroom
Keynote by Sam Adams, Mayor of the City of Portland, Oregon.
Read more.
Keynote
Location: Portland Ballroom
In today’s computing world, it can often feel like we are drowning in
wave after wave of new trends. This sea of concepts are simply the
evolution of our industry from a product to a service based economy.
This talk will examine the evolution of technology, the management
challenges this brings and the common myths that surround the concept of
cloud computing.
Read more.
Monitoring systems to collect metrics is systems administration 101. However, systems are more complicated, there are more metrics and correlation is a must to troubleshoot problems or plan for growth. As our problem got bigger, our tools didn't get better. Reconnoiter is a large-scale monitoring and trend analysis system designed to nip these problems in the bud.
Read more.
Computers are getting wider, not faster. If you want your code to run faster, it has to have some parallelism. This is hard, and threads probably aren't the answer. There is a lot of new concurrency technology on the scene. This talk surveys the 2010 state of the art in tools to empower developers to write concurrent code, and makes some predictions.
Read more.
Sun Microsystems open-sourced the code to StarOffice 5.2 in October 2000. Since then, we have moved from attacks to hopes to the now more solid and accepted roadmap that is seeing widescale adoption of the application on the desktop and now in the Cloud. This presentation examines our errors, our triumphs, and what has allowed us to flourish in waters uniquely hostile and unforgiving.
Read more.
Perl
Location: Portland 256
Rakudo Star is an early "usable" release of the Perl 6 programming language. Unlike the previous "compiler releases" of Rakudo, Rakudo Star is an "early adopter" version of a more cmoplete Perl 6 distribution. Indeed, Rakudo Star pioneers new approaches to the release management process.
Read more.
SINNERS!! HEAR ME!!
For too long have you lain contented and SLOTHFUL in the illusion that time is infinite! SOON the UNIX EPOCH will END and numbers will OVERFLOW their confines CLEANSING all in a flood the likes we have not seen since 1901!!!
The SINS of your 32 BITS will chase your children and your children's children unless you REPENT NOW and cleanse your code of the 2038 BUG!!
Read more.
Make Open Easy is a collection of tools that help developers work on open source code that is embedded in a monolithic (and possibly closed-source) codebase. I describe the motivations, the design process, the tools, the users, and the results.
Read more.
Keynote
Location: Portland Ballroom
Technology advances through the creation of new inventions. New creations and research increase the breadth of human knowledge, and make life easier for us all; at least in theory.
In reality, the advance of progress is littered with bad ideas. What's worse, we often build upon such twisted horrors in the creation of new technology.
A humouros look at some of the worst inventions ever made.
Read more.
Location: Portland Ballroom
OSCON belongs to its attendees, and we want to hear what you think of this year's show. Join the organizers to talk about what you loved and hated about OSCON, and what you'd like to see next year
Read more.
Event
Location: Portland Ballroom Foyer
Take the opportunity to network one last time at this closing event. Say thank you and exchange contact information until next year.
Read more.