Right now it has an index of ~70k conference talks / lectures / speeches. I'm working on improving it to get slide text and audio quality (for ranking), and getting more historical content.
Ask HN: What is your weekend project?
21–30 of 50 posts
Re: Ask HN: What is your weekend project?
#22Re: Ask HN: What is your weekend project?
#23Re: Ask HN: What is your weekend project?
#24I have been doing a lot of customer development lately and I needed a tool that made it easy to reach out to large-ish groups of people whilst testing the efficacy of different messages.
I chose to build my own product because I could not find another tool that was simple enough to use (all the others were full-blown CRMs), I did not want to pay for the subscription to those other tools and (most importantly) I wanted to use this project to learn a couple new things (Javascript ES6, using Google APIs, building task queues).
It's pretty rough and I built it just for myself (I don't allow signups because I took a couple security shortcuts in the design) but it works and has increased my productivity dramatically.
10/10 would code again
Re: Ask HN: What is your weekend project?
#25Snakepit is a docker-enabled framework for analysis and triage of malware samples in a networked and containerized environment. It's designed for the easy addition of whatever tools you want to use. Written in Python, rarely worked on when fully sober.
Re: Ask HN: What is your weekend project?
#26Elixir library, named Ashliah, to parse the IEX-TP protocol[0]. IEX-TP is the protocol that the Investor's Exchange uses. I plan to utilize that to create a service to sell real time stock data. My other is an Amazon affiliate site that has lists of 4+ star amazon programming books[1]. I'm constantly adding more books and languages to it. Finally, I'm working on my Elixir library that generates Ecto models from an ex…
www is broken
Re: Ask HN: What is your weekend project?
#27I just completed this one, it was to be done till sunday but I was really excited for this, so finished it today. A machine learning driven web application firewall http://fsecurify.com/fwaf-machine-learning-driven-web-applic...
[0] http://scikit-learn.org/stable/modules/generated/sklearn.cal...
Re: Ask HN: What is your weekend project?
#28Elodie - An EXIF-based photo, video and audio workflow automation tool https://github.com/jmathai/elodie I've been working on Elodie for over a year. It's organized over 15,000 of my personal photos and videos for me. It's also helped me craft a hands-free backup system. I've written pretty extensively about it so I'll just link to those posts. [0] (motivation) https://medium.com/vantage/understanding-my-need-for-an-…
Re: Ask HN: What is your weekend project?
#29https://www.findlectures.com Right now it has an index of ~70k conference talks / lectures / speeches. I'm working on improving it to get slide text and audio quality (for ranking), and getting more historical content.
How do you scrap all that data?