TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Final Year CS Degree Project

4 点作者 mistrQ大约 14 年前
Hey HN<p>So this week I need to choose a project for the final year of my Computer Science degree at the University of Edinburgh.<p>We have been given a list of ~150 pre-approved projects with supervisors and asked to select 4 top choices. The list has some very technical options such as: "Parallel hashing memory vs content addressable memory", "Static and profile-based parallelisation in the LLVM compiler" etc<p>These are very theory based and while that is computer science, I'd like to do something more practical. Infact if possible I'd like to kill two birds with one stone and come up with a startup idea that I can use for my project. There are some relatively good pre-proposed projects such as combining travel routes for taxis, spelling correction for twitter etc. However I don't want to rely on trying to get one of these projects.<p>It's quite difficult to propose your own project as you need to find a supervisor to back your idea. However I think i'll put far more hours in if it's a project I genuinely am interested in and that I can possibly turn into a business.<p>Any suggestions?

3 条评论

ig1大约 14 年前
What are your interests in terms of CS and startups?<p>Domain specific search is one area that fits nicely into both categories, there are lots of things for which search algorithms are pretty poor at the moment, for example clothes or sofas.<p>Fraud detection is another interesting area, although getting the data to analyze might be tricky.<p>Some other specific ideas:<p>If you're interested in board games you could build an online competitor to Zillions of Games (a windows games engine that allows non-programmer to create games using S-Expressions).<p>There's probably some interesting things you can do with Google's english language dataset, for example build a tool that can estimate the age of a work based upon the words used.<p>Apply cryptography to a modern privacy issue, for example see if you can use cryptographic hashes of DNA for identification purposes as opposed to the DNA itself.<p>Develop a dynamic pricing/yield-management algorithm for an industry that doesn't normally use them.
JonathanWCurd大约 14 年前
What are you interested in?<p>Maybe someone on HN can steer you towards something if they know more about where your interests lie?
jcsalterego大约 14 年前
Not so much for business ideas but there are always great ideas for the Google Summer of Code: <a href="http://code.google.com/soc/" rel="nofollow">http://code.google.com/soc/</a>