HackerTrans
TopNewTrendsCommentsPastAskShowJobs

swizzler

no profile record

comments

swizzler
·4 माह पहले·discuss
There’s a way to direct dns challenges to a dns server just for the dns acme challenges: https://blog.bryanroessler.com/2019-02-09-automatic-certbot-...

No need to give broader access
swizzler
·पिछला वर्ष·discuss
I was using straight filesystem backups for a while, but I knew they could be inconsistent. Since then, I've setup https://github.com/prodrigestivill/docker-postgres-backup-lo..., which regularly dumps a snapshot to the filesystem, which regular filesystem backups can consume. The README has restore examples, too

I haven't needed to tune selfhosted databases. They do fine for low load on cheap hardware from 10 years ago.
swizzler
·2 वर्ष पहले·discuss
For broadcast, there are at least a few open source ad detectors: https://github.com/erikkaashoek/Comskip, https://www.mythtv.org/wiki/Mythcommflag
swizzler
·2 वर्ष पहले·discuss
Not OP, I use AirGradient recommended Senseair S8
swizzler
·2 वर्ष पहले·discuss
Some one else used a stepper motor actuated cam to open a dishwasher, could be used instead of a linear actuator: https://community.home-assistant.io/t/diy-automatic-opener-f...
swizzler
·2 वर्ष पहले·discuss
I have a very old rotary phone that you “dial” how bright to make the lights. esp8266 detects dial pulses, sends mqtt message to home assistant, home assistant sets zigbee can/recessed lights to requested setting
swizzler
·2 वर्ष पहले·discuss
Controlling Mitsubishi mini split heat pumps instead of paying hundreds for Mitsubishis solution: https://github.com/geoffdavis/esphome-mitsubishiheatpump
swizzler
·2 वर्ष पहले·discuss
It's real! Kiva Systems built the roomba part that can raise a shelf above them and drive it around (https://www.youtube.com/watch?v=HSA5Bq-1fU4). Amazon bought them.
swizzler
·4 वर्ष पहले·discuss
I like consistent hashing (https://en.m.wikipedia.org/wiki/Consistent_hashing). When a hash table (or load balancing pool) needs to be resized, it usually reduces the number of keys (clients) that need to be remapped.