Live data from Hacker News

Ask HN: What's your quarantine side project?

news.ycombinator.com

731–740 of 1001 posts

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

#736
Self hosted home automation with Home Assistant [1] I haven't done a ton with it lately, but ended up finally updating an integration with it. Which lead me to learn more python async (still beginning this), github actions, and dev containers in VSCode [2].

My actual integration is for a WattBox, IP controlled power conditioner and UPS. Because apparently I am the only person to write an API wrapper for it. [3]

[1] https://www.home-assistant.io/ [2] https://code.visualstudio.com/docs/remote/containers [3] https://github.com/eseglem/pywattbox

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

#737
Small and stupid, but I'll share anyway.

I started playing the new Animal Crossing and wanted a good reference for all the fish and bugs to catch. I wasn't happy with static tables that were hard to sort and filter, so I created the interactive reference tool that I wanted: https://ac-catches.com/

First site I've made with TypeScript, so at least I was learning something along the way.

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

#738
Posted this on another thread, but posting again here. If you're building something and want help, or looking for an idea to help build, add yourself/idea to this list: https://bmac-design.typeform.com/to/RbA4JL

About 30 HN community members have signed so far. Post your projects and ideas and email/chat/Zoom with the people you find interesting.

I'm putting it behind a form so that recruiters don't jump on and spam message everyone. Keep building + stay safe y'all!

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

#739
I am building a wifi enabled remote control for my flat with an ESP32 microcontroller, a 128x64 OLED screen, two rotary encoders and a 3D printed case.

Planned software features:

- detect which room I’m in by strength of various bluetooth devices

- default screen controls Sonos volume in current room with one rotary encoder, light levels of Hue lights with the other

- pushing the encoders to control other rooms

- scope for adding more screens a simple configuration schema

Current status: hardware prototype (inc. case faceplate working on bench power supply, software about 15% done

Incredible reading all these! Definitely motivating to make a bit of progress this weekend :)

Post reply on HN