Spirit of the Hack
Published Oct 29, 2016
Reading time 3 minutes
Hackference Hackathon
Last weekend I was at Hackference! A weekend hack in Birmingham for students and non students sponsored by Algolia, Microsoft, Pusher, Pebble and loads more.
I was in a team with Jamie Tanna and we hacked on CalGolia, a calendar application to find a date you and your friends are free. Inspiration: I’m one of 7 bridesmaids and trying to find a date when we’re all free is ridiculous. All the WhatsApp notifications!!!
We used Algolia’s super fast search because we went to their workshop and it seemed a pretty cool API and a good way to search for the free time. To get the busy times, we took a calendar ics file and parsed it in Python using the iCalendar package which got all the events for each participants calendar into json objects for Algolia. We used flask (a microweb framework) for the frontend and parsed the json calendar objects from algolia and presented it to the frontend.
Josh Dzielak from Algolia was really friendly and when we ran into some trouble with widgets he helped us out and even gave us a couple of free t-shirts at the end! Really good hack swag.
We didn’t quite get the search function working fully - too much fun at dinner time. We had hoped to be able to type, for example, “Friday” and be given a list of the next few Fridays when all participants were free. But hopefully we can continue working on it because I really need this in my life.
This was the most successful hack project I’ve ever done so I was super happy to have contributed a large part of the functionality and that we got most of it working. A long way from the first few hacks I went to where I had no clue where to even start! I think Proactive Paul could tell how happy we were with our hack and awarded us one of the two Spirit of the Hack awards which was some Star Wars Lego!!!
Proactive Paul is my new hero and he gave one of the most inspirational speeches I’ve ever heard at the welcome speeches. #paulForPresident.
The hack was great fun, a really nice atmosphere and the food was great! Massive thanks to all the team who organised, helped and ran the weekend, especially Mike. My top hacks were:
- Silver Haze - a prom dress with sewn in LEDs which could be controlled through your pebble watch
- Freida - Chrome plugin using Microsoft face recognition to click on a face when you’re watching a film to open the actors wikipedia page
- Elsmore - a useful tool to fetch websits and save them locally from the command line
Plus loads more great ideas and presentations.
Despite the rumors it won’t run next year, I really hope it does because I would love to go again.
CalGolia is on GitLab if you’re interested, take a look!