Ask HN: What is something exciting you're working on?
21–30 of 104 posts
Re: Ask HN: What is something exciting you're working on?
#22Re: Ask HN: What is something exciting you're working on?
#23It’s been fun to work on, plus it’s a challenging technical problem: in order to scrape job posts for many companies, you need to make a very generic scraper since they all have different formats and you can’t rely on HTML structure.
Re: Ask HN: What is something exciting you're working on?
#24I’m learning Vue. For both professional and hobby usage. So far, the switch from jQuery, thrills me.
Re: Ask HN: What is something exciting you're working on?
#25Also got into 3D printing, using OpenScad for creating the models. It is almost magical when you can think of something that you want, but they don't make, yet you can make it yourself (different brackets for holding accessories on a bicycle, clips that holds a plexiglass screen in front of the TV to protect it, etc, things like that).
These are a couple of ideas of things that a technical mind can work on (woodworking and 3d printing both require some amount of precision and design). Keeps things interesting.
Re: Ask HN: What is something exciting you're working on?
#26I'm trying to create a ML model which can detect if my dog is in pain just by looking at its face. Maybe, I'll create an app for it too if it works well.
Re: Ask HN: What is something exciting you're working on?
#27Re: Ask HN: What is something exciting you're working on?
#28I'm researching how we can use technology to improve the way we learn and think. I'm currently exploring how AI/Natural Language Processing can automatically organize personal knowledge and notes by tagging and linking ideas / content together [0], removing the friction of organization to help you find new connections and ideas. If you're interested in this domain, I'd love to talk to you! [0]: https://github.com/Uza…
I made a discord server in response (we mostly idle) to discuss knowledge management tooling
Awesome Knowledge Management https://discord.gg/XPNeDSQE2j
Would love to continue to chat about existing tools and new ideas in this space!
Re: Ask HN: What is something exciting you're working on?
#29I am training a reinforcement learning agent to defeat bosses in one of my favorite video games (dark souls 3) https://youtube.com/channel/UCmoHCPYZviZ0iQ_t_j8cfaw
Holy! I've longn been interested in working on a side-project like this. How do you interface with the game? Do they have exposed APIs? I'd love to know more! Please give us some more details/Github/Bitbucket/blogposts!