Now that I'm done (as of a week ago), I need another side project!
Ask HN: What's your quarantine side project?
441–450 of 1001 posts
Re: Ask HN: What's your quarantine side project?
#442Re: Ask HN: What's your quarantine side project?
#443https://github.com/bpicolo/bulletin
I always find it fun to play with the limits of library ergonomics under language / ecosystem constraints.
Re: Ask HN: What's your quarantine side project?
#444eurotripr.com - feedback would be great as i continue to work on this
Re: Ask HN: What's your quarantine side project?
#445As with any cool project nowadays, CodeSnippetSearch is powered by neural networks (six in fact - one for each programming language). The project is open-sourced and you can read about the implementation details here: https://github.com/novoselrok/codesnippetsearch This project started as a reimplementation of the models in the CodeSearchNet challenge by GitHub (https://github.com/github/CodeSearchNet/). I have reused their data and reimplemented the neural bag-of-words model in Keras. I didn't expect any improvements with my reimplementation, but I did manage to beat the baseline models by a little bit.
The search is still a bit of a hit-and-miss and I'm continually trying to improve it. If the match rating for the top result is below 50% it will most likely be irrelevant.
Re: Ask HN: What's your quarantine side project?
#446A Chip-8 emulator written in Go, and a small blog post: - https://github.com/bradford-hamilton/chippy - https://medium.com/@bradford_hamilton/building-a-chip-8-emul...
A JSON parser/query tool and much longer blog post: - https://github.com/bradford-hamilton/dora - https://medium.com/@bradford_hamilton/building-a-json-parser...