Live data from Hacker News

Ask HN: What's your quarantine side project?

news.ycombinator.com

771–780 of 1001 posts

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

#772
I've been working on writing a c11 compiler, to x86_64/x64 assembly, currently just finished implementing function pointers and global variables. I still need to implement arrays/struct/string literals/optimisation, so a lot to do, but it is good enough to allocate memory and print hello world. It would be nice if I could make the compiler output binary files, not assembly source, but that seems like it would be a lot more todo. Implementing the type syntax was I think the hardest part so far, given c’s weird type syntax. https://github.com/OrangeBacon/mcc

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

#773
I built a digital whiteboard that was a little better suited for 5-year-olds than the current crop for my mom to use with my youngest and my niece.

Figured out how to properly use the bread machine (making approx 1 loaf a day, currently have carrot cake going).

Currently working on a proof of concept for a desktop version of a web business I own.

8-year-old is super obsessed with primitive tech and has been digging up clay out of the back yard. I imagine we'll be making a kiln this weekend and eventually bricks.

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

#774
Still a work in progress, but https://www.govtrades.com as a site to easily view stock returns of senators. The goal is to increase transparency of trades and accountability in policymaking as its becoming clearer that senators still leverage non-public information in trading and may be swayed in policymaking based on stocks they own.

(Edited to make link clickable)

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

#775
Please checkout boardgames: https://bordga.me/

Three of us are building online board games. Idea is to enable people to bring their board games online, and play with their friends. You can bring boardgames online by simply taking pictures of the board, cards, pieces etc., configure and launch.

Gameplay would be very similar to real world. You have to move the pieces and run the games yourselves unlike the usual online games where 'computer' will do the heavy lifting. We believe that managing the game is big part of having fun. Games will have integrated video chat and can play with friends like real life.

This is still an early stage. For example, we haven't opened up to users adding their own games yet. We added some games to test our platform. We are working on adding more capabilities to enable more games.

Some questions we are looking to find answers for: - would you be willing to play boardgames with the current experience? - what game would you be excited to play here?

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

#776
Working on a game called Themengi (https://vgel.me/themengi/), where you learn an alien language to navigate a world via text commands and dialog. Currently taking a break from the game itself to rewrite the linguistic parser for the game in Rust, which you can follow in my blog series: https://vgel.me/posts/symbolic-linguistics-part1

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

#777
During the first two weeks of quarantine, I launched a Shopify website to sell/rent home fitness equipment. It's been a great learning experience in the world of Supply Chain Manufacturing. While the site was an initial success and led to dozens of orders the first week (with no paid advertising), I hit a major roadblock that I was not expecting. My suppliers had to temporarily halt equipment manufacturing due to the emergency law that required them to start producing PPE. This led to the shortage of gym equipment nationwide. You can't even find dumbbells online.

Although my website got a lot of organic traffic and orders within the first two weeks, I was unable to fulfill most orders since manufacturing was on pause and everything was already sold out.

Since then I've continued studying SCM, and I'm also learning Python so that I can build a model to predict this kind of event in the future.

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

#779
I am making my own platformer game with a custom engine, with the hope of eventually adding user editable levels and WebRTC based multiplayer.

https://infinitower.suldashi.com

There are no mobile controls at the moment, and movement is done via WASD keys. There are not many features at the moment since I’ve been focusing on the core engine functionality, but the development process has been very rewarding and educational.

I also want to use this material to write a series of tutorials or maybe even a small book.

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

#780
I'm maintaining Delta and trying to help out a bit with Eglot -- an Emacs LSP (Language Server Protocol) project, and trying to improve my Rust and Lisp along the way. LSP in Emacs with Eglot is fantastic (especially for Rust, but also Python. Those are the only ones I've tried so far.)

https://github.com/dandavison/delta

https://github.com/joaotavora/eglot

Post reply on HN