Ask HN: What projects are you currently working on?
11–20 of 93 posts
Re: Ask HN: What projects are you currently working on?
#12Re: Ask HN: What projects are you currently working on?
#13Re: Ask HN: What projects are you currently working on?
#14Re: Ask HN: What projects are you currently working on?
#15Re: Ask HN: What projects are you currently working on?
#16I have several courses on Udemy.com. They sometimes go slightly out of date as frameworks release breaking changes. Right now, I'm just about to upload some updates to my most popular course on React/Redux: https://www.udemy.com/react-redux/?couponCode=HAOW8983
Re: Ask HN: What projects are you currently working on?
#17Re: Ask HN: What projects are you currently working on?
#18Finding 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't translate between data sets. Mostly it's still manual curation, which is ok too.
Re: Ask HN: What projects are you currently working on?
#19https://github.com/Foxboron/iii
https://github.com/Foxboron/wii
iii is an reimplementation of ii (http://tools.suckless.org/ii/) with TLS support and a few misc features.
Currently adding small tools over it to make an IRC client. The plan is to have iii as the client, wii as the web-protocol-client and then write tii as a terminal app which can either communicate with wii or iii directly.
It's a neat project to learn go and write small simple programs that come together.
The end goal is to also try stream some development and see how that goes. I really enjoy it so far.