I know it's probably been done before, but the goal of the project is to familiarize myself with parsers, multithreading, making a C++ project in general, and the newer features of C++11/C++14.
Ask HN: What projects are you currently working on?
31–40 of 93 posts
Re: Ask HN: What projects are you currently working on?
#32It needs a lot of work, but the basics are there. It uses unit selection on a large sample database as well as CMU's arpabet and a few other algorithms.
I'm looking to start work on a deep learning approach to improving the quality in January.
I'm going to spend the next month working on an interactive New Years laser display to project on a skyscraper in downtown Atlanta. I have a bunch of videos of some of the older work I did with lasers in undergrad:
I'm rewriting my engine in Rust now and plan to use four projectors to increase the drawing complexity / capability. It'll be interactive / online, so even those that aren't in Atlanta should be able to interact with it.
Re: Ask HN: What projects are you currently working on?
#33Re: Ask HN: What projects are you currently working on?
#34Re: Ask HN: What projects are you currently working on?
#35A Twitter bot called @AmazonArtReview that tries to find funny 1-star reviews of media on Amazon. It's using some crude machine learning and just a fun side project. Finding humor's tough! I've read some papers on finding humor in reviews, e.g. https://cs224d.stanford.edu/reports/OliveiraLuke.pdf . That's been helpful. It'd be great if I could use the Yelp review set for finding humor as they did but the humor doesn'…
Re: Ask HN: What projects are you currently working on?
#36Re: Ask HN: What projects are you currently working on?
#37Re: Ask HN: What projects are you currently working on?
#38A Donald Trump text to speech web app written in Rust: http://jungle.horse It needs a lot of work, but the basics are there. It uses unit selection on a large sample database as well as CMU's arpabet and a few other algorithms. I'm looking to start work on a deep learning approach to improving the quality in January. I'm going to spend the next month working on an interactive New Years laser display to project on a s…
http://jungle.horse/#%7B%22s%22%3A%22hello.%20i%20am%20the%2...
Re: Ask HN: What projects are you currently working on?
#39Re: Ask HN: What projects are you currently working on?
#40Now I'm cleaning it up a bit to allow to easily switch from courses and considering making it into an app. I also want to make a couple of tweaks to the SR algorithm, but it works great already for my needs.