Ask HN: Are hackathons really effective?
1–10 of 10 posts
Re: Ask HN: Are hackathons really effective?
#2Re: Ask HN: Are hackathons really effective?
#3Re: Ask HN: Are hackathons really effective?
#4Effective in what way? I guess people do it for the fun and experience but I may be wrong...
Re: Ask HN: Are hackathons really effective?
#5Re: Ask HN: Are hackathons really effective?
#6A lot of hackathons have a corporate sponsor so you have to use their api to win the prizes. That kind of sucks. The best hackathons have no such constraints.
This part about the best hackathons having no constraints is pretty baseless.
Every hackathon needs someone to pay for food / drinks / space / ideally prizes. Unless candidates cover this themselves (roughly Startup Weekend style), there will be sponsors. And sponsors do these events for marketing and exposure and sometimes feedback on their API. They will always want you to try their tech.
If there is a prize that requires using sponsor tech, it's almost always a smaller side prize vs. the main prize(s) for the event.
I think the best solutions build a sponsor's tech into another idea instead of being built around that tech itself.
Re: Ask HN: Are hackathons really effective?
#7The most common goals I've seen are:
- to learn a new tech: API / framework / language / etc.
- to build a random side project
- to solve a small personal pain point
- to begin to solve a larger problem that many people in the world experience (i.e., an idea with potential to become a startup) [1]
- just to win prizes
1: A lot of people think this is the only way to compete in a hackathon, or will go out of their way to present their product or idea as if it were a potential company, even if that's unrealistic. I don't think this is the best or only way to participate.
Re: Ask HN: Are hackathons really effective?
#8Earlier quoted context omitted.
like trying to solve a genuine problem i.e use twiter api trade stocks ...
Perhaps you could elaborate a bit more on what's meant by "using the Twitter API to trade stocks".
Re: Ask HN: Are hackathons really effective?
#9Earlier quoted context omitted.
Perhaps you could elaborate a bit more on what's meant by "using the Twitter API to trade stocks".
Create a bot with a set budget which uses a short term gains investment strategy called, "Day Trading". The timing of the purchase and sale of these stocks would be informed by a script written to digest and interpret live twitter feeds around the world and monitor them for key terms and indications that the stock of a particular company will dramatically go up or down.
You could run the trades on a simulated network or just print out the trades and calculate when/if the bot can beat the market.
1: Much automated trading these days is very high frequency, on the order of milliseconds (https://www.technologyreview.com/s/416805/trading-shares-in-...).
Re: Ask HN: Are hackathons really effective?
#10Earlier quoted context omitted.
Create a bot with a set budget which uses a short term gains investment strategy called, "Day Trading". The timing of the purchase and sale of these stocks would be informed by a script written to digest and interpret live twitter feeds around the world and monitor them for key terms and indications that the stock of a particular company will dramatically go up or down.
Whether or not that's reasonable in real-life [1]... learning the Twitter API + doing some sentiment analysis, etc is a good scope for what could be an interesting hackathon project. You could run the trades on a simulated network or just print out the trades and calculate when/if the bot can beat the market. 1: Much automated trading these days is very high frequency, on the order of milliseconds ( https://www.techn…