Live data from Hacker News

Viewing profile — swizzler

swizzler

HN member
Joined
Thu, Mar 07, 2019, 11:15 PM UTC
HN karma
33
Public activity
19 items

About swizzler

No profile information was provided.

Recent public activity

  1. comment
    Comment #47545220

    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 acc…

  2. comment
    Comment #43546275

    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... ,…

  3. comment
    Comment #40683649

    For broadcast, there are at least a few open source ad detectors: https://github.com/erikkaashoek/Comskip , https://www.mythtv.org/wiki/Mythcommflag

  4. comment
    Comment #40183206

    Not OP, I use AirGradient recommended Senseair S8

  5. comment
    Comment #40183188

    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. comment
    Comment #40183047

    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/rece…

  7. comment
    Comment #40183032

    Controlling Mitsubishi mini split heat pumps instead of paying hundreds for Mitsubishis solution: https://github.com/geoffdavis/esphome-mitsubishiheatpump

  8. comment
    Comment #39720965

    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. comment
    Comment #38492937

    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 . …

  10. comment
    Comment #37677957

    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 a…

  11. comment
    Comment #36792959

    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, …

  12. comment
    Comment #36302450

    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 abou…

  13. comment
    Comment #32187919

    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 k…

  14. comment
    Comment #31599893

    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 cours…

  15. comment
    Comment #26426444

    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 …

  16. comment
    Comment #22600559

    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…

  17. comment
    Comment #22439305

    Syncthing runs relays to keep the user from knowing/caring: https://docs.syncthing.net/users/relaying.html

  18. comment
    Comment #20044190

    A favorite example of mine even if it's contrived: https://twitter.com/sc00bzt/status/730903007014076416

  19. comment
    Comment #19333639

    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 sl…