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/)TA
Posts
2
Comments
151
Joined
2 yr. ago

  • I see someone mention watchtower, while not a bad thing, I just prefer to manually update. This helps to ensure any breaking changes don't break my system. Especially with something like Immich at it's had a lot of them recently as they work towards stable. I just generally subscribe to their release and do updates as necessary.

  • Now that you mention it, I always do a

     
        
    docker system prune -f
    
    
      

    This will clean up old images that are no longer used. I setup an alias command in Linux to do all of those commands.

    I just named it docker_update and saved it in my ~/.bashrc

  • Did you use docker compose file or just run a command to start the container?

    Edit: I always use compose files. For that you can do the following:

     
        
    docker compose pull
    docker compose down
    docker compose up -d
    
      

    You don't technically need the stop, but I've found once or twice in the past where it was good to stop because of image dependencies that I forgot to put in my compose.

    For running a command directly I found this website that seems to summarize it pretty well I think:

    https://www.cherryservers.com/blog/how-to-update-docker-image

  • Permanently Deleted

    Jump
  • Until they start to force you to connect to "finish" setup. I'm sure it's only a matter of time.

    For now my new LG turns on directly to my external device and isn't connected to the Internet. I did have to change a setting to turn on to the last input used instead of the useless home screen.

  • I just fill my insulated tumbler all the way to the top with ice and I get a perfect amount of coffee. It stops right where the lid goes on top.

    However, if you were going to do it the normal way it would indeed be about 300g of ice. Then you'd put that over fresh ice (bigger pieces so it doesn't dilute as much?).

    I'm just lazy and also don't want to use a second container so I just do it my way.

  • $32 USD a month for 2 lbs (0.9 kg) from a local roaster. Not the most economical, but they do a decent job of roasting.

    I do pour over iced coffee (aka Japanese Iced Coffee) using a Hario V60. 35g coffee and 300g water brewed over ice (dilutes the rest of the way and chills the coffee) and I'm good to go.

  • I use take-your-pill

    Not released on any store and near as in I can tell has no telemetry.

    Not sure about at rest encryption, but I just label my pill with the first letter or two.

    Pretty old project, but it's pretty well done and doesn't need a whole lot of the "new" features.

    I like that I can keep getting reminded as I don't always take it right when I need to.