<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Recently, it's been like this...</title>
	<atom:link href="http://www-dave.cs.uiuc.edu/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www-dave.cs.uiuc.edu/wordpress</link>
	<description>A blog.  You know, a weblog.  A place for the owner to write.  Like singing at the top of your lungs when you're the only one in the car -- except, you're reading this.</description>
	<lastBuildDate>Wed, 04 Nov 2009 17:04:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>LISA09 Keynote: Power of Infrastructure as a Service &#8211; raw notes (3 comments)</title>
		<link>http://www-dave.cs.uiuc.edu/wordpress/2009/11/04/lisa09-keynote-power-of-infrastructure-as-a-service-raw-notes/</link>
		<comments>http://www-dave.cs.uiuc.edu/wordpress/2009/11/04/lisa09-keynote-power-of-infrastructure-as-a-service-raw-notes/#comments</comments>
		<pubDate>Wed, 04 Nov 2009 15:54:56 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www-dave.cs.uiuc.edu/wordpress/?p=1038</guid>
		<description><![CDATA[The keynote speaker at LISA09 (www.usenix.org/events/lisa09/) was Werner Vogels, CTO of Amazon talking about cloud computing.  I went all Chuck-Thompson-style-stenographer during the talk, and my raw notes are below.  I hope it&#8217;s useful for people interested in cloud computing but couldn&#8217;t attend (either the conference or the keynote because of training, etc.)
&#8212;&#8211;
animoto &#8211; [...]]]></description>
			<content:encoded><![CDATA[<p>The keynote speaker at LISA09 (<a href="http://www.usenix.org/events/lisa09/" title="http://www.usenix.org/events/lisa09/" target="_blank">www.usenix.org/events/lisa09/</a>) was Werner Vogels, CTO of Amazon talking about cloud computing.  I went all Chuck-Thompson-style-stenographer during the talk, and my raw notes are below.  I hope it&#8217;s useful for people interested in cloud computing but couldn&#8217;t attend (either the conference or the keynote because of training, etc.)</p>
<p>&#8212;&#8211;</p>
<p>animoto &#8211; takes music files and photos and makes movies<br />
- very seductive<br />
- started as college kids with laptops; still working just off laptops and the cloud<br />
signed up 25k customers an hour (facebook app)</p>
<p>infrastructure as a service</p>
<p>setting things straight:<br />
* not amazon selling excess, designed as self-standing business<br />
amazon is customer of aws, but others even larger</p>
<p>* sa jobs change if you insert cloud services into portfolio, but<br />
not designed to end SA jobs</p>
<p>definitions liked and disliked<br />
cloud = things somewhere managed by somewhere else<br />
cloud is target for criticism, even when technology is used by something else<br />
(air new Zealand failed due to mainframe failure, not &#8220;cloud&#8221;)</p>
<p>a style of computing where massively scalable it related capabilities are provided as a service across the Internet to multiple external customers &#8211; Gardner 2008</p>
<p>missing &#8220;on demand&#8221; &#8211; and releasing when no longer needed<br />
missing &#8220;pay as you go&#8221; &#8211; if you don&#8217;t use, you don&#8217;t pay</p>
<p>foreign concept in computing, but not in other infrastructure (power, water, gas)<br />
true utility &#8211; only pay for what you use</p>
<p>precursors:<br />
: software as a service<br />
- what it meant to create software that was operated, efficiently, at scale<br />
&#8211; different expertise</p>
<p>: distributed computing<br />
- needed new algorithms to work at a large, cost effective scale<br />
- academics of 5 years ago didn&#8217;t cover it</p>
<p>: virtualization<br />
- beyond cpu &#8211; disk, guarantees on IO, networking</p>
<p>: SOA &#8211; service orientated architecture<br />
- simple description of service, don&#8217;t need libraries/software to determine how to use<br />
http, REST, xml, whatever&#8230; then build your own w/ software<br />
- no integration, pure tools</p>
<p>if major business magazines start calling Bezos crazy, we&#8217;re doing things right</p>
<p>first 5 years, amazon a traditional web shop.  one single app ran amazon<br />
- different command line flags for different purposes<br />
- centralization not all bad</p>
<p>~2002 rearchitecture needed, and then Target wanted amz to do a site for them<br />
- made them realize major opportunity out there<br />
- to achieve a level of scale amz could not reach by self<br />
- principle: drive cost down to infrastructure, we can lower retail prices<br />
- competing on price is good for customers</p>
<p>next architecture should be platform<br />
- service oriented approach, internal and externally<br />
- now some of the largest ecommerce sites run on this platform</p>
<p>- take a piece of business logic, what data it operated on: break out to API<br />
- API becomes only source to data<br />
- bit by bit transition: business logic could move slowly</p>
<p>each amazon page hits 250-300 different amazon services to build/return<br />
- each action/logic an independent service</p>
<p>technical architecture, and management architecture<br />
- teams run services, build them, improve them, maintain them, enhance them<br />
- no separation between development and IT<br />
- thought: engineers would be in contact with customer, and motivated to drive improvement<br />
- didn&#8217;t want an isolated operations department, did not want to isolate engineers</p>
<p>- allows fast innovation, mobility<br />
&#8211; get a small team, standard way to get resources, try things out</p>
<p>600 services means 600 teams</p>
<p>internal rules for how to deal with failures<br />
- if we lose a whole data center, customer should not be affected<br />
- two data centers, may violate SLA, but functionally should be 100% correct</p>
<p>teams needed to scale w/ capacity<br />
- doing that in parallel 600 times over: not so good<br />
- became obvious when teams started communicating more and more w/ networking group</p>
<p>70/30 switch<br />
70% of time scaling of servers, dealing w/ infrastructure matters<br />
- more databases, new storage techs, failover testing</p>
<p>(mini aside from slides)<br />
&#8220;game days&#8221; &#8211; just to make sure guarantees are met<br />
- turn off a data center<br />
- see what happens<br />
- first time, looked really good on paper but didn&#8217;t work well in reality<br />
- not just failover, beepers going off, switching to secondaries, etc.<br />
- restore operation was difficult<br />
&#8211; but if you don&#8217;t exercise frequently, you cannot tolerate when happens in real life</p>
<p>30% of time, energy, dollars on differentiated value creation<br />
70% of time, energy, dollars on undifferentiated heavy lifting</p>
<p>technical debt for creating complicated solutions<br />
- pay it off by making a shared service platform<br />
- hoped to flip 70/30 switch</p>
<p>there isn&#8217;t an enterprise pattern you won&#8217;t find in amazon (search, prediction tracking, batch processing, etc.)</p>
<p>for some reason we tend to put DCs next to trailer parks, and trailer parks attract tornadoes</p>
<p>horror stories about data center loss</p>
<p>need multiple data centers; can&#8217;t pour money into one good one, need to focus on multiple good/ok ones?</p>
<p>disk failures are not age related (in large numbers)<br />
8-10% of disk will fail per year, if makes it past infant mortality<br />
- burn in is important<br />
no prediction of which disk will fail per node<br />
one guy in DC whose full time job is nothing else but replacing disks<br />
10 guys with disk dense nodes</p>
<p>capacity planning for the busiest day of the year is hard<br />
&#8211; average 200n a day, bursts to 900n in Q4/holidays</p>
<p>web-scale computing<br />
- scalable infrastructure</p>
<p>virtualized infrastructure, start w/ computing<br />
give engineers requirement to start building against software platform<br />
amz does not mandate tools, languages &#8212; trusts engineers to make best choices, hiring practices to support this<br />
&#8211; so forcing them to switch to programming paradigm would be bad<br />
- so virtual machines were a part of the platform</p>
<p>amz was really good at server provisioning<br />
- 5-6 hours from request to use<br />
- but still did not incense engineers to release capacity when they no longer needed them<br />
- needed to switch to minutes to provision<br />
&#8211; learned (now) that still does not incense release behavior</p>
<p>- behavior comes from automation, because settings things up no longer difficult</p>
<p>chef, scalar, open source tools<br />
- &#8220;provisioning is programmable&#8221;</p>
<p>VMs and xen -> amazon ec2 elastic computing cloud was born<br />
- we&#8217;re also cheap<br />
- emulate data centers as &#8220;reliability zones&#8221;, worldwide regions</p>
<p>storage<br />
<del datetime="2009-11-04T16:58:37+00:00">17%</del> 70% of the storage was not relational &#8211; just key value<br />
- 1 index<br />
- turned into amazon s3</p>
<p><del datetime="2009-11-04T16:58:37+00:00">__%</del> 20% of storage was single table, lots of indexes but no other tables<br />
- amazon simpledb</p>
<p>amazon elastic block storage &#8211; treat it like a hard disk, present to ec2<br />
relational databases, squid, </p>
<p>relational database service &#8211; &#8220;dba as a service&#8221;<br />
not inf scalable database, but they run mysql for you &#8211; tune to size and storage<br />
but they run it for you<br />
use std mysql libraries<br />
- not something they originally designed internally, matched customer need<br />
- but now that it exists amz engineesr use it</p>
<p>saw how efficient engrs came using this service</p>
<p>amz infra services<br />
principles:<br />
scalable &#8211; incr/decr capacity in minutes<br />
cost-effective &#8211; low rate, pay as you go<br />
reliable &#8211; amazon&#8217;s proven infra (aware of cost of outages to customers)<br />
secure &#8211; multilayer security</p>
<p>developed as tools<br />
- each should be independent, or seductive on its own<br />
- tools in your tool box, not forced to use all of them together</p>
<p>amazon virtual private cloud (vpc)<br />
can create a walled garden in the cloud<br />
vpn back to your environment<br />
give a cidr block to vpc, then start creating subnets<br />
- can allocate ec2 instances in those subnets<br />
- either part of your block in your enterprise<br />
looks like these nodes in the cloud are part of your local infra<br />
std management tools, deployment tools, auditing tools still work<br />
seamless extension of data center to cloud</p>
<p>if you release resources, you save money<br />
increase agility &#8211; massive server park, around the world, multiple data centers<br />
- removes constraints to thinking about this<br />
- access to infinite scalable resources</p>
<p>enterprise computing these days is kinda 1990s<br />
many haven&#8217;t reached client/server yet<br />
too many amber terminals still in use<br />
so &#8220;new IT&#8221; development happening in cloud</p>
<p>82B objects in s3 2009q3</p>
<p>enterprise partners: oracle, ibm, ms, redhat, sun<br />
- but they&#8217;ve adopted different licensing models<br />
- stop hammering them about cloud strategies &#8211; ask about how licensing is changing<br />
&#8211; make sure they are changing (pay as you go)<br />
- ibm is more creative: use all for free in development, production: pay small ec2 upcharge<br />
pay a bit more on an hourly basis (10c/hour instead of 8.5c/hour)</p>
<p>use case trends:<br />
DR, HPC, collaborations, large scale analysis, load testing, marking compliance<br />
- allocate cloud for DR purpose if needed, and use for R&#038;D, load testing</p>
<p>example case:<br />
storage in s3, computing power on customer desktop (adobe air)<br />
- back in time analysis of stock ticker info<br />
-> could build new product w/o infrastructure</p>
<p>washington post example of disseminating hillary clinton&#8217;s schedule</p>
<p>guardian all expense reports for government, let users read all of them, mark suspect ones<br />
-> crowdsourcing used the cloud</p>
<p>Internet Scaling<br />
<a href="http://indy.com" title="http://indy.com" target="_blank">indy.com</a>, <a href="http://indy500.com" title="http://indy500.com" target="_blank">indy500.com</a> &#8211; 8 flash streams, lots of video feeds, etc.  3 times a year<br />
espn<br />
playfish &#8211; scaling gaming online<br />
- farmville (?) 25M concurrent users<br />
most marketing campaigns need the scalability</p>
<p>eharmony &#8211; 250 marriages a day<br />
- use a relational database (ha ha ha &#8211; he didn&#8217;t get joke first time)<br />
- large map reduce jobs go at night, new results in the morning</p>
<p>netflix picked amz b/c needed a platform that would really scale up<br />
- even if they compete w/ amz for VOD<br />
- amz wants netflix to be successful</p>
<p>can get hippa certified for putting data in amz<br />
load testing <a href="http://turbotax.com" title="http://turbotax.com" target="_blank">turbotax.com</a> prior to tax day</p>
<p>amz really wants the feedback to tweak operations, create new business models<br />
- relational database service (rds)<br />
- reserved/predicted ec2 at savings</p>
<p>reduce prices of storage, networking, and pass savings to aws</p>
<p>@werner on twitter<br />
<a href="http://mynameise.com/werner" title="http://mynameise.com/werner" target="_blank">mynameise.com/werner</a><br />
- integrates all these social network info</p>
<p><a href="http://aws.amazon.com/" title="http://aws.amazon.com/" target="_blank">aws.amazon.com/</a> &#8220;and a credit card is all you need&#8221;</p>
<p>Questions:</p>
<p>- what happens if oracle kills sun/mysql?<br />
A: not something they have much control over, </p>
<p>- chef, cfengine, config automation: how do you do network?  is the net static, or do you provide tools to manage net?<br />
A: build and provide some high level tools<br />
elastic load balancer<br />
except for vpc part, don&#8217;t give customers network control themselves<br />
machines have firewalls and users can adjust those<br />
but no control over edge routers, pieces</p>
<p>- virtual gardens/data security: strongly regulated data. how does that get affected?<br />
A: many different layers in this story<br />
what happens if you remove object? what happens if disk fails?<br />
guarantees are necessary for aws to get certifications themselves<br />
for the rest, it&#8217;s something amz tries to help their customers w/<br />
security an end to end issue, so encryption still a good solution<br />
see customers split data/metadata to encrypt payload but index/table metadata<br />
- but then who manages the keys?  amz does not do key management<br />
some customers achieved hippa, ferpa<br />
- whitepaper on website about this<br />
but end-to-end issue<br />
popular healthcare as a platform providers to work in this space<br />
large parts work in the cloud, large parts stay in the walled garden</p>
<p>End of questions/talk.</p>
]]></content:encoded>
			<wfw:commentRss>http://www-dave.cs.uiuc.edu/wordpress/2009/11/04/lisa09-keynote-power-of-infrastructure-as-a-service-raw-notes/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>He won what now? (7 comments)</title>
		<link>http://www-dave.cs.uiuc.edu/wordpress/2009/10/12/he-won-what-now/</link>
		<comments>http://www-dave.cs.uiuc.edu/wordpress/2009/10/12/he-won-what-now/#comments</comments>
		<pubDate>Mon, 12 Oct 2009 21:07:37 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www-dave.cs.uiuc.edu/wordpress/?p=1035</guid>
		<description><![CDATA[I&#8217;ve been enjoying Obama winning the Nobel Peace Prize quite a bit this last week.  (I can&#8217;t wait for this week&#8217;s Wait Wait Don&#8217;t Tell Me. SNL already played their tame bit with it.)  From today:
[15:54] trombonekenny: Did you hear?  Obama got MLB MVP for throwing out the first pitch
[15:55] IlliniBone: did [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been enjoying Obama winning the Nobel Peace Prize quite a bit this last week.  (I can&#8217;t wait for this week&#8217;s Wait Wait Don&#8217;t Tell Me. SNL already played their tame bit with it.)  From today:</p>
<blockquote><p>[15:54] trombonekenny: Did you hear?  Obama got MLB MVP for throwing out the first pitch<br />
[15:55] IlliniBone: did he get the cy young, too?<br />
[15:55] trombonekenny: and a golden glove. weird.<br />
[15:55] IlliniBone: pitchers don&#8217;t get golden gloves<br />
[15:56] IlliniBone: now you&#8217;re just making stuff up<br />
[15:56] trombonekenny: well, he might at sometime in the future move to the outfield<br />
[15:56] IlliniBone: they&#8217;re creating a new wing for him in the pro football hof, too<br />
[15:57] trombonekenny: hell, they&#8217;re renaming canton to obama, oh<br />
[15:58] IlliniBone: obama? oh.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www-dave.cs.uiuc.edu/wordpress/2009/10/12/he-won-what-now/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>#SharingTuesday #1: the Pode (3 comments)</title>
		<link>http://www-dave.cs.uiuc.edu/wordpress/2009/07/29/sharingtuesday-1-the-pode/</link>
		<comments>http://www-dave.cs.uiuc.edu/wordpress/2009/07/29/sharingtuesday-1-the-pode/#comments</comments>
		<pubDate>Thu, 30 Jul 2009 03:26:21 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www-dave.cs.uiuc.edu/wordpress/?p=1027</guid>
		<description><![CDATA[I&#8217;m starting a new theme/meme. Maybe it&#8217;ll get me posting more. Possibly it will entertain the 12.9 average weekly readers of this quiet blog. In the least, it&#8217;s about open sharing and fair trade of information and greatness, and that&#8217;s something I think everyone can support.
Every Tuesday I&#8217;m going to share a blog, a Twitter, [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m starting a new theme/meme. Maybe it&#8217;ll get me posting more. Possibly it will entertain the 12.9 average weekly readers of this quiet blog. In the least, it&#8217;s about open sharing and fair trade of information and greatness, and that&#8217;s something I think everyone can support.</p>
<p>Every Tuesday I&#8217;m going to share a blog, a Twitter, a TV show; some source of something that I think is great. If you Twitter, this is like a #followFriday. But this is on Tuesday, and not necessarily Twitter related.</p>
<p>This &#8220;sharing a blog I read&#8221; is something I&#8217;ve previously argued against doing. Clearly there&#8217;s risk. I could offend you with what I think is great. I could insult you with my low-brow levels of entertainment. Even worse, when you eventually read everything I read, you&#8217;ll lose interest in me. You&#8217;ll know what I know, before I have the chance to tell it to you.  I mean, my humor is repetitive enough as is; what happens when you know the joke/story/news before I tell it? Eventually you won&#8217;t need me.</p>
<p>But, in the meantime, I&#8217;ll share what I can and maybe you&#8217;ll share things back with me.</p>
<p>We would be remiss to start our #sharingTuesday without nodding to my Canadian beer loving Saints over at <a href="http://pintday.org" title="http://pintday.org" target="_blank">pintday.org</a> (or pd.o, or pode if you say it outloud).  Their blog, the first I ever saw with their own ISSN, is a weekly collection of beer (laden? induced?) supported rants. This week&#8217;s draft (get it?) is especially funny because the boys teach you how to properly rant at a bar on a Tuesday. (<a href="http://pintday.org/archive/20011113" title="http://pintday.org/archive/20011113" target="_blank">pintday.org/archive/20011113</a>)</p>
<p>Okay, two things. One, I know pintday&#8217;s blog is now defunct (the pintday spirit lives on, and I still try to worship). No one says funny has to be current. Old things can still be funny. How many times have I watched Ghostbusters in my life? And it still makes me laugh every. single. time. So it&#8217;s okay to dip into the vault at #sharingTuesday. pd.o will also be funnier if you like Canadian politics, computers, and hating traffic.</p>
<p>Secondly, yes, I know it&#8217;s Wednesday. Get off my back. Let&#8217;s be honest: these aren&#8217;t going to EVERY week, and maybe not even all on Tuesdays.</p>
<p>So, there we are. #sharingTuesday #1 is <a href="http://pintday.org" title="http://pintday.org" target="_blank">pintday.org</a>  Enjoy, and see you next week.</p>
]]></content:encoded>
			<wfw:commentRss>http://www-dave.cs.uiuc.edu/wordpress/2009/07/29/sharingtuesday-1-the-pode/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Labs on campus (1 comment)</title>
		<link>http://www-dave.cs.uiuc.edu/wordpress/2009/07/21/labs-on-campus/</link>
		<comments>http://www-dave.cs.uiuc.edu/wordpress/2009/07/21/labs-on-campus/#comments</comments>
		<pubDate>Tue, 21 Jul 2009 19:11:17 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www-dave.cs.uiuc.edu/wordpress/?p=1020</guid>
		<description><![CDATA[A listserv of campus lab managers is having a discussion about how to make a directory of computer labs on campus, and their services and authorized users, in a way that&#8217;s maintainable and easily shareable.  This lines up with some of my IT Open House goals, and IT@Illinois, so to hit an audience larger [...]]]></description>
			<content:encoded><![CDATA[<p>A listserv of campus lab managers is having a discussion about how to make a directory of computer labs on campus, and their services and authorized users, in a way that&#8217;s maintainable and easily shareable.  This lines up with some of my IT Open House goals, and IT@Illinois, so to hit an audience larger than just the labmasters-l list, I&#8217;m reposting my reply here. If you have any feedback, or can help us move along those goals, please let me know.</p>
<blockquote><p>Hi all,</p>
<p>I run an IT Open House in Siebel Center the first week of classes and<br />
field a lot of incoming student questions.  Some of them are Computer<br />
Science specific, but many are campus-wide &#8212; reflecting that our<br />
students/customers/users are not as territorial or pigeon-holed as our<br />
unit IT organizations.  (An observation that a more campus-wide,<br />
IT@Illinois perspective really does service our users better &#8212; at least<br />
the student ones.)</p>
<p>I&#8217;m all for having a centralized repository of facilities (and their<br />
info) available to students.  If I can help let me know.  But the walled<br />
garden of only certain users in certain labs really makes this<br />
complicated, and fragmented.  From a user perspective, I don&#8217;t care that<br />
ACES or VetMed have computer labs if I cannot use them.  (And that cuts<br />
the other way too &#8212; CS has labs, <a href="http://csil.cs.uiuc.edu" title="http://csil.cs.uiuc.edu" target="_blank">csil.cs.uiuc.edu</a>, that are<br />
restricted just to CS students.  It means we&#8217;re also burned the first<br />
week of the semester as Banner and auth groups don&#8217;t get updated as<br />
quickly as students want.)</p>
<p>We could do better as a community of labmasters to unite under one<br />
framework (authentication, authorization, applications, documentation,<br />
signage, printing, promotion, support, labsitting, etc.) than we do as<br />
isolated labs.  Even if we are organizationally different, if we<br />
appeared to our students as a common-front, we would service them better<br />
(and might even make the job easier for us).</p>
<p>&#8230; That&#8217;s not too much to ask, is it?</p>
<p>The bigger questions that comes up in the open house isn&#8217;t &#8220;where are<br />
the labs?&#8221; but &#8220;where can I print?&#8221;  It&#8217;s an exercise for an IT Pro to<br />
find 1) all the public labs on campus and their websites, 2) then their<br />
printing information, charges and instructions.  No wonder it confuses<br />
our students so much.  The best I could come up with to document and<br />
share was: <a href="http://www-dave.cs.uiuc.edu/OH08-printing.pdf" title="http://www-dave.cs.uiuc.edu/OH08-printing.pdf" target="_blank">www-dave.cs.uiuc.edu/OH08-printing.pdf</a>  I would be<br />
glad to replace that with something better (and share that with others).</p>
<p>How do we start to do that?</p>
<p>Dave</p>
<p>PS. You can see my Spring CCSP poster about the IT Open House at<br />
<a href="http://www-dave.cs.uiuc.edu/CCSP-2009-ITOpenHouse.pdf" title="http://www-dave.cs.uiuc.edu/CCSP-2009-ITOpenHouse.pdf" target="_blank">www-dave.cs.uiuc.edu/CCSP-2009-ITOpenHouse.pdf</a>
</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www-dave.cs.uiuc.edu/wordpress/2009/07/21/labs-on-campus/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Summer band program June 25 2009</title>
		<link>http://www-dave.cs.uiuc.edu/wordpress/2009/06/25/summer-band-program-june-25-2009/</link>
		<comments>http://www-dave.cs.uiuc.edu/wordpress/2009/06/25/summer-band-program-june-25-2009/#comments</comments>
		<pubDate>Thu, 25 Jun 2009 15:00:28 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www-dave.cs.uiuc.edu/wordpress/?p=1013</guid>
		<description><![CDATA[University of Illinois
2009 Summer Band

LCDR Ken Collins, Conductor
Jeff Daeschler, Graduate Student Conductor
*Program*
Thursday, June 25th, 2009
Star Spangled Banner 
Americans We / Henry Filmore
American Salute / Morton Gould
Jeff Daeschler, Graduate student conductor
Florentiner March / Julius Fucik
Jeff Daeschler, Graduate student conductor
American in Paris / George Gershwin, John Krance
Nautical Variations / Jeffrey A. Taylor
Phil Coleman, Euphonium
Black Horse Troop / [...]]]></description>
			<content:encoded><![CDATA[<p><strong>University of Illinois<br />
2009 Summer Band<br />
</strong></p>
<p>LCDR Ken Collins, Conductor<br />
Jeff Daeschler, Graduate Student Conductor</p>
<p>*Program*<br />
Thursday, June 25th, 2009</p>
<p>Star Spangled Banner </p>
<p>Americans We / Henry Filmore</p>
<p>American Salute / Morton Gould<br />
<em>Jeff Daeschler, Graduate student conductor</em></p>
<p>Florentiner March / Julius Fucik<br />
<em>Jeff Daeschler, Graduate student conductor</em></p>
<p>American in Paris / George Gershwin, John Krance</p>
<p>Nautical Variations / Jeffrey A. Taylor<br />
<em>Phil Coleman, Euphonium</em></p>
<p>Black Horse Troop / John Philip Sousa</p>
<p>Phantom of the Opera / Warren Barker</p>
<p>Armed Forces Salute / Bob Lowden</p>
<p>Illinois Loyalty / T.H. Guild, Mark Hindsley</p>
<p>&#8230;. Wow, typing that up, that&#8217;s a lot of America.  See you tonight!  7pm on the Quad.</p>
<p>[ Edit: Updated 6/26 with more info from the real program. ]</p>
]]></content:encoded>
			<wfw:commentRss>http://www-dave.cs.uiuc.edu/wordpress/2009/06/25/summer-band-program-june-25-2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The future is weird and twitter is fun. (1 comment)</title>
		<link>http://www-dave.cs.uiuc.edu/wordpress/2009/05/05/the-future-is-weird-and-twitter-is-fun/</link>
		<comments>http://www-dave.cs.uiuc.edu/wordpress/2009/05/05/the-future-is-weird-and-twitter-is-fun/#comments</comments>
		<pubDate>Tue, 05 May 2009 19:05:00 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www-dave.cs.uiuc.edu/wordpress/?p=1010</guid>
		<description><![CDATA[From this morning on twitter.com/wilw
&#8220;TMZ.com mentioned me today, and I didn&#8217;t even have to show them my hoo haw. Weird.&#8221;
Then later, &#8220;This is science: Dudes have a hoo haws, and ladies have hoo hoos. I can&#8217;t believe I have to explain this. DO NOT MAKE ME DRAW YOU A PICTURE.&#8221;
Then later, &#8220;Just realized I&#8217;m discussing [...]]]></description>
			<content:encoded><![CDATA[<p>From this morning on <a href="http://twitter.com/wilw" title="http://twitter.com/wilw" target="_blank">twitter.com/wilw</a></p>
<p>&#8220;TMZ.com mentioned me today, and I didn&#8217;t even have to show them my hoo haw. Weird.&#8221;</p>
<p>Then later, &#8220;This is science: Dudes have a hoo haws, and ladies have hoo hoos. I can&#8217;t believe I have to explain this. DO NOT MAKE ME DRAW YOU A PICTURE.&#8221;</p>
<p>Then later, &#8220;Just realized I&#8217;m discussing genital colloquialisms with half a million people at once. I have been to the future and it really is weird.&#8221;</p>
<p>It sure is, Wil. Cool, but weird.</p>
]]></content:encoded>
			<wfw:commentRss>http://www-dave.cs.uiuc.edu/wordpress/2009/05/05/the-future-is-weird-and-twitter-is-fun/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>DMB Vanderbilt weekend recap (1 comment)</title>
		<link>http://www-dave.cs.uiuc.edu/wordpress/2009/04/26/dmb-vanderbilt-weekend-recap/</link>
		<comments>http://www-dave.cs.uiuc.edu/wordpress/2009/04/26/dmb-vanderbilt-weekend-recap/#comments</comments>
		<pubDate>Mon, 27 Apr 2009 04:05:25 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www-dave.cs.uiuc.edu/wordpress/?p=1005</guid>
		<description><![CDATA[If you&#8217;ve been following my twitter feed (or facebook statuses) you&#8217;d guess I was roadtripping down to Nashville to see a Dave Matthews concert.  Here&#8217;s some rough thoughts to get down before I forget them.
Still wondering when we&#8217;re going to start heading &#8217;south&#8217; to Josh&#8217;s folks place.
Josh&#8217;s mom can cook for me any night [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;ve been following my twitter feed (or facebook statuses) you&#8217;d guess I was roadtripping down to Nashville to see a Dave Matthews concert.  Here&#8217;s some rough thoughts to get down before I forget them.</p>
<p>Still wondering when we&#8217;re going to start heading &#8217;south&#8217; to Josh&#8217;s folks place.</p>
<p>Josh&#8217;s mom can cook for me any night of the week. I wonder if she&#8217;s found the sausage I hid in her fridge.<br />
(Insert hidden sausage jokes about your mom here.)</p>
<p>Why am I always staying at the top of Embassy Suites?  Don&#8217;t they have lower floors?  Any why were the cockatiels always asleep when I looked at them, but I heard them every morning when I was trying to sleep?</p>
<p>Fresh kegs are always welcomed.  Even the Bud Light was spot on this weekend.</p>
<p>930 miles total, good times.  What did I do for Earth Day? Drove additional 320 miles for doggy daycare, but it was worth it.</p>
<p>Seen on trucks: &#8220;Farm boys plant it deeper&#8221; and &#8220;Silly boyz, trucks are for chics.&#8221;</p>
<p>Taking 65 from Louisville to Nashville is a more scenic route than 24 was coming back.</p>
<p>OMG did we see tree damage. Icy winter, I guess.</p>
<p>57N had construction, so we took a Benton-Ida route 37 detour. Was neat to drive through Benton again, around the square, seeing the old places. Decided not to go look at Granny&#8217;s old place. It&#8217;s still there, untouched, in my mind.</p>
<p>I didn&#8217;t buy anything at Starbucks, but I pooped there.</p>
<p>The traffic in Nashville seemed really screwy.  Lots of exit here, get across 8 lanes of traffic in 1 mile, exit here, loop 270 degrees around, repeat.  Who designed these highways?</p>
<p>Getting out of the concert was nuts.  Too much traffic, not enough direction.  Too many flashing reds/flashing yellows not getting the job done.  GPSes are so totally worth it.</p>
<p>Hotel Business Suite had fast enough computers, but was like 90 degrees.  Pay-for-wifi sucks.  </p>
<p>Need smarter smart phone.  Took over an hour tonight to catch up on tweets, and that was after occasionally reading them on the current phone.</p>
<p>Vanderbilt&#8217;s stadium grass felt great on bare feet, but you put your shoes on to go to the port-a-potties.</p>
<p>Did not know Jason Mraz was two years older than me. And his hat is older than both of us combined.</p>
<p>Did not kick MC&#8217;s ass in cribbage, not even once, but played masterful Euchre.</p>
<p>Weather for the weekend: NICE.  80s/90s, sunny (or some clouds, not dark), windy.  So glad I repacked to include shorts.  Was not expecting it to be THIS NICE.</p>
<p>You can find Cubs fans anywhere, even in an SEC school parking lot.</p>
<p>Organic trip to Maker&#8217;s Mark Distillery materialized after almost no arm-twisting.  Was told other bourbon tours not as good. Wouldn&#8217;t know &#8211; was only one I really wanted to visit.</p>
<p>Was a little giddy driving down the Bourbon Trail.  THE TWISTY, WINDY, TURNY, CURVY, shoulders? oh no, we don&#8217;t need shoulders BOURBON TRAIL OF DEATH.  Driving to a distillery should not be a white knuckled experience. Good thing the sample was small, we might not make it out of there.</p>
<p>Got to dip my fingers in 12&#8242; diameter, 12&#8242; deep 100+ year old vats of sour mash.  It was delicious.  Tasted like cereal and beer.</p>
<p>Visiting the Maker&#8217;s Mark family really did feel like family, from the last minute unscheduled tour, to the sassy merch counter lady, to the surprisingly good Mint Julep bottle sample, to the workers out front painting shutters.</p>
<p>Maker&#8217;s Mark did an excellent job of their &#8216;mark&#8217; branding.  I could have spent hundreds in that gift shop.</p>
<p>Totally going back when my barrel is ready.  (They send you a golden ticket.)  Next time, more sampling and dipping!  And trying that place on 65 the employee recommended when we were relaxing in the parking lot.</p>
<p>Lesson: the tastier the barbeque, the more it&#8217;s going to hurt later.</p>
<p>Everyone on Broadway/2nd in Nashville was either going into a club/bar, leaving a club/bar, or carrying their music gear (drums, guitar, etc.) to the next gig.  Live music everywhere, but with a party of 8 and full bellies, and beer at the hotel room, we just window shopped &#8212; didn&#8217;t go in.  Need to check out the Nash nightlife when rooming within walking distance of downtown.</p>
<p>Nashville needs an open liquor law so you can properly street roam around Broadway.</p>
<p>I drove all the time this weekend and didn&#8217;t look at a GPS once. Damn thing kept beeping from the back seat, tho.</p>
<p>If you let Andrea pick the CD, it&#8217;s going to be Sting.</p>
<p>Cue the discussion, yet again, about what defines a bourbon and when whiskey is spelled without the e.</p>
<p>Could have been the heat, could have been the booze, could have been the intensity, but I couldn&#8217;t stop the tears during the tin whistle solo in Bartender (opened the DMB set).  Jeff is an amazing sax player, but it just then sunk in I wouldn&#8217;t hear Roi anymore. So I took off my hat and enjoyed the song.</p>
<p>First time &#8216;tweeting&#8217; during a concert.  It&#8217;s kinda fun.  Liked how 4 of us noted the &#8216;last stop&#8217; tease.<br />
What drum tease did Carter do in his closing drum solo set?</p>
<p>Dave did a nice job of something old, something new. The new songs need to evolve; drop their pop roots and blossom into some kick ass jams.  Will reserve judgement until the new disc drops and have heard it again this summer.</p>
<p>BTW, this was DMB concert number 25 for me, I think.  26, 27, and 28 already purchased/scheduled. May consider one night of Deer Creek.</p>
<p>Vandy&#8217;s stadium is small, but looks like a fun place to play.  Got serious claustrophobia walking out their tunnel with 20k other people, not moving quickly.  Unnnngh.  Go Commodores!</p>
<p>I think everyone in Tennessee wears sandals. And tank tops. And smiles.</p>
<p>It shouldn&#8217;t surprise me, but it does:  We can all be adults, but go away for a weekend and act like children. In good and bad ways.</p>
<p>I like how every DMB weekend requires brand new bottles of condiments. Somehow I wound up with the mustard and mayo.  See you in Alpine!</p>
<p>(If I missed anything, let me know and I&#8217;ll update the recap.)</p>
]]></content:encoded>
			<wfw:commentRss>http://www-dave.cs.uiuc.edu/wordpress/2009/04/26/dmb-vanderbilt-weekend-recap/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Big Rocks Thursday, IT@IL and the library NSM (1 comment)</title>
		<link>http://www-dave.cs.uiuc.edu/wordpress/2009/04/20/big-rocks-thursday-itil-and-the-library-nsm/</link>
		<comments>http://www-dave.cs.uiuc.edu/wordpress/2009/04/20/big-rocks-thursday-itil-and-the-library-nsm/#comments</comments>
		<pubDate>Mon, 20 Apr 2009 16:23:32 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Big Rocks]]></category>

		<guid isPermaLink="false">http://www-dave.cs.uiuc.edu/wordpress/?p=998</guid>
		<description><![CDATA[In an attempt to stay focused and not allow the urgent-immediate/important things box out consideration of not-urgent but important things, I&#8217;m trying to dedicate Thursday mornings to reading/thinking/considering/writing/pondering.  I might not make every week, but I can at least try.  My management seminars call this &#8220;big rocks&#8221; &#8212; if you fill your bucket [...]]]></description>
			<content:encoded><![CDATA[<p>In an attempt to stay focused and not allow the urgent-immediate/important things box out consideration of not-urgent but important things, I&#8217;m trying to dedicate Thursday mornings to reading/thinking/considering/writing/pondering.  I might not make every week, but I can at least try.  My management seminars call this &#8220;big rocks&#8221; &#8212; if you fill your bucket with small pebbles you&#8217;ll never have room for the big rocks.  Put the big rocks in first and the pebbles will fill in the spaces.  </p>
<p>Through blogging or twittering I&#8217;m going to try to make this social: keep others informed on what I&#8217;m reading, invite discussion, solicit suggestions. Big Rocks could mean anything that helped me in my job, but right now IT governance and remodeling on campus is a big topic, so I&#8217;m starting there.</p>
<p>Last Thursday&#8217;s goal was reviewing the IT@Illinois Concept papers and Chuck&#8217;s Concepts about Concepts white paper.  I only got through the Illinois Tomorrow paper, but I have three pages of typed comments.  (My first week and I&#8217;m already behind.)</p>
<p>This Thursday I might be traveling, so I want to read a few more things ahead of time to ponder in the car.  I hope to get through the rest of the concept papers.</p>
<p>The next goal is to review the Library Service Models: reskimming the Budget+ report from last April about the future of the library, and then reading the <a href="http://www.library.uiuc.edu/nsm/">New Service Models</a> (NSM) Action Plan (April 2009).  I care about the university libraries, as a student and staff member, so this is interesting to me.  But in a larger sense, I see the NSM program as a resource to better understand IT@IL.  Like campus IT, the library was faced with &#8220;do more with less&#8221; and has spent the last two years in a process of evaluation, communication, and now action.  They&#8217;re essentially ahead of the game for what we will face as IT@IL.  What can we learn from their experiences?  How far apart should IT@IL and the library be?  (You probably can already guess my thoughts on this.)</p>
<p>There&#8217;s a talk/discussion on Friday about the Action Plan but I&#8217;ll be out of town.  Will someone go and take notes for me?</p>
<p>IT@IL people: Even if you don&#8217;t read anything about the NSM, check out these three things discussed at the Feb 4, 2009 faculty meeting: <a href="http://www.library.uiuc.edu/nsm/spring2009update.html" title="http://www.library.uiuc.edu/nsm/spring2009update.html" target="_blank">www.library.uiuc.edu/nsm/spring2009update.html</a>.  From the PPT: Guiding Principles: Interdependence, Resilience, Deep engagement in research and teaching communities, Commitment to building strong, responsive collections.  That directly parallels many of the IT@IL concepts.</p>
<p>If any of my library friends are reading this, do you have pointers to any other &#8216;must reads&#8217; that have come out of the library program?  Anything good from the project teams bubble up to the top?</p>
]]></content:encoded>
			<wfw:commentRss>http://www-dave.cs.uiuc.edu/wordpress/2009/04/20/big-rocks-thursday-itil-and-the-library-nsm/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Reason 143 not to use nano for serious editing</title>
		<link>http://www-dave.cs.uiuc.edu/wordpress/2009/04/01/reason-143-not-to-use-nano-for-serious-editing/</link>
		<comments>http://www-dave.cs.uiuc.edu/wordpress/2009/04/01/reason-143-not-to-use-nano-for-serious-editing/#comments</comments>
		<pubDate>Wed, 01 Apr 2009 14:50:24 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www-dave.cs.uiuc.edu/wordpress/?p=992</guid>
		<description><![CDATA[A coworker forwarded this around today:
top - 00:19:39 up 23 days,  1:29,  4 users,  load average: 2.69, 2.38, 1.77
Tasks: 207 total,   2 running, 204 sleeping,   0 stopped,   1 zombie
Cpu(s): 12.6%us,  1.0%sy,  0.0%ni, 77.8%id,  8.5%wa,  0.0%hi,  0.2%si, 0.0%st
Mem:  16432232k total, 16347460k [...]]]></description>
			<content:encoded><![CDATA[<p>A coworker forwarded this around today:</p>
<pre>top - 00:19:39 up 23 days,  1:29,  4 users,  load average: 2.69, 2.38, 1.77
Tasks: 207 total,   2 running, 204 sleeping,   0 stopped,   1 zombie
Cpu(s): 12.6%us,  1.0%sy,  0.0%ni, 77.8%id,  8.5%wa,  0.0%hi,  0.2%si, 0.0%st
Mem:  16432232k total, 16347460k used,    84772k free,   147064k buffers
Swap:  1048568k total,  1048568k used,        0k free,   940724k cached

  PID USER      PR  NI  VIRT  RES  SHR S %CPU %MEM    TIME+  COMMAND
22848 astudent  25   0 14.3g  13g  820 R  100 84.5   1872:33 nano
</pre>
<p>We&#8217;re all a little curious how you can even get nano (aka pico) up to 14 gigs of RAM.  Ick.</p>
]]></content:encoded>
			<wfw:commentRss>http://www-dave.cs.uiuc.edu/wordpress/2009/04/01/reason-143-not-to-use-nano-for-serious-editing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>links for 2009-02-25</title>
		<link>http://www-dave.cs.uiuc.edu/wordpress/2009/02/25/links-for-2009-02-25/</link>
		<comments>http://www-dave.cs.uiuc.edu/wordpress/2009/02/25/links-for-2009-02-25/#comments</comments>
		<pubDate>Thu, 26 Feb 2009 04:06:07 +0000</pubDate>
		<dc:creator>delicious</dc:creator>
				<category><![CDATA[Del.icio.us links]]></category>

		<guid isPermaLink="false">http://www-dave.cs.uiuc.edu/wordpress/2009/02/25/links-for-2009-02-25/</guid>
		<description><![CDATA[

MKDoc.org
(tags: cms)


]]></description>
			<content:encoded><![CDATA[<ul class="delicious">
<li>
<div class="delicious-link"><a href="http://www.mkdoc.org/">MKDoc.org</a></div>
<div class="delicious-tags">(tags: <a href="http://delicious.com/trombonekenny/cms">cms</a>)</div>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www-dave.cs.uiuc.edu/wordpress/2009/02/25/links-for-2009-02-25/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
