• 5 Posts
  • 27 Comments
Joined 1 year ago
cake
Cake day: July 2nd, 2023

help-circle
  • People tend to go where they have connections like friends or family members who are already there; or they are more familiar with the local language/customs. Basically, they believe that their integration into the system of their final destination will be smoother for some type is social reason.

    The reality is that they likely didn’t enter Europe in France, and they never had the intention of stopping there.

    This is obviously a very contentious issue, because, as you correctly point out, there is no objective reason to think a refugee would be safer in the UK than in France. So the anti immigration types will keep using this as their reasoning.



  • Sure!

    I used the integration to fill in the gaps I have in my personal collection. With tidal, I could start playing my own music and plexamp would just drop in some new songs for me.

    It would create some playlists based on what I listened to, which again helped to discover new music.

    I could just start using tidal, but that means turning my back on my personal collection. Or I could give up tidal, but that means losing the recommendations.

    I’m asking here for help with the latter




















  • It’s really weird. I think there are somehow two database volumes on my system.

    The reason I think this is because:

    1. I am the only user
    2. there is only one user in the user table
    3. there are two folders in the upload folders. Both have a uuid as their name and one of the uuids matches with the user id in the database
    4. the user_token table has tokens no tokens from before this happened to me a couple days ago

    So, where did this other user come from? Why have none of my log ins been tracked in the database before the incident?



  • The volume is defined like this at the end of the compose file

    database:
        container_name: immich_postgres
        image: registry.hub.docker.com/tensorchord/pgvecto-rs:pg14-v0.2.0@sha256:90724186f0a3517cf6914295b5ab410db9ce23190a2d9d0b9dd6463e3fa298f0
        environment:
          POSTGRES_PASSWORD: ${DB_PASSWORD}
          POSTGRES_USER: ${DB_USERNAME}
          POSTGRES_DB: ${DB_DATABASE_NAME}
        volumes:
          - pgdata:/var/lib/postgresql/data
        restart: always
    
    volumes:
      pgdata:
      model-cache: