Live data from Hacker News

Ask HN: What is your most impressive hackathon project?

news.ycombinator.com

1–10 of 89 posts

Re: Ask HN: What is your most impressive hackathon project?

#3
I have been to couple of hackathons. My second favorite is

WikiNomad: https://play.google.com/store/apps/details?id=com.wikinomad , https://www.wikinomad.com

I improved on this after the hackathon too.

My personal favorite was predicting depression before it occurs in a person using just his cellphone. We worked on Stanford thesis that was able to predict depression based on the number of wifi points a user connected to variances to the wifi points.

We increased the data points to GPS, wake times, bluetooth connections, text sentiment analysis and amount of facebook + instagram apps usage and using neural networks trained to classify a user as depressed with a probability value.

Re: Ask HN: What is your most impressive hackathon project?

#5
In general hackathons are based on the idea of programming as producing objects/products/services (which all decay over time), rather than seeing programming as the act of codifying understanding of a formal (or informal) system into an executable representation (which its users continue updating to match their mental model for as long as they find it useful). The purpose of many hackathons being "build apps/widgets on top of our service for us!" presupposes the former view.

Looking at programming this way is harmful to all of us (because it encourages us to spend time building things designed to decay out from under their users, or that could be built as contributions to open-source libraries, but which wouldn't be a "startup idea", "product" or "mvp" anymore), and it would be nice if folks in this thread took a moment to step back from the things they've built (which are fun and useful, most of the time!) to think about working on ideas as contributions to open-source infrastructure libraries rather than standalone programs or services.

Programming toys is fun; programming universally accessible, near-permanent extensions to human capability is exhilarating.

I'd like to pre-empt the response of "people should be able to write apps and toys and services if they want!". Of course they can. I just want to make sure people have considered an alternative point of view, since it's easy to never step outside apps culture.

Re: Ask HN: What is your most impressive hackathon project?

#7
post #2

A real-time voice-based lyrics suggester, in a web browser. Similar to a karaoke machine, but the rhyming words are generated based on your most recent word. https://www.youtube.com/watch?v=M3aOPo5ofPU&t=47m

Can you elaborate on some of the tech you used to make this? Pretty cool to be able to hear a word and provide another word which rhymes.

Re: Ask HN: What is your most impressive hackathon project?

#8
I'd spent an intense week coding so was feeling a bit burnt out with a hangover. So decided to create a tube map of Bath Cycle Routes with the help of one other on the day.

Many iterations later the map and the process through which the map is created is being used nationally and internationally. I've done workshops. Spoken at national conferences. The local tourist office hands it out. It's going to be in next months local authority magazine. Even had enquiries from local authorities to make these for them.

It's up for a local award in innovation (will find out in June if I've won). https://cyclebath.org.uk/2017/05/11/finalist-creative-bath-a...

Something that was a "meh really do not want to code today" hack has turned into a bit of a monster.

I think it would be good to automate how these maps are created, but there really is an artform to making them work well and require an immense amount of local knowledge and public consultation.

Re: Ask HN: What is your most impressive hackathon project?

#10
post #5

In general hackathons are based on the idea of programming as producing objects/products/services (which all decay over time), rather than seeing programming as the act of codifying understanding of a formal (or informal) system into an executable representation (which its users continue updating to match their mental model for as long as they find it useful). The purpose of many hackathons being "build apps/widgets…

Love your comment! Less hackathons, more open source summits. Build foundations, not garbage to be thrown away.
Post reply on HN