In about a month, I am attending a startup weekend (= 48hr weekend hackathon where teams go from idea to product). Any tips on how to get more done during the weekend / how to prepare for the weekend?
I am looking forward to all tips (e.g. networking and all that), however it would be particularly interesting to hear about how I (as a programmer) can prepare and have the right tools/libraries ready...
* Clear communication with your team (if you're working as a team): Have a system for communicating without interruption so you aren't sacrificing productivity for better communication.
* Pomodoro, Pomodoro, Pomodoro: Work in sprints. I favor pomodoro sprints, but whatever works for you. Small time sprints helps avoid burnout and focuses you on the piece of the problem at hand (I need to make X do Y) instead of the whole frickin' thing.
* Set a clear MVP for the 48hours: You've got 48 hours, that's great. But you've also _only_ got 48 hours. You can build something cool, but try to hone down to something that's functional, communicates your idea, and doesn't have bloat. Ask yourself, if you had half as much time, would you include this feature? Be merciless and work to build something awesome that you can get finished.
Good luck! Share whatever you build!