Ask HN: What projects are you currently working on?
71–80 of 93 posts
Re: Ask HN: What projects are you currently working on?
#72Tech/Finance news aggregator. Still a work in progress. https://quantumsheep.herokuapp.com/
Re: Ask HN: What projects are you currently working on?
#73Re: Ask HN: What projects are you currently working on?
#74Re: Ask HN: What projects are you currently working on?
#75I'm reworking my first rails project into Elixir-Phoenix & Vue.js app as a learning exercise. It's a video manager for learning resources (Vimcasts etc.). So it "knows" about parsing a number of feeds, and can download from youtube etc. (shell out to youtube-dl). Allows you to comment and export them all to a page (so you can keep track of what you've looked at and learned). Quite enjoying reworking it, once it's in…
Re: Ask HN: What projects are you currently working on?
#76Got my programming friends doing codewars.com problems, and hacked together a Whatsapp bot that keeps letting the group know everytime someone solves a problem, if someone solves the current problem, and let them know when everyone has solved the current and what is the next one. It's fun! :)
Re: Ask HN: What projects are you currently working on?
#77Re: Ask HN: What projects are you currently working on?
#78A 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'…
What about the number of upvotes for 1-star reviews?
Re: Ask HN: What projects are you currently working on?
#79Re: Ask HN: What projects are you currently working on?
#80I'm reworking my first rails project into Elixir-Phoenix & Vue.js app as a learning exercise. It's a video manager for learning resources (Vimcasts etc.). So it "knows" about parsing a number of feeds, and can download from youtube etc. (shell out to youtube-dl). Allows you to comment and export them all to a page (so you can keep track of what you've looked at and learned). Quite enjoying reworking it, once it's in…
I really enjoy both Phoenix and Vue.js :)
Still, it's fun and I'm looking forward to trying this year's adventofcode.com in elixir :)