Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
swizzler
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
swizzler
6mo ago
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
2.
▲
by
swizzler
1y ago
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
3.
▲
by
swizzler
2y ago
For broadcast, there are at least a few open source ad detectors: https://github.com/erikkaashoek/Comskip , https://www.mythtv.org/wiki/Mythcommflag
4.
▲
by
swizzler
2y ago
Not OP, I use AirGradient recommended Senseair S8
5.
▲
by
swizzler
2y ago
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...
6.
▲
by
swizzler
2y ago
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
7.
▲
by
swizzler
2y ago
Controlling Mitsubishi mini split heat pumps instead of paying hundreds for Mitsubishis solution: https://github.com/geoffdavis/esphome-mitsubishiheatpump
8.
▲
by
swizzler
3y ago
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.
9.
▲
by
swizzler
3y ago
There is code bubbles. Early demo: https://www.youtube.com/watch?v=PsPX0nElJ0k current site (eclipse plugin for java projects?): https://cs.brown.edu/~spr/codebubbles/index.html . Maybe also inspir
10.
▲
by
swizzler
3y ago
I've had to force my Hue bulb into zigbee pairing mode by holding a Hue dimmer switch very close, then pressing and holding the on and off buttons until the light starts to flash and stops flashing, then releasing the on/off butto
11.
▲
by
swizzler
3y ago
I keep 2x ~150 USD machines at home; 1 active, 1 cold spare. Current active is Dell 3020 w/ 4th gen i5-4590 3.3GHZ Quad-Core, 8 GB RAM. It has been enough for nextcloud, jellyfin, home assistant, backups. I think it averages about 30w
12.
▲
by
swizzler
3y ago
To me, on the internet, I mostly recognize "people [I've] seen before" via the username. Most of the good internet villages I venture to, a username is secondary to me. I care about the content first, which can come from lots
13.
▲
by
swizzler
4y ago
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.
14.
▲
by
swizzler
4y ago
I haven't read all these words yet, but I recognize enough of them to know I have similar interests. I was excited to see https://bazil.org/2014/04/24/introducing-bazil/ . Of course, now defunct.
15.
▲
by
swizzler
6y ago
You might be interested in controlling Turbo Boost directly (e.g. google find this: http://tbswitcher.rugarciap.com/ ) Your computer will be slower. Depending on the task that may or may not be welcome. Some video conferenci
16.
▲
by
swizzler
7y ago
Enfani (previously don't port) has a product to prevent this: https://efani.com/ I haven't used it. I want to, but haven't wanted to deal with changing my family plan. It does make me more interested in a dua
17.
▲
by
swizzler
7y ago
Syncthing runs relays to keep the user from knowing/caring: https://docs.syncthing.net/users/relaying.html
18.
▲
by
swizzler
7y ago
A favorite example of mine even if it's contrived: https://twitter.com/sc00bzt/status/730903007014076416
19.
▲
by
swizzler
8y ago
Be aware of the maximum connection bottlenecks in your stack, especially if you have an interactive app. I've had apache refuse new requests because old connections were holding slots.