Monday, November 7, 2011

Going From Zero to Revenue During Startup Weekend

This last weekend was filled with the first Startup Weekend Wellington. Well, it was for some competitors, for me it was a few hours getting a minimum viable product up and running, and then wandering around chatting to interesting people. I decided I liked sleeping.

I started the weekend at a bit of a low ebb on energy after a busy week so I decided to join whatever team popped up with the easiest idea to implement. This ended up being "Space Lotto" an idea whose time had clearly come as it collected the most sticker votes in the initial round of sticker voting to pick ideas.

Our initial concern was legal issues. The first lawyer we spoke to said we would probably just need one of those simple sweepstakes questions so we added a requirement that entrants tell us why they wanted to go to space. This lead to one of the highlights of the weekend for me - receiving the following dream:
"Human expansion into space is both an aspirational goal that will inspire and enable innovation, and a necessary step in our evolution as a species. My dream is that we conquer the currently insurmountable distances in the same way we conquered those of the oceans. That this quest unifies the human race in common endeavour, beyond nation state, race and religious distinctions."
For the site to run the competition I went with the lightweight "embed a paypal(not mine) taking Wufoo form into a basic Blogger template" approach. This took less than an hour with the majority of the time being doing a little fiddling with the layout. The same approach would have worked well for a number of other teams to get to revenue in the weekend, I somewhat regret not just wandering around and setting it up for some of them.

With the site "done" early in the weekend I went back to talking to people and watching the money flow in. We managed to get a little over $200 in the bank by the end of the 52 hours and were, as far as I know, the only team to have any revenue inside of the weekend.

Unfortunately, by the time judging rolled around another lawerly type had opined that the space dream question wasn't enough for NZ law. So when a Judge asked, "Where is this legal?" our answer had become something like "We may need to move to Antigua".

Getting something from nothing to revenue in a couple of days was an entertaining experience and really drove home how little you need to do to get people to give you their credit card details. It was also a slightly addictive feeling as I got a little burst of pleasure whenever I got an email from someone with a new sale and their dreams about space. This is probably why dashboards are so good at motivating sales types.

The event itself was well run and gathered lots of great energy. The only issue being that there were other great events happening around the city at the same time. There were some particularly impressive showings  coming out of the more serious teams such as winner's usnap.us, who put together a comparatively polished photo sharing app, and Auti who created a toy for autistic children that I really hope succeeds.

Sunday, August 28, 2011

A Rubyist visits Kiwi Pycon

It's an interesting experience going to a python conference for me, particularly when I was speaking at it as well. I have done some Python, but I'm mainly a Ruby person, which made there being something of a competition going on between the two, at least in the minds of some of the practitioners, all the more entertaining.

It feels very reminiscent of the Emacs VS Vim debate, the languages are so similar that it's really a bit ridiculous the comments that get flung back and forth on occasion. It seems to be the Pythonistas declaiming Ruby though, as I don't notice Rubyists really commenting on python. Apparently the Python people still think ruby is all monkey-patching and crazed metaprogramming, something that I think Ruby has managed to outgrow over the last few years as more people realise it's a bad idea.

Coming out of Kiwi Pycon I think the best thing to do would be for the languages to steal more ideas from each other, they're so similar in capabilities that things seem to transition back and forth very nicely. The web programming talks at Pycon seemed to be lagging about a year and a half behind Ruby in terms of what the new cool thing is, while the more sciencey areas are still where Python is dominant.

Audrey Roy's talk really reminded me of how strong Ruby has become in terms of deployment tools, from capistrano to Chef and Puppet we have some really powerful and well built tools. Unfortunately they're not making their way into Python land as well as they should due to a certain amount of resistance to the language. I hope more python people will try them out though, as they really are very good and it's not the kind of tool where it really matters what language it's in.

I got to hang out with Mark Ramm, who is currently tasked with restoring Sourceforge to its former glory, for a few hours on Friday night and he was a fascinating guy. It sounds like there has been some really good development happening over there in the last few years in terms of building up to being a toolset that really empowers open source. Mark also gave some of the best talks of the conference including an excellent session where he powered on despite the departure of his laptop from the realms of the living.

My talk on the clouds went pretty well. It was a lot higher level than the other talks that had happened so far with only a couple of slides of code. The other morning talks had seemed to follow an "All Code. All The Time" policy and I was a little worried that I'd missed the level of the event, but then there were a bunch more higher level talks later on. I got a decent amount of positive feedback and one guy who came up, looked slightly disappointed, and said, "I thought there would be more python". On balance, I'm pretty happy with that.

I ended up busting out my recently purchased remote for my presentation and also lent it out a couple of times as there wasn't one supplied, which was probably a slight oversight as I think that the speakers using it were able to give much better talks. After borrowing it, Eric Light said it was his first time speaking like this and then proceeded to give a very slick talk on all the ways he managed to screw up contracting out a web development job.

Overall, it was a well run conference and attracted an impressive number of people for a language specific event in NZ and the organisers have my congratulations. I really enjoyed the chance to hear a lot about all the cool but slightly different things that are happening over in python land and I didn't feel like I was hearing mostly things I already knew like I have with some of the more broad conferences I've attended recently.  I would have liked slightly more coffee vouchers.

Sunday, August 7, 2011

Website Launch Checklist

Launch day is one of the scariest and most stressful times in web development. Getting everyone on the same page in terms of what's going to happen and when it's going to happen goes a long way in making the entire process smoother.

Things are less likely to go wrong and people are less likely to start throwing recriminations around if the processes for deployment and dealing with issues are well documented.

The following is a list I've been building up in my notes of some of the things that should be done in preparation for launching a new site or major revamp.


Client/Product Owner 
  • Site and content has been signed off by appropriate people.
  • Any potential downtime and exact release times have been confirmed and communicated to everyone involved. Involved means everything from developers to people in marketing who organised that snazzy TV promo.
  • Everyone knows who's in charge of what and where notifications need to go for any immediate problems. This process is organised with designated communication points so that the deployment team don't get flooded with notifications if things go wrong.


Look and Feel
  • Images have appropriate Alt Text for both accessibility and SEO.
  • Pages have sensible Titles.
    • Pages have Appropriate Meta Tags.
      • Favicon is in place.
      • Friendly error pages, particular 404 and 500 error pages.
      • Contact Us page has appropriate details.
      • Copyright info is in place.
      • Someone has gone through checking for spelling and grammar errors etc.
      • At least some manual testing has occurred to catch any outstanding issues, e.g., weird edge cases or black text on a black background.


      Server Setup
      • Backups are running at appropriate intervals and the steps that are needed to recover using them are documented.
      • Transfer DNS at an appropriate time. Make sure something is in place to handle delays in propagation. 
      • The "www." subdomain is redirecting appropriately, or the reverse if you prefer www. domains
      • Monitoring service is checking site uptime (Pingdom or similar).
      • Something is capturing application errors and reporting them (A service like Airbrake or something better than the default system logging).
      • Deployment process is automated, fast and takes one click or command. You need to be rolling out quickly and any fixes need to be able to go out fast and reliably as well.
      • Set up resource monitoring (Munin or similar).
      • Make sure the site comes back up after power cuts/crashes.
      • Penetration testing if necessary. Level of security testing should be agreed well before launch as it will affect release schedules.

      Dev Tasks
      • Analytics are in place.
      • Larger sites have a sitemap.xml for bots to read.
      • Automated tests are in place. The level of automated testing being used should have been decided early in the project.
      • Testing has occurred across browsers that are being supported. Browser support decisions should have been made at the beginning of the project.
      • Devs know what the expected release load will be and they have resources in place to handle it.
      • The site should be load tested for the expected load. At the very least, it should be checked with reasonable load for any performance anomalies.
      • Set up a robots.txt 
      • Run a website performance tool such as Yslow over the site. 

      Other Tasks
      • Put a catch-all email address on the domain.
      • Wrap-Up and review meeting with the team.
      • Write a case study and/or take some pictures to add the site to your profile.
      • Party

      Did I miss anything? Leave a comment and tell me about it.

      Monday, May 23, 2011

      Reading The Four Steps to the Epiphany

      The Four Steps to the Epiphany
      Steve Blank's the four steps to the epiphany has established itself pretty solidly on the must-read list for entrepreneurs. It's also one of the hardest books in the space to read. Where other authors have spent their  time creating pithy lists and easy to apply snippets of information, Steve has written a book that is dense and not particularly suited to skimming.

      As a book there are all sorts of problems with it: it's self-published in a somewhat inconvenient format, the proof reading is poor, the writing hasn't had a fine tooth applied to it and organisation is such that while sections may be possible to read on their own you'll often miss something that Steve had defined separately in another section. However, the book is full of really good information backed up by a huge amount of experience and good reasoning.  That's why so many start-up people who have read the book recommend it so highly, it talks about the things they do or have done in a practical fashion that's easy to compare to your own endeavors if you can grasp the ideas.

      It's a book that gets easier to read the more time you've spent around start-ups as you start to recognize the occurrences presented in it more easily. But that isn't when it's best to be reading it, you'll get the most benefit by reading it as soon as you possibly can so that you can better recognize the situations it applies to in your company when you hit those problems the first time. Entirely too many people premise their opinion of the book with "I wish I'd read this before my first startup" and entirely too many people say something along the lines of "The first time I picked this book up I put it back down again".

      One of the central and most valuable themes of the book is the idea of market type. Are you in a new, re-segmented or existing market? Many of the sections of the book are broken down into shorter pieces dealing with each market type for that topic. For example, Steve suggests you should enter an existing market with with a direct assault of marketing while a new market requires a much slower grass roots process of convincing people they need the solution at all.

      The breakdown of market types is great and covers a wide variety of differences in how you should work in different markets. Unfortunately, it also encourages a mistake when reading the book, which  is to skip the sections of the book that don't relate to the particular products you're involved in. The book hasn't been written to allow for that though, these small sections remain closely intertwined. When the book examines business development for the first time it defines it in a section regarding existing markets, but it then assumes it for the other markets when it talks abou them.

      There are two sets of ideas to focus on in the book: the iterative customer focussed portion of the customer development model and the collection of smaller topics that appear throughout the book when there's some particular thing that Steve points out.

      The basic customer development model relies on: iteration, metrics and feedback. Throughout the book the models of finding customers and then improving your relationships with them come back to this pattern. Talking to people, recording their responses in a way that aligns with what you business needs to achieve and then updating how you're talking to them and what you're talking to them about until you feel comfortable at that stage. In the early stages of the startup talking means finding out if they like your ideas and respond positively, in later stages it means generating sales at appropriate cost.

      If all you get out of the book is taking an iterative approach to each stage and measuring it then you've easily got your money's worth. But there's a lot more in there, everything from pre-tested strategies for dealing with various types of enterprise sales to working out if you're CEO is still the right fit when you go from startup to business. Indeed, the last chapter covers the rocky time that comes when you find yourself growing past the size that the entrepreneur can control everything and how that can be managed.

      If the thought of reading the whole thing is still too daunting then perhaps the best choice is to only read chapters as you start approaching the stage that they talk about in the company. You'd be better off reading it all at once, but you'll get a lot of value out of reading the relevant bits as well. In addition, Steve suggests that a good mental task is to think about what your competitors  are or could be doing, so if they're at a different stage read up on what they're likely to be facing as well.

      This book isn't an easy read, but it is a valuable one. No matter how hard a book is to read, if it can make the difference between learning some of this stuff by reading versus learning it by having a startup fail then reading is the much more pleasant option. This book is definitely in that category.

      Friday, May 6, 2011

      Code School's Rails Best Practices Review

      The guys at Envy Labs have created a really great new set of learning materials over at Code School.
      I've been teaching some people Rails recently and sitting them down in front of Rails for Zombies really worked for them. The idea of mixing short screencasts with convenient practical exercises has been a great way of teaching and the web based format is really quite slick.

      I wanted to try out some of their stuff myself so I went and bought their Rails Best Practices course. Honestly, the course was a little bit too easy for me, but it was something I wished had existed a couple of years ago when I was just picking up little Rails idioms here and there.  

      Inside of this, the format of very dense screen-casts with quick practical excercises meant that the familiar stuff didn't really get in the way and bore me like a slower intro would have. Overall the full run through took less than two hours effort, while I know newer devs would probably find themselves skipping back and forth between the exercises and the videos.

      While I knew most of it there were a few small things that for some reason I wasn't familiar with. The .presence method for example is a little thing that is easy to miss but has quickly made its way into my everyday coding after having seen it. The usage of delegate is something that I hadn't really been familiar with beforehand but now really like. A couple of other things were also new to me but don't seem so helpful, Memoizable and Nested Layouts come more under this heading.

      The only drawback of the whole thing is the price really. If you're already confident that you've been reading widely on ruby then it might not be quite as worthwhile. But, I wish something like this had existed a few years ago when I was just starting to get deeper into rails. It would have saved me a lot of time. They're also giving away a free Peepcode screencast when you finish now which it a little nicer. There's no shortage of decent Peepcode videos that are worth purchasing after all.

      The thing I'm most excited about is what they're going to do with this platform in the future. It really is a great system and something that I intend to get anyone I come across wanting to learn something to sit down in front of. I'm particularly looking forward to some frontend devs I know sitting down in front of their upcoming Jquery course.

      Sunday, April 3, 2011

      Server setup for Rails Camp NZ

      This is a bit of a dump of the stuff we needed to set up the server and network for Rails Camp NZ. Hopefully it will be of use to others trying to run similar events.

      Taking over the DNS for the network with Dnsmasq

      The first and most important part of setting up the server for Rails Camp is making it serve custom DNS records that let you create seamless copies of websites that rubyists needs access to.


      • Set your router(we used an airport extreme) to point to the server you're going to be using. The server should have a static IP outside the DHCP range being issued.  
      • Setup DNSmasq on the server, this requires telling it IP's for various things. There's a copy of the setup we used which assumes the server has an IP of 10.0.1.201 at https://gist.github.com/901075. We created this by taking Ben Hosking's Babushka recipes and changing values until it worked.
      • Setup up a web server(we used apache) with its default site serving whatever page you want everyone to see first.
      • Serve Rails apps like twetter in the normal way with addresses pointing at the appropriate hosts.

      Creating a Rubygems Mirror

      Gem Mirror used to be  a built in gem command, but it was extracted out into it's own repo due to how rarely it was used. Unfortunately this means it's less well maintained that it once was and a bit more of a pain to set up.

      The gem server will need a decent amount of RAM, more than 2 GB and at least 33 GB of free space to fit all the gems(this amount is growing all the time as more gems are created). We learned about the RAM requirement the hard way as the initial laptop I tried to use failed to index the gems when it ran out of memory while indexing them.

      • Mirror all the gems using rubygems-mirror. I've updated the documentation for this and fixed a bug in the code but I'm waiting for that to be merged in, if it doesn't happen then there are better docs at my fork
      • Once the mirror has finished downloading, run gem generate_index in the folder you sent the gems to(This is where everything will blow up if you don't have enough RAM).
      • Finally, point rubygems.org in your server at the directory you generated the index in.
      • (optionally) Update your server conf so that it will send not-modified messages when people request the gem index, otherwise it'll be sent every time someone does a bundle install.
      Git


      There are various levels of complexity for git setup depending on whether you want to give people write access and how much time you want to spend managing keys.

      The simple stopgap is to put all your git repos you want shared in a directory and run:
      git daemon --base-path=dir --export-all
      Which will cause all the repos under dir to be served by the git daemon, unfortunately this is read only.

      To get write access users will need to use ssh and have their keys added to authorised_keys for a user on the server. You can do this manually or with something like gitosis. We didn't get as far as gitosis for Rails Camp NZ, but I'll look at doing it next time.

      Things to do Next Time

      • Better git access
      • Wiki
      • Host Ruby versions for rvm
      • Ubuntu package mirror

      Wednesday, March 23, 2011

      Rails Camp NZ Wrapup

      Months of planning culminated last weekend in Rails Camp NZ. I first posted to the Rails Camp Google group with the idea in December 2009 so it's been a while to get every one on board and an event actually happening. The event was from my perspective a success with everyone going away happy as far as I can tell. There were a few hiccups in getting things going properly as we don't have as much in the way of experience running Rails Camps in NZ but after a somewhat hectic week leading up to the event and Friday night, most things ran smoothly.

      The weekend saw the development of a number of cool things, particular things I noticed included: a distributed achievement system using bananajour, quite a few Refinery plugins, rornz, a javascript game engine and a game where you click on ruby programmers in questionable swimsuits. It was great to see people being pulled onto things and building into a proper NZ (and AU) rails community.

      We had a good selection of talks including: coffeescript, javascript, engines in 3.1, balsamiq, people who go to SXSW are cooler than you, vim, web servers and  although I think I'd like to look at building a scheduling system for them on the server next time around  so that short talks are handled better than the current system of squares on the whiteboard. Coming prepared with all the stupid mac display adapters will probably also help.

      I didn't really have time to do a lot of sponsor hunting this time around but the two we did have were awesome Ninefold sponsored what turned out to be awesome coffee and 3months helped out with getting wifi gear at the last minute. In the course of the 44 person camp around 400 coffees were made using these coffee machines. I think they can be called a roaring success.
      Coffee thanks to Ninefold
       
      The hardest part of running Rails Camp in terms of getting under way with planning was finding a venue as it's quite a time commitment in the weekend to drive out to various places and find somewhere suitable for us. Camp Kaitoke basically won us over by being the friendliest and promptest with emails and when we saw the place it looked really nice(as a number of people commented at rails camp). Really I think friendliness should be the key factor in picking anything like this, it makes the staff much more friendly, even when they see the first three people show up with three kegs(Henry Collingridge did a great last minute job of organising people who wanted to do a group beer thing).

      We do have a lot of room to grow if we use the venue again as we used the lunch hall for coding and another room for presentations, but there was also another large room and a small room available in other spots if we had wanted to spread out more. The large room we didn't use was particularly notable for having a proper roof mounted project setup, unfortunately the projector was stolen. I'd also have liked to see more use of the gymnasium, the two person game of basketball I fit in was a good way to recover from some of the Sunday morning sleep deprivation, but it's not easy to have pick up games in it as people can't see in from outside the building.

      I do advise others avoid setting their Camp dates for shortly after a national disaster. Having a few people people out or just not sign up because of earthquake pressures was a real pity. Losing the networking gear when I had already relaxed about that area of things was a pain and meant that the number of things sitting on my todo list really close to camp dates got uncomfortably large. It all mostly turned out ok but networking wasn't as tidy as I would have liked it to be.

      Ticketing started off with a bang and then slowed down a lot. There were a couple of months where I was quite worried about us not making enough sales to cover minimums at the venue. They picked up a bit, but I did end up spending a lot of time hunting people down and giving them the hard sell to convince them to come. In general we had a lot less locals than I would have liked. But people went away positive with a lot of other Kiwi's interested in running or helping run the next Rails Camp NZ so I think we're going to grow a decent amount and the event will be able to run a lot more smoothly with more people to spread the organisation around. 

      Given that there shouldn't be a problem with having to pay for extra bunks next time around and that we've proven that we'll get a decent crowd it should be possible to lower ticket prices a bit next time around and to drum up a bit more sponsorship. We only really started looking like we'd definitely have more than 30 people in the last week of sales and it was hard to claim that we were a serious thing with so few people signed up. I'd like to also make a more explicit effort to pull in people who may not be able to afford full priced tickets for whatever reason. A couple of people who were a bit cash-strapped at the time are paying me back when they get the chance, but that only covers people who I was prodding directly.



      Werewolf continues to be a brilliant way to meet people at camp and remember learn people's names. I did a lot of "Who are you?", point, "Yeah, you're the werewolf". Unfortunately Phil Arndt and I played up our roles as lovers a bit too much in one werewolf game and ended up getting paired a lot throughout the weekend to the detriment of our survivability.

      I'm going to do another blog post in the next few days covering all the networking and server stuff as it started off a bit chaotic, though it doesn't seem like many people noticed as Friday night is pretty much beer and meet people time. I'm hoping for the post to also serve as documentation for how to set up this kind of thing in the future without our approach of having a general idea and then changing settings until everything worked.
       
      Ryan Bigg has already written a write-up that covers a lot of what happened at the camp from the perspective of an attendee who pitched in a decent amount as well.

      Monday, March 7, 2011

      Crafting Rails Applications Review

      Jose Valim is well known in the Rails community for writing a lot of code and being on the Rails core team. He's also to blame for Inherited Resources a plugin that I've seen be more horribly misused than any other. He's one of the most qualified people you could get talking about some of the more advanced tricks that are present in Rails these days and Crafting Rails Applications really does cover a lot of ground in intimate detail.

      Crafting Rails Applications: Expert Practices for Everyday Rails Development

      Crafting Rails Applications is a tough book to review, there's a lot of really good information in it that can't be found anywhere else short of reading through the Rails source and trying to work out what's happening. But, anyone who really is going to get a lot out of the book is going to end up reading a lot of the source anyway. A good deal of the information in it will be of more use to people creating plugins and engines than the general run of the mill development people involve themselves in. This may be a reflection of Rails maturing as a framework in that it's starting to really support expert level content being published as books rather than disparate blog posts.

      The book covers a wide array of the new features in Rails 3, but unfortunately it isn't particularly well organised making it difficult to use as a reference book. Much of the book is spent examining the status of various features of the rails rendering stack, this is interesting information and there's use for it when building something like a CMS, but outside of that I can't see it being used for that very much. Indeed, of the topics that are explicitly addressed I have only needed one of them in the past(Building a translation module for kete using mongomapper)

      On the other hand, throughout the book there are lots of little tidbits and functions of Rails that I did appreciate learning and will use in the future. The poor organisation makes this a book to read with a notebook or sticky notes at hand to keep track of things that interest you. And the section of creating custom responders in particular was an interest addition that I'd quite like to try for cleaning up code.

      The book suggested layering custom responders on top of custom renders as a powerful way of tidying things up. That might have been the aim in tying things together but I think for most development shops that would lead to entirely too much magic and the code becoming quite opaque to less experienced developers. Worthwhile if you're writing a plugin that needs the powerful generic solution, but not something I want to see everyone using.

      One particularly useful bit of coverage is Rails engines, they aren't covered in any section in a particularly focused fashion but are used a lot and the demonstration 'Enginex' gem helps with creating them. If you've been wanting to work with engines this is probably the best overview of them that has been published so far, although that is perhaps more of an indictment of current resources than anything else, hopefully some of the upcoming rails books will deal with them more explicitly.

      Is it worth reading? Yes, but there are a lot of other books that you should definitely have read first before this gets to the top of the reading pile. If you're doing a lot of work with plugins or gems, or one of the chapter headings jumps out at you as something you need to do soon, then pick it up with haste. But if it's just on your reading list out of interest then in the Ruby world Metaprogramming Ruby is a more important "advanced" book and I'd also suggest reading more broadly in related technologies before hitting this book.

      Sunday, February 20, 2011

      Webstock 2011

      Webstock is a weird kind of conference. I enjoy it a lot, but it isn't all that practical. I'm impressed by the number of people who convince their jobs to pay for them to go given that it mostly suggests quitting, starting a startup or becoming a musician. There are some more practical talks mixed in there though; they're the ones I enjoy least.

      Frank Chimero opened the conference with a talk about the importance of story in content of any type. And the number of really good talks that were more story than collection of useful cool things really reinforced this message. Unfortunately he says his favourite book is Catcher in the Rye, so I can't approve of him as a person.

      One of the major draws for me at the event this year was Jason Cohen as I've been reading his Smart Bear blog for a couple of years now. He didn't disappoint. Giving a humble tale of his experiences with learning how to do the non-geeky portions of a startup. From dealing with shark-like salesmen trying to join his company and take %50 for his troubles, to learning to sell himself and the misplaced feeling of being in a room where they say, "Hey did you see the big game last night", and know which game it was. Jason is one of the best examples of a successful solo founder who still comes across as completely geeky.

      The best story of Webstock was probably Peter Sunde, the tales of the pirate bay would fit perfectly well in some kind of surrealist novel. Featuring lines such as, "There was a private investigator following Hans for 4 weeks. Saw him once. He doesn't go out much" and "We tried buying a country. It's a thing we do when we're bored". Sunde's story is completely insane and really shows how unique the pirate bay has been in it's place in internet history. Sunde's latest project, flattr is a very interesting answer to the problems that all the record labels raise regarding artists losing money.

      Sunde being there to talk about flattr was particularly well timed as when I asked Amanda Palmer the day before about what she wanted on the internet as a musician, she responded by speaking about the need for some way to perform the equivalent of busking online. Even though her attempt at busking in Wellington only made her a dollar, perhaps not the best endorsement of the business model. She did manage to crowd surf in the middle of civic square though.

      The other speakers were all very good and covered a wide array of information and good stories. With the final talk being Merlin Mann giving a very thoughtful talk about things people are scared of. A surprisingly downbeat talk to end on, but one that really rounded out webstock nicely and made it feel like the talks had been crafted to mesh together better than anyone had probably really intended. It was a good thing that it was to be follow with lots of free alcohol though.

      Wrapping up Webstock with an Amanda Palmer and Jason Webley gig was very successful. They have a surprisingly large number of very geeky tunes that I don't really notice when I'm just listening to their albums at other times. And Amanda Palmer dedicating a performance of Pirate Jenny to Peter Sunde and the Pirate Bay is all kinds of badass.