> My router assigns dynamic IP addresses, meaning my server location kept changing. I've had a similar problem in the past. It turns out that most routers have a way to assign an IP address statically based on the MAC address of the requesting device without affecting the other DHCP devices on the network. I do this for my pi-hole, my NAS and my gaming PC.
> Dynamic IPs I thought that step one of geekdom was assigning a few static IPs. Ruining the home network while ‘optimising’ has happened a few too many times.
Show HN: I built a "Do not disturb" Device for my home office
51–53 of 53 posts
Re: Show HN: I built a "Do not disturb" Device for my home office
#52Earlier quoted context omitted.
I have something similar that I built a long while ago. It's a large Do Not Disturb sign. There is a raspberry pi mini that controls power going to it. There is a corresponding daemon running on a PC that checks Discord call status. In call? Power to sign. Not in call? No power to sign. The client/server daemons are in Golang and communicate over RPC.
What does the pi do? Feels like something that could get replaced with an ESP32 if it needs to be remote or just an ftdi chip or some other usb to gpio if not
Re: Show HN: I built a "Do not disturb" Device for my home office
#53why does the site keep upvoting trivial projects especially derivative projects of what people seem to reinvent every few months. No offence to OP. I don't really get the site. Like, you have posts where someone runs doom or an OS in a PDF file that get 1000 upvotes which I think is valid. Then we get something like "I made an echo server" which is like someone copypasted code from an asyncio documentation page and p…