Live data from Hacker News

Ask HN: What's your quarantine side project?

news.ycombinator.com

881–890 of 1001 posts

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

#882
I just finished releasing a mobile game, and have a new goal for my next game: Early DOS 3D game based on the Rise of the Triad engine (a modified Wolfenstein 3D engine).

As far as I know the engine wasn't used again, with most moving to a Doom clone. I think there's untapped potential in the ROTT engine, and want to show it off, while having the game still run on the original target (386/486).

So far the code analysis has been really interesting, especially compared to the Wolf3D engine that it started as.

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

#884
I started a blog at https://theforgetful.dev. It's extremely basic. I'm still figuring out Hugo, and my writing style, and everything else. It has been a fun experience so far.

I used to store this info in a private wiki but I'm trying to find a way to do it properly in this format. I did it 99.9% for myself, because if I don't write things down then I forget them. But if it ends up being useful to someone else then I figure that's even better.

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

#886
https://skilled.dev

Careers have been put on hold and many people have had setbacks, so I want to help developers find jobs once the quarantine ends and economies open back up.

I'm building a course to show developers how to succeed in the coding interview and stand out during the job hunt.

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

#887
I created https://web.trango.io a LAN based calling and file sharing service. Essentially, you can share files, make video and audio calls to those on the same network as you without having to go through the internet. Your data never leaves your local Wifi. The internet is only used to discover those on the same network as you. We use webrtc and a signalling server to make this system work.

We were in the same office and needed a fast, simple way to communicate with eachother without coming in close contact (covid 19) and wanted to do that over LAN rather than use tools over the internet NOR use our ancient intercom system. So now we are using this internally for fast file sharing and good quality video calls.

Going to be introducing group calls soon and also the ability to integrate online calling and file sharing.

Post reply on HN