OSCON 2009 – Day 2 (liveblog)

Your Work in Open Source, the Numbers
* Crawl done by google
* 30M unique files and 2.5B lines of code
* 47% of the Open Source code they crawl is GPL, 26% is LGPL
* For GPL’d code on code.google.com, about half use v2 and half use v3
* the AGPL grew about 300% in 2009, but from a very small base
* there is twice as much Open Source C code than C++

Enabling Academic Research – Open Tools and Services on Microsoft Platforms
* Build Open Source extensions to Microsoft tools to aide scientists in their research
* Projects Trident, Creative Commons plugin for Office 2007, Zenity, Node XL
* Building PhyloD as an Azure service

Cloud Computing – Why IT Matters
* There are over 60 definitions, many of which differ greatly
* It’s not just about technology, it’s a shift in concept, attitude, suitability and technology
* innovation->bespoke->products->services is commoditization – cloud is in the first phase

Apps for America
* Open Source + Open Data will = better government
* whitehouse.gov cost over $16M and recovery.gov cost over $9.5M
* the federal procurement process is arcane and complicated

Drizzle: Status, Principles, and Ecosystem
* Drizzle was announced one year ago at OSCON 2008
* Now have 6 people working on Drizzle full time
* Reducing lines of code is one of the biggest focuses. Being infrastructure aware and multi-core scalable are also important
* No contributor license agreement needed to contribute to Drizzle
* Several companies aside from Sun contribute heavily to Drizzle. Intel is a big one.

Eucalyptus: an Open Source Infrastructure for Cloud Computing
* Eucalyptus is an open-source system for implementing on-premise private and hybrid clouds using the hardware and software infrastructure that is in place, without modification. http://www.eucalyptus.com/
* public clouds are usually opaque and lock-in is a big concern
* Reimplemented the Amazon EC2 API to start. Aim is to cover all Amazon API’s including S3, EBS, etc.
* AppScale will run on Eucalyptus and is an Open Source reimplementation of Google AppEngine
* Amazon is aware of the project and has stated “no comment”

Building Custom Linux Images for Amazon EC2
* Can build images from a running system (ec2-bundle-vol, ec2-upload-bundle and ec2-register), from scratch or using a 3rd party service (such as RightScale)

Building a Highly Scalable, Open Source, Twitter Clone
* Cassandra, Dynomite, Redis, Tokyo Tyrant, Voldemort
* CouchDB, MongoDB, Solr
* BigTable, HBase, SimpleDB

Beyond the Hype: The True Costs of Open Source
* Reducing IT costs is one of the top goals of company executives
* Implementing OSS is a top priority for many as a direct result of this. “access to the source” ranked almost dead last when asked about priorities.
* In cases where TCO is 20-30% cheaper, it doesn’t really matter as companies will simply negotiate better pricing. In a case like MySQL where the TCO is 80-90% cheaper, price really matters.
* In many cases, OSS will expand a given market and not necessarily compete with existing products
* Open Source has not really penetrated the SMB market yet. As it becomes more mainstream, this will likely happen and could represent a large future growth potential.
* Many analysts reports for OSS are vastly flawed because “managers don’t ask and developers don’t tell”. Open Source may be everywhere and the managers being surveyed simply don’t know it.

What Open Source Projects Need to Know About Interacting with the Press
* Be sure to put contact information on your website. Even if you don’t have a PR firm, be sure to have a press contact.
* Reach out to journalists before you actually need coverage, even if it’s just an intro.
* When talking to a reporter or journalist, always assume you’re on the record.

That wraps up another OSCON for me. I’ll be heading to the State of the Onion Address, the Sourceforge Community Choice Awards and then heading out on the last flight out of San Jose. I once again had a great time and learned a ton. See you at OSCON next year.

–jeremy

OSCON 2009 – Day 1 (liveblog)

I’m trying a new format for this conference. Instead of live blogging one session per post, I’m going to aggregate the entire day into a single live post. Feedback on the format is welcome.

O’Reilly Radar
* mobile phones are now really a collection of sensors that cooperate with cloud data services.
* Google will be able to do speech recognition better than anyone else, because they know what people are searching for, and therefore more likely to say,
* As we rely more and more on data stores that live in the cloud, we need to be concerned with whether that information should be centralized or federated.
* We’ve moved to a vending machine government
* http://www.opensourceforamerica.org/

Dirk Hohndel on netbooks
* Linux on netbooks need to be:
fast – specifically when booting
graphical – move part of graphics subsystem into the kernel, clutter, Intel gem, non-root X
connected – all connectivity between different devices needs to be cohesive

Btrfs
* pronounced: Butter-eff-ess
* Designed to provide big new features not available in other Linux file systems; snapshots, fault tolerance and simple administration were high on the list
* Performance was not, and is not, the number one goal
* Some features
– Multiple devices per filesystem; shared pooled storage
– checksums; trust nothing
– snapshots; quick, cheap and writable
– directories are indexed for speed; indexed for two different cases
– small files are packed, as resierfs did

Virtualize vs Containerize
* Virtualization is great for system consolidation and protection, but you pay a heavy performance penalty
* Most popular containerization solution is OpenVZ.
* Are limited to running hosts/guests with the same kernel with containerization
* The two seem to be converging as they both evolve

Cobbler and Puppet
* Automating System Builds and Maintenance
* Always remember, “temporary solutions become permanent”
* Cobbler is basically a front end to kickstart (and therefore somewhat RHT-specific) with some additional functionality – https://fedorahosted.org/cobbler/
* Puppet is a declarative language for expressing system configuration, a client and server for distributing it and a library for realizing the configuration. It’s written in ruby. http://reductivelabs.com/products/puppet/

Ten Usability Epiphanies for Your Open Source Web-app
* Hot mouseover (affordance), using a button (for primary action) vs. link (for secondary action), use loading spinners, ensure drag & drop functionality is explicit, avoid iconitis, avoid too many steps (especially for common tasks), choose your choices (follow HIG when possible), language (be descriptive, succinct, necessary and edifying), implement undo functionality and implement keyboard-based functionality (including keybord shortcuts).

Linux Filesystem Performance for Databases
* ext2, ext3, jfs, xfs, reiserfs and attempted ext4
* single disk, raid 0, raid 1, raid 5 and raid 10
* did NO filesystem tuning at all, no mount options and all used all OS system defaults
* adding a second disk to raid 0 gets you almost no performance gain, but > 2 disks does
* raid 5 performs better than most people think
* software raid often performed better from an i/o throughput perspective, but at the cost of added CPU usage
* LVM overhead is not quite as bad as many people think
* turning off atime wasn’t as big of a win as expected

Hacking the Open Government
* There is currently a renaissance in available data and content from the federal government as well as some state governments. Everyday it seems that some new web site or service makes publicly available over the internet what previously was only accessible on paper or other non-digital format. What does this mean for the hacker, the agitator, the political scientist, and the average internet user? How do we ensure that

1. the data is in a usable form and
2. that it is put to good use and
3. that citizens are continually empowered to raise the bar a little higher?

* Some sites for those interested: http://maplight.org/ http://sunlightlabs.com/ http://www.geek-pac.org/ http://www.opensourceforamerica.org/

The first full day of OSCON was once again highly interesting and engaging. Off to the Expo Hall Reception and LinuxFund party. I’ll be live blogging tomorrow as well; stay tuned.

–jeremy

OSCON 2009

I got to San Jose just in time to attend Ignite OSCON and the Google O’Reilly Open Source Awards. I’ll be live blogging some of the sessions over the next couple days and look forward to another great OSCON. If you’re in town and would like to connect, drop me a line.

–jeremy

Win a Gratis OSCON Pass from LQ

I’m happy to announce that we’re able to give one full “Sessions Only” pass to OSCON away absolutely free. For those of you who’ve never attended OSCON, it’s always a great event. While the event is in San Jose and not Portland this year, I still expect a top notch showing from O’Reilly. At almost $1,500 the “Sessions Only” pass will get you into everything except for the tutorials. Visit this LQ thread for more information on how to be eligible for the free pass. I’d like to thank O’Reilly for making this possible. See you in San Jose.

–jeremy

OSCON leaving Oregon and moving to the Bay

While I heard quite a few rumors about this happening, it was still a bit sad to see that OSCON is officially leaving Portland. It’s not that I don’t like San Francisco, I actually like it quite a bit. It’s that even those of us that don’t live in the Bay Area are there quite a bit. I always looked forward to OSCON because it was the only time I ever made it out to Portland. The linked article also makes mention of the possible demise of LinuxWorld, which Melinda refutes in the first comment. It will be interesting to see what the announcements she references are.

–jeremy

OSCON Updates

I had planned to post regular OSCON updates, but the network has been up and down, so here are some random musings. As with some conference posts of mine, this is a bit random stream of consciousness and is not edited/proofread.

Tuesday Evening Extravaganza
* Mark put it well when he said that Open Source is really looking for a “complimentary economic model”. The web took a while to sort out that advertising was the answer, and I’m confident we’ll find the right answer (or more likely, answers) as well. This means me need economic innovation nearly as much as we need innovation in other areas. He also brought up the free software syncronicity issue again. I’ve been meaning to post on this topic and will do so soon.
* r0ml once again exceeded expectations and is one of my favorite speakers – he even juggled this time. He not only compared rhetoric methodologies to software development methodologies, he did it with panache.

Wednesday
Tim O’Reilly
* 3 biggest challenges and opportunities – Cloud Computing, open programmable web and open mobile
* It’s clear that mobile Linux is going to be a hot topic for a while. Intel will be releasing Moblin soon. Which mobile Linux offering will prevail remains to be seen.
Aker and Monty
* Monty “thank god we didn’t go public” – would very likely have led to more closed source components!
* “6 months later, Sun is still trying to figure out what they bought”
* Tim asked whether Jonathon committing to Open Source so heavily has caused internal conflicts within Sun
Brian – certainly
* Tim asked how the support within Sun was for “internal projects” such as Maria and Drizzle. Answer: surprisingly well.
* Monty: “for the last few years, MySQL has been management driven and not developer driven. Sun is allowing us to go back to our roots”
* Monty: “we had become – submit a patch and it may make it in sometime in about 3 years. That was ridiculous”
* Tim: “Adobe is one of the last great proprietary software companies”

Identi.ca
* Identi.ca is really taking off. It’s even streaming in the OSCON lobby. Had a chance to chat with Evan about it for a little bit and he’s once again doing a fantastic job. Kudos.

Changing Education… Open Content, Open Hardware, Open Curricula
* This was an extremely interesting panel and a topic that really interests me. It will be something I plan to research more in the coming months,
See: Curriki, Literacy Bridge and The Cape Town Open Education Declaration

OSSL at Microsoft
* A good look at what happens behind the scenes at the Microsoft Open Source Software Lab – surprising how many people didn’t know this existed.

Off to a break now – more updates should hopefully come soon.

–jeremy

Headed to OSCON

Just about to get on a plane to Portland for OSCON. If you’ll be around and would like to connect, send me an email. I hope to be settled in with plenty of time to hit the Tuesday Evening Extravaganza. See you in Portland.

–jeremy

Gratis OSCON 2008 Conference Pass

Are you interested in attending OSCON this year? It’s my pleasure to inform you that LQ is able to give away one full conference pass (a $1445.00 value) absolutely free of charge. See this LQ thread for more information on how to be eligible. We’ll pick a winner on May 31st, so you don’t have much time. OSCON is always a great conference and I’m looking forward to attending once again. If you don’t win but still plan on going, use “os08linq” when you register to save 15% off the best rate at the time. Good luck and see you in Portland.

–jeremy

NOTE: I continue to be disappointed in the QA of WordPress. How a bug that causes all RSS feeds to break for any site who has WP in a top level folder (not exactly an edge case) could sneak into a 2.5.1 release is beyond me. I apologize if you weren’t getting updates here or at LQ Radio. If you use WP you might want to check your feed. If the issue is impacting you, you can get the patch here.

Speed up your web pages with YSlow

If you do front-end web stuff, you may be interested in a cool new tool from Yahoo! that I first heard about at OSCON:

YSlow analyzes web pages and tells you why they’re slow based on the rules for high performance web sites. YSlow is a Firefox add-on integrated with the popular Firebug web development tool. YSlow gives you:

* Performance report card
* HTTP/HTML summary
* List of components in the page
* Tools including JSLint

It’s not perfect, but I’ll be using it to sniff out any potential LQ performance issues at LQ. Just make sure you understand and research the information the tool gives you. I was already using Firebug, so this was a quick and painless addition. Thanks to Yahoo! for releasing this. While on the topic of Y!, the next LQ code revision is going to take advantage of the YUI library. Should be coming “real soon now”.

–jeremy

Microsoft to Submit Shared Source Licenses to OSI

From a Radar post:

In his keynote at OSCON, Microsoft General Manager of Platform Strategy Bill Hilf announced that Microsoft is submitting its shared source licenses to the Open Source Initiative. This is a huge, long-awaited move. It will be earthshaking for both Microsoft and for the open source community if the licenses are in fact certified as open source licenses. Microsoft has been releasing a lot of software as shared source (nearly 650 projects, according to Bill). If this is suddenly certified as true open source software, it will be a lot harder to draw a bright line between Microsoft and the open source community.

Bill also announced that Microsoft has created a new top level link at microsoft.com, microsoft.com/opensource to bring together in one place all Microsoft’s open source efforts. Bill sees this as the culmination of a long process of making open source a legitimate part of Microsoft’s strategy. Open source has survived Microsoft’s process of “software darwinism” and is becoming an ever more important part of its thinking.

To expand on the announcement, it’s the Microsoft Permissive License (Ms-PL) and the Microsoft Community License (Ms-CL) that will be submitted, as the other Microsoft shared source licenses are fairly closed. I vaguely remember the FSF saying that these two licenses appeared to satisfy the four freedoms, so it’s at least a possibility that they will be approved by the OSI. So, what does this all mean? I’m still digesting it myself. It would seem that at least part of Microsoft is willing to accept the importance of Open Source in the future of software. It also means that at least parts are willing to join the conversation in a legitimate way. By going to the OSI for approval, Microsoft can no longer point at Open Source and say it’s cancer or will eat babies. I’m sure it took a lot of work internally to get this accomplished. Kudos for the effort. Will it matter? That remains to be seen. If they continue spreading patent FUD, then moves like this have far less impact than they otherwise would. It’s impossible to trust a company, even one that uses an OSI-approved license, when the other hand is doing many harmful things. It also remains to be seen how some developers will react if these get approved. Will either license get any usage outside of Redmond? If they don’t, then what’s the point of yet another Open Source license? More questions than answers in my mind right now, but this will be really interesting to watch play out. Stay tuned.

–jeremy