Personal schedule for Chris Busbey
Download or
subscribe to Chris Busbey's
schedule.
Event
Location: Portland Ballroom
If you had five minutes on stage what would you say? What if you only got 20 slides and they rotated automatically after 15 seconds? Would you pitch a project? Launch a web site? Teach a hack? We’re going to find out when we conduct our third Ignite event at OSCON.
Read more.
Keynote
Location: Portland Ballroom
Opening remarks by Portland Mayor Sam Adams, as well as OSCON program chairs, Sarah Novotny and Edd Dumbill.
Read more.
Keynote
Location: Portland Ballroom
An open source community depends on its capacity to attract people and the efficiency with which it can harness their energy to create great software. While a compelling mission or killer product can be helpful, effective communities must be responsive and efficient in managing the diverse needs and demands of its members.
Read more.
Keynote
Location: Portland Ballroom
The Web has transformed not only the way we approach modern day science, but a number of other facets of the research cycle: tools for analysis, mediums which now serve as “information inputs”, how we exchange ideas and even discover knowledge. Yet despite the pieces being there, changing practice is like trying to shake a castle.
Read more.
Keynote
Location: Portland Ballroom
Open source software was one of the earliest successful examples of a sharing economy that has had huge economic impact. But as alternative energy advocate Steve Baer once noted, ecosystem services are often ignored in economic analysis: when you put your clothes in the dryer the energy you use is measured and counted, but when you hang them on the line, they disappear from the measured economy.
Read more.
So you've shipped an API. But what if you had to ship over 100 APIs? Come hear the lessons Google learned, and the unique challenges we faced, as we scaled our system for developing and serving APIs from a handful to over 100.
Read more.
Go 1 is a stable version of the Go Programming Language that will be supported for years to come. In this talk, Rob Pike and Andrew Gerrand outline the major highlights of the release and discuss the details behind some specific libraries and tools. They show that Go is not just a language, but a cohesive programming environment for producing high quality software.
Read more.
The past 15 years have seen many languages be created to solve problems that
languages before it couldn't solve or had not solved properly. In 2011, our old
and familiar C and C++ languages received an upgrade: C11 and C++11. The
changes to C++11 are so important it is almost a new language. This talk will
present some of the most interesting changes aimed at making a developer's life
easier.
Read more.
Why don't more companies practice code review?
We all know how beneficial it is, and we've all seen it's successes in open source. What's so hard about bringing it over to the world of commercial software development?
Nothing!
This is a success story about adopting code review from the open source community and applying it to commercial development.
It worked for us. It can work for you too.
Read more.
Following on from a popular OSCON 2011 Ignite talk, the Diabolical Developer and Ben Evans (the voice of reason) returns with a full length presentation full of controversy and thought provoking material. In short, this session provides a wealth of tips and tricks to free you from the chains of so call 'modern software development best practices'.
Read more.
As applications become more distributed, virtual and elastic, many organizations are losing their grip on application performance and scalability. This session will use customer case studies to look at the biggest performance bottlenecks of the past year, as well as best practices around finding and troubleshooting them.
Read more.
Whether you're consumer or provider, getting the API right is a puzzle. This session gives the best practices for making this relationship easier all round, with clear PHP-based examples and a few war stories to go with them.
Read more.
The Disruptor is an open source concurrency framework developed by LMAX, a London financial exchange. While it’s fashionable to use languages to hide away multithreading, the Disruptor does the opposite - enables developers to parallelize their architecture easily. In this session, Trisha Gee will show how to use the Disruptor, proving that concurrent programming doesn't have to be complicated.
Read more.
Django's unique app structure enables developers to break their application into functional units from the start of a project. The next step is to move from many Django apps in a single project to many services that talk across defined contracts and API's. We'll walk through practices for doing this and how Django enables it easily, but also the places it introduces complexities.
Read more.
Event
Location: Expo Hall
Quench your thirst with vendor-hosted libations and snacks while you check out all the cool stuff in the expo hall.
Read more.
Keynote
Location: Portland Ballroom
Opening remarks by the OSCON program chairs, Sarah Novotny and Edd Dumbill.
Read more.
Keynote
Location: Portland Ballroom
Seamless work and play across phones, tablet and desktops is the goal of Ubuntu's design efforts. Mark will demo some of the latest inventions in UX in Ubuntu, preview new features that will land in 12.10, and outline the key areas of research and discovery as we move into a world where "personal computing" is being redefined and reinvented.
Read more.
Modern web services are expected to be capable of providing realtime services to a large number of concurrent connections from web browsers, and web API clients. Distributed systems are common.
The fine grained concurrency, message oriented programming model and transparent distribution capabilities make Erlang well suited for these types of systems.
Cowboy brings Erlang's power to the web.
Read more.
Learn the essential bits of cognitive psychology to create effect visualisations that convey what you want them to convey.
Read more.
First done at OSCON 2010, we though this session was extremely useful in helping developers work better with Googlers and Google technology and we’ll be able answer most questions that they might be baffled about.
Read more.
Its common to discuss the production environment in public but it is a black art on how to construct the development environment correctly, in fact it is a common problem that development doesn’t closely mirror the production experience. We will address why this is important, some common anti-patterns, and how it can be done correctly.
Read more.
Automated software testing is an widely-adopted standard today. Unfortunately there exist applications that are not testable by their design. In the first part of the session it is shown how the dynamic nature of PHP can be used to manipulate such dependencies. In the second part of the session an additional layer gets introduced which transforms parts of components into testable code fragments.
Read more.
We will look into when it make sense to reduce technical debt, and when it does not.
Read more.
Handling concurrency using events is getting a lot of focus these days, however it's not without its tradeoffs. By using powerful threading and concurrency libraries from the JVM, and the simple elegance of Ruby, developers can solve problems easily with maintainable and understandable code
Read more.
Message Queues are a hot topic, but not all are created equal. After reviewing most of the popular choices, I will review my findings and offer suggestions for which to use when, and pros and cons of each. On the list are RabbitMQ, Kafka, Apache Qpid, Kestrel, ZeroMQ and more as time permits.
Read more.
The intense commercial competition between technology companies is
driving large volumes of complex and often multi-jurisdictional patent
litigation. With the de facto possibility of patenting software
related ideas in various countries, free and open source software
developers must understand the patent risks inherent in the development
and distribution of their software.
Read more.
Keynote
Location: Portland Ballroom
Opening remarks by the OSCON program chairs, Sarah Novotny and Edd Dumbill.
Read more.
Keynote
Location: Portland Ballroom
In this plenary, Google's Chris DiBona will share some of the more interesting results from the project and tell you how you too can use and crunch this data.
Read more.
Keynote
Location: Portland Ballroom
O'Reilly Media presents the Frank Willison Award annually at OSCON, the O'Reilly Open Source Convention. The recipient is chosen by O'Reilly Media in consultation with Guido van Rossum and delegates of the Python Software Foundation. The award consists of a framed certificate and one free pass to a future OSCON.
Read more.
Have you ever wished you could know early in a project's development which choices you were making that would later harm the project as it grows in longevity, scale, and complexity? We'll share with you how thanks to software architectural principles and testing discipline, and we'll share with you a few laughs as we relate the bumpy road we took on our way to finding out how ourselves.
Read more.
Code metrics describe the properties of your source code: the patterns of test coverage, the complexity of individual parts, and so on. When used properly, they can shine a light into your project and help you make informed decisions. When abused, they can kill quality and teamwork. This talk discusses how to pragmatically apply common and ad-hoc measurements.
Read more.
If you're one of the 50% of developers who uses vi/Vim on a regular basis, but you still only use the 5% of the editor features that you learned in school, this talk will offer you a dozen ways to instantly make your editing more efficient and productive.
Read more.
Data
Location: Portland 252
In this session, Andreas Kollegger will take you on a whirlwind tour of the current NoSQL landscape. He'll give a crash course overview of the four main categories of NoSQL databases, and discuss what's currently lacking to make the enterprise adopt NoSQL, and how to solve it.
Read more.
Keynote
Location: Portland Ballroom
The 8th Annual O’Reilly Open Source Award winners will be announced.
Read more.
Event
Location: Portland Ballroom Foyer
Take the opportunity to network one last time and exchange contact information with one another. Drinks and snacks provided.
Read more.