Live data from Hacker News

Ask HN: Final Year CS Project Advice

news.ycombinator.com

11–14 of 14 posts

Re: Ask HN: Final Year CS Project Advice

#11
post #9
post #2

I frequently use ninite.com which is similar. It's certainly a good idea. I think "not using any database" is nonsense. Almost every piece of software in existence has to work with some form of data.

I think it's a great requirement. So many of the projects would turn into CRUD apps. It's Computer Science and there are a lot of other interesting things to do which students will never consider without making them stretch a bit. I think too many programmers are devoting their efforts to geo/social/commerce/blog apps and are losing sight of all other problems. My senior project was on audio synthesis, granular synth…

I think it's great that it makes sense to veto generic 'web applications' or even 'business applications' in general, but I can't see why they need to impose such a broad restriction in order to make it happen. Why isn't it sufficient just to tell everyone "no basic applications - we're doing science, not software engineering methodology" and leave it at that?

Re: Ask HN: Final Year CS Project Advice

#12
If you like web projects and you want a fun one, why not work on a few visualizations of some common (but NOT sorting) algorithms? It'd be a great teaching tool for the department later on, and it's a really nice tool to have under your belt.

Re: Ask HN: Final Year CS Project Advice

#14
post #9
post #2

I frequently use ninite.com which is similar. It's certainly a good idea. I think "not using any database" is nonsense. Almost every piece of software in existence has to work with some form of data.

I think it's a great requirement. So many of the projects would turn into CRUD apps. It's Computer Science and there are a lot of other interesting things to do which students will never consider without making them stretch a bit. I think too many programmers are devoting their efforts to geo/social/commerce/blog apps and are losing sight of all other problems. My senior project was on audio synthesis, granular synth…

Depends on the definition of database. It could rule out lots of projects working from large datasets.
Post reply on HN