]> sipb.mit.edu Git - wiki.git/blob - runninghackathons.mdwn
Welcome page scripts
[wiki.git] / runninghackathons.mdwn
1 leonidg's notes for running a hackathon
2 =======================================
3
4 This is basically just a braindump I made while running Pterohacktyl
5 (2010-06-26).
6
7
8 Before:
9 =======
10
11 Announce the hackathon at the SIPB meetings coming up to it.
12
13 Send out an email to sipb-announce@mit.edu, mentioning date, time,
14 place, name, etc.  Sound excited and enthusiastic.  Add a "tl;dr" for
15 lazy people. They traditionally start 1pm and go until 11pm or so. Any earlier and people don't wake up early enough and the office is lonely. 
16
17 Create a Facebook event.  You probably want to be an administrator of
18 the SIPB Facebook group for this.
19
20 Add it to the SIPB Google Calendar.  You need to get bits for this as
21 well, obviously.
22
23 Advertise the event on your Zephyr class.
24
25 Send a reminder email the day before.
26
27
28 Expenses:
29 =========
30
31 SIPB allocates $150 to a hackathon (assuming approval of the vice-chair).
32 Most of this should be used on
33 food (see below).  If you have extra money, you can be creative.  For
34 Hackasaurus Rex and Velocihacker, we purchased prizes off of ThinkGeek
35 and raffled them off on the hour.  It was reasonably popular.
36
37 You should expect to spend, out of pocket, most of the $150.  You will
38 be reimbursed by SIPB.  Make sure to collect itemized receipts for all
39 purchases and put them in an envelope in the treasurer's drawer
40 ("incoming" folder).
41
42
43 Food:
44 =====
45
46 Purchase snack food at La Verde's.  Two 2-liter bottles of soda, two
47 large bags of chips and two jars of salsa have served us well in the
48 past.  Greg Price also suggests hummus and baby carrots as good
49 alternatives.
50
51 You will also want to purchase dinner food.  Ask around for
52 preferences.  In the past, we have purchased large amounts of Indian
53 food, including 20 mango lassis.  If you call and ask to talk to the
54 manager, you can likely get a small discount.
55
56 (N.B.: Dhesi Daba is not a good choice for cost efficiency reasons.)
57
58 It is generally a good idea to have a good idea what people actually
59 want.  In particular, take note of spiciness and vegetarian
60 preferences.
61
62 You should order food well enough in advance that the restaurant has
63 time to prepare and deliver it by the time you want it, but also not
64 so early that you don't have a good sense of how many people are at
65 the Hackathon and what they want to eat.  Probably around 2-3 PM is
66 the best time.
67
68
69 Technical stuff:
70 ================
71
72 Login script:
73 -------------
74 (Make sure you are on moira group sipb-www, as you will need to create
75 files in that locker).
76
77 For statistical purposes, it is useful to know how many people came to
78 the hackathon.  A simple Python app is available at
79
80     /afs/sipb/project/sipb-www/web_scripts/hackathon-signin/
81     http://sipb.mit.edu/hackathon-signin
82
83 The file
84
85     /afs/sipb/project/sipb-www/web_scripts/hackathon-signin/HACKATHON_NAME
86
87 contains the name of the current Hackathon.  This script will record
88 the users' input in YAML-encoded text in the file
89
90    /afs/sipb/project/sipb-www/web_scripts/hackathon-signin/records.txt
91
92 You can use this file for raffles (for prizes), statistics, spam,
93 stalking, etc.
94
95 Wiki:
96 -----
97
98 After this, you should create relevant pages:
99
100    http://sipb.mit.edu/hackathons/<HACKATHON_NAME>
101       Take a look at, e.g. http://sipb.mit.edu/hackathons/velocihacker/
102       for ideas.  Also, have http://sipb.mit.edu/hackathon and
103       http://sipb.mit.edu/<HACKATHON_NAME> redirect to this page.
104
105    http://sipb.mit.edu/hackathons/<HACKATHON_NAME>/projects This
106       should be a list of projects that are being worked on, including
107       people and locations.  Have an item for "your project here!" or
108       similar.
109
110       Also have http://sipb.mit.edu/<HACKATHON_NAME>/projects redirect
111       there.
112
113 Note that the wiki has no "create page" button, and there is no "edit"
114 button on pages that don't exist.  To create a new page, go directly
115 to
116
117     http://sipb.mit.edu/<NEWPAGENAME>
118
119 and click on the question mark.
120
121 To add a redirect on a page, the wiki code you want is
122
123     [[!meta redir=<DESTINATION>]]
124
125 Zephyr:
126 -------
127
128 Encourage discussion on zephyr, either on -c sipb or 
129 -c $HACKATHON_NAME. Don't spend a bunch of time trying to get people set up on zephyr. Consider asking Matt Goldstien (austein) to set up a gateway from a zephyr class (not -c sipb) to an AIM gateway.
130
131
132 Social stuff:
133 =============
134
135 A hackathon is every bit as much a social event as a technical one, if
136 not more so.  It provides a unique opportunity for people to meet each
137 other and work together in informal environments, and for people to
138 get to know SIPB (and vice-versa).
139
140 As organizer, you should make every effort to talk to new people.
141 Make sure they feel welcome, answer their questions (and ask them
142 some!), and generally try to make sure they are engaged and
143 entertained.  It is very easy, especially near the end, for SIPB
144 regulars to get into a niche and for new people to feel excluded.  Try
145 to make sure that that doesn't happen.
146
147 Someone should try to help people find projects they are interested in.
148 One way to do this is to have enthusiastic happy person who knows whats going on at the door greeting people, asking what their interested are and routing them to the people leading those projects.
149
150 Afterwards:
151 ===========
152
153 In general, it seems that Hackathons end with mostly hardcore SIPB
154 members sticking around the office (which is, of course,
155 understandable).  You should make sure that you clean up the office
156 (if you have to leave early, either clean up before going or delegate
157 someone else to do so).  If you want, you can try to organize a small
158 event (e.g. movie night).  Note that movie nights should not be
159 organized as official, public SIPB events (which the hackathon is) for
160 legal reasons.
161
162 Send a follow-up email, discussing stats, thanking people for coming,
163 etc.  Mention it at the following SIPB meeting.