Live data from Hacker News

Ask HN: What's your quarantine side project?

news.ycombinator.com

681–690 of 1001 posts

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

#681
https://flexi.chat, a videoconferencing app where you can have a schedule and flexible speaking formats.

For example, you can have everyone in the meeting speak one after the other (the app handles muting and un-muting the right people), then repeatedly shuffle people into pairs so that everyone gets to talk 1-on-1 with everyone else. Or have a “speed-dating” style format for the first 20 minutes of your remote meetup, before bringing everyone back to the main room for the main speakers.

Barely ready to open it up yet, using it to host daily "standups" with my friends, but going to have a few friend gatherings with it later, and maybe a local meetup. The friend gathering will have the first schedule I mentioned above; have everyone speak in a circle to catch up the group on what they've been doing, then split the group into pairs (shuffling the pairs). The meetup will have the "speed-dating" + switch to main talks.

Uses Jitsi for the hard video webRTC stuff, and then nextjs with socketio for my application.

On gitlab at https://gitlab.com/amedeedabo/flexichat.

Getting back into React and ES6, and all the amazing new CSS stuff of the last 5 years!

Eventually I want to split it off so that the logic can be in its own package, to make it easy to integrate different speaking formats into different, existing apps.

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

#682
Building a real-time vídeo pipeline for recording and augmenting paintball matches from multiple viewpoints. Basically transforming and combining the scenes into an overhead view with markers for remaining players. It’s a good break from the day job and it has me diving deep into the math behind computer vision.

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

#684
I've done a bunch of small weekend projects...

* Zoom-answering bot (covidcaller.com)

* Voice controlled bidet using LIRC+Rpi ('Alexa, wash my asshole')

* Retrofitting HDMI-CEC capabilities to a 25-year-old bose stereo using a raspberry pi+RS-485

* Amazon fire stick hardware rooting to add additional OTG storage (https://forum.xda-developers.com/fire-tv/development/unlock-...)

* Getting stadia working on my nintendo switch

* Modernizing/re-painting an old 70s dresser

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

#687
A folding hardtail mountain bike with a mid-drive electric motor, a torque sensor, a geared rear hub, and a coaster brake. Maybe a belt too (I wish).

The e-bikes I've seen offer a small motorcycle in disguise, but what I want is a set of superman's legs, while not being a superman.

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

#688
Learning viola. I've been thinking about it off and on for a few years.

I got a very cheap one off Amazon, and only through dint of my prior musical experience (bass 10 yr ago, violin 30 yr ago), was able to put it into a decently playable shape.

It's a lot of fun, but VERY hard! New physical skills, learning a new clef.

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

#689
I am rebuilding the "framework" I wrote for doing my MSc dissertation on the classification of fake reviews. Now that I have the time, the code is far better organized and the higher level structure pretty clean in that I can copy a module, customize it a bit and now a different feature set can be generated. Churning out different ensembles should be fairly easy as well. And of course I'm throwing dask, mlflow and dvc into the mix...

I don't really need to do this (ought to be looking for a job...)

but now that I have quite a number of different review datasets to play with, a framework that lets me spin up 10+ processes across the 5 machines I have at my disposal will make short work of most the sets. I will need the uni's HPC cluster to deal with the Amazon dataset, though. Using dask will surely help with that.

Then it's writing yet another paper... Not being allowed to go outside is rather motivating.

Post reply on HN