Live data from Hacker News

Ask HN: What's your quarantine side project?

news.ycombinator.com

961–970 of 1001 posts

Re: Ask HN: What's your quarantine side project?

#964
I've been building a TUI tool to operate Golang linters intuitively, called golintui (https://github.com/nakabonne/golintui).

A noteworthy feature is that you can open a file by specifying the issue line.

"What do you like about Go?" when asked, I always answer, "easy to make a linter". Thanks to that, a bunch of linters are on the rampage. I've been wanted to try them on the UI in a casual way, that's why I made this tool.

Re: Ask HN: What's your quarantine side project?

#965
I wrote a multi-player idle text game for playing on IRC: https://pink-dragon.surge.sh It had been running for about three weeks now. Not too many players unfortunately, but still three ascensions which are automatically broadcast on Mastodon: https://botsin.space/@pink_dragon

Re: Ask HN: What's your quarantine side project?

#969
I'm launching my side-project, Responsively, on ProductHunt today after a couple of months of work. It is a dev-tool intended to make responsive web apps development faster.

Check it out and let me know your thoughts - https://www.producthunt.com/posts/responsively

Key Highlights: - Mirrored User-interactions across all devices. - Customizable preview layout to suit all your needs. - One handy elements inspector for all devices in preview. - 30+ built-in device profiles with the option to add custom devices. - One-click screenshot all your devices. - Hot reloading supported for developers. - Free forever and open source - https://github.com/manojVivek/responsively-app

Would love to hear your thoughts.

Re: Ask HN: What's your quarantine side project?

#970
I've started a Rust framework for writing Max/MSP externals (plug-ins, compiled object). Still a long way to go before I get to the actual DSP part, but has been pretty fun so far. Really hoping it would lower the bar for writing your own externals and make it more fun.
Post reply on HN