Live data from Hacker News

Ask HN: What's your quarantine side project?

news.ycombinator.com

11–20 of 1001 posts

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

#13
I've registered a few domain names for soon-to-start projects:

- cheatsheetsdb.com - crowdsource them by topic, up/down votes to see which are good

- ispecsdb.com - similar to above but for various product specs

- stackflows.com - something to connect a slack channel's messages as input to a Kanban-like-board workflow (unclear use cases/design)

Past projects: (welcome any comments/suggestions)

[0] https://statuspages.me (all the statuspages on one page),

[1] https://gitgrep.com (hosted git search),

[2] https://quicklog.io (high-level events to narrow log viewing)

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

#15
I still have my day job (working from home), so I haven't had too much time to pursue side projects, but I've been doing a lot of reading lately on Nintendo 64 internals (esp. around the RCP and the microcode thereof) and homebrew, and it's got my head ticking. If all goes well I should be getting an EverDrive-64 X7¹ in the mail in a couple weeks, which will be a boon for (hopefully) eventually putting all that reading into practice. No practical benefit to this per se, but it does seem to be an interesting potential foray into embedded programming, which has always been a gap in my knowledge that I've wanted to fill.

I've also been on-and-off learning Zig, both in support of the above (Zig on the N64 seems to be uncharted territory that I'd love to help explore) and in support of development of a Tcl-like programming/scripting/config language (iterating on my learnings from an earlier project of mine² implementing such a language on top of Erlang/OTP); the latter's something that's been bouncing around in my head for a few years now, and I feel like I'm at the point where I'm ready to start bouncing those ideas into an Emacs buffer, lol (especially now that I've found what seems to be the right host language in which to implement it).

EDIT: oh, and early into quarantine I did submit my first ever patch to wine-staging³ (with quite a bit of help from a couple others, including one of the wine-staging maintainers) to fix a mouse cursor/movement bug in Mount & Blade II: Bannerlord under Wine/Proton. It's a small patch, but it's my patch nonetheless, and it's a surreal and proud feeling to see my name in the commits for software I use almost daily. It's also helped demystify Wine a bit for me, and I look forward to continuing to do my part to make it better.

----

¹: https://krikzz.com/store/home/55-everdrive-64-x7.html

²: https://otpcl.github.io

³: https://github.com/wine-staging/wine-staging/blob/master/pat...

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

#16
I'm working for the Azimuth Project modeling the Coronavirus and deploying a new math web server for them.I'm learning Category Theory at https://categorytheory.zulipchat.com/. Both are projects supported by mathematician John Baez. The Azimuth Project is righteous as they supported the copying of climate data from the US government when Trump came into office.

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

#20
I wrote some Shopify Apps[1] (to scratch a personal need) that lets you run real Ruby scripts on your Shopify site.

Working on a robot pincking and packing system to fulfill e-commerce orders[2][3][4].

[1] https://apps.shopify.com/cockatoo

[2] https://schappi.com/experiments/user-servo-to-move-product-o...

[3] https://schappi.com/experiments/robtic-shelf/

[4] https://schappi.com/experiments/finger-manipulator-mk3/

Post reply on HN