Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)TR
Posts
2
Comments
437
Joined
2 yr. ago

  • If you haven’t played outer wilds yet, do it. Go in blind, read/watch nothing unless you are absolutely stuck. It truly is one of the best video games ever made, and it’s definitely a cozy adventure (for the most part).

    Edit: the reason you need to go in blind is because all progress happens in your own head. Once you know something you can’t un-know it. Replayability is pretty much zero.

    Also, controller is 100% mandatory. Not keyboard and mouse, not even HOTAS. Controller, preferably with axes for the triggers (not buttons like the switch)

  • Sounds like your use case is significantly more complicated than mine, I usually just commit, push, and pull.

    Yadm does have the “enter” command which lets other tools work. I have an alias I use all the time:

     
        
    alias lazyadm="yadm enter lazygit --work-tree ~/"
    
      
  • Related question: is there a product that can tell me if my door is locked or not? I’m not interested in a lock that is capable of unlocking itself, but I want to make HASS routines that remind me to lock the door.

  • People with trouble walking, service vehicles, delivery trucks, and such are fine. Literally nobody says they shouldn’t get to drive. They also represent like .001% of city traffic.

    • caddyserver for reverse proxy
    • docker-compose for ~75% of documentation
    • logseq for notes, though I don’t keep much.

    Docker and docker-compose are nice because every service you want to run follows the same basic pattern. You don’t need much documentation beyond the project docs and the compose files themselves

    Edit: caddyserver can do automatic certs, even behind a firewall if you set up the api call method. Varies by registrar