[BACK]Return to hackathons.html CVS log [TXT][DIR] Up to [local] / www

Annotation of www/hackathons.html, Revision 1.69

1.1       deraadt     1: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
                      2:        "http://www.w3.org/TR/html4/loose.dtd">
                      3: <html>
                      4: <head>
                      5: <title>OpenBSD hackathons</title>
                      6: <meta name="resource-type" content="document">
                      7: <meta name="description" content="the OpenBSD release song hackathon page">
                      8: <meta name="keywords" content="openbsd,ordering">
                      9: <meta name="distribution" content="global">
1.33      lum        10: <meta name="copyright" content="This document copyright 2000-2011 by OpenBSD.">
1.1       deraadt    11: <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
                     12: </head>
                     13:
                     14: <body bgcolor="#ffffff" text="#000000" link="#23238e">
                     15: <a href="index.html"><img alt="[OpenBSD]" height="30" width="141" src="images/smalltitle.gif" border="0"></a>
                     16: <p>
                     17: <h2><font color="#e00000">Hackathons</font></h2><hr>
1.57      deraadt    18:
1.55      deraadt    19: In June of 1999, OpenBSD held the first hackathon.  In the months
                     20: leading up to this, either Theo or Niels Provos had coined this new
                     21: word "hackathon".  A bunch of developers from around the world congregated
                     22: into a house in Calgary, and within the week had the first IPv6 and IPSEC
                     23: stacks completely integrated into an operating system... an industry
                     24: first.. an accidental scrape in a hardwood floor commemorates the event.
1.1       deraadt    25: <p>
1.57      deraadt    26:
1.55      deraadt    27: In succeeding years, the OpenBSD development process has benefited
                     28: greatly from holding more of these events.  In our form, hackathons
                     29: do not have talks, nor a specific schedule.  People will arrive at
                     30: a hackathon to work for a straight stretch of time on the projects
                     31: they wish to, in the same room as the people who they need to talk
                     32: to about their ideas.  Hackathons are about writing code.  At hackathons
                     33: there is an attempt to get new changes into the source tree quickly.
1.1       deraadt    34: Since people from many different timezones are in the same room,
                     35: development is almost around the clock.  Developers sometimes joke
                     36: about returning home without jet-lag.
                     37: <p>
                     38:
1.55      deraadt    39: Hackathons attendees come by invitation only.  Some new people in
                     40: the community who show promise are sometimes invited to see if they
                     41: have what it takes.  However, hackathons are not developer training
                     42: events.
1.1       deraadt    43: <p>
                     44:
1.60      deraadt    45: The event space and accommodation is typically funded by
1.65      deraadt    46: <a href="donations.html">donations to the OpenBSD Project</a>, or
1.60      deraadt    47: by the <a href="http://www.openbsdfoundation.org">OpenBSD Foundation</a>,
                     48: however most developers pay for their own travel.  The facilities
                     49: are always chosen to be highly economical; generally near Universities
                     50: or in cheaper locales.  If anyone wants to help us <b>FUND ONE OF THESE
                     51: EVENTS OR A DEVELOPER'S TRAVEL</b>, please contact Theo de Raadt (who
                     52: generally has the most knowledge about upcoming options).  General
                     53: financing is more interesting, but we will entertain offers for free
                     54: locations as well.
1.57      deraadt    55: <p>
1.1       deraadt    56:
                     57: Here are some details about past and future events, also showing
                     58: a part of the artwork from the event T-shirt (if there was one made).
1.64      deraadt    59: The shirts are only given to people who attend the event, and are
1.1       deraadt    60: worn with pride.  Every shirt contains at least one developer in-joke,
                     61: so don't worry if you can't understand the shirt.  Just enjoy them.
                     62: <p>
                     63:
1.61      deraadt    64: <table width=1080>
1.63      deraadt    65: </tr><tr><td bgcolor="#000000" colspan="3"></td>
                     66: </tr><tr valign="top">
1.1       deraadt    67: <td>
1.69    ! deraadt    68:     <a id="n2k14" href="images/hackathons/n2k14.gif">
1.65      deraadt    69:     <img src="images/hackathons/n2k14-s.gif"></a><br>
                     70:     n2k14: mini hackathon<br>
                     71:     Jan 18 - 25, 2014<br>
                     72:     Dunedin, New Zealand<br>
                     73:     15 developers<br>
                     74:     Funded by <a href=http://www.foretell.ca>ForeTell Technologies</a>
                     75:     and the support of <a href="http://www.otago.ac.nz">University of Otago</a>.
                     76: </td>
                     77: <td>
1.63      deraadt    78:     <a id="b2k13" href="images/hackathons/b2k13.gif">
                     79:     <img src="images/hackathons/b2k13-s.gif"></a><br>
                     80:     b2k13: mini hackathon<br>
                     81:     Oct 17 - 21, 2013<br>
                     82:     Berlin, Germany<br>
                     83:     21 developers<br>
1.68      deraadt    84:     Funded by <a href=http://www.openbsdfoundation.org>The OpenBSD Foundation</a>
1.63      deraadt    85:     and the support of <a href="http://www.in-berlin.de">IN-Berlin</a>.
1.1       deraadt    86: </td>
                     87: <td>
1.63      deraadt    88:     <a id="t2k13" href="images/hackathons/t2k13.jpg">
                     89:     <img src="images/hackathons/t2k13-s.gif"></a><br>
                     90:     t2k13: general hackathon<br>
                     91:     May 29 - Jun 5, 2013<br>
                     92:     Toronto, Canada<br>
                     93:     43 developers<br>
                     94:     Funded by <a href=http://www.openbsdfoundation.org>The OpenBSD Foundation</a>
                     95:     and the support of <a href="http://www.utoronto.ca">University of Toronto</a>.
1.1       deraadt    96: </td>
1.65      deraadt    97: </tr><tr><td bgcolor="#000000" colspan="3"></td>
                     98: </tr><tr valign="top">
1.1       deraadt    99: <td>
1.63      deraadt   100:     <a id="n2k13" href="images/hackathons/n2k13.gif">
                    101:     <img src="images/hackathons/n2k13-s.gif"></a><br>
                    102:     n2k13: network hackathon<br>
                    103:     Jan 13 - 19, 2013<br>
                    104:     Dunedin, New Zealand<br>
                    105:     17 developers<br>
                    106:     Funded by <a href=http://www.openbsdfoundation.org>The OpenBSD Foundation</a>
                    107:     and the support of <a href="http://www.otago.ac.nz">University of Otago</a>.
1.1       deraadt   108: </td>
                    109: <td>
1.63      deraadt   110:     <a id="c2k12" href="images/hackathons/c2k12.gif">
                    111:     <img src="images/hackathons/c2k12-s.gif"></a><br>
                    112:     c2k12: coimbra hackathon<br>
                    113:     Nov 14 - 20, 2012<br>
                    114:     Coimbra, Portugal<br>
                    115:     10 developers<br>
                    116:     Funded by <a href=http://www.openbsdfoundation.org>The OpenBSD Foundation</a>
                    117:     and the support of <a href="http://www.uc.pt">University of Coimbra</a>.
1.1       deraadt   118: </td>
                    119: <td>
1.63      deraadt   120:     <a id="p2k12" href="images/hackathons/p2k12.gif">
                    121:     <img src="images/hackathons/p2k12-s.gif"></a><br>
                    122:     p2k12: ports hackathon<br>
                    123:     Oct 8 - 13, 2012<br>
                    124:     Budapest, Hungary,<br>
                    125:     9 developers<br>
1.65      deraadt   126:     Funded by <a href=http://www.openbsd.org/donations.html>donations to
                    127:     The OpenBSD Project</a>.
1.1       deraadt   128: </td>
1.65      deraadt   129: </tr><tr><td bgcolor="#000000" colspan="3"></td>
                    130: </tr><tr valign="top">
1.1       deraadt   131: <td>
1.63      deraadt   132:     <a id="n2k12" href="images/hackathons/n2k12.gif">
                    133:     <img src="images/hackathons/n2k12-s.gif"></a><br>
                    134:     n2k12: network hackathon<br>
                    135:     Sep 17 - 21, 2012<br>
                    136:     Starnberg, Germany,<br>
                    137:     23 developers<br>
                    138:     Funded by <a href=http://www.genua.de>GeNUA</a>.
1.1       deraadt   139: </td>
                    140: <td>
1.63      deraadt   141:     <a id="g2k12" href="images/hackathons/g2k12.gif">
                    142:     <img src="images/hackathons/g2k12-s.gif"></a><br>
                    143:     g2k12: general hackathon<br>
                    144:     Jul 7 - 14, 2012<br>
                    145:     Budapest, Hungary<br>
                    146:     41 developers<br>
                    147:     Funded by <a href=http://www.openbsdfoundation.org>The OpenBSD Foundation</a>.
1.1       deraadt   148: </td>
                    149: <td>
1.63      deraadt   150:     <a id="r2k12" href="images/hackathons/r2k12.gif">
                    151:     <img src="images/hackathons/r2k12-s.gif"></a><br>
                    152:     r2k12: rthreads hackathon<br>
                    153:     Apr 10 - 14, 2012<br>
                    154:     Paris, France<br>
                    155:     16 developers<br>
                    156:     Funded by <a href=http://www.openbsdfoundation.org>The OpenBSD Foundation</a>
                    157:     and support of <a href="http://www.ihp.fr">Institute Henri Poincaré</a> and
                    158:     <a href="http://www.u-psud.fr"</a>Paris-Sud University</a>.
1.1       deraadt   159: </td>
1.65      deraadt   160: </td></tr><tr><td bgcolor="#000000" colspan="3"></td>
                    161: </tr><tr valign="top">
1.1       deraadt   162: <td>
1.63      deraadt   163:     <a id="p2k11" href="images/hackathons/p2k11.gif">
                    164:     <img src="images/hackathons/p2k11-s.gif"></a><br>
                    165:     p2k11: Ports hackathon<br>
                    166:     Nov 12 - 18, 2011<br>
                    167:     Budapest, Hungary<br>
                    168:     15 developers<br>
1.65      deraadt   169:     Funded by <a href=http://www.openbsd.org/donations.html>donations to
                    170:     the OpenBSD Project</a>.
1.1       deraadt   171: </td>
                    172: <td>
1.63      deraadt   173:     <a id="a2k11" href="images/hackathons/a2k11.gif">
                    174:     <img src="images/hackathons/a2k11-s.gif"></a><br>
                    175:     a2k11: ARM hackathon<br>
                    176:     Nov 5 - 12, 2011<br>
                    177:     Coimbra, Portugal<br>
                    178:     8 developers<br>
                    179:     Funded by <a href=http://www.openbsdfoundation.org>The OpenBSD Foundation</a>
                    180:     and the support of <a href="http://www.uc.pt">University of Coimbra</a>.
1.1       deraadt   181: </td>
                    182: <td>
1.63      deraadt   183:     <a id="s2k11" href="images/hackathons/s2k11.jpg">
                    184:     <img src="images/hackathons/s2k11-s.gif"></a><br>
                    185:     s2k11: General hackathon<br>
                    186:     Sep 16 - 23, 2011<br>
                    187:     Ljubljana, Slovenia<br>
                    188:     25 developers<br>
                    189:     Funded by <a href=http://www.openbsdfoundation.org>The OpenBSD Foundation</a>
1.66      naddy     190:     and the support of Mitja Mu&#382;eni&#269;.
1.1       deraadt   191: </td>
1.65      deraadt   192: </tr><tr><td bgcolor="#000000" colspan="3"></td>
                    193: </tr><tr valign="top">
1.1       deraadt   194: <td>
1.63      deraadt   195:     <a id="c2k11" href="images/hackathons/c2k11.gif">
                    196:     <img src="images/hackathons/c2k11-s.gif"></a><br>
                    197:     c2k11: General hackathon<br>
                    198:     Jul 2 - 9, 2011<br>
                    199:     Edmonton, Alberta, Canada<br>
                    200:     36 developers<br>
                    201:     Funded by <a href=http://www.openbsdfoundation.org>The OpenBSD Foundation</a>.
1.1       deraadt   202: </td>
                    203: <td>
1.63      deraadt   204:     <a id="k2k11" href="images/hackathons/k2k11.jpg">
                    205:     <img src="images/hackathons/k2k11-s.gif"></a><br>
                    206:     k2k11: Kernel hackathon<br>
                    207:     Apr 1 - 7, 2011<br>
                    208:     Hafnarfjordur, Iceland<br>
                    209:     15 developers<br>
                    210:     Funded by <a href=http://www.openbsdfoundation.org>The OpenBSD Foundation</a>.
1.1       deraadt   211: </td>
                    212: <td>
1.63      deraadt   213:     <a id="p2k10" href="images/hackathons/p2k10.gif">
                    214:     <img src="images/hackathons/p2k10-s.gif"></a><br>
                    215:     p2k10: Ports hackathon<br>
                    216:     Oct 23 - 29, 2010<br>
1.1       deraadt   217:     Budapest, Hungary<br>
1.63      deraadt   218:     19 developers<br>
1.65      deraadt   219:     Funded by <a href=http://www.openbsd.org/donations.html>donations to
                    220:     the OpenBSD Project</a>.
1.1       deraadt   221: </td>
1.65      deraadt   222: </tr><tr><td bgcolor="#000000" colspan="3"></td>
                    223: </tr><tr valign="top">
1.1       deraadt   224: <td>
1.63      deraadt   225:     <a id="j2k10" href="images/hackathons/j2k10.gif">
                    226:     <img src="images/hackathons/j2k10-s.gif"></a><br>
                    227:     j2k10: mini-hackathon in Japan<br>
                    228:     Sep 19 - 25, 2010<br>
                    229:     Akiyamago, Sakae Mura, Nagano, Japan<br>
                    230:     19 developers<br>
                    231: </td>
                    232: <td>
                    233:     <a id="c2k10" href="images/hackathons/c2k10.gif">
                    234:     <img src="images/hackathons/c2k10-s.gif"></a><br>
                    235:     c2k10: General hackathon<br>
                    236:     Jun 25 - Jul 3, 2010<br>
                    237:     Edmonton, Alberta<br>
                    238:     46 developers<br>
                    239:     Funded by <a href=http://www.openbsdfoundation.org>The OpenBSD Foundation</a>.
                    240: </td>
                    241: <td>
1.65      deraadt   242:     <br>
                    243:     <br>
1.63      deraadt   244:     <a id="n2k10" href="images/hackathons/n2k10.gif">
                    245:     <img src="images/hackathons/n2k10-s.gif"></a><br>
                    246:     <br>
                    247:     <br>
                    248:     <br>
                    249:     <br>
1.65      deraadt   250:     <br>
1.63      deraadt   251:     n2k10: Network hackathon<br>
                    252:     Jan 9 - 15, 2010<br>
                    253:     Melbourne, Australia<br>
                    254:     17 developers<br>
                    255:     Funded by <a href=http://www.openbsdfoundation.org>The OpenBSD Foundation</a>
1.64      deraadt   256:     and support of
1.63      deraadt   257:     <a href="http://vpac.org">Victorian Partnership for Advanced Computing</a>
                    258: </td>
1.65      deraadt   259: </tr><tr><td bgcolor="#000000" colspan="3"></td>
                    260: </tr><tr valign="top">
1.63      deraadt   261: <td>
                    262:     <a id="h2k9" href="images/hackathons/h2k9.gif">
                    263:     <img src="images/hackathons/h2k9-s.gif"></a><br>
                    264:     h2k9: Hardware hackathon<br>
                    265:     Nov 21 - 27, 2009<br>
1.3       deraadt   266:     Coimbra, Portugal<br>
1.63      deraadt   267:     15 developers<br>
1.65      deraadt   268:     Funded by <a href=http://www.openbsd.org/donations.html>donations to
                    269:     the OpenBSD Project</a>
1.62      deraadt   270:     and the support of <a href="http://www.uc.pt">University of Coimbra</a>.
1.63      deraadt   271: </td>
1.1       deraadt   272: <td>
1.63      deraadt   273:     <a id="p2k9" href="images/hackathons/p2k9.gif">
                    274:     <img src="images/hackathons/p2k9-s.gif"></a><br>
                    275:     p2k9: Ports hackathon<br>
                    276:     Oct 9 - 16, 2009<br>
                    277:     Budapest, Hungary<br>
1.6       deraadt   278:     14 developers<br>
1.65      deraadt   279:     Funded by <a href=http://www.openbsd.org/donations.html>donations to
                    280:     the OpenBSD Project</a>.
1.11      deraadt   281: </td>
1.1       deraadt   282: <td>
1.63      deraadt   283:     <a id="f2k9" href="images/hackathons/f2k9.gif">
                    284:     <img src="images/hackathons/f2k9-s.gif"></a><br>
                    285:     f2k9: Filesystem/uvm hackathon<br>
                    286:     Aug 7 - 14, 2009<br>
                    287:     Stockholm, Sweden<br>
                    288:     14 developers<br>
                    289:     Funded by <a href="https://www.iis.se/english/">.se Foundation</a>.
1.8       jasper    290: </td>
1.65      deraadt   291: </tr><tr><td bgcolor="#000000" colspan="3"></td>
                    292: </tr><tr valign="top">
1.8       jasper    293: <td>
1.63      deraadt   294:     <a id="c2k9" href="images/hackathons/c2k9.gif">
                    295:     <img src="images/hackathons/c2k9-s.gif"></a><br>
                    296:     c2k9: General hackathon<br>
                    297:     May 30 - Jun 7, 2009<br>
                    298:     Edmonton, Alberta<br>
                    299:     46 developers<br>
1.65      deraadt   300:     Funded by <a href=http://www.openbsd.org/donations.html>donations to
                    301:     the OpenBSD Project</a>.
1.63      deraadt   302: </td>
1.10      deraadt   303: <td>
1.63      deraadt   304:     <a id="n2k9" href="images/hackathons/n2k9.gif">
                    305:     <img src="images/hackathons/n2k9-s.gif"></a><br>
                    306:     n2k9: Network hackathon<br>
                    307:     Jan 26 - 30, 2009<br>
                    308:     Basel, Switzerland<br>
                    309:     19 developers<br>
                    310: </td>
                    311: <td>
                    312:     <a id="h2k8" href="images/hackathons/h2k8.gif">
                    313:     <img src="images/hackathons/h2k8-s.gif"></a><br>
                    314:     h2k8: Hardware hackathon<br>
                    315:     Nov 20 - 27, 2008<br>
1.10      deraadt   316:     Coimbra, Portugal<br>
1.63      deraadt   317:     18 developers<br>
1.65      deraadt   318:     Funded by <a href=http://www.openbsd.org/donations.html>donations to
                    319:     the OpenBSD Project</a>
1.62      deraadt   320:     and the support of <a href="http://www.uc.pt">University of Coimbra</a>.
1.65      deraadt   321: </td>
                    322: </tr><tr><td bgcolor="#000000" colspan="3"></td>
                    323: </tr><tr valign="top">
1.11      deraadt   324: <td>
1.63      deraadt   325:     <a id="p2k8" href="images/hackathons/p2k8.gif">
                    326:     <img src="images/hackathons/p2k8-s.gif"></a><br>
                    327:     p2k8: Ports hackathon<br>
                    328:     Oct 24 - 31, 2008<br>
                    329:     Budapest, Hungary<br>
                    330:     13 developers<br>
1.65      deraadt   331:     Funded by <a href=http://www.openbsd.org/donations.html>donations to
                    332:     the OpenBSD Project</a>.
1.11      deraadt   333: </td>
                    334: <td>
1.14      deraadt   335:     <a id="c2k8" href="images/hackathons/c2k8.gif">
                    336:     <img src="images/hackathons/c2k8-s.gif"></a><br>
1.11      deraadt   337:     c2k8: General hackathon<br>
1.14      deraadt   338:     June 6-15, 2008<br>
                    339:     Edmonton, Alberta<br>
                    340:     55 developers<br>
1.59      deraadt   341:     Funded by <a href=http://www.openbsdfoundation.org>The OpenBSD Foundation</a>.
1.63      deraadt   342: </td>
1.15      deraadt   343: <td>
1.63      deraadt   344:     <a id="n2k8" href="images/hackathons/n2k8.gif">
                    345:     <img src="images/hackathons/n2k8-s.gif"></a><br>
                    346:     n2k8: Network hackathon<br>
                    347:     May 5-10, 2008<br>
                    348:     Ito, Japan<br>
                    349:     18 developers<br>
1.65      deraadt   350:     Funded by <a href=http://www.openbsd.org/donations.html>donations to
                    351:     the OpenBSD Project</a> and Mark Uemura.
1.17      deraadt   352: </td>
1.65      deraadt   353: </tr><tr><td bgcolor="#000000" colspan="3"></td>
                    354: </tr><tr valign="top">
1.17      deraadt   355: <td>
1.63      deraadt   356:     <a id="h2k7" href="images/hackathons/h2k7.gif">
                    357:     <img src="images/hackathons/h2k7-s.gif"></a><br>
                    358:     h2k7: Hardware hackathon<br>
                    359:     Nov 22 - 29, 2007<br>
1.17      deraadt   360:     Coimbra, Portugal<br>
1.63      deraadt   361:     11 developers<br>
1.65      deraadt   362:     Funded by <a href=http://www.openbsd.org/donations.html>donations to
                    363:     the OpenBSD Project</a>
1.62      deraadt   364:     and the support of <a href="http://www.uc.pt">University of Coimbra</a>.
1.63      deraadt   365: </td>
1.20      deraadt   366: <td>
1.63      deraadt   367:     <a id="p2k7" href="images/hackathons/p2k7.gif">
                    368:     <img src="images/hackathons/p2k7-s.gif"></a><br>
                    369:     p2k7: Focused on ports<br>
                    370:     Oct 22 - 28, 2007<br>
                    371:     Budapest, Hungary<br>
                    372:     13 developers<br>
1.65      deraadt   373:     Funded by <a href=http://www.openbsd.org/donations.html>donations to
                    374:     the OpenBSD Project</a>.
1.21      deraadt   375: </td>
                    376: <td>
1.63      deraadt   377:     <a id="c2k7" href="images/hackathons/c2k7.gif">
                    378:     <img src="images/hackathons/c2k7-s.gif"></a><br>
                    379:     c2k7: General hackathon<br>
                    380:     May 25 - Jun 2, 2007<br>
                    381:     Calgary, Alberta<br>
                    382:     50 developers<br>
1.65      deraadt   383:     Funded by <a href=http://www.openbsd.org/donations.html>donations to
                    384:     the OpenBSD Project</a>.
1.22      deraadt   385: </td>
1.65      deraadt   386: </tr><tr><td bgcolor="#000000" colspan="3"></td>
                    387: </tr><tr valign="top">
1.22      deraadt   388: <td>
1.63      deraadt   389:     <a id="f2k7" href="images/hackathons/f2k7.gif">
                    390:     <img src="images/hackathons/f2k7-s.gif"></a><br>
                    391:     f2k7: Focused on Filesystems<br>
                    392:     Apr 10 - 15, 2007<br>
                    393:     Vienna, Austria<br>
1.22      deraadt   394:     14 developers<br>
1.65      deraadt   395:     Funded by <a href=http://www.openbsd.org/donations.html>donations to
                    396:     the OpenBSD Project</a>.
1.63      deraadt   397: </td>
1.23      deraadt   398: <td>
1.63      deraadt   399:     <a id="h2k6" href="images/hackathons/h2k6.gif">
                    400:     <img src="images/hackathons/h2k6-s.gif"></a><br>
                    401:     h2k6: Focused on drivers for hardware<br>
                    402:     Nov 25 - 30, 2006<br>
1.23      deraadt   403:     Coimbra, Portugal<br>
1.63      deraadt   404:     14 developers<br>
1.65      deraadt   405:     Funded by <a href=http://www.openbsd.org/donations.html>donations to
                    406:     the OpenBSD Project</a>
1.62      deraadt   407:     and the support of <a href="http://www.uc.pt">University of Coimbra</a>.
1.24      deraadt   408: </td>
                    409: <td>
1.63      deraadt   410:     <a id="p2k6" href="images/hackathons/p2k6.gif">
                    411:     <img src="images/hackathons/p2k6-s.gif"></a><br>
                    412:     p2k6: Focused on ports<br>
                    413:     Oct 18 - 22, 2006<br>
                    414:     Budapest, Hungary<br>
                    415:     14 developers<br>
1.65      deraadt   416:     Funded by <a href=http://www.openbsd.org/donations.html>donations to
                    417:     the OpenBSD Project</a>.
1.27      deraadt   418: </td>
1.65      deraadt   419: </tr><tr><td bgcolor="#000000" colspan="3"></td>
                    420: </tr><tr valign="top">
1.27      deraadt   421: <td>
1.63      deraadt   422:     <a id="k2k6" href="images/hackathons/k2k6.gif">
                    423:     <img src="images/hackathons/k2k6-s.gif"></a><br>
                    424:     k2k6: Focused on IPSEC and IKE<br>
                    425:     Aug 28 - Sep 1, 2006<br>
                    426:     Schloss Kransberg, Germany<br>
                    427:     14 developers<br>
                    428: </td>
1.28      deraadt   429: <td>
1.63      deraadt   430:     <a id="r2k6" href="images/hackathons/r2k6.gif">
                    431:     <img src="images/hackathons/r2k6-s.gif"></a><br>
                    432:     r2k6: Focused on network routing<br>
                    433:     Jun 14 - 18, 2006<br>
                    434:     Hamburg, Germany<br>
                    435:     6 developers<br>
1.64      deraadt   436:     Support of Henning Brauer.
1.30      deraadt   437: </td>
                    438: <td>
1.63      deraadt   439:     <a id="c2k6" href="images/hackathons/c2k6.gif">
                    440:     <img src="images/hackathons/c2k6-s.gif"></a><br>
                    441:     c2k6: General hackathon<br>
                    442:     May 21 - 29, 2006<br>
                    443:     Calgary, Alberta<br>
                    444:     47 developers<br>
1.65      deraadt   445:     Funded by <a href=http://www.openbsd.org/donations.html>donations to
                    446:     the OpenBSD Project</a>.
1.32      deraadt   447: </td>
1.65      deraadt   448: </tr><tr><td bgcolor="#000000" colspan="3"></td>
                    449: </tr><tr valign="top">
1.32      deraadt   450: <td>
1.63      deraadt   451:     <a id="v2k5" href="images/hackathons/v2k5.gif">
                    452:     <img src="images/hackathons/v2k5-s.gif"></a><br>
                    453:     v2k5: Focused on ports<br>
                    454:     Nov 1 - 4, 2005<br>
                    455:     San Servolo, Venice, Italy<br>
                    456:     12 developers<br>
1.65      deraadt   457:     Funded by <a href=http://www.openbsd.org/donations.html>donations to
                    458:     the OpenBSD Project</a>.
1.63      deraadt   459: </td>
1.34      deraadt   460: <td>
1.63      deraadt   461:     <a id="c2k5" href="images/hackathons/c2k5.gif">
                    462:     <img src="images/hackathons/c2k5-s.gif"></a><br>
                    463:     c2k5: General hackathon<br>
                    464:     May 21 - 28, 2005<br>
                    465:     Calgary, Alberta<br>
                    466:     60 developers<br>
1.65      deraadt   467:     Funded by <a href=http://www.openbsd.org/donations.html>donations to
                    468:     the OpenBSD Project</a>.
1.35      deraadt   469: </td>
                    470: <td>
1.63      deraadt   471:     <a id="c2k4" href="images/hackathons/c2k4.gif">
                    472:     <img src="images/hackathons/c2k4-s.gif"></a><br>
                    473:     c2k4: General hackathon<br>
                    474:     Jun 19 - 26, 2004<br>
                    475:     Calgary, Alberta<br>
                    476:     46 developers<br>
1.65      deraadt   477:     Funded by <a href=http://www.openbsd.org/donations.html>donations to
                    478:     the OpenBSD Project</a>.
1.41      deraadt   479: </td>
1.65      deraadt   480: </tr><tr><td bgcolor="#000000" colspan="3"></td>
                    481: </tr><tr valign="top">
1.41      deraadt   482: <td>
1.63      deraadt   483:     <a id="pf2k4" href="images/hackathons/pf2k4.gif">
                    484:     <img src="images/hackathons/pf2k4-s.gif"></a><br>
                    485:     pf2k4: Focused on pf development<br>
                    486:     Apr 24 - 28, 2004<br>
                    487:     Sechelt, BC<br>
                    488:     12 developers<br>
1.64      deraadt   489:     Support of Ryan McBride.
1.43      deraadt   490: </td>
1.45      deraadt   491: <td>
1.63      deraadt   492:     <a id="c2k3" href="images/hackathons/c2k3.gif">
                    493:     <img src="images/hackathons/c2k3-s.gif"></a><br>
                    494:     c2k3: General hackathon<br>
                    495:     May 8 - 20, 2003<br>
                    496:     Calgary, Alberta<br>
                    497:     51 developers<br>
1.64      deraadt   498:     Funded by <a href="https://www.nlnetlabs.nl">NLnet</a>
                    499:     (after DARPA pulled out their support).
1.45      deraadt   500: </td>
1.48      robert    501: <td>
1.63      deraadt   502:     <a id="c2k2" href="images/hackathons/c2k2.gif">
                    503:     <img src="images/hackathons/c2k2-s.gif"></a><br>
                    504:     c2k2: General hackathon<br>
                    505:     Jun 4 - 12, 2002<br>
                    506:     Calgary, Alberta<br>
                    507:     42 developers<br>
                    508:     Funded by DARPA.
1.48      robert    509: </td>
1.65      deraadt   510: </tr><tr><td bgcolor="#000000" colspan="3"></td>
                    511: </tr><tr valign="top">
1.49      deraadt   512: <td>
1.63      deraadt   513:     <a id="c2k1-2"/>
                    514:     <font color="#e00000">[No shirt was made for this event]</font><br>
                    515:     c2k1-2: Focused on sparc64<br>
                    516:     Aug 17 - 20, 2001<br>
                    517:     Washington, DC<br>
1.64      deraadt   518:     Funded by DARPA with support of <a href="http://www.usenix.org">USENIX</a>.
1.49      deraadt   519: </td>
1.52      deraadt   520: <td>
1.63      deraadt   521:     <a id="c2k1"/>
                    522:     <font color="#e00000">[No shirt was made for this event]</font><br>
                    523:     c2k1: Birth of PF<br>
                    524:     Jun 21 - 26, 2001<br>
                    525:     Cambridge, Massachusetts<br>
                    526:     25 developers<br>
                    527:     Funded by DARPA with the support of <a href="http://www.mit.edu">MIT</a>.
1.52      deraadt   528: </td>
1.53      deraadt   529: <td>
1.63      deraadt   530:     <a id="c2k"/>
                    531:     <font color="#e00000">[No shirt was made for this event]</font><br>
                    532:     c2k: General hackathon<br>
                    533:     Jun 15 - 18, 2000<br>
                    534:     Calgary, Alberta<br>
                    535:     18 developers<br>
1.65      deraadt   536:     Funded by <a href=http://www.openbsd.org/donations.html>donations to
                    537:     the OpenBSD Project</a>.
1.53      deraadt   538: </td>
1.65      deraadt   539: <tr><td bgcolor="#000000" colspan="3"></td>
                    540: <tr valign="top">
1.54      benno     541: <td>
1.63      deraadt   542:     <a id="c99"/>
                    543:     <font color="#e00000">[No shirt was made for this event]</font><br>
                    544:     c99: Focused on IPSEC<br>
                    545:     Jun 4 - 6, 1999<br>
                    546:     Calgary, Alberta<br>
                    547:     10 developers<br>
                    548:     Funded by Theo de Raadt.
1.54      benno     549: </td>
1.52      deraadt   550: </tr><tr><td bgcolor="#000000" colspan="3"></td>
1.39      phessler  551: </tr></table>
1.9       jasper    552: <br>
                    553:
1.53      deraadt   554: Most tshirt concepts designed by artist with Theo de Raadt or Bob Beck.<br>
1.65      deraadt   555: v2k5, c2k6, r2k6, k2k6, p2k6, h2k6, f2k7, c2k7, p2k7, h2k7, n2k8, c2k8, p2k8, h2k8, n2k9,<br>c2k9, f2k9, p2k9, h2k9, c2k10, j2k10, p2k10, c2k11, s2k11, a2k11, p2k11 drawn by Ty Semaka.<br>
1.29      deraadt   556: pf2k4, c2k4, and c2k5 drawn by David Woloschuk.<br>
                    557: n2k10 drawn by Theo de Raadt, refined by Ty Semaka.<br>
1.31      fkr       558: c2k10, j2k10, and p2k10 drawn by Damon Mlekuz.<br>
1.47      halex     559: k2k11 drawn by Bret Lambert.<br>
1.65      deraadt   560: r2k12, g2k12, n2k12, b2k13, n2k14 drawn by Markus Hall.<br>
1.48      robert    561: p2k12 drawn by Bidon Mickael aka Mogmi.<br>
1.50      deraadt   562: c2k12 drawn by Theo de Raadt.<br>
1.52      deraadt   563: n2k13 is a purchased shirt, with an annotation added.<br>
1.53      deraadt   564: t2k13 drawn by Brett Knowles.<br>
1.1       deraadt   565:
                    566: </body>
                    567: </html>