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/)JS
Posts
20
Comments
761
Joined
2 yr. ago

  •  Mon Mar 31 18:46:09 2025       
        
    +-----------------------------------------------------------------------------------------+
    | NVIDIA-SMI 570.124.04             Driver Version: 570.124.04     CUDA Version: 12.8     |
    |-----------------------------------------+------------------------+----------------------+
    | GPU  Name                 Persistence-M | Bus-Id          Disp.A | Volatile Uncorr. ECC |
    | Fan  Temp   Perf          Pwr:Usage/Cap |           Memory-Usage | GPU-Util  Compute M. |
    |                                         |                        |               MIG M. |
    |=========================================+========================+======================|
    |   0  NVIDIA GeForce RTX 3080 Ti     Off |   00000000:07:00.0  On |                  N/A |
    |  0%   59C    P0            116W /  350W |    1160MiB /  12288MiB |      0%      Default |
    |                                         |                        |                  N/A |
    +-----------------------------------------+------------------------+----------------------+
                                                                                             
    +-----------------------------------------------------------------------------------------+
    | Processes:                                                                              |
    |  GPU   GI   CI              PID   Type   Process name                        GPU Memory |
    |        ID   ID                                                               Usage      |
    |=========================================================================================|
    |    0   N/A  N/A            2966      G   /usr/bin/kwalletd6                        3MiB |
    |    0   N/A  N/A            3065      G   /usr/bin/kwin_wayland                    55MiB |
    |    0   N/A  N/A            3180      G   /usr/bin/maliit-keyboard                102MiB |
    |    0   N/A  N/A            3198      G   /usr/bin/Xwayland                         4MiB |
    |    0   N/A  N/A            3303      G   /usr/bin/ksmserver                        3MiB |
    |    0   N/A  N/A            3309      G   /usr/bin/kded6                            3MiB |
    |    0   N/A  N/A            3353      G   /usr/bin/plasmashell                    198MiB |
    |    0   N/A  N/A            3438      G   /usr/bin/kaccess                          3MiB |
    |    0   N/A  N/A            3439      G   ...it-kde-authentication-agent-1          3MiB |
    |    0   N/A  N/A            3441      G   ...ibexec/xdg-desktop-portal-kde          3MiB |
    |    0   N/A  N/A            3637      G   /usr/bin/kdeconnectd                      3MiB |
    |    0   N/A  N/A            4108      G   /usr/bin/xwaylandvideobridge              3MiB |
    |    0   N/A  N/A            4158      G   /usr/libexec/DiscoverNotifier             3MiB |
    |    0   N/A  N/A            4292      G   keepassxc                                 3MiB |
    |    0   N/A  N/A            4515    C+G   /usr/bin/sunshine                       253MiB |
    |    0   N/A  N/A            5924      G   /usr/lib64/firefox/firefox              172MiB |
    |    0   N/A  N/A           56842      G   /usr/bin/konsole                          3MiB |
    +-----------------------------------------------------------------------------------------+
    
      
  • Does it happen with all games or GL engagement, or just the heavier ones?

    It's just constant - the video I provided shows the UFO test. The stuttering is on the desktop.

    What's your memory util?

    I don't know what that is

    Does your machine use swap when gaming?

    No, 32 GB RAM. I rarely go above 40%.

    Are you overclocking your memory or CPU freq?

    No, using XMP settings

  • The good news is anaerobic exercise is easy to make progress in! Your body will adapt fairly quickly and running will get easier.

    The bad news is your body will quickly lose that ability again if you don't maintain it.

  • I name my devices after greek gods based on what I'm going in life at the time or after what their purpose is.

    I named my first gaming PC "Poseidon" when I was doing ship related work. Now it's my server.

    My gaming PC is "Asclepius", the Greek god of healing. Built when I got into healthcare.

    Hermes, god of messeges, is my lil pi that helps with routing (pihole, pivpn, nginx).

    My HTPC is Dionysus, Greek god of wine and parties.

    My thinkpad is Persephone cus it looks good but doesn't do much. I might rename it.

    The services that I run on these are just named "device-service" e.g. hermes-nginx

  • For the services already hosted by the VPS, I just point service.web.site to the appropriate localhost:port.

    My hiccup is that the VPN software (pivpn) gives me an internal IP for the clients but pointing Nginx to that IP doesn't work.

  • which IP are you trying to obfuscate with a VPN?

    My goal was to hide my home IP by routing everything through the VPS. The VPN is hosted on the VPS.

    Why don't you just host your public services on the VPS, and whatever else private on your home equipment.

    The VPS is 1 core and 35 GB of storage. I host several websites and some game serves on my home server.

  • The VPN is hosted on the VPS, which I rent and have full control of. It's my own VPN between my devices.

    The intent is to put my VPS between my services and the outside world so that it doesn't expose my home IP.

  • I think you got it reversed. I want the container traffic to go through the VPN to the VPS and I want the reverse proxy on the VPS to point to that container.

    I want the website (hosted at my house) to be accessible through the VPS so my IP isn't directly exposed.